Advertisement
ttimewarp

theme #13

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