ru2

Arabicode-6

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