ru2

Arabicode-7

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