Advertisement
ttimewarp

theme #15

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