Advertisement
hellmouths

THEME #009: WINTERLAND

Dec 20th, 2012
4,570
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.74 KB | None | 0 0
  1. <!--
  2.  
  3. THEME #009: WINTERLAND
  4. by hellmouths.tumblr.com
  5.  
  6. · DON'T REDISTRIBUTE
  7. · DON'T USE AS BASE
  8. · DON'T REMOVE CREDIT
  9.  
  10. Contact me if there are any complications.
  11. -->
  12.  
  13.  
  14. <html>
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  20.  
  21. <meta name="image:background" content=""/>
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="color:1bg" content="#ffffff" />
  25. <meta name="color:2link" content="#9e9e9e" />
  26. <meta name="color:3hover" content="#aa9b9b" />
  27. <meta name="color:4text" content="#c0c0c0" />
  28. <meta name="color:5posts" content="#ffffff" />
  29. <meta name="color:6border" content="#eeeeee" />
  30. <meta name="color:7top" content="#fbfbfb" />
  31. <meta name="color:8scrollbar" content="#ececec" />
  32.  
  33. <meta name="text:link1" content="" />
  34. <meta name="text:link1 url" content="" />
  35. <meta name="text:link2" content="" />
  36. <meta name="text:link2 url" content="" />
  37. <meta name="text:link3" content="" />
  38. <meta name="text:link3 url" content="" />
  39. <meta name="text:link4" content="" />
  40. <meta name="text:link4 url" content="" />
  41. <meta name="text:link5" content="" />
  42. <meta name="text:link5 url" content="" />
  43.  
  44. <meta name="if:Show Link 1" content="1" />
  45. <meta name="if:Show Link 2" content="1" />
  46. <meta name="if:Show Link 3" content="1" />
  47. <meta name="if:Show Link 4" content="1" />
  48. <meta name="if:Show Link 5" content="1" />
  49. <meta name="if:Rounded Sidebar Image" content="1" />
  50. <meta name="if:Hover for Tags" content="1" />
  51. <meta name="if:Show Blog Title" content="1" />
  52.  
  53.  
  54. </head>
  55. <style type="text/css">
  56.  
  57. /* SCROLLBAR */
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background-color:{color:8scrollbar};
  61. border-top:2px solid {color:8scrollbar};
  62. border-bottom:2px solid {color:7top};
  63. height:auto;}
  64. ::-webkit-scrollbar-thumb:vertical:hover{
  65. background-color:{color:8scrollbar};}
  66. ::-webkit-scrollbar-thumb:horizontal{
  67. background-color:{color:8scrollbar};
  68. height:auto;}
  69. ::-webkit-scrollbar-thumb:horizontal:hover{
  70. background-color:{color:8scrollbar};}
  71. ::-webkit-scrollbar{
  72. height:10px;
  73. width:15px;
  74. background-color: {color:7top};}
  75.  
  76.  
  77.  
  78. body {
  79. background-color:{color:1bg};
  80. color:{color:4text};
  81. font-size:11px;
  82. font-family:Baskerville; }
  83.  
  84. a { text-decoration:none; color:{color:2link}; }
  85. a:hover { text-decoration:underline; color:{color:3hover}; }
  86.  
  87. blockquote { margin-left:10px; padding-left:5px; border-left:1px solid {color:6border}; }
  88.  
  89.  
  90. #container{ width:770px; margin-top:50px; margin-left:250px; position:relative; }
  91.  
  92.  
  93. /* SIDEBAR */
  94.  
  95. #sidebar { padding:5px; left:60px; width:130px;
  96. margin-top:80px; float:right;position:fixed; }
  97.  
  98. #slinks a { display:block; text-align:center; padding:10px;
  99. border-bottom:1px solid {color:6border}; font-style:italic; letter-spacing:2px;}
  100. #slinks a:hover { background-color:{color:7top}; }
  101.  
  102. #sbimage img { width:130px; {block:ifRoundedSidebarImage}border-radius:100px;{/block:ifRoundedSidebarImage} margin-bottom:15px; opacity:0.8; }
  103.  
  104. #desc { width:140px; text-align:center; margin-top:20px; margin-left:-10px; padding:8px; background-color:{color:7top}; }
  105.  
  106.  
  107. #blogtitle { width:130px; margin-bottom:20px; font-size:18px;
  108. font-style:italic; letter-spacing:1px; text-align:center;
  109. padding-bottom:5px; border-bottom:1px solid {color:6border}; }
  110.  
  111. /* POSTS */
  112.  
  113.  
  114. #entry { float:left; margin-left:5px; margin-bottom:40px; }
  115.  
  116. .post { margin-bottom:40px; width:500px; }
  117.  
  118. .title { font-size:20px; font-style:italic; letter-spacing:1px;}
  119.  
  120. .post:hover .tags { opacity:1; }
  121.  
  122. .quote { font-size:17px; font-style:italic; letter-spacing:1px; }
  123. .source { margin-top:7px; text-align:right; }
  124.  
  125.  
  126. /* DATE / SOURCES / TAGS */
  127.  
  128. .info {
  129. width:495px;
  130. padding:4px 3px;
  131. margin-top:20px;
  132. font-style:italic;
  133. font-size:8px;
  134. text-transform:uppercase;
  135. letter-spacing:1px;
  136. border-top:1px solid {color:6border};
  137. border-bottom:1px solid {color:6border};}
  138. .info:hover {
  139. border-bottom:1px solid {color:6border}; }
  140. .info a { }
  141.  
  142. .tags { font-size:10px; padding:4px 3px; text-transform:lowercase;
  143. font-style:italic; {block:ifHoverforTags}opacity:0;{/block:ifHoverforTags} letter-spacing:1px; }
  144.  
  145. span.taghead { display:none; }
  146. a.tag + span.taghead { display:inline; }
  147.  
  148.  
  149. /* AUDIO */
  150.  
  151. .audio {
  152. height:60px;
  153. padding:5px;
  154. margin-bottom:55px; }
  155.  
  156. .audio-album {
  157. position:absolute;
  158. width:110px; }
  159.  
  160. .audio-player {
  161. opacity:0.1;
  162. filter:alpha(opacity=90);
  163. border:30px solid {color:1bg};
  164. width:25px;
  165. height:25px;
  166. overflow:hidden;
  167. position:absolute;
  168. z-index:2;
  169. margin-left:13px;
  170. margin-top:13px; }
  171.  
  172. .audio-info {
  173. margin-top:-5px;
  174. position:relative;
  175. margin-left:120px;
  176. line-height:180%;
  177. padding:4px; }
  178.  
  179. .audio:hover .audio-player { opacity:0.7; }
  180.  
  181. .audiocaption { opacity:0; }
  182. .post:hover .audiocaption { opacity:1; }
  183.  
  184.  
  185. /* NOTES */
  186.  
  187.  
  188. .notes img{display:none;}
  189. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 10px 5px; padding:0px}
  190.  
  191.  
  192. /* CREDIT */
  193.  
  194. .cred { font-family:calibri; letter-spacing:1px; font-size:10px; bottom:2px; right:4px; position:fixed; padding:10px; text-align:right; font-weight:bold; }
  195.  
  196. .cred:hover #name { margin-bottom:0;
  197. -webkit-transition: all 0.2s ease-out;
  198. -o-transition: all 0.2s ease-out;
  199. -webkit-transition: all 0.2s ease-out;
  200. -moz-transition: all 0.2s ease-out;}
  201.  
  202. .cred:hover #star { opacity:0;
  203. -webkit-transition: all 0.2s ease-out;
  204. -o-transition: all 0.2s ease-out;
  205. -webkit-transition: all 0.2s ease-out;
  206. -moz-transition: all 0.2s ease-out;}
  207.  
  208. #star { font-size:15px; padding-bottom:10px; }
  209. #name { margin-bottom:-36px;
  210. -webkit-transition: all 0.2s ease-out;
  211. -o-transition: all 0.2s ease-out;
  212. -webkit-transition: all 0.2s ease-out;
  213. -moz-transition: all 0.2s ease-out;}
  214. #name a { color:{color:hover}; }
  215.  
  216.  
  217. </style>
  218. <body>
  219.  
  220.  
  221. <div class="cred"><div id="star">★</div>
  222. <div id="name"><i>theme by</i> <br /><a href="http://hellmouths.tumblr.com">hellmouths</a></div>
  223. </div>
  224.  
  225.  
  226.  
  227. <div id="container">
  228.  
  229. <div id="sidebar">
  230.  
  231. {block:ifShowBlogTitle}
  232. <div id="blogtitle">{title}</div>
  233. {/block:ifShowBlogTitle}
  234.  
  235. <div id="sbimage"><img src="{image:sidebar}"></div>
  236. <div id="slinks">
  237. {block:ifShowLink1}
  238. <a href="{text:link1 url}">{text:link1}</a>
  239. {/block:ifShowLink1}
  240.  
  241. {block:ifShowLink2}
  242. <a href="{text:link2 url}">{text:link2}</a>
  243. {block:ifShowLink2}
  244.  
  245. {block:ifShowLink3}
  246. <a href="{text:link3 url}">{text:link3}</a>
  247. {block:ifShowLink3}
  248.  
  249. {block:ifShowLink4}
  250. <a href="{text:link4 url}">{text:link4}</a>
  251. {block:ifShowLink4}
  252.  
  253. {block:ifShowLink5}
  254. <a href="{text:link5 url}">{text:link5}</a>
  255. {block:ifShowLink5}
  256.  
  257. </div>
  258.  
  259. <div id="desc">{description}</div>
  260.  
  261.  
  262. <div style="margin-top:10px; text-align:center;">
  263. {block:Pagination}
  264. {block:PreviousPage}
  265. <a href="{PreviousPage}">«</a>
  266. {/block:PreviousPage}&nbsp;
  267. {CurrentPage}/{TotalPages}
  268. {block:NextPage}&nbsp;
  269. <a href="{NextPage}">»</a>
  270. {/block:NextPage}
  271. {/block:Pagination}
  272. </div>
  273.  
  274. </div>
  275.  
  276.  
  277. <div id="entry">
  278.  
  279. {block:Posts}
  280.  
  281. <div class="post">
  282.  
  283.  
  284. {block:Text}
  285. {block:Title}
  286. <div class="title"><a href="{Permalink}">{Title}</a></div>
  287. {/block:Title}
  288. {Body}
  289. {/block:Text}
  290.  
  291. {block:Photo}
  292. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  293. {block:Caption}
  294. <div class="caption">{Caption}</div>
  295. {/block:Caption}
  296. {/block:Photo}
  297.  
  298. {block:Photoset}
  299. <center>{Photoset-500}</center>
  300. {block:Caption}
  301. <div class="caption">{Caption}</div>
  302. {/block:Caption}
  303. {/block:Photoset}
  304.  
  305. {block:Quote}
  306. <div class="quote">"{Quote}"</div>
  307. {block:Source}
  308. <div class="source">- {Source}</div>
  309. {/block:Source}
  310. {/block:Quote}
  311.  
  312. {block:Link}
  313. <center><div class="title"><a href="{URL}" class="link" {Target}>{Name}</a></div></center>
  314. {block:Description}
  315. {Description}
  316. {/block:Description}
  317. {/block:Link}
  318.  
  319. {block:Chat}{block:Title}<div class="title">{Title}</div>{/block:Title}<p>
  320. <div style="margin:-10px 0px;">
  321. {block:Lines}<div style="padding:7px 3px; border-bottom: 1px solid {color:6border}; ">{block:Label}<span style="color: {color:link}; text-transform: uppercase; letter-spacing: 1px;">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}</div><br />{/block:Chat}
  322.  
  323. {block:Video}
  324. <center>{Video-500}</center>
  325. {block:Caption}
  326. {Caption}
  327. {/block:Caption}
  328. {/block:Video}
  329.  
  330. {block:Answer}<div style="color: {color:text}; background: {color:7top}; padding: 15px; border-top:1px solid {color:6border}; border-bottom:1px solid {color:6border};">{Asker}: {Question}</div><br><p>{Answer}{/block:answer}
  331.  
  332. {block:Audio}
  333. <div class="audio">
  334. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  335. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  336.  
  337. <div class="audio-info">
  338. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  339. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  340. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  341. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  342. </div></div>
  343. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  344. {/block:Audio}
  345.  
  346.  
  347. <div class="info">{block:Date}posted <a href="{Permalink}">{TimeAgo}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date} <div style="float:right;">{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}/ © <a href="{SourceURL}">{SourceLink}</a>
  348. {/block:ContentSource}</div></div>
  349.  
  350. <div class="tags">
  351. {block:HasTags}
  352. tagged: {block:Tags}<span class="taghead">, </span><a class="tag" href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  353. </div>
  354.  
  355. {block:PostNotes}
  356. <div style="height:30px; width:100%; "></div>
  357. {PostNotes}
  358. {/block:PostNotes}
  359.  
  360. </div>
  361. {/block:Posts}
  362.  
  363.  
  364. </div>
  365. </div>
  366.  
  367.  
  368. </body>
  369. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement