Advertisement
ttimewarp

theme #14

Jan 31st, 2013
21,164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.56 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:Sidebar" content="#f7f7f7"/>
  22. <meta name="color:Sidebar Border" content="#f7f7f7"/>
  23. <meta name="color:Border" content="#f7f7f7"/>
  24. <meta name="color:Post Info" content="#f7f7f7"/>
  25. <meta name="color:Post Info Border" content="#f7f7f7"/>
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 Text" content="" />
  32. <meta name="text:Link 4" content="" />
  33. <meta name="text:Link 4 Text" content="" />
  34. <meta name="text:Link 5" content="" />
  35. <meta name="text:Link 5 Text" content="" />
  36. <meta name="image:Sidebar" content="" />
  37. <meta name="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="if:Show Link 3" content="1" />
  40. <meta name="if:Show Link 4" content="1" />
  41. <meta name="if:Show Link 5" content="1" />
  42. <meta name="if:Show Sidebar Border" content="1" />
  43. <meta name="if:Show Post Info Border" content="1" />
  44. </head>
  45.  
  46. <body>
  47.  
  48. <style type="text/css">
  49.  
  50. body {
  51. background-color: {color:Background};
  52. fixed no-repeat;
  53. background-position: bottom right;
  54. background-repeat: no-repeat;
  55. background-attachment: fixed;
  56. font-family: consolas;
  57. font-size: 9px;
  58. line-height: 14px;
  59. font-color: {color:Font};
  60. }
  61.  
  62. a:link, a:visited, a:active {
  63. color: {color:Link};
  64. text-decoration: none;
  65. font-weight: normal;
  66. -webkit-transition:all 0.5s ease-out;
  67. -moz-transition:all 0.5s ease-out;
  68. transition:all 0.5s ease-out;}
  69.  
  70. a:hover {
  71. color: {color:Link Hover};
  72. text-decoration: none;
  73. font-weight: normal;
  74. -webkit-transition: all 0.3s ease-out;
  75. -moz-transition: all 0.3s ease-out;
  76. transition: all 0.3s ease-out;
  77. }
  78.  
  79. i, em {font-style:italic;}
  80. u {text-decoration:underline;}
  81. strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold; color: {color:font}}
  82. small, small a, small a:visited {font-size: 9px; line-height: 16px;}
  83.  
  84. ul {
  85. list-style-type: square;
  86. }
  87.  
  88. img { border:0px; max-width: 500px; height: auto;}
  89. img:hover { border:0px;}
  90. a.img, a.img:visited { border:0px;}
  91. a.img:hover { border:0px;}
  92.  
  93. h1, h3, h1 a, h3 a, h1 a:link, h3 a:link {
  94. font-size: 11px;
  95. padding-bottom: 0px;
  96. color: {color:Font};
  97. font-weight: 500;
  98. letter-spacing: 1px;
  99. text-transform: uppercase;
  100. }
  101.  
  102. h1 a:hover, h3 a:hover {
  103. text-decoration: none;
  104. color: {color:link hover};
  105. }
  106.  
  107.  
  108. h3, h3 a, h3 a:link, h3 a:link {
  109. font-size: 11px;
  110. padding-bottom: 0px;
  111. color: {color:Font};
  112. letter-spacing: 1px;
  113. text-transform: uppercase;
  114. }
  115.  
  116. h3 a:hover {
  117. text-decoration: none;
  118. color: {color:link hover};
  119. }
  120.  
  121.  
  122. #sidebar {
  123. height: 100%;
  124. position: fixed;
  125. color: {color:Sidebar Font};
  126. line-height: 12px;
  127. background-color: {color:Sidebar};
  128. margin-top: -10px;
  129. padding: 10px 15px 10px 10px;
  130. margin-left: -10px;
  131. {block:IfShowSidebarBorder}
  132. border-right: 1px solid {color:Sidebar Border};
  133. {/block:IfShowSidebarBorder}
  134. }
  135.  
  136. .sidebar {
  137. width: 130px;
  138. text-align: right;
  139. padding-left: 90px;
  140. margin-top: 200px;
  141. }
  142.  
  143. .sidebar a {
  144. color: {color: Sidebar link};
  145. }
  146.  
  147. .sidebar a:hover {
  148. color: {color: Sidebar link hover};
  149. }
  150.  
  151. .description {
  152. font-size: 10px;
  153. line-height: 10px;
  154. }
  155.  
  156. .description a {
  157. color: {color:Sidebar link};
  158. }
  159.  
  160.  
  161. .description img {
  162. border: 1px solid {color:border};
  163. padding: 3px;
  164. margin-bottom: 5px;
  165. }
  166.  
  167. .sidenav {
  168. padding: 10px;
  169. width: 60px;
  170. margin-top: 165px;
  171. position: fixed;
  172. color: {color:Font};
  173. margin-left: 665px;
  174. line-height: 12px;
  175. text-transform: uppercase;
  176. text-align: left;
  177. }
  178.  
  179. .sidenav a {
  180. color: {color:Font};
  181. font-size: 8px;
  182. }
  183.  
  184. .sidenav a:hover {
  185. color: {color:Link};
  186. }
  187.  
  188. #container {
  189. margin-left: 255px;;
  190. }
  191.  
  192.  
  193. #posts {
  194. width: 500px;
  195. }
  196.  
  197. .post {
  198. margin: auto;
  199. margin-top: -0px;
  200. width: 500px;
  201. padding: 0px;
  202. padding-top: 10px;
  203. margin-bottom: 0px;
  204. background-color: {color:Background};
  205. font-size: 10px;
  206. line-height: 14px;
  207. color: {color:Font};
  208. }
  209.  
  210. .caption {
  211. line-height: 9px;
  212. color: {color:Font};
  213. }
  214.  
  215. .post text {
  216. margin-top: 0px;
  217. }
  218.  
  219. .photo img:hover {
  220. filter: alpha(opacity=100);}
  221. .photo img {
  222. max-width: 500px;
  223. border:0px;}
  224. .photo img:hover {
  225. max-width: 500px;
  226. }
  227.  
  228. .centeredImage {
  229. display: block;
  230. text-align:center;
  231. margin-top:0px;
  232. margin-bottom:5px;
  233. padding:0px;
  234. }
  235.  
  236. ol.notes {
  237. display : block;
  238. background-repeat : no-repeat;
  239. vertical-align : middle;
  240. text-decoration : none;
  241. margin-bottom : 1px;
  242. font-color: {color:font};
  243. list-style-type: none;
  244. margin-left: -40px;
  245. }
  246. ol.notes li.note {
  247. padding: 2px;}
  248. ol.notes li.note img.avatar {display: none; font-color: {color:font};}
  249. ol.notes li.note span.action {font-color: {color:font};}
  250. ol.notes li.note .answer_content {font-weight: normal;font-color: {color:font};}
  251. ol.notes li.note blockquote {border-color: {color:post info};padding: 2px 2px;margin: 10px 0px 0px 25px;font-color: {color:font};}
  252. .quote {
  253. width: 500px;
  254. color: {color:Quote};
  255. }
  256.  
  257. blockquote {
  258. display: block;
  259. margin: 10px;
  260. font-size: 10px;
  261. padding-left: 5px;
  262. padding-right: 5px;
  263. color: {color:font};
  264. border-left: 1px solid{color:ask};
  265. font-style: none;
  266. width: 450px;
  267. }
  268.  
  269. span {
  270. color: {color:link};
  271. }
  272.  
  273. .chat ul {
  274. list-style-type: none;
  275. width: 500px;
  276. display: block;
  277. margin: auto;
  278. padding: 0px;
  279. font-spacing: 1px;
  280. text-transform: uppercase;
  281. }
  282.  
  283. .odd {
  284. padding: 3px;
  285. color: {color:font};
  286. background-color: {color:ask};
  287. font-size: 8px;
  288. }
  289.  
  290. .even {
  291. padding: 3px;
  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="sidebar">
  555. <center><div class="sidebar">
  556.  
  557.  
  558. <div class="description">
  559. <a href="/"><img src="{image:Sidebar}" width="64"></a>
  560.  
  561. <div class="menu">
  562. <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}
  563. </div>
  564. {Description}
  565.  
  566. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  567. {block:JumpPagination length="4"}
  568. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  569. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  570. {/block:JumpPagination}
  571. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  572. </div>
  573. </div>
  574. </div>
  575. </center>
  576. </div>
  577.  
  578. <div id="container">
  579.  
  580. <div id="posts">
  581.  
  582. {block:Posts}
  583.  
  584. {block:Text}
  585. <div class="post text">
  586. {block:Title}
  587. <h3><a href="{Permalink}">{Title}</a></h3>
  588. {/block:Title}
  589.  
  590. {Body}
  591. </div>
  592. {/block:Text}
  593.  
  594.  
  595.  
  596. {block:Photo}
  597. <div class="post photo">
  598. <img src="{PhotoURL-500}">
  599. {block:Caption}
  600. <div class="caption">{Caption}</div>
  601. {/block:Caption}
  602. </div>
  603. {/block:Photo}
  604.  
  605.  
  606. {block:Photoset}
  607. <div class="post photoset">
  608. <div style="margin-bottom: 5px;">
  609. {Photoset-500}
  610. {block:Caption}
  611. <div class="caption">{Caption}</div>
  612. {/block:Caption}
  613. </div></div>
  614. {/block:Photoset}
  615.  
  616.  
  617. {block:Quote}
  618. <div class="post quote">
  619. <div style="margin-bottom: 5px;">
  620. <div style="color: {color:font}; font-size: 12px;
  621. font-style: bold; font-family: consolas;">"{Quote}"</div>
  622. {block:Source}
  623. <div class="source">- {Source}</div>
  624. {/block:Source}
  625. </div>
  626. </div>
  627. {/block:Quote}
  628.  
  629.  
  630. {block:Link}
  631. <div class="post link">
  632. <h1><a href="{URL}" class="link" {Target}>{Name} →</a></h1>
  633. {block:Description}
  634. {Description}
  635. {/block:Description}
  636. </div>
  637. {/block:Link}
  638.  
  639.  
  640. {block:Chat}
  641. <div class="post chat">
  642. <div style="margin-bottom: 5px;">
  643. {block:Title}
  644. <h3><a href="{Permalink}">{Title}</a></h3>
  645. {/block:Title}
  646. <ul class="chat">
  647. {block:Lines}
  648. <li class="{Alt} user_{UserNumber}">
  649. {block:Label}
  650. <span class="label">{Label}</span>
  651. {/block:Label}
  652. {Line}
  653. </li>
  654. {/block:Lines}
  655. </ul>
  656. </div>
  657. </div>
  658. {/block:Chat}
  659.  
  660.  
  661. {block:Video}
  662. <div class="post video">
  663. <div style="margin-top: 0px;">
  664. <center>{Video-500}</center>
  665. {block:Caption}
  666. <div class="caption">{Caption}</div>
  667. {/block:Caption}
  668. </div></div>
  669. {/block:Video}
  670.  
  671.  
  672. {block:Audio}
  673. <div class="post audio">
  674. <div style="margin-top: 0px;">
  675. {block:AlbumArt}
  676. <div class="albumart"><img src="{AlbumArtURL}"></div>
  677. {/block:AlbumArt}
  678. <span class="audioback"><center>
  679. {AudioPlayerWhite}</center></span>
  680. {block:Caption}
  681. <div class="caption">{Caption}</div>
  682. {/block:Caption}
  683. </div></div>
  684. {/block:Audio}
  685.  
  686. {block:Answer}
  687. <div class="post answer">
  688. <div class="askbox"><div class="askerb">{Asker} asked: {Question}</div>
  689. <div class="answerb">{Answer}</div>
  690. </div>
  691. {/block:Answer}
  692.  
  693.  
  694.  
  695. <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>
  696. {block:HasTags}<div class="taggie">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a> &nbsp;{/block:Tags}</div>{/block:HasTags}</center>
  697.  
  698.  
  699. </div>
  700. </div>
  701.  
  702. <div class="lenote">
  703. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  704. </div>
  705.  
  706. {/block:Date}
  707. {/block:Posts}
  708.  
  709. </div>
  710. </div>
  711.  
  712. <div style="position:fixed; color:{color:link}; bottom:3px; font-family: consolas; font-size: 10px; right:3px;">
  713. <a href="http://rainingfires.tumblr.com"><i>t</i>heme</a></div>
  714.  
  715. </body>
  716. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement