Advertisement
hellmouths

THEME #007: ZEUS

Aug 22nd, 2012
7,237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.86 KB | None | 0 0
  1. <!--
  2.  
  3. THEME #007: ZEUS
  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. <html>
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}"/>
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
  20.  
  21. <meta name="color:1background" content="#faf8f5" />
  22. <meta name="color:2text" content="#b9b0a8" />
  23. <meta name="color:3link" content="#e9cdba" />
  24. <meta name="color:4hover" content="#d9dbbd" />
  25. <meta name="color:5posts" content="#ffffff" />
  26. <meta name="color:6border" content="#f7f3ed"/>
  27. <meta name="color:7description" content="#f8f4f0"/>
  28. <meta name="color:8sidebar" content="#fcfaf8"/>
  29. <meta name="color:9sbcontain" content="#f7f4f0"/>
  30.  
  31. <meta name="text:link1" content="">
  32. <meta name="text:link1 url" content="">
  33. <meta name="text:link2" content="">
  34. <meta name="text:link2 url" content="">
  35. <meta name="text:link3" content="">
  36. <meta name="text:link3 url" content="">
  37. <meta name="text:link4" content="">
  38. <meta name="text:link4 url" content="">
  39. <meta name="text:link5" content="">
  40. <meta name="text:link5 url" content="">
  41. <meta name="text:link6" content="">
  42. <meta name="text:link6 url" content="">
  43. <meta name="text:link7" content="">
  44. <meta name="text:link7 url" content="">
  45. <meta name="text:link8" content="">
  46. <meta name="text:link8 url" content="">
  47. <meta name="text:link9" content="">
  48. <meta name="text:link9 url" content="">
  49.  
  50. <meta name="text:Blog Title" content="">
  51. <meta name="text:Font Size" content="11px">
  52.  
  53. <meta name="font:Body" content="">
  54. <meta name="font:Sidebar" content="">
  55.  
  56. <meta name="image:Sidebar" content="">
  57.  
  58. <meta name="if:Show Image Shadow" content="1"/>
  59. <meta name="if:Keep Links Fixed" content="0"/>
  60. <meta name="if:Show Blog Title" content="1"/>
  61. <meta name="if:Show Title Shadow" content="1"/>
  62.  
  63. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  64. <link href='http://fonts.googleapis.com/css?family=Berkshire+Swash' rel='stylesheet' type='text/css'>
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. body {
  71. font-size:{text:Font Size};
  72. line-height:140%;
  73. background-color:{color:1background};
  74. color: {color:2text};
  75. font-family:{font:Body}; }
  76.  
  77. a, a:active, a:visited { text-decoration: none; color: {color:3link};}
  78. a:hover { color: {color:4hover}; text-decoration:none; }
  79.  
  80. b, strong{ font-weight:bold; color:{color:link};}
  81. i, em { font-style:italic; }
  82.  
  83.  
  84.  
  85.  
  86. /* SIDEBAR */
  87.  
  88.  
  89. #container {
  90. width:310px;
  91. top:0;
  92. left:0;
  93. padding:50px 60px;
  94. height:auto;
  95. float:left;
  96. position:fixed;
  97. font-size:10px;
  98. height:100%;
  99. background-color:{color:9sbcontain}; }
  100.  
  101.  
  102.  
  103. #sidebar {
  104. margin:auto;
  105. width:270px;
  106. padding:25px 20px;
  107. height:100%;
  108. background:{color:8sidebar}; }
  109.  
  110.  
  111.  
  112. #sbimage {
  113. margin:auto;
  114. margin-left:11px; }
  115.  
  116.  
  117.  
  118. #sbimage img {
  119. max-width:245px;
  120. opacity:0.9;
  121. height:auto;
  122. text-align:center;
  123. position:relative;
  124. -webkit-border-radius: 600px;
  125. -moz-border-radius: 600px;
  126. border-radius: 600px;
  127. {block:IfShowImageShadow}box-shadow:4px 2px {color:3link};
  128. {/block:IfShowImageShadow} }
  129.  
  130.  
  131.  
  132. #stext {
  133. margin:5px auto 10px auto;
  134. width:200px;
  135. padding:12px;
  136. font-family:{font:Sidebar};
  137. text-align:justify;
  138. line-height:120%;
  139. background-color:{color:7description}; }
  140.  
  141. #stext a { font-style:italic; }
  142.  
  143.  
  144. #blogtitle {
  145. font-family:Berkshire Swash;
  146. font-size:27px;
  147. margin-bottom:25px;
  148. text-align:center;
  149. width:auto; height:auto;
  150. {block:IfShowTitleShadow}text-shadow:1px 1px 0px {color:3link};
  151. {/block:IfShowTitleShadow} }
  152. #blogtitle a { color:{color:4hover}; }
  153.  
  154.  
  155.  
  156.  
  157.  
  158. /* SIDEBAR LINKS */
  159.  
  160.  
  161. #popup {
  162. width:260px;
  163. float:right;
  164. -webkit-transition: all 0.7s ease;
  165. -moz-transition: all 0.7s ease;
  166. -o-transition: all 0.7s ease;
  167. margin-top:830px;
  168. opacity:0;
  169. {block:IfKeepLinksFixed}
  170. margin-top:0px;
  171. opacity:1;{/block:IfKeepLinksFixed} }
  172.  
  173.  
  174. .slinks {
  175. height:auto;
  176. margin:auto;
  177. width:235px;
  178. line-height:140%;
  179. -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease; }
  180.  
  181.  
  182. .slinks a {
  183. display:block;
  184. font-family:calibri;
  185. display:inline-block;
  186. font-size:9px;
  187. padding:5px 5px;
  188. width:91px;
  189. letter-spacing:1;
  190. text-transform:uppercase;
  191. font-weight:bold;
  192. margin-bottom:7px;
  193. margin-left:4px;
  194. margin-right:4px;
  195. color:{color:5posts};
  196. text-align:center;
  197. background-color:{color:3link};}
  198.  
  199.  
  200. .slinks a:hover {
  201. -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -o-transition: all 0.7s ease;
  202. color:{color:5posts};
  203. background-color:{color:4hover};}
  204.  
  205.  
  206. #sidebar:hover #popup {
  207. opacity:1;
  208. margin-top:0;
  209. -webkit-transition: all 0.7s ease;
  210. -moz-transition: all 0.7s ease;
  211. -o-transition: all 0.7s ease; }
  212.  
  213.  
  214. .menu {
  215. width:auto;
  216. text-align:center;
  217. float:center;
  218. margin-top:15px;
  219. color:{color:4hover}; }
  220.  
  221.  
  222. .menu a {
  223. display:inline-block;
  224. font-weight:bold;
  225. font-size:10px;
  226. font-family:calibri;
  227. letter-spacing:1px;
  228. text-transform:uppercase; }
  229.  
  230.  
  231.  
  232.  
  233.  
  234. /* NEXT/PREV PAGES */
  235.  
  236.  
  237.  
  238. #pagination {
  239. width:auto;
  240. height:auto;
  241. text-align:center;
  242. margin-bottom:50px;}
  243.  
  244.  
  245.  
  246.  
  247. /* POSTS */
  248.  
  249. #posts {
  250. width:800px;
  251. float:center;
  252. margin:30px auto auto 450px;
  253. height:auto;
  254. padding-left:30px;
  255. padding-bottom:60px; }
  256.  
  257. .post {
  258. width:500px;
  259. padding:20px 20px 10px 20px;
  260. margin-bottom:30px;
  261. text-align: justify;
  262. background: {color:5posts};
  263. letter-spacing:0;}
  264.  
  265. .post img { margin-top:0px; }
  266.  
  267.  
  268.  
  269. .info {
  270. text-align:left;
  271. text-transform:uppercase;
  272. letter-spacing:1px;
  273. width:485px;
  274. margin-top:20px;
  275. font-size:7px;
  276. padding:3px;
  277. border-top:1px solid {color:6border};}
  278.  
  279.  
  280. .right{
  281. background:transparent;
  282. opacity:0;
  283. margin-left:600px;
  284. margin-top:-19px;
  285. position:absolute;
  286. width:120px;
  287. -webkit-transition: all 0.4s ease-out;
  288. -o-transition: all 0.4s ease-out;
  289. -webkit-transition: all 0.4s ease-out;
  290. -moz-transition: all 0.4s ease-out; }
  291. .right a { color:{color:5posts}; }
  292.  
  293.  
  294.  
  295. .tags {
  296. font-size:10px;
  297. text-transform:lowercase;
  298. font-style:italic;
  299. color:{color:2text};
  300. background-color:{color:5posts};
  301. padding:5px 7px;}
  302.  
  303. .tags a { color:{color:3link}; }
  304.  
  305. .post:hover .right { opacity:1; margin-left:525px;
  306. -webkit-transition: all 0.4s ease-out;
  307. -o-transition: all 0.4s ease-out;
  308. -webkit-transition: all 0.4s ease-out;
  309. -moz-transition: all 0.4s ease-out;}
  310.  
  311.  
  312. .quote {
  313. font-size:18px;
  314. font-family:'oswald';
  315. margin-bottom:7px;
  316. line-height:160%;
  317. color:{color:3link}; }
  318.  
  319. .source {
  320. font-size:9px;
  321. text-transform:uppercase;
  322. letter-spacing:1; }
  323.  
  324.  
  325.  
  326. .link {
  327. font-size:23px;
  328. text-transform:lowercase;
  329. line-height:140%;
  330. padding-bottom:10px;
  331. color:{color:5posts};
  332. color:{color:2text}; }
  333.  
  334. .link .name{
  335. font-family: 'Berkshire Swash';
  336. font-style:italic;
  337. line-height:110%;
  338. font-size:28px;
  339. padding-left:10px;
  340. letter-spacing: 1px;
  341. color:{color:4hover}; }
  342.  
  343.  
  344.  
  345. #audio {
  346. width:400px;
  347. margin-top:5px; }
  348.  
  349. .track {
  350. height: 10px;
  351. padding: 3px 5px 7px 5px;
  352. background:{color:1background};
  353. font-size:10px;
  354. display: block;
  355. overflow: hidden;
  356. text-align: left;
  357. margin-bottom: 3px;
  358. text-transform: uppercase;}
  359. .track b {
  360. color: {color:4hover};}
  361. .track img {
  362. margin-right: 2px;}
  363.  
  364.  
  365.  
  366.  
  367. @font-face{
  368. font-family: WebSymbolsRegular;
  369. src: url('http://static.tumblr.com/7w3ddo1/Umom6yavp/websymbols-regular-webfont.eot') format('eot'),
  370. url('http://static.tumblr.com/7w3ddo1/6KLm6yavz/websymbols-regular-webfont.svg') format('svg')
  371. url('http://static.tumblr.com/7w3ddo1/UJmm7mst2/websymbols-regular-webfont.woff') format('woff'),
  372. url('http://static.tumblr.com/7w3ddo1/W7qm6yawz/websymbols-regular-webfont.woff') format('truetype');}
  373.  
  374. .symbol{
  375. font-family: WebSymbolsRegular;
  376. text-transform: none;
  377. font-style: normal;
  378. font-size:19px;
  379. padding-top:5px;
  380. padding-right:10px;
  381. color:{color:3link};
  382. border-right: 1px dashed {color:3link};}
  383.  
  384.  
  385.  
  386.  
  387. .title { font-size:19px; font-family:'Oswald'; margin-top:-5px; padding:5px; width:495px; color:{color:5posts}; margin-left:-5px; }
  388.  
  389. .title a { color:{color:3link}; }
  390.  
  391.  
  392.  
  393. blockquote { margin-left:15px; padding-left:5px; border-left:1px solid {color:6border}; }
  394.  
  395.  
  396.  
  397. h3 { font-size:20px; line-height:150%; }
  398.  
  399.  
  400.  
  401.  
  402. /* SCROLLBAR */
  403.  
  404. ::-webkit-scrollbar-thumb:vertical {
  405. background-color:{color:3link};
  406. border-top:2px solid {color:3link};
  407. border-bottom:2px solid {color:3link};
  408. height:auto;}
  409. ::-webkit-scrollbar-thumb:vertical:hover{
  410. background-color:{color:3link};}
  411. ::-webkit-scrollbar-thumb:horizontal{
  412. background-color:{color:3link};
  413. height:auto;}
  414. ::-webkit-scrollbar-thumb:horizontal:hover{
  415. background-color:{color:3link};}
  416. ::-webkit-scrollbar{
  417. height:10px;
  418. width:10px;
  419. background-color: {color:5posts};}
  420.  
  421.  
  422.  
  423.  
  424.  
  425.  
  426.  
  427. /* NOTES */
  428.  
  429. ol.notes{
  430. padding: 20px;
  431. margin-top: 0px;
  432. background-color:{color:5posts};
  433. text-align:left;
  434. list-style-type: none;
  435. width:500px;
  436. border-bottom: solid 0px {color:6border}; }
  437.  
  438. ol.notes li.note{ border-top: solid 1px {color:6border}; padding: 4px; }
  439. ol.notes li.note img.avatar { display:none; }
  440. ol.notes li.note span.action { font-weight: normal; }
  441. ol.notes li.note .answer_content { font-weight: normal; }
  442. ol.notes li.note blockquote{
  443. padding: 0px 0px 0px 5px;
  444. margin: 0px 0px 2px 25px;
  445. border-left: 2px solid {color:6border};}
  446. ol.notes li.note blockquote a { text-decoration: none; font-size:10px; }
  447.  
  448.  
  449.  
  450.  
  451.  
  452.  
  453.  
  454. /* CREDIT */
  455.  
  456. .cred { font-family:calibri; letter-spacing:1px; font-size:10px; bottom:0px; right:5px; position:fixed; padding:10px; text-align:right; font-weight:bold; }
  457.  
  458. .cred:hover #name { margin-bottom:0;
  459. -webkit-transition: all 0.2s ease-out;
  460. -o-transition: all 0.2s ease-out;
  461. -webkit-transition: all 0.2s ease-out;
  462. -moz-transition: all 0.2s ease-out;}
  463.  
  464. .cred:hover #star { opacity:0;
  465. -webkit-transition: all 0.2s ease-out;
  466. -o-transition: all 0.2s ease-out;
  467. -webkit-transition: all 0.2s ease-out;
  468. -moz-transition: all 0.2s ease-out;}
  469.  
  470. #star { font-size:20px; padding-bottom:10px; }
  471. #name { margin-bottom:-36px;
  472. -webkit-transition: all 0.2s ease-out;
  473. -o-transition: all 0.2s ease-out;
  474. -webkit-transition: all 0.2s ease-out;
  475. -moz-transition: all 0.2s ease-out;}
  476.  
  477. </style>
  478. </head>
  479. <body>
  480.  
  481.  
  482. <div class="cred"><div id="star">★</div>
  483. <div id="name"><i>theme by</i> <br /><a href="http://hellmouths.tumblr.com">HELLMOUTHS</a></div>
  484. </div>
  485.  
  486.  
  487. <div id="container">
  488. <div id="sidebar">
  489.  
  490. {block:IfShowBlogTitle}
  491. <div id="blogtitle"><a href="/">{text:Blog Title}</a></div>
  492. {/block:IfShowBlogTitle}
  493.  
  494. <div id="sbimage"><img src="{image:Sidebar}"></div>
  495.  
  496. <div class="menu">
  497. <a href="{text:link1 url}">{text:link1}</a>
  498. &nbsp;◆&nbsp;
  499. <a href="{text:link2 url}">{text:link2}</a>
  500. &nbsp;◆&nbsp;
  501. <a href="{text:link3 url}">{text:link3}</a>
  502. </div>
  503.  
  504. <div id="stext">{Description}</div>
  505.  
  506. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination} </div>
  507.  
  508. <div id="popup">
  509. <div class="slinks">
  510. <a href="{text:link4 url}">{text:link4}</a>
  511. <a href="{text:link5 url}">{text:link5}</a>
  512. <a href="{text:link6 url}">{text:link6}</a>
  513. <a href="{text:link7 url}">{text:link7}</a>
  514. <a href="{text:link8 url}">{text:link8}</a>
  515. <a href="{text:link9 url}">{text:link9}</a>
  516. </div>
  517. </div>
  518.  
  519. </div>
  520. </div>
  521.  
  522. <div id="posts">
  523. {block:Posts}
  524. <div class="post">
  525.  
  526.  
  527.  
  528. <div class="right">
  529.  
  530. <div style="background-color:{color:4hover}; color:{color:5posts}; font-size:12px; padding:6px 0px 5px 8px; margin-bottom:5px; font-family:helvetica; font-weight:bold; text-transform:uppercase;"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  531.  
  532. {block:HasTags}<div class="tags">{block:Tags}
  533. · <a href="{TagURL}">{Tag}</a><br />
  534. {/block:Tags}</div>{/block:HasTags}
  535.  
  536. </div>
  537.  
  538.  
  539.  
  540. {block:Text}
  541. {block:Title}
  542. <div class="title"><a href="{Permalink}">{Title}</a></div>
  543. {/block:Title}
  544. {Body}
  545. {/block:Text}
  546.  
  547. {block:Photo}
  548. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  549. {block:Caption}
  550. <div class="caption">{Caption}</div>
  551. {/block:Caption}
  552. {/block:Photo}
  553.  
  554. {block:Photoset}
  555. <div style="margin-top:-10px;">
  556. <center>{Photoset-500}</center>
  557. {block:Caption}
  558. <div class="caption">{Caption}</div>
  559. {/block:Caption}</div>
  560. {/block:Photoset}
  561.  
  562. {block:Quote}
  563. <div class="quote">"{Quote}"</div>
  564. {block:Source}
  565. <div class="source">- {Source}</div>
  566. {/block:Source}
  567. {/block:Quote}
  568.  
  569. {block:Link}
  570. <center><div class="link"><a href="{URL}" {Target}><table cellspacing="0px" cellpadding="0px"><tr>
  571. <td class="symbol">K</td>
  572. <td class="name">{Name}</td>
  573. </tr></table>
  574. </a></div></center>
  575. {block:Description}
  576. {Description}
  577. {/block:Description}
  578. {/block:Link}
  579.  
  580. {block:Chat}{block:Title}<div class="title"><a href="{Permalink}">{Title}</a></div>{/block:Title}<p>
  581. {block:Lines}<div style="padding: 2px 0px; width:500px; border-bottom: 1px solid {color:5posts}">{block:Label}<span style="color: {color:3link}; font-size:9px; text-transform: uppercase; letter-spacing: 0px; font-weight:bold;">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}{/block:Chat}
  582.  
  583. {block:Video}
  584. <center>{Video-500}</center>
  585. {block:Caption}
  586. {Caption}
  587. {/block:Caption}
  588. {/block:Video}
  589.  
  590. {block:Answer}<div style="text-align:center; padding: 15px; border-bottom:1px solid {color:1background};">{Asker}: {Question}</div><br><p>{Answer}{/block:answer}
  591.  
  592. {block:Audio}
  593. {block:AlbumArt}<div id="audioimg"><img src="{AlbumArtURL}" width="65" height="65" align="left"></div>{/block:AlbumArt}
  594. <div class="track"><b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}</div>
  595. <div class="track"><b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
  596. <div class="track"><b>ALBUM:</b> {block:Album}{Album}{/block:Album}</div>
  597. <div id="audio">{AudioPlayerWhite}</div>
  598. {block:Caption}{Caption}{/block:Caption}
  599. {/block:Audio}
  600.  
  601.  
  602. <div class="info">
  603. {block:Date}
  604. <a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>{/block:Date} <div style="float:right;">{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a> /{/block:RebloggedFrom} {block:ContentSource}source: <a href="{SourceURL}">{SourceLink}</a>
  605. {/block:ContentSource}</div>
  606. </div>
  607.  
  608. </div>
  609.  
  610. {block:PermalinkPage}{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:PermalinkPage}
  611. {/block:Posts}
  612.  
  613. </div>
  614. </div>
  615.  
  616.  
  617. </body>
  618. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement