Advertisement
ttimewarp

theme #10

Oct 17th, 2012
24,541
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.07 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!-- theme by @rainingfires -->
  5.  
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12.  
  13. <meta name="color:Background" content="#FFFFF"/>
  14. <meta name="color:Font" content="#9e9e9e"/>
  15. <meta name="color:Link" content="#bb949c"/>
  16. <meta name="color:Link Hover" content="#a27f86"/>
  17. <meta name="color:Border" content="#f7f7f7"/>
  18. <meta name="color:Quotation Mark" content="#f7f7f7"/>
  19. <meta name="text:Link 1" content="" />
  20. <meta name="text:Link 1 Text" content="" />
  21. <meta name="text:Link 2" content="" />
  22. <meta name="text:Link 2 Text" content="" />
  23. <meta name="text:Link 3" content="" />
  24. <meta name="text:Link 3 Text" content="" />
  25. <meta name="image:Sidebar" content="" />
  26. <meta name="if:Show Link 1" content="1" />
  27. <meta name="if:Show Link 2" content="1" />
  28. <meta name="if:Show Link 3" content="1" />
  29. </head>
  30.  
  31. <body>
  32.  
  33. <style type="text/css">
  34.  
  35. body {
  36. background-color: {color:Background};
  37. fixed no-repeat;
  38. background-position: bottom right;
  39. background-repeat: no-repeat;
  40. background-attachment: fixed;
  41. font-family: cambria;
  42. font-size: 9px;
  43. line-height: 14px;
  44. font-color: {color:Font};
  45. }
  46.  
  47. a:link, a:visited, a:active {
  48. color: {color:Link};
  49. text-decoration: none;
  50. font-weight: normal;
  51. -webkit-transition:all 0.5s ease-out;
  52. -moz-transition:all 0.5s ease-out;
  53. transition:all 0.5s ease-out;}
  54.  
  55. a:hover {
  56. color: {color:Link Hover};
  57. text-decoration: none;
  58. font-weight: normal;
  59. -webkit-transition: all 0.3s ease-out;
  60. -moz-transition: all 0.3s ease-out;
  61. transition: all 0.3s ease-out;
  62. }
  63.  
  64. i, em {font-style:italic;}
  65. u {text-decoration:underline;}
  66. strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold; color: {color:font}}
  67. small, small a, small a:visited {font-size: 9px; line-height: 16px;}
  68.  
  69. ul {
  70. list-style-type: square;
  71. }
  72.  
  73. img { border:0px; max-width: 500px; height: auto;}
  74. img:hover { border:0px;}
  75. a.img, a.img:visited { border:0px;}
  76. a.img:hover { border:0px;}
  77.  
  78. h1, h3, h1 a, h3 a, h1 a:link, h3 a:link {
  79. font-size: 11px;
  80. padding-bottom: 0px;
  81. color: {color:Font};
  82. font-weight: 500;
  83. letter-spacing: 1px;
  84. text-transform: uppercase;
  85. }
  86.  
  87. h1 a:hover, h3 a:hover {
  88. text-decoration: none;
  89. color: {color:link hover};
  90. }
  91.  
  92.  
  93. h3, h3 a, h3 a:link, h3 a:link {
  94. font-size: 11px;
  95. padding-bottom: 0px;
  96. color: {color:Font};
  97. letter-spacing: 1px;
  98. text-transform: uppercase;
  99. }
  100.  
  101. h3 a:hover {
  102. text-decoration: none;
  103. color: {color:link hover};
  104. }
  105.  
  106.  
  107. .sidebar {
  108. padding: 10px;
  109. width: 106px;
  110. margin-top: 120px;
  111. position: fixed;
  112. color: {color:Font};
  113. margin-left: 130px;
  114. line-height: 12px;
  115. }
  116.  
  117. .sidenav {
  118. padding: 10px;
  119. width: 60px;
  120. margin-top: 145px;
  121. position: fixed;
  122. color: {color:Font};
  123. margin-left: 60px;
  124. line-height: 12px;
  125. text-transform: uppercase;
  126. text-align: right;
  127. }
  128.  
  129. .sidenav a {
  130. color: {color:Font};
  131. font-size: 8px;
  132. }
  133.  
  134. .sidenav a:hover {
  135. color: {color:Link};
  136. }
  137.  
  138. #container {
  139. width: 850px;
  140. margin: auto;
  141. margin-bottom: 70px;
  142. }
  143.  
  144.  
  145. #posts {
  146. width: 500px;
  147. margin-top: 15px;
  148. margin-left: 290px;
  149. }
  150.  
  151. .post {
  152. margin: auto;
  153. margin-top: -0px;
  154. width: 500px;
  155. padding: 0px;
  156. padding-top: 10px;
  157. margin-bottom: 0px;
  158. background-color: {color:Background};
  159. font-size: 11px;
  160. line-height: 14px;
  161. color: {color:Font};
  162. }
  163.  
  164. .caption {
  165. line-height: 9px;
  166. color: {color:Font};
  167. }
  168.  
  169. .post text {
  170. margin-top: 0px;
  171. }
  172.  
  173. .photo img:hover {
  174. filter: alpha(opacity=100);}
  175. .photo img {
  176. max-width: 500px;
  177. border:0px;}
  178. .photo img:hover {
  179. max-width: 500px;
  180. }
  181.  
  182. .centeredImage {
  183. display: block;
  184. text-align:center;
  185. margin-top:0px;
  186. margin-bottom:5px;
  187. padding:0px;
  188. }
  189.  
  190. ol.notes {
  191. display : block;
  192. background-repeat : no-repeat;
  193. vertical-align : middle;
  194. text-decoration : none;
  195. margin-bottom : 1px;
  196. font-color: {color:font};
  197. list-style-type: none;
  198. margin-left: -40px;
  199. }
  200.  
  201. ol.notes li.note {
  202. padding: 2px;}
  203. ol.notes li.note img.avatar {display: none; font-color: {color:font};}
  204. ol.notes li.note span.action {font-color: {color:font};}
  205. ol.notes li.note .answer_content {font-weight: normal;font-color: {color:font};}
  206. ol.notes li.note blockquote {border-color: {color:post info};padding: 2px 2px;margin: 10px 0px 0px 25px;font-color: {color:font};}
  207. ol.notes li.note blockquote a {text-decoration: none;font-color: {color:font};}
  208.  
  209. .quote {
  210. width: 500px;
  211. color: {color:Quote};
  212. }
  213.  
  214. blockquote {
  215. display: block;
  216. margin: 10px;
  217. font-size: 10px;
  218. padding-left: 5px;
  219. padding-right: 5px;
  220. color: {color:font};
  221. border-left: 1px solid{color:border};
  222. font-style: none;
  223. width: 450px;
  224. }
  225.  
  226. .chat ul {
  227. list-style-type: none;
  228. width: 500px;
  229. display: block;
  230. margin: auto;
  231. padding: 0px;
  232. font-spacing: 1px;
  233. }
  234.  
  235. .odd {
  236. padding: 3px;
  237. color: {color:font};
  238. background-color: {color:quotation mark};
  239. font-size: 10px;
  240. }
  241.  
  242. .even {
  243. padding: 3px;
  244. color: {color:link};
  245. font-size: 10px;
  246. }
  247.  
  248. .source {
  249. font-size: 8px;
  250. line-height: 14px;
  251. color: {color:font};
  252. font-style: normal;
  253. text-transform: uppercase;
  254. padding-top: 10px;
  255. text-align: right;
  256. }
  257. .date {
  258. font-size: 8px;
  259. text-transform: uppercase;
  260. color: {color:font};
  261. letter-spacing: 1px;
  262. }
  263.  
  264. .lehits a {
  265. color: #ffffff;
  266. }
  267.  
  268. .lehits a:hover {
  269. color: #ffffff;
  270. }
  271.  
  272. .lehits {
  273. color: #ffffff;
  274. }
  275.  
  276. .date a {
  277. color: {color:link};
  278. text-decoration: none;
  279. font-weight: normal;
  280. -webkit-transition:all 0.5s ease-out;
  281. -moz-transition:all 0.5s ease-out;
  282. transition:all 0.5s ease-out;
  283. }
  284.  
  285. .date a:hover {
  286. color: {color:link hover};
  287. text-decoration: none;
  288. font-weight: normal;
  289. -webkit-transition: all 0.3s ease-out;
  290. -moz-transition: all 0.3s ease-out;
  291. transition: all 0.3s ease-out;
  292. }
  293.  
  294. .stats {
  295. font-size: 10px;
  296. text-transform: uppercase;
  297. color: {color:font};
  298. letter-spacing: 0px;
  299. font-style: none;
  300. padding: 2px;
  301. text-align: left;
  302. margin-top: 5px;}
  303.  
  304.  
  305. .fnotes {
  306. text-align: right;
  307. text-transform: uppercase;
  308. margin-bottom:-15px;
  309. }
  310.  
  311.  
  312. .meta a {
  313. color: {color:link};
  314. text-transform: uppercase;
  315. text-decoration: none;
  316. font-weight: normal;
  317. -webkit-transition: all 0.3s ease-out;
  318. -moz-transition: all 0.3s ease-out;
  319. transition: all 0.3s ease-out;
  320. }
  321.  
  322. .meta a:hover {
  323. color: {color:link hover};
  324. text-decoration: none;
  325. font-weight: normal;
  326. -webkit-transition: all 0.3s ease-out;
  327. -moz-transition: all 0.3s ease-out;
  328. transition: all 0.3s ease-out;
  329. }
  330.  
  331. .meta {
  332. color: #deea27;
  333. margin-bottom: 5px;
  334. text-transform: uppercase;
  335. }
  336.  
  337. .albumart img {
  338. float: left;
  339. margin-right: 20px;
  340. width: 26px;
  341. height: 26px;
  342. }
  343.  
  344. .audioback {
  345. background-color: White;
  346. display:block;
  347. margin-left:30px;
  348. }
  349.  
  350. #question {
  351. background-color: {color:Background};
  352. width: 500px;
  353. height: auto;
  354. margin: auto;
  355. font-size: 16px;
  356. line-height: 22px;
  357. color: #a99d95;
  358. font-weight: 500;
  359. letter-spacing: 0px;
  360. font-style: italic;
  361. }
  362.  
  363.  
  364. hr {
  365. display: none;
  366. }
  367.  
  368. .askerb {
  369. font-size: 7px;
  370. text-transform: uppercase;
  371. padding: 5px;
  372. background-color: {color:quotation mark};
  373. letter-spacing: 1px;
  374. }
  375.  
  376. .askerb a {
  377. color: {color:link};
  378. text-transform: uppercase;
  379. letter-spacing: 1px;
  380. }
  381.  
  382. .description {
  383. font-size: 10px;
  384. line-height: 10px;
  385. }
  386.  
  387. .description img {
  388. border: 1px solid {color:Border};
  389. padding: 3px;
  390. margin-bottom: 2px;
  391. }
  392.  
  393. .askerb2 {
  394. font-size: 10px;
  395. text-transform: lowercase;
  396. color: {color:font};
  397. padding-left: 10px;
  398. padding-right: 10px;
  399. }
  400.  
  401. .answerb {
  402. font-size: 10px;
  403. text-transform: lowercase;
  404. color: {color:font};
  405. margin-top: -5px;
  406. }
  407. .askerb a {
  408. color: {color:link};
  409. }
  410.  
  411. .askbox {
  412. background: {color:background};
  413. margin:0px 0px 0px 0px;
  414. text-align: left;
  415. font-family: georgia;
  416. font-size: 10px;
  417. text-transform: lowercase;
  418. }
  419.  
  420. .lenote {
  421. color: {color:font};
  422. font-style: none;
  423. }
  424.  
  425. .taggie {
  426. margin-top: -3px;
  427. }
  428.  
  429. .taggie a {
  430. color: {color:link};
  431. margin-bottom: -10px;
  432. text-transform: uppercase;
  433. opacity: 1;
  434. font-size: 8px;
  435. letter-spacing: 1px;
  436. margin-right: 3px;
  437. margin-left: 2px;
  438. }
  439.  
  440. .taggie a:hover {
  441. color: {color:link hover};
  442. }
  443.  
  444. .quotation {
  445. color: {color:quotation mark};
  446. font-family: coneria script demo;
  447. font-size: 92px;
  448. margin-top: -10px;
  449. margin-left: 25px;
  450. position:absolute;
  451. left:0px;
  452. top:0px;
  453. z-index:-1;
  454. -webkit-transform: rotate(-180deg);
  455. -moz-transform: rotate(-180deg);
  456. }
  457.  
  458. @font-face {
  459. font-family: 'coneria_script_demo';
  460. src: url('http://static.tumblr.com/py6tjph/gkRmbykuc/demo_coneriascript.ttf') format('truetype');
  461. font-style: normal;
  462. }
  463.  
  464. #pagination {
  465. font-size: 8px;
  466. font-weight: bold;
  467. line-height: 21px;
  468. }
  469.  
  470. #pagination a {
  471. margin: 0 1px 0 0;
  472. padding: 2px 5px;
  473. color: {color:font};
  474. text-decoration: none;}
  475. #pagination a:hover {
  476. background: {color:background};
  477. border: none;}
  478. #pagination span.pagination_a {
  479. background: {color:background};
  480. margin: 0 1px 0 0;
  481. padding: 2px 5px;
  482. color: {color:font};
  483. text-decoration: none;}
  484. #pagination span.info {
  485. margin: 0 1px 0 0;
  486. padding: 2px 5px;
  487. color: {color:font};
  488. text-decoration: none;}
  489.  
  490. </style>
  491. </head>
  492.  
  493. <body>
  494.  
  495.  
  496. <div id="container">
  497.  
  498.  
  499.  
  500. <div class="sidenav">
  501. <div class="quotation">"</div>
  502.  
  503. <a href="/">home</a><br>
  504. <a href="/ask">message</a><br>
  505. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}<a>{/block:IfShowLink1}<br>
  506. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}<br>
  507. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  508.  
  509.  
  510. </div>
  511.  
  512. <div class="sidebar">
  513.  
  514. <center>
  515. <div class="description">
  516. <img src="{image:Sidebar}" width="100">
  517. {Description}
  518.  
  519. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  520. {block:JumpPagination length="4"}
  521. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  522. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  523. {/block:JumpPagination}
  524. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  525. </div>
  526.  
  527. </div>
  528.  
  529. <center>
  530.  
  531. </div>
  532.  
  533.  
  534.  
  535. <div id="posts">
  536.  
  537. {block:Posts}
  538.  
  539. {block:Text}
  540. <div class="post text">
  541. {block:Title}
  542. <h3><a href="{Permalink}">{Title}</a></h3>
  543. {/block:Title}
  544.  
  545. {Body}
  546. </div>
  547. {/block:Text}
  548.  
  549.  
  550.  
  551. {block:Photo}
  552. <div class="post photo">
  553. <img src="{PhotoURL-500}">
  554. {block:Caption}
  555. <div class="caption">{Caption}</div>
  556. {/block:Caption}
  557. </div>
  558. {/block:Photo}
  559.  
  560.  
  561. {block:Photoset}
  562. <div class="post photoset">
  563. <div style="margin-bottom: 5px;">
  564. {Photoset-500}
  565. {block:Caption}
  566. <div class="caption">{Caption}</div>
  567. {/block:Caption}
  568. </div></div>
  569. {/block:Photoset}
  570.  
  571.  
  572. {block:Quote}
  573. <div class="post quote">
  574. <div style="margin-bottom: 5px;">
  575. <div style="color: {color:font}; font-size: 11px;
  576. font-style: italic; font-family: georgia; letter-spacing: 1px;">"{Quote}"</div>
  577. {block:Source}
  578. <div class="source">- {Source}</div>
  579. {/block:Source}
  580. </div>
  581. </div>
  582. {/block:Quote}
  583.  
  584.  
  585. {block:Link}
  586. <div class="post link">
  587. <h1><a href="{URL}" class="link" {Target}>{Name} →</a></h1>
  588. {block:Description}
  589. <div class="description">{Description}</div>
  590. {/block:Description}
  591. </div>
  592. {/block:Link}
  593.  
  594.  
  595. {block:Chat}
  596. <div class="post chat">
  597. <div style="margin-bottom: 5px;">
  598. {block:Title}
  599. <h3><a href="{Permalink}">{Title}</a></h3>
  600. {/block:Title}
  601. <ul class="chat">
  602. {block:Lines}
  603. <li class="{Alt} user_{UserNumber}">
  604. {block:Label}
  605. <span class="label">{Label}</span>
  606. {/block:Label}
  607. {Line}
  608. </li>
  609. {/block:Lines}
  610. </ul>
  611. </div>
  612. </div>
  613. {/block:Chat}
  614.  
  615.  
  616. {block:Video}
  617. <div class="post video">
  618. <div style="margin-top: 0px;">
  619. <center>{Video-500}</center>
  620. {block:Caption}
  621. <div class="caption">{Caption}</div>
  622. {/block:Caption}
  623. </div></div>
  624. {/block:Video}
  625.  
  626.  
  627. {block:Audio}
  628. <div class="post audio">
  629. <div style="margin-top: 0px;">
  630. {block:AlbumArt}
  631. <div class="albumart"><img src="{AlbumArtURL}"></div>
  632. {/block:AlbumArt}
  633. <span class="audioback"><center>
  634. {AudioPlayerWhite}</center></span>
  635. {block:Caption}
  636. <div class="caption">{Caption}</div>
  637. {/block:Caption}
  638. </div></div>
  639. {/block:Audio}
  640.  
  641. {block:Answer}
  642. <div class="post answer">
  643. <div class="askbox"><div class="askerb">{Asker} asked: {Question}</div>
  644. <div class="answerb">{Answer}</div>
  645. </div>
  646. {/block:Answer}
  647.  
  648.  
  649.  
  650. <div class="meta">{block:Date}<div class="date"><center>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  651. {block:HasTags}<div class="taggie">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a> &nbsp;{/block:Tags}</div>{/block:HasTags}</center>
  652.  
  653. <div class="lenote">
  654. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  655. </div>
  656.  
  657. </div>
  658. </div>
  659.  
  660.  
  661. {/block:Date}
  662. {/block:Posts}
  663.  
  664.  
  665. </div>
  666. </div>
  667.  
  668. <div style="position:fixed; color:{color:font}; bottom:3px; font-family: calibri; right:3px;">
  669. <a href="http://rainingfires.tumblr.com">T H E M E</a></div>
  670.  
  671. </body>
  672. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement