ru2

Arabicode-2

ru2
Mar 11th, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html dir=”rtl” lang=”ar” xmlns=”http://www.w3.org/1999/xhtml”>
  3. <HEAD>
  4. <META name="color:Background" content="#fffffd" />
  5. <META name="image:Background" content=""/>
  6. <META name="color:hover" content="#e5e7e9" />
  7. <META name="color:Link" content="#3d7faa" />
  8. <META name="color:post Background" content="">
  9. <META name="color:Post Title" content="#74c7b9" />
  10. <META name="color:Post Blockquote Border" content="#91bfdb" />
  11. <META name="color:list-color" content="#4575b4" />
  12. <meta http-equiv=”content-type” content=”text/html; charset=utf-8”>
  13. <title>{Title}</title>
  14. <link rel=”shortcut icon” href=”{Favicon}”>
  15. </HEAD>
  16. <style type=”text/css”>
  17. #body {
  18. background-color: {color:Background};
  19. #background-image: url ('{image:Background}');
  20. #background-attachment: fixed;
  21. #background-position: right bottom;
  22. #background-repeat: no-repeat;
  23. #height: 100%;
  24. #width: 100%;
  25. }
  26. #a:link, a:visited, a:active {
  27. color: {color:Link};
  28. #text-decoration: none;
  29. #font-weight: normal;
  30. #padding-bottom: 2px;
  31. }
  32.  
  33. #a:hover {
  34. color: {color:hover};
  35. #text-decoration: none;
  36. #font-weight: normal;
  37. }
  38. #center {
  39. width: 510px;
  40. padding-top:5 px ;
  41. margin: auto;
  42. }
  43. #entry {
  44. width: 500px;
  45. border-width: 2px;
  46. border-color: #0000;
  47. border-style:none;
  48. float: right;
  49. background-color: {color:post Background};
  50.  
  51. }
  52. #entry h1 {
  53. font-family: 'Yakout';
  54. font-size: 14px;
  55. color: {color: Post Title};
  56. #font-weight: normal;
  57. #text-align: left;
  58. }
  59. #entry h1 a {
  60. color: {color:Post Title};
  61. }
  62. #entry blockquote {
  63. border-left: 4px solid
  64. color:{color:Post Blockquote Border};
  65. #padding-left: 5px;
  66. }
  67. #entry ul {
  68. list-style-type: circle;
  69. list-color: {color:list-color};
  70. }
  71.  
  72. </style>
  73. <BODY>
  74. <div id=" center ">
  75. <div id="entry">
  76. </div></div>
  77. </BODY>
  78. </HTML>
Advertisement
Add Comment
Please, Sign In to add comment