Advertisement
ayeshaashraf

Themes by Ayesha -01

Feb 9th, 2014
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.10 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4.  
  5.  
  6.  
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}
  11. <meta name="description" content="{MetaDescription}" />
  12. {/block:Description}
  13. <meta name="image:Background" content=" "/>
  14.  
  15. <meta name="color:Link" content="#818181"/>
  16.  
  17. <meta name="color:Linkhover" content="#ee4100"/>
  18.  
  19.  
  20.  
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Volkhov:400,400italic' rel='stylesheet' type='text/css'>
  23.  
  24.  
  25.  
  26. <style type="text/css">
  27.  
  28. ol.notes {
  29. padding: 0px;
  30. margin: 25px 0px;
  31. list-style-type: none;
  32. border-bottom: solid 1px #ccc;
  33. font-size:10px;
  34. }
  35.  
  36. ol.notes li.note {
  37. border-top: solid 1px #ccc;
  38. padding: 10px;
  39. font-size:10px;
  40. }
  41.  
  42. ol.notes li.note img.avatar {
  43. vertical-align: -4px;
  44. margin-right: 10px;
  45. width: 16px;
  46. height: 16px;
  47. font-size:10px;
  48. }
  49.  
  50. ol.notes li.note span.action {
  51. font-weight: bold;
  52. font-size:10px;
  53. }
  54.  
  55. ol.notes li.note .answer_content {
  56. font-weight: normal;
  57. font-size:10px;
  58. }
  59.  
  60. ol.notes li.note blockquote {
  61. border-color: #eee;
  62. padding: 4px 10px;
  63. margin: 10px 0px 0px 25px;
  64. font-size:10px;
  65. }
  66.  
  67. ol.notes li.note blockquote a {
  68. text-decoration: none;
  69. font-size:10px;
  70. }
  71.  
  72. body
  73. {
  74.  
  75.  
  76. background:url('{image:Background}') fixed;
  77.  
  78. font-family: "PF Tempesta Seven Condensed";
  79.  
  80. }
  81.  
  82. a
  83. {
  84. text-decoration:none;
  85.  
  86.  
  87. line-height:25px;
  88. color:{color:Link};
  89. -webkit-transition: color .4s linear; -moz-transition: color .4s linear; -ms-transition: color .4s linear; -o-transition: color .4s linear; transition: color .4s linear;
  90.  
  91. }
  92.  
  93. a:hover
  94. {
  95. color:{color:Linkhover};
  96.  
  97. }
  98.  
  99.  
  100. ul
  101. {
  102. list-style-type:none;
  103. }
  104.  
  105. li
  106. {
  107. list-style-type:square;
  108. }
  109.  
  110.  
  111.  
  112.  
  113.  
  114. .container
  115. {
  116.  
  117. float:left;
  118. overflow:hidden;
  119. margin-top:1%;
  120. width:500px;
  121. margin-right:30%;
  122. margin-left:25%;
  123. z-index:1;
  124. color: black;
  125. -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  126. -webkit-text-stroke-width: 1px;
  127. -webkit-text-stroke-color: black;
  128. }
  129.  
  130.  
  131. #posts
  132. {
  133.  
  134.  
  135. float:left;
  136. top:1px;
  137. margin-bottom:0;
  138. margin-right:1%;
  139. text-align:justify;
  140. font-size:14px;
  141.  
  142. position:relative;
  143.  
  144.  
  145.  
  146.  
  147. overflow:hidden;
  148.  
  149. -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  150. -webkit-text-stroke-width: 1px;
  151. -webkit-text-stroke-color: black;
  152.  
  153.  
  154. }
  155.  
  156.  
  157.  
  158. .line
  159. {
  160. height:50px;
  161. text-align:center ;
  162.  
  163. }
  164.  
  165.  
  166. blockquote{padding-left: 6px; padding-bottom : 7px; font-family: "PF Tempesta Seven Condensed"; font-size:14px; border-left: 6px solid {color:Link}; text-shadow:1px 1px 0px #fff; width:auto; margin-left:5px; padding-right:6px; padding-top:4px;}
  167.  
  168.  
  169. #text
  170. {
  171. width:500px;
  172.  
  173. }
  174.  
  175. #text img
  176. {
  177. width:auto;
  178. height:auto;
  179. }
  180.  
  181. #photo img
  182. {
  183.  
  184.  
  185.  
  186.  
  187. }
  188.  
  189. #quote
  190. {
  191.  
  192. }
  193.  
  194.  
  195. #ask
  196. {
  197.  
  198.  
  199.  
  200. }
  201.  
  202. #ask img
  203. {
  204. width:inherit;
  205. height:auto;
  206. }
  207.  
  208.  
  209.  
  210. #answer img
  211. {
  212. width:inherit;
  213. height:auto;
  214. }
  215.  
  216.  
  217. .tags
  218. {
  219. font-size:12px;
  220. text-align:center;
  221. }
  222.  
  223. #icon
  224. {
  225. width:15%;
  226. margin-top:15%;
  227. margin-right:-1px;
  228. margin-left:75%;
  229. padding-right:5%;
  230.  
  231. position:fixed;
  232. font-size:12px;
  233.  
  234. }
  235.  
  236. #icon img
  237. {
  238. border:5px solid #0cc;
  239. -webkit-transition: color .4s linear; -moz-transition: color .4s linear; -ms-transition: color .4s linear; -o-transition: color .4s linear; transition: color .4s linear;
  240.  
  241. }
  242.  
  243. #icon img:hover
  244. {
  245. border:5px solid #4d8876;
  246. }
  247.  
  248.  
  249.  
  250. .current_page
  251. {
  252.  
  253. color:#0ce;
  254. }
  255.  
  256.  
  257. #nav
  258. {
  259. font-size:10px;
  260.  
  261. }
  262.  
  263. #nav ul
  264. {
  265. display:block;
  266. width:auto;
  267. border-bottom:{color:Linkhover} solid 1px ;
  268. margin:1%;
  269. }
  270.  
  271. #nav a
  272. {
  273. color:{color:Link};
  274. -webkit-transition: color .4s linear; -moz-transition: color .4s linear; -ms-transition: color .4s linear; -o-transition: color .4s linear; transition: color .4s linear;
  275. }
  276.  
  277. #nav a:hover
  278. {
  279. color:{color:Linkhover};
  280. }
  281.  
  282. .title a
  283. {
  284. color: black;
  285. -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  286. -webkit-text-stroke-width: 1px;
  287. -webkit-text-stroke-color: black;
  288. text-transform:uppercase;
  289. font-size:16px;
  290. }
  291.  
  292. .title a:hover
  293. {
  294. color:{color:Linkhover};
  295. -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  296. -webkit-text-stroke-width: 1px;
  297. -webkit-text-stroke-color: black;
  298. text-transform:uppercase;
  299. font-size:16px;
  300. }
  301.  
  302.  
  303.  
  304. h1
  305. {
  306. font-size:72px;
  307. }
  308.  
  309.  
  310. </style>
  311.  
  312.  
  313.  
  314.  
  315.  
  316. </head>
  317.  
  318. <body>
  319.  
  320.  
  321.  
  322. <div id="icon">
  323.  
  324.  
  325.  
  326.  
  327. <br>
  328. <div class="title"><a href="/">{title}</a></div>
  329.  
  330. {Description}
  331.  
  332. <ul>
  333.  
  334. {block:Pagination}
  335.  
  336. {block:PreviousPage}
  337.  
  338. <a href="{PreviousPage}">Previous</a>
  339.  
  340.  
  341. {/block:PreviousPage}
  342.  
  343.  
  344.  
  345. {block:NextPage}
  346.  
  347. <a href="{NextPage}">Next
  348.  
  349. </a>
  350. {/block:NextPage}
  351.  
  352. {/block:Pagination}
  353. </ul>
  354.  
  355. <div id="nav">
  356. {block:AskEnabled}
  357.  
  358.  
  359. <ul><a href="/ask" >{asklabel}</a></ul>
  360.  
  361.  
  362.  
  363.  
  364. {/block:AskEnabled}
  365. {block:HasPages}
  366. {block:Pages}
  367. <ul><a href="{URL}"> {Label} </a></ul>
  368.  
  369.  
  370.  
  371. {/block:Pages}
  372. {block:TagPage}
  373. <ul><span title="{Tag}"> &#9733; </span> </ul>
  374.  
  375.  
  376. {/block:TagPage}
  377.  
  378.  
  379. {block:DayPage}
  380. <ul>{Month} {DayOfMonth} {Year}</ul>
  381.  
  382. {/block:DayPage}
  383.  
  384. {/block:HasPages}
  385.  
  386. {block:SubmissionsEnabled}
  387. <ul><a href="/submit" > {Submitlabel} </a></ul>
  388.  
  389.  
  390.  
  391.  
  392. {/block:SubmissionsEnabled}
  393.  
  394.  
  395. <ul><a href="http://rishtaywaliaunty.tumblr.com/">Theme</a></ul>
  396.  
  397.  
  398. </div>
  399.  
  400. </div>
  401.  
  402.  
  403.  
  404.  
  405.  
  406. </div>
  407.  
  408.  
  409.  
  410.  
  411.  
  412.  
  413. </div>
  414.  
  415.  
  416.  
  417.  
  418.  
  419. <div class="container">
  420.  
  421. <div id="posts">
  422.  
  423.  
  424. {block:Posts}
  425.  
  426.  
  427.  
  428.  
  429.  
  430. {block:Text}
  431.  
  432.  
  433. <div id="text">
  434. {block:Title}
  435.  
  436. <div class="titletext"><a href="{Permalink}"></a>{Title}</div>
  437. {/block:Title}
  438. <div class="postbody">
  439. {Body}
  440. </div>
  441. </div>
  442.  
  443. {/block:Text}
  444.  
  445.  
  446.  
  447.  
  448.  
  449. {block:Photo}
  450.  
  451.  
  452. <div id="photo">
  453.  
  454. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width="100%" />{LinkCloseTag}
  455.  
  456. </div>
  457. {block:Caption}{Caption}{/block:Caption}
  458. {/block:Photo}
  459.  
  460.  
  461.  
  462.  
  463.  
  464. {block:Chat}
  465.  
  466. <div id="post">
  467. {block:Title} <div class="titletext"><a href="{Permalink}">&#9733;</a>{Title}</div>{/block:Title}
  468.  
  469. <ul class="chat">
  470. <div class="postbody">
  471. {block:Lines}
  472.  
  473. <li class="{Alt} user_{UserNumber}">
  474.  
  475. {block:Label}
  476. <span class="label"><b>{Label}</b></span>
  477. {/block:Label}
  478.  
  479. {Line}
  480.  
  481. </li>
  482.  
  483. {/block:Lines}
  484. </div>
  485. </ul>
  486. </div>
  487.  
  488. {/block:Chat}
  489.  
  490.  
  491.  
  492.  
  493.  
  494. {block:Quote}
  495.  
  496.  
  497.  
  498.  
  499. <div id="quote">
  500.  
  501.  
  502.  
  503. <div class="words {Length}">{Quote}</div>
  504.  
  505.  
  506.  
  507. {block:Source}<p class="source">&mdash; {Source}</p>{/block:Source}
  508.  
  509. </div>
  510.  
  511. {/block:Quote}
  512.  
  513.  
  514.  
  515. {block:Photoset}
  516.  
  517.  
  518. <div id="photoset">
  519.  
  520. {Photoset}
  521.  
  522.  
  523.  
  524. {block:Caption}<div id="caption" >{Caption}</div>{/block:Caption}
  525. </div>
  526.  
  527. {/block:Photoset}
  528.  
  529. {block:Link}
  530.  
  531. <div id="link">
  532. <li>
  533. <a href="{URL}" class="link" {Target}>{Name}</a>
  534. </li>
  535. {block:Description}
  536. <div class="postbody">{Description}</div>
  537. {/block:Description}
  538. </div>
  539.  
  540. {/block:Link}
  541.  
  542.  
  543.  
  544.  
  545.  
  546. {block:Video}
  547.  
  548. <div id="post">
  549. <li class="post video">
  550. {Video-500}
  551.  
  552. {block:Caption}
  553. <div class="caption">{Caption}</div>
  554. {/block:Caption}
  555. </li>
  556. </div>
  557.  
  558. {/block:Video}
  559.  
  560.  
  561.  
  562.  
  563.  
  564. {block:Audio}
  565.  
  566. <div id="audio">
  567. {AudioPlayerGrey}
  568.  
  569.  
  570. {block:Caption}
  571. <div class="postbody">{Caption}</div>
  572. {/block:Caption}
  573. </div>
  574.  
  575. {/block:Audio}
  576.  
  577. {block:Answer}
  578.  
  579. <div id="post">
  580.  
  581.  
  582. <div id="ask">
  583.  
  584. <div class="asker">{Asker}:</div>{Question}
  585. </div>
  586.  
  587. <br>
  588.  
  589.  
  590.  
  591. <div id="answer">Answer:{answer}</div>
  592. </div>
  593.  
  594.  
  595. {/block:Answer}
  596.  
  597. <div class="tags">
  598.  
  599.  
  600. {block:HasTags}
  601.  
  602. {block:Tags}
  603.  
  604. <a href="{TagURL}">#{Tag}</a>
  605.  
  606. {/block:Tags}
  607.  
  608.  
  609.  
  610. {/block:HasTags}
  611.  
  612. <div class="was-noted">
  613.  
  614.  
  615.  
  616.  
  617. <!-- Only rendered if the post noted -->
  618. <a href="{Permalink}" class="was-noted" title="{NoteCountWithLabel}"> {NoteCountWithLabel}</a>
  619. {/block:NoteCount}
  620.  
  621. </a>
  622.  
  623. {block:Date}
  624. <a href="{Permalink}"> {TimeAgo}</a>
  625.  
  626. {/block:Date}
  627. </div>
  628.  
  629. <div class="line">
  630. <hr><a href="{Permalink}">❂</a><hr>
  631. </div>
  632.  
  633.  
  634. </div>
  635.  
  636.  
  637.  
  638. {PostNotes}
  639.  
  640.  
  641.  
  642. {/block:Posts}
  643.  
  644. </div>
  645.  
  646.  
  647. </div>
  648. </div>
  649.  
  650.  
  651.  
  652. </body>
  653. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement