Advertisement
ttimewarp

theme #7

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