Advertisement
hellmouths

THEME #003: HEAT WAVE

Jun 10th, 2012
11,379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.29 KB | None | 0 0
  1. <!--
  2. THEME #003: Heat Wave v.2
  3. by hellmouths.tumblr.com
  4.  
  5. - DON'T REDISTRIBUTE
  6. - DON'T USE AS BASE
  7. - DON'T REMOVE CREDIT
  8.  
  9. Contact me if there are any complications.
  10. -->
  11.  
  12. <html>
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}"/>
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  19.  
  20. <meta name="color:bg" content="#f1ede8" />
  21. <meta name="color:text" content="#6e6861" />
  22. <meta name="color:link" content="#ad8c94" />
  23. <meta name="color:hover" content="#57524c" />
  24. <meta name="color:posts" content="#ffffff" />
  25. <meta name="color:info" content="#faf7f2" />
  26. <meta name="color:info border" content="#ad8c94" />
  27. <meta name="color:info link" content="#6e6861" />
  28. <meta name="color:tags" content="#e9e6e3" />
  29. <meta name="color:blockquote border" content="#e5e5e5" />
  30. <meta name="color:sb links" content="#ad8c94" />
  31. <meta name="color:sb hover" content="#f1ede8" />
  32. <meta name="color:textshadow" content="#ffffff" />
  33. <meta name="color:title1" content="#ad8c94" />
  34. <meta name="color:title2" content="#6e6861" />
  35.  
  36. <meta name="text:title1" content="" />
  37. <meta name="text:title2" content="" />
  38.  
  39. <meta name="image:sidebar" content="" />
  40.  
  41. <meta name="text:custom link one" content=""/>
  42. <meta name="text:custom link one url" content="/"/>
  43. <meta name="text:custom link two" content=""/>
  44. <meta name="text:custom link two url" content="/"/>
  45. <meta name="text:custom link three" content=""/>
  46. <meta name="text:custom link three url" content="/"/>
  47. <meta name="text:custom link four" content=""/>
  48. <meta name="text:custom link four url" content="/"/>
  49. <meta name="text:custom link five" content=""/>
  50. <meta name="text:custom link five url" content="/"/>
  51. <meta name="text:custom link six" content=""/>
  52. <meta name="text:custom link six url" content="/"/>
  53. <meta name="text:custom link seven" content=""/>
  54. <meta name="text:custom link seven url" content="/"/>
  55.  
  56. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  57. <link href='http://fonts.googleapis.com/css?family=Lekton:400,700,400italic' rel='stylesheet' type='text/css'>
  58. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  59. <link href='http://fonts.googleapis.com/css?family=Oleo+Script' rel='stylesheet' type='text/css'>
  60.  
  61. <style type="text/css">
  62.  
  63. body {
  64. background-color: {color:bg};
  65. color: {color:text};
  66. font-family: 'Droid Serif';
  67. font-size:10px;
  68. line-height:130%;
  69. }
  70.  
  71. a, a:active, a:visited{
  72. text-decoration: none;
  73. color: {color:link};
  74. -webkit-transition: all 0.4s ease-out;
  75. -o-transition: all 0.4s ease-out;
  76. -webkit-transition: all 0.4s ease-out;
  77. -moz-transition: all 0.4s ease-out;
  78. }
  79.  
  80. a:hover{
  81. color: {color:hover};
  82. -webkit-transition: all 0.4s ease-out;
  83. -o-transition: all 0.4s ease-out;
  84. -webkit-transition: all 0.4s ease-out;
  85. -moz-transition: all 0.4s ease-out;
  86. }
  87.  
  88.  
  89.  
  90.  
  91. /* POSTS */
  92.  
  93. #posts {
  94. width:600px;
  95. height:auto;
  96. margin-top:30px;
  97. padding:25px 30px;
  98. position:relative;
  99. left: 510px;
  100. }
  101.  
  102. .post {
  103. margin-bottom: 50px;
  104. padding:45px;
  105. text-align: justify;
  106. background: {color:posts};
  107. letter-spacing:1;
  108. }
  109.  
  110. .post:hover .tags{
  111. margin-top:10px;
  112. opacity:1;
  113. -webkit-transition: all 0.4s ease-out;
  114. -o-transition: all 0.4s ease-out;
  115. -webkit-transition: all 0.4s ease-out;
  116. -moz-transition: all 0.4s ease-out; }
  117.  
  118.  
  119. .info {
  120. padding:7px 0px 7px 10px;
  121. position:relative;
  122. text-transform:uppercase;
  123. width:490px;
  124. letter-spacing:1px;
  125. text-align: left;
  126. background-color:{color:info};
  127. font-size:9px;
  128. font-family:'Lekton';
  129. margin-top:40px;
  130. border-left:10px solid {color:info border};
  131. -webkit-transition: all 0.4s ease-out;
  132. -o-transition: all 0.4s ease-out;
  133. -webkit-transition: all 0.4s ease-out;
  134. -moz-transition: all 0.4s ease-out;
  135. }
  136.  
  137. .info a { color:{color:info link}; }
  138.  
  139. .tags {
  140. opacity:0;
  141. padding-left:0px;
  142. font-family:Georgia;
  143. font-size:9px;
  144. text-transform:lowercase;
  145. letter-spacing:1px;
  146. line-height:140%;
  147. color:{color:tags};
  148. -webkit-transition: all 0.4s ease-out;
  149. -o-transition: all 0.4s ease-out;
  150. -webkit-transition: all 0.4s ease-out;
  151. -moz-transition: all 0.4s ease-out;
  152. }
  153.  
  154.  
  155. blockquote {
  156. margin-left: 10px;
  157. border-left: 1px solid {color:blockquote border};
  158. padding-left:8px;
  159. }
  160.  
  161. .caption {
  162. margin-left:5px;
  163. }
  164.  
  165. .title { font-size:25px; font-family:'Oleo Script'; line-height:100%; color:{color:link}; padding:0 0 10px 0;}
  166.  
  167. .source {font-size: 8px; color: {color:text}; font-family: 'Droid Serif'; letter-spacing: 3px; text-transform: uppercase; text-align: right; padding: 0px 100px; }
  168.  
  169.  
  170.  
  171. /* SIDEBAR */
  172.  
  173. #sidebar {
  174. margin:25px 0 0 80px;
  175. width: 380px; height: 320px;
  176. background-color:{color:posts};
  177. position:fixed;
  178. }
  179.  
  180. #sbimage {
  181. height:240px;
  182. width:300px;
  183. text-align:center;
  184. padding:0px;
  185. color:white;
  186. background-color:gray; }
  187.  
  188. .container {
  189. -webkit-perspective: 1000;
  190. position:fixed;
  191. }
  192.  
  193.  
  194. .card {
  195. width: 300px; height: 240px;
  196. -webkit-transform-style: preserve-3d;
  197. -webkit-transition: 0.5s;
  198. }
  199.  
  200. .container:hover .card {
  201. -webkit-transform: rotateY(180deg);
  202. }
  203.  
  204. .container:hover .back {opacity: 1;
  205. -webkit-transition-duration: .7s;
  206. -moz-transition-duration: .7s;
  207. -ms-transition-duration: .7s;
  208. -o-transition-duration: .7s;
  209. transition-duration: .7s; }
  210.  
  211. .face {
  212. position: absolute;
  213. -webkit-backface-visibility: hidden;
  214. }
  215.  
  216. .leftside {
  217. margin:;
  218. text-align:center;
  219. padding:40px;
  220. }
  221.  
  222. .leftside .front {
  223. overflow:hidden;
  224. -webkit-transition-duration: .7s;
  225. -moz-transition-duration: .7s;
  226. -ms-transition-duration: .7s;
  227. -o-transition-duration: .7s;
  228. transition-duration: .7s;
  229. background-color:{color:posts};
  230. }
  231.  
  232. .leftside .back {
  233. overflow:hidden;
  234. -webkit-transform: rotateY(180deg);opacity: 0;
  235. -webkit-transition-duration: .7s;
  236. -moz-transition-duration: .7s;
  237. -ms-transition-duration: .7s;
  238. -o-transition-duration: .7s;
  239. transition-duration: .7s;
  240. background-color:{color:posts};
  241. }
  242.  
  243.  
  244. .desc{
  245. height: auto;
  246. text-align:justify;
  247. color:{color:text};
  248. padding:10px;
  249. margin-bottom:-10px;
  250. overflow:hidden;
  251. }
  252.  
  253. .links{
  254. height:auto;
  255. overflow:hidden;
  256. color:{color:posts};
  257. }
  258.  
  259. .links a{
  260. color:{color:posts};
  261. margin-top:2px;
  262. padding:1px;
  263. width:140px;
  264. background-color:{color:sb links};
  265. display:inline-block;
  266. font: normal 10px consolas;
  267. text-transform: uppercase;
  268. letter-spacing: 1px;
  269. text-decoration:none;
  270. -webkit-transition: all 0.4s ease-out;
  271. -o-transition: all 0.4s ease-out;
  272. -webkit-transition: all 0.4s ease-out;
  273. -moz-transition: all 0.4s ease-out;
  274. }
  275.  
  276. .links a:hover{
  277. color:{color:sb links};
  278. background-color:{color:sb hover};
  279. letter-spacing:4px;
  280. -webkit-transition: all 0.4s ease-out;
  281. -o-transition: all 0.4s ease-out;
  282. -webkit-transition: all 0.4s ease-out;
  283. -moz-transition: all 0.4s ease-out;
  284. }
  285.  
  286.  
  287. #titles {
  288. margin-top:360px;
  289. margin-left:0px;
  290. background:transparent;
  291. position:relative;
  292. }
  293.  
  294. .blogtitle{
  295. text-align: center;
  296. letter-spacing: 1px;
  297. font-size: 28px;
  298. line-height: 16px;
  299. color: {color:title1};
  300. font-family: 'Oleo Script';
  301. text-shadow: 2px 0px {color:textshadow};
  302. }
  303.  
  304.  
  305. .title2{
  306. text-align: center;
  307. letter-spacing: 2px;
  308. font-size: 12px;
  309. line-height: 17px;
  310. font-style:italic;
  311. color: {color:title2};
  312. font-family: 'Droid Serif';
  313. }
  314.  
  315.  
  316. #pagination {
  317. background-color:transparent;
  318. margin:460px 0 0 140px;
  319. padding:0;
  320. height:25px;
  321. position:fixed; }
  322.  
  323. #page {
  324. font-family:'Droid Serif';
  325. background-color:transparent;
  326. letter-spacing:2px;
  327. padding:5px;
  328. height:12px;
  329. width:250px;
  330. position:absolute;
  331. color:{color:title2};
  332. text-align:center;
  333. font-size:10px;
  334. line-height:110%;
  335. }
  336.  
  337.  
  338.  
  339. /* NOTES */
  340.  
  341.  
  342. ol.notes{
  343. padding: 5px 50px 20px 50px;
  344. margin-top: -50px;
  345. background-color:{color:Posts};
  346. text-align:left;
  347. list-style-type: none;
  348. width:500px;
  349. border-bottom: solid 0px #efefef;
  350. }
  351.  
  352. ol.notes li.note{ border-top: solid 1px {color:info}; padding: 4px; }
  353.  
  354. ol.notes li.note img.avatar { display:none; }
  355.  
  356. ol.notes li.note span.action { font-weight: normal; }
  357.  
  358. ol.notes li.note .answer_content { font-weight: normal; }
  359.  
  360. ol.notes li.note blockquote{
  361. padding: 0px 0px 0px 5px;
  362. margin: 0px 0px 2px 25px;
  363. border-left: 2px solid #DDDDDD;
  364. }
  365.  
  366. ol.notes li.note blockquote a { text-decoration: none; font-size:10px; }
  367.  
  368.  
  369. /* CREDITS - DO NOT REMOVE */
  370.  
  371. .cred { font-family:tinytots; font-size:10px; bottom:0px; right:5px; position:fixed; background-color:#trans; padding:10px; -webkit-transition: all 0.2s ease-out;
  372. -o-transition: all 0.2s ease-out;
  373. -webkit-transition: all 0.2s ease-out;
  374. -moz-transition: all 0.2s ease-out; }
  375.  
  376. .cred:hover { padding-bottom:20px; -webkit-transition: all 0.2s ease-out;
  377. -o-transition: all 0.2s ease-out;
  378. -webkit-transition: all 0.2s ease-out;
  379. -moz-transition: all 0.2s ease-out; }
  380.  
  381. .cred img { opacity:0.4; }
  382.  
  383. @font-face {
  384. font-family: "tinytots";
  385. src: url('http://tinyurl.com/6rljj32');
  386. }
  387.  
  388.  
  389. </style>
  390. </head>
  391.  
  392. <body>
  393. <div class="cred">
  394. <img src="http://www.swimchick.net/resources/website-bullets/bull7.gif"> <a href="http://hellmouths.tumblr.com">HELLMOUTHS</a></div>
  395.  
  396. <div id="sidebar">
  397. <div class="container leftside">
  398. <div class="card">
  399. <div class="face front">
  400.  
  401. <div id="sbimage">
  402. <img src="{image:Sidebar}" width="300px" height="240px"/>
  403. </div>
  404.  
  405. </div>
  406.  
  407. <div class="face back">
  408.  
  409. <div class="desc">
  410. {Description}</div>
  411.  
  412. <div class="links"><br>
  413. <a href="/">refresh</a>
  414.  
  415. <a href="/ask">message</a><br />
  416.  
  417. <a href="/archive">archive</a>
  418.  
  419. <a href="{text:custom link one url}">{text:custom link one}</a><br />
  420.  
  421. <a href="{text:custom link two url}">{text:custom link two}</a>
  422.  
  423. <a href="{text:custom link three url}">{text:custom link three}</a><br />
  424.  
  425. <a href="{text:custom link four url}">{text:custom link four}</a>
  426.  
  427. <a href="{text:custom link five url}">{text:custom link five}</a><br />
  428.  
  429. <a href="{text:custom link six url}">{text:custom link six}</a>
  430.  
  431. <a href="{text:custom link seven url}">{text:custom link seven}</a>
  432. </div>
  433.  
  434. </div></div></div>
  435.  
  436. <div id="titles"><div class="blogtitle"><a href="/">{text:title1}</a></div>
  437. <div class="title2">{text:title2}</div></div>
  438.  
  439. </div>
  440.  
  441. <div id="pagination"><div id="page">{block:PreviousPage}<span style="font-size:14px; font-style:bold;"><a href="{PreviousPage}">ยซ</a></span>{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<span style="font-size:14px; font-style:bold;"><a href="{NextPage}">ยป</a></span>{/block:NextPage}</div></div>
  442. </div>
  443.  
  444.  
  445.  
  446. <div id="content">
  447. <div id="posts">
  448.  
  449. {block:Posts}
  450. <div class="post">
  451.  
  452. {block:Text}
  453. {block:Title}
  454. <div class="title"><a href="{Permalink}">{Title}</a></div>
  455. {/block:Title}
  456. {Body}
  457. {/block:Text}
  458.  
  459. {block:Photo}
  460. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  461. {block:Caption}
  462. <div class="caption">{Caption}</div>
  463. {/block:Caption}
  464. {/block:Photo}
  465.  
  466. {block:Photoset}
  467. <center>{Photoset-500}</center>
  468. {block:Caption}
  469. <div class="caption">{Caption}</div>
  470. {/block:Caption}
  471. {/block:Photoset}
  472.  
  473. {block:Quote}
  474. <div class="title">"{Quote}"</div>
  475. {block:Source}
  476. <div class="source">- {Source}</div>
  477. {/block:Source}
  478. {/block:Quote}
  479.  
  480. {block:Link}
  481. <center><div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div></center>
  482. {block:Description}
  483. {Description}
  484. {/block:Description}
  485. {/block:Link}
  486.  
  487. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<p>
  488. {block:Lines}<div style="background: {color:info}; color: {color:text}; padding: 5px; width:490px; border-bottom: 1px solid {color:posts}">{block:Label}<span style="color: {color:info border}; text-transform: uppercase; letter-spacing: 1px">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}{/block:Chat}
  489.  
  490. {block:Video}
  491. <center>{Video-500}</center>
  492. {block:Caption}
  493. {Caption}
  494. {/block:Caption}
  495. {/block:Video}
  496.  
  497. {block:Answer}<div style="color: {color:text}; background: {color:info}; padding: 15px">{Asker}: {Question}</div><br><p>{Answer}{/block:answer}
  498.  
  499. {block:Audio}
  500. {block:AlbumArt}
  501. <img src="{AlbumArtURL}" height="100px">
  502. {/block:AlbumArt}<div style="margin-top: -103px; margin-left: 102px; background: {color:info border}; font-family: 'Droid Serif'; width: 348px; border-bottom: 2px solid {color:posts}; color: {color:posts}; text-align: left; font-size: 10px; height: 8px; padding: 26px 25px; letter-spacing: 2px;">{block:trackname}{TrackName}{/block:TrackName} โ‹… {block:Artist}{Artist}{/block:Artist}
  503. </div>
  504. <div style="background-color:#e4e4e4; width: 388px; padding: 5px; margin-left: 102px;">{AudioPlayerGrey}</div>
  505. <p>
  506. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  507.  
  508.  
  509. <div class="info">
  510. {block:Date}
  511. posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}
  512. </div>
  513. {block:HasTags}<div class="tags">{block:Tags}
  514. #<a href="{TagURL}">{Tag}</a>
  515. {/block:Tags}</div>{/block:HasTags}
  516. </div>
  517. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  518. {/block:Posts}
  519. </div>
  520. </div>
  521.  
  522. </body>
  523. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement