ru2

Arabicode-4

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