ru2

Arabicode-8

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