Advertisement
ttimewarp

theme #8

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