Advertisement
hellmouths

THEME #004: SUMMERTIME SADNESS

Jun 30th, 2012
6,233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.83 KB | None | 0 0
  1. <!--
  2. THEME #004: SUMMERTIME SADNESS
  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="#f8f8f8" />
  21. <meta name="color:text" content="#c0bebb" />
  22. <meta name="color:link" content="#a1b6a8" />
  23. <meta name="color:hover" content="#788f88" />
  24. <meta name="color:posts" content="#ffffff" />
  25. <meta name="color:info link" content="#c4bfba" />
  26. <meta name="color:tags" content="#e9e6e3" />
  27. <meta name="color:blockquote border" content="#e5e5e5" />
  28.  
  29. <meta name="text:link1" content="">
  30. <meta name="text:link1 url" content="">
  31. <meta name="text:link2" content="">
  32. <meta name="text:link2 url" content="">
  33. <meta name="text:link3" content="">
  34. <meta name="text:link3 url" content="">
  35. <meta name="text:link4" content="">
  36. <meta name="text:link4 url" content="">
  37. <meta name="text:link5" content="">
  38. <meta name="text:link5 url" content="">
  39. <meta name="text:link6" content="">
  40. <meta name="text:link6 url" content="">
  41. <meta name="text:link7" content="">
  42. <meta name="text:link7 url" content="">
  43. <meta name="text:link8" content="">
  44. <meta name="text:link8 url" content="">
  45.  
  46. <meta name="image:Sidebar" content="">
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  49. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. body {
  56. background-color: {color:bg};
  57. color: {color:text};
  58. font-family: tahoma;
  59. font-size:10px;
  60. line-height:130%;
  61. }
  62.  
  63. a, a:active, a:visited{
  64. text-decoration: none;
  65. color: {color:link};
  66. -webkit-transition: all 0.4s ease-out;
  67. -o-transition: all 0.4s ease-out;
  68. -webkit-transition: all 0.4s ease-out;
  69. -moz-transition: all 0.4s ease-out;
  70. }
  71.  
  72. a:hover{
  73. color: {color:hover};
  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.  
  81.  
  82. /* SIDEBAR */
  83.  
  84. #sidebar {
  85. width:245px;
  86. padding:15px;
  87. height:auto;
  88. background-color:{color:posts};
  89. margin-top:80px;
  90. margin-left:182px;
  91. position:fixed;
  92. }
  93.  
  94. #sidenav {
  95. width:240px;
  96. padding:3px 15px 0 15px;
  97. margin:62px 0 0 182px;
  98. font-family:'Droid Serif';
  99. font-size:9px;
  100. background-color:#trans;
  101. top:0;
  102. text-align:center;
  103. position:fixed;
  104. }
  105.  
  106.  
  107. #sidenav a {
  108. display:inline-block;
  109. font-weight:bold;
  110. font-family:calibri;
  111. font-size:10px;
  112. text-transform:uppercase;
  113. padding:5px 3px 5px 3px;
  114. background-color:#trans;
  115. -webkit-transition: all 0.4s ease-out;
  116. -o-transition: all 0.4s ease-out;
  117. -webkit-transition: all 0.4s ease-out;
  118. -moz-transition: all 0.4s ease-out;
  119. }
  120.  
  121. #sidenav a:hover {
  122. -webkit-transition: all 0.4s ease-out;
  123. -o-transition: all 0.4s ease-out;
  124. -webkit-transition: all 0.4s ease-out;
  125. -moz-transition: all 0.4s ease-out;
  126. }
  127.  
  128. #sideimg {
  129. width:245px;
  130. padding:0px;
  131. background-color:white;
  132. }
  133.  
  134. #links { font-family:calibri; font-size:9px; text-align:center; margin-top:10px; margin-bottom:5px; text-transform:uppercase; font-weight:bold;}
  135. #links a { color:{color:link}; padding-right:10px;}
  136. #links a:hover { color:{color:hover}; font-style:underline; }
  137.  
  138. .desc {
  139. padding:15px 0 5px 0;
  140. width:235px;
  141. font-family:'Droid Serif';
  142. background-color:transparent;
  143. font-size:9px;
  144. text-align:justify;
  145. border-top:1px solid {color:bg};
  146. }
  147.  
  148.  
  149. #pagination {
  150. margin-top:450px;
  151. width:265px;
  152. height:25px;
  153. margin-left:185px;
  154. position:fixed;
  155. color:{color:text};
  156. text-align:center;
  157. line-height:20px;
  158. font-family:calibri;
  159. font-size:10px;
  160. }
  161.  
  162. #pagination a {
  163. text-decoration:none;
  164. background-color:{color:posts};
  165. padding: 2px 4px 2px 4px;
  166. color:#c4c4c4;
  167. }
  168.  
  169. #pagination a:hover {
  170. background-color:{color:info};
  171. color:#c4c4c4;
  172. }
  173.  
  174.  
  175.  
  176. /* POSTS */
  177.  
  178. #posts {
  179. width:480px;
  180. height:auto;
  181. margin-top:20px;
  182. position:relative;
  183. left: 510px;
  184. }
  185.  
  186. .post {
  187. width:520px;
  188. padding:20px 15px;
  189. text-align: justify;
  190. background: {color:posts};
  191. letter-spacing:1;
  192. }
  193.  
  194. .post img { margin-top:5px; }
  195.  
  196. #tags { font-family:calibri; font-size:9px; margin-top:30px; padding:5px 10px; border-top:1px solid {color:bg}; border-left:1px solid {color:bg}; opacity:0.7; text-transform:lowercase; font-style:italic;
  197. -webkit-transition: all 0.4s ease-out;
  198. -o-transition: all 0.4s ease-out;
  199. -webkit-transition: all 0.4s ease-out;
  200. -moz-transition: all 0.4s ease-out; }
  201.  
  202. #tags:hover { opacity:1;
  203. -webkit-transition: all 0.4s ease-out;
  204. -o-transition: all 0.4s ease-out;
  205. -webkit-transition: all 0.4s ease-out;
  206. -moz-transition: all 0.4s ease-out; }
  207.  
  208. .info {
  209. opacity:0.7;
  210. padding:5px 5px 7px 10px;
  211. width:300px;
  212. margin-left:45%;
  213. position:relative;
  214. background-color:{color:posts};
  215. margin-top:1px;
  216. margin-bottom: 25px;
  217. -webkit-transition: all 0.4s ease-out;
  218. -o-transition: all 0.4s ease-out;
  219. -webkit-transition: all 0.4s ease-out;
  220. -moz-transition: all 0.4s ease-out;
  221. }
  222.  
  223. .info:hover { opacity:1; }
  224.  
  225. .info a { color:{color:info link}; }
  226.  
  227.  
  228. .datenotes {
  229. text-transform:uppercase;
  230. letter-spacing:1px;
  231. opacity:1;
  232. text-align:right;
  233. font-size:8px;
  234. font-family:'Mane';}
  235.  
  236.  
  237. blockquote {
  238. margin-left: 10px;
  239. border-left: 1px solid {color:blockquote border};
  240. padding-left:8px;
  241. }
  242.  
  243. .caption {
  244. margin-left:10px;
  245. }
  246.  
  247. h1, h2 { font-size:20px; font-family:'Homenaje'; color:{color:link}; margin-top:0px; border-bottom:1px solid {color:bg}; padding-bottom:15px; text-align:left;}
  248.  
  249. .quote { font-size:23px; font-family:'Homenaje'; color:{color:link}; margin-top:10px; margin-left:5px; padding-bottom:15px;}
  250.  
  251. .source {font-size: 8px; font-family: 'Mane'; letter-spacing: 0px; margin-left:390px; margin-top:5px; opacity:0.7;}
  252.  
  253. .h3 {font-family:'Droid Serif'; line-height: 100%; font-size:18px; color: {color:post}; text-shadow: 2px 0px {color:link};}
  254. .h3a {font-family: {text:title font}; line-height: 100%; font-size:20px; color: {color:post}; }
  255.  
  256. .right{ background:transparent; opacity:0; font-size:8px; margin-top:-20px; text-align:left; margin-left:536px; position:absolute;
  257. -webkit-transition: all 0.4s ease-out;
  258. -o-transition: all 0.4s ease-out;
  259. -webkit-transition: all 0.4s ease-out;
  260. -moz-transition: all 0.4s ease-out;
  261. }
  262.  
  263. .zach { text-transform:lowercase; color:{color:text}; background-color:{color:posts}; font-family:'Mane'; line-height:140%; padding:3px 2px 5px 7px; width:35px; text-transform:uppercase; }
  264.  
  265.  
  266. .post:hover .right { opacity:1;
  267. -webkit-transition: all 0.4s ease-out;
  268. -o-transition: all 0.4s ease-out;
  269. -webkit-transition: all 0.4s ease-out;
  270. -moz-transition: all 0.4s ease-out;}
  271.  
  272. /* CREDIT | DO NOT REMOVE THIS SECTION */
  273.  
  274. .cred {font-size:9px; font-family:'Droid serif'; letter-spacing:1px; opacity:1; text-transform:uppercase; bottom:0px; right:10px; position:fixed; background-color:{color:posts}; padding:10px; -webkit-transition: all 0.4s ease-out;
  275. -o-transition: all 0.4s ease-out;
  276. -webkit-transition: all 0.4s ease-out;
  277. -moz-transition: all 0.4s ease-out; }
  278.  
  279. .cred:hover { padding-bottom:20px; -webkit-transition: all 0.4s ease-out;
  280. -o-transition: all 0.4s ease-out;
  281. -webkit-transition: all 0.4s ease-out;
  282. -moz-transition: all 0.4s ease-out; }
  283.  
  284. /* VARIOUS */
  285.  
  286. @font-face {
  287. font-family: mane;
  288. src: url('http://static.tumblr.com/amm1lw6/Mwqm2qtbb/pfarmafive.ttf');}
  289.  
  290.  
  291.  
  292. </style>
  293. </head>
  294. <body>
  295.  
  296. <div class="cred">
  297. &copy; <a href="http://hellmouths.tumblr.com">HELLMOUTHS</a>
  298. </div>
  299.  
  300. <div id="sidenav">
  301. <a href="{text:link1 url}">{text:link1}</a> ·
  302. <a href="{text:link2 url}">{text:link2}</a> ·
  303. <a href="{text:link3 url}">{text:link3}</a> ·
  304. <a href="{text:link4 url}">{text:link4}</a> ·
  305. <a href="{text:link5 url}">{text:link5}</a>
  306. </div>
  307.  
  308. <div id="sidebar">
  309.  
  310. <div id="sideimg"><img src="{image:sidebar}"></div>
  311.  
  312. <div id="links">
  313. <a href="{text:link6 url}">{text:link6}</a>
  314. <a href="{text:link7 url}">{text:link7}</a>
  315. <a href="{text:link8 url}">{text:link8}</a>
  316. </div>
  317.  
  318. <div class="desc">{Description}</div>
  319.  
  320. </div>
  321.  
  322.  
  323. <div id="pagination">{block:Pagination}
  324. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  325. {block:JumpPagination length="6"}{block:CurrentPage}
  326. <span class="current_page" style="padding-right:3px;padding-left:3px;">{PageNumber}</span>
  327. {/block:CurrentPage}
  328. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  329. {/block:JumpPagination}
  330. {block:NextPage}<a href="{NextPage}">»</a> {/block:NextPage}
  331. </div>{/block:Pagination} </div><br>
  332.  
  333.  
  334. <div id="posts">
  335.  
  336. {block:Posts}
  337. <div class="post">
  338.  
  339. <div class="right">
  340. <div class="zach">
  341. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}<br />
  342. <a href="{ReblogURL}" target="_blank" title="reblog this">reblog</a>
  343. <br />
  344. - {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}</div>
  345. </div>
  346.  
  347. {block:Text}
  348. {block:Title}
  349. <h1><a href="{Permalink}">{Title}</a></h1>
  350. {/block:Title}
  351. {Body}
  352. {/block:Text}
  353.  
  354. {block:Photo}
  355. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  356. {block:Caption}
  357. <div class="caption">{Caption}</div>
  358. {/block:Caption}
  359. {/block:Photo}
  360.  
  361. {block:Photoset}
  362. <center>{Photoset-500}</center>
  363. {block:Caption}
  364. <div class="caption">{Caption}</div>
  365. {/block:Caption}
  366. {/block:Photoset}
  367.  
  368. {block:Quote}
  369. <div class="quote">"{Quote}"</div>
  370. {block:Source}
  371. <div class="source">- {Source}</div>
  372. {/block:Source}
  373. {/block:Quote}
  374.  
  375. {block:Link}
  376. <center><h1><a href="{URL}" class="link" {Target}>{Name}</a></h1></center>
  377. {block:Description}
  378. {Description}
  379. {/block:Description}
  380. {/block:Link}
  381.  
  382. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<p>
  383. {block:Lines}<div style="background: {color:info}; color: {color:text}; padding: 5px; width:500px; margin-left:5px; border-bottom: 1px solid {color:posts}">{block:Label}<span style="color: {color:link}; text-transform: uppercase; letter-spacing: 1px">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}{/block:Chat}
  384.  
  385. {block:Video}
  386. <center>{Video-500}</center>
  387. {block:Caption}
  388. {Caption}
  389. {/block:Caption}
  390. {/block:Video}
  391.  
  392. {block:Answer}<div style="color: {color:text}; background: {color:bg}; padding: 15px">{Asker}: {Question}</div><br><p>{Answer}{/block:answer}
  393.  
  394. {block:Audio}
  395. {block:AlbumArt}
  396. <img src="{AlbumArtURL}" height="100px">
  397. {/block:AlbumArt}<div style="margin-top: -103px; margin-left: 102px; background: {color:link}; 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}
  398. </div>
  399. <div style="background-color:#e4e4e4; width: 388px; padding: 5px; margin-left: 102px;">{AudioPlayerGrey}</div>
  400. <p>
  401. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  402.  
  403. {block:HasTags}<div id="tags">{block:Tags}
  404. #<a href="{TagURL}">{Tag}</a>
  405. {/block:Tags}</div>{/block:HasTags}
  406. </div>
  407.  
  408.  
  409.  
  410. <div class="info">
  411. <div class="datenotes">{block:Date}
  412. posted <a href="{Permalink}">{TimeAgo}</a> - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date}</div>
  413. </div>
  414.  
  415. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  416. {/block:Posts}
  417.  
  418. </div>
  419. </div>
  420.  
  421.  
  422. </body>
  423. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement