ru2

Arabicode-5

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