ru2

Arabicode-3

ru2
Apr 6th, 2012
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.55 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. <META name="color:text" content="#454040" />
  7. <META name="color:hover" content="#e5e7e9" />
  8. <META name="color:Link" content="#3d7faa" />
  9. <META name="color:postbackground" content="">
  10. <META name="image:Background" content=""/>
  11. </head>
  12.  
  13. <body>
  14. <style type="text/css">
  15. .body {
  16. background-color: {color:Background};
  17. background-image: url('{image:Background}');
  18. background-position: bottom left;
  19. background-repeat: no-repeat;
  20. background-attachment: fixed;
  21. height: 100%;
  22. width: 100%;
  23. }
  24.  
  25. .a:link, .a:visited, .a:active {
  26. color: {color:Link};
  27. text-decoration: none;
  28. font-weight: normal;
  29. padding-bottom: 2px;
  30. }
  31.  
  32. .a:hover {
  33. color: {color:hover};
  34. text-decoration: none;
  35. font-weight: normal;
  36. }
  37.  
  38. .
  39. a.title, a.title:visited, a.title:link {
  40. margin-bottom: 5px;
  41. font-family: 'Rouge Script', cursive;
  42. font-weight: normal;
  43. font-style: none;
  44. font-size: {text:title size};
  45. letter-spacing: -1px;
  46. color: {color:Link};
  47. position:fixed;
  48. padding: 33px;
  49. }
  50.  
  51. a.title:hover {
  52. transparent !important;
  53. text-decoration: none;
  54. color: {color:Link};
  55. }
  56.  
  57.  
  58. #container {
  59. width: 900px;
  60. margin: auto;
  61. margin-top: 90px;
  62. margin-bottom: 70px;
  63. }
  64.  
  65.  
  66. #entry {
  67. width: 550px;
  68. margin-top: 130px;
  69. margin-left: 340px;
  70. }
  71.  
  72. .post {
  73. margin: auto;
  74. margin-top: 30px;
  75. width: 500px;
  76. padding: 0px;
  77. margin-bottom: 0px;
  78. background-color: {color:postbackground};
  79. font-family: tahoma;
  80. font-size: 10px;
  81. line-height: 15px;
  82. color: {color:text};
  83. }
  84. .photo img { max-width: 500px;border:0px; }
  85. .caption {
  86. font-family: tahoma;
  87. font-size: 11px;
  88. line-height: 15px;
  89. color: {color:text};
  90. }
  91. .post link a, .post link a:link, .post link a:visited, .post link a:active {
  92. font-family: Times;
  93. font-size: 15px;
  94. line-height: 18px;
  95. color: {color:text};
  96. letter-spacing: 0px;
  97. margin-bottom: 5px;
  98. font-weight: normal;
  99. text-transform: uppercase;
  100. }
  101. .quote {
  102. padding-top: 5px;
  103. color: {color:text};
  104. }
  105. .blockquote {
  106. display: block;
  107. margin: auto;
  108. margin-top: 0px;
  109. margin-bottom: 0px;
  110. border-left: 1px solid;
  111. border-color: {color:Border};
  112. font-family: arial;
  113. font-size: 11px;
  114. line-height: 16px;
  115. color: {color:text};
  116. font-weight: normal;
  117. font-style: none;
  118. padding: 0px;
  119. padding-left: 7px;
  120. }
  121. .source {
  122. font-family:
  123. font-size: 9px;
  124. line-height: 15px;
  125. color: {color:text};
  126. }
  127. .span {
  128. font-weight: bold;
  129. }
  130.  
  131. .ul {
  132. list-style-type: square;
  133. }
  134.  
  135. .chat:ul {
  136. list-style-type: none;
  137. width: 500px;
  138. display: block;
  139. margin: auto;
  140. padding: 0px;
  141. }
  142.  
  143. .odd {
  144. padding: 3px;
  145. color: {color:text};
  146. background-color: {color:Background};
  147. }
  148.  
  149. .even {
  150. padding: 3px;
  151. background-color: {color:Background};
  152. }
  153.  
  154. .albumart:img {
  155. float: left;
  156. margin-right: 20px;
  157. width: 100px;
  158. height: 100px;
  159. }
  160.  
  161. .albumart {
  162. padding-bottom: 50px;
  163. }
  164.  
  165.  
  166. .post:answer {
  167. background-color: {color:Background};
  168. width: 500px;
  169. }
  170.  
  171. .question {
  172. background-color: {color:SideBackground};
  173. width: 500px;
  174. height: auto;
  175. margin: auto;
  176. font-family:tahoma;
  177. font-size: 16px;
  178. line-height: 20px;
  179. color: {color:Link};
  180. font-weight: 500;
  181. letter-spacing: 0px;
  182. }
  183.  
  184. .asker {
  185. display: inline;
  186. font-family: Arial;
  187. font-size: 16px;
  188. line-height: 20px;
  189. color: {color:SideBackground};
  190. font-weight: 500;
  191. letter-spacing: 0px;
  192. text-transform: lowercase;
  193. }
  194.  
  195. #asker .a:hover {
  196. color: {color:SideBackground};
  197. text-decoration: underline overline;
  198. }
  199. .
  200.  
  201. </style>
  202. </head>
  203.  
  204. <body>
  205.  
  206. <div id="entry">
  207. {block:Posts}
  208. {block:Text}
  209.  
  210. <div class="post text">
  211. {block:Title}
  212. <h3><a href="{Permalink}">{Title}</a></h3>
  213. {/block:Title}
  214.  
  215. {Body}
  216.  
  217. </div>
  218. {/block:Text}
  219.  
  220. {block:Photo}
  221.  
  222. <div class="post photo">
  223.  
  224. <a href="{PhotoURL-HighRes}" target=_blank><p class="centeredImage"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></p></a>
  225.  
  226.  
  227. {block:Caption}
  228. <div class="caption">{Caption}</div>
  229. {/block:Caption}
  230.  
  231. </div>
  232. {/block:Photo}
  233.  
  234.  
  235. {block:Photoset}
  236.  
  237. <div class="post photoset">
  238. {Photoset-500}
  239.  
  240. {block:Caption}
  241. <div class="caption">{Caption}</div>
  242. {/block:Caption}
  243. </div>
  244. {/block:Photoset}
  245.  
  246.  
  247. {block:Quote}
  248.  
  249. <div class="post quote">
  250. <div style="font-size: 22px; line-height: 20px; font-family: georgia; font-weight: 500; letter-spacing: 0px;">"{Quote}"</div>
  251.  
  252. {block:Source}
  253. <div class="source">&mdash;{Source}</div>
  254. {/block:Source}
  255.  
  256. </div></div>
  257. {/block:Quote}
  258.  
  259.  
  260. {block:Link}
  261.  
  262. <div class="post link">
  263. <h1><a href="{URL}" class="link" {Target}>{Name}</a></h1>
  264.  
  265. {block:Description}
  266. <div class="description">{Description}</div>
  267. {/block:Description}
  268.  
  269. </div>
  270. {/block:Link}
  271.  
  272.  
  273. {block:Chat}
  274.  
  275. <div class="post chat">
  276. {block:Title}
  277. <h3><a href="{Permalink}">{Title}</a></h3>
  278. {/block:Title}
  279.  
  280. <ul class="chat">
  281. {block:Lines}
  282. <li class="{Alt} user_{UserNumber}">
  283. {block:Label}
  284. <span class="label">{Label}</span>
  285. {/block:Label}
  286.  
  287. {Line}
  288. </li>
  289. {/block:Lines}
  290. </ul>
  291. </div>
  292.  
  293. </div>
  294. {/block:Chat}
  295.  
  296.  
  297. {block:Video}
  298.  
  299. <div class="post video">
  300. <center>{Video-500}</center>
  301.  
  302. {block:Caption}
  303. <div class="caption">{Caption}</div>
  304. {/block:Caption}
  305.  
  306. </div>
  307. {/block:Video}
  308.  
  309.  
  310. {block:Audio}
  311.  
  312. <div class="post audio">
  313. {block:AlbumArt}
  314. <div class="albumart"><img src="{AlbumArtURL}"></div>
  315. {/block:AlbumArt}
  316. {AudioPlayerBlack}
  317.  
  318. {block:Caption}
  319. <div class="caption">{Caption}</div>
  320. {/block:Caption}
  321. {
  322. </div>
  323. {/block:Audio}
  324.  
  325. {block:Answer}<div class="post answer">
  326. <div class="ask-question">
  327. <p>
  328. <div id="question"><div id="asker">{Asker}</div> asked, {Question}</div>
  329. </p>
  330.  
  331. {Answer}
  332.  
  333. </div>
  334. </div>{/block:Answer}
  335.  
  336. {/block:Posts}
  337.  
  338. </div>
  339.  
  340. </body>
  341. </html>
Advertisement
Add Comment
Please, Sign In to add comment