Advertisement
rjwebster

Theme #06 Hades

Sep 4th, 2015
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.45 KB | None | 0 0
  1. <!--
  2. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮╭━━┳╮╱╱╭╮
  3. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃┃╭╮┃╰╮╭╯┃
  4. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮┃╰╯╰╮╰╯╭╯
  5. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃┃╭━╮┣╮╭╯
  6. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃┃╰━╯┃┃┃
  7. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯╰━━━╯╰╯
  8.  
  9. ╭━━━┳━━━┳╮╱╱╭┳━╮╱╭┳╮╭━┳━━┳━╮╱╭┳╮╭━╮
  10. ┃╭━╮┃╭━╮┃╰╮╭╯┃┃╰╮┃┃┃┃╭┻┫┣┫┃╰╮┃┃┃┃╭╯
  11. ┃╰━╯┃┃╱┃┣╮╰╯╭┫╭╮╰╯┃╰╯╯╱┃┃┃╭╮╰╯┃╰╯╯
  12. ┃╭━━┫╰━╯┃╰╮╭╯┃┃╰╮┃┃╭╮┃╱┃┃┃┃╰╮┃┃╭╮┃
  13. ┃┃╱╱┃╭━╮┃╱┃┃╱┃┃╱┃┃┃┃┃╰┳┫┣┫┃╱┃┃┃┃┃╰╮
  14. ╰╯╱╱╰╯╱╰╯╱╰╯╱╰╯╱╰━┻╯╰━┻━━┻╯╱╰━┻╯╰━╯
  15.  
  16. Theme #04: Poseidon by paynkink.tumblr.com DO NOT REMOVE CREDIT; DO NOT MOVE THE CREDIT; DO NOT CLAIM AS YOUR OWN. Other than that enjoy :3 If you have any questions, you can contact me at paynkink.tumblr.com/askfaq-->
  17.  
  18. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20.    
  21.     <head><title>{Title}</title>
  22.     <link rel="shortcut icon" href="http://static.tumblr.com/5aokqeu/8lFmctq9r/favicon_skull.gif">
  23.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.     {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26.  
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Text" content="#a8a8a8"/>
  29. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  30. <meta name="color:DescriptionText" content="#b8b8b8"/>
  31. <meta name="color:Border" content="#dddddd"/>
  32. <meta name="color:Hover" content="#f2f2f2"/>
  33. <meta name="color:Scrollbar" content="#000000"/>
  34. <meta name="color:ScrollbarBg" content="#ffffff"/>
  35. <meta name="color:Post Links" content="#c0bfbf"/>
  36. <meta name="color:Answer Backg" content="#000000"/>
  37. <meta name="image:Sidebar" content=""/>
  38. <meta name="image:Background" content=""/>
  39. <meta name="text:Link A" content="" />
  40. <meta name="text:Link A Text" content="" />
  41. <meta name="text:Link B" content="" />
  42. <meta name="text:Link B Text" content="" />
  43. <meta name="text:Link C" content="" />
  44. <meta name="text:Link C Text" content="" />
  45. <meta name="if:Show Link A" content="1" />
  46. <meta name="if:Show Link B" content="1" />
  47. <meta name="if:Show Link C" content="1" />
  48. <meta name="image:Left Background" content""/>
  49. <meta name="color:Bar One" content="#000000" />
  50. <meta name="color:tabcolor" content="#000">
  51. <meta name="color:tabcolor2" content="#333233">
  52. <meta name="color:tabcolor3" content="#666566">
  53. <meta name="color:tabcolor4" content="#8C8C8C">
  54. <meta name="color:tabcolor5" content="#ABABAB">
  55.  
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar-thumb {
  61.     height:auto;
  62.     background-color:{color:Scrollbar};
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66.     height:4px;
  67.     width:5px;
  68.     padding-right:2px;
  69.     background-color:white;
  70. }
  71.  
  72. body {
  73. background-color:{color:background};
  74. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  75. background-attachment: fixed;
  76. background-size:300px;
  77. background-position: bottom 0px left 10px, bottom 0px right 0px, top left, top left;
  78. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  79. padding: 0px;
  80. line-height:100%;
  81. color:{color:text};
  82. font-family:'arial';
  83. line-height:100%;
  84. letter-spacing:0px;
  85. text-align:justify;
  86. font-size:12px;
  87. text-decoration:none;
  88. text-transform:none;
  89. margin:0px;
  90. }
  91.  
  92.      
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:Post Links};
  98. }
  99.      
  100. img {
  101.     border:none;
  102. }
  103.      
  104. blockquote {
  105. padding-left:5px;
  106. border-left:2px solid;
  107. }
  108.        
  109. blockquote blockquote {
  110. padding-left:5px;
  111. border-left:2px solid;
  112. }
  113.      
  114. h1 {
  115. font-size:10px;
  116. letter-spacing:2px;
  117. text-transform:uppercase;
  118. font-family:arial;
  119. font-style:none;
  120. line-height:10px;
  121. text-align:left;
  122. padding:0px;
  123. }
  124.      
  125. a:hover {
  126. color:#000000;
  127. -moz-transition-duration:0.3s;
  128. -webkit-transition-duration:0.3s;
  129. -o-transition-duration:0.3s;
  130. }
  131.  
  132.  
  133. /*ENTRIES*/
  134.  
  135. #entries {
  136. padding:10px;
  137. width:500px;
  138. margin-left:400px;
  139. margin-top:3px;
  140. font-size:12px;
  141. font-family:arial;
  142. letter-spacing:0px;
  143. }
  144.      
  145. #post {
  146. width:500px;
  147. padding-bottom:20px;
  148. padding:25px;
  149. margin-top:30px;
  150. }
  151.  
  152. /*SIDEBAR*/
  153.  
  154.  #circle {
  155. font-family:calibri;
  156. margin-top:-100px;
  157. margin-left:1050px;
  158. text-align:center;
  159. width:100%;
  160. font-size:9px;
  161. color:black;
  162. letter-spacing:5px;
  163. font-weight:bold;
  164. text-transform:uppercase;
  165. -webkit-transition-duration:1s;
  166. -moz-transition-duration:1s;
  167. -o-transition-duration:1s;
  168.        
  169.     }
  170.        
  171. #circle a {
  172. color:#000;
  173. -webkit-transition-duration:1s;
  174. -moz-transition-duration:1s;
  175. -o-transition-duration:1s;
  176.        
  177.     }
  178.    
  179. #circle a:hover {
  180. letter-spacing:6px;
  181. -webkit-transition-duration:1s;
  182. -moz-transition-duration:1s;
  183. -o-transition-duration:1s;
  184.     }
  185.    
  186.  
  187. #sidebar {
  188. position:fixed;
  189. margin-top:400px;
  190. margin-left:1150px;
  191. }
  192.      
  193.      
  194. #sidebarimage img {
  195. width:120px;
  196. height:120px;
  197. margin-top:-180px;
  198. margin-left:-60px;
  199. border-radius:200px;
  200. padding:3px;
  201. opacity:.8px;
  202. }
  203.    
  204.  
  205. .links {
  206. width:157px;
  207. font-family:calibri;
  208. padding: 4px;
  209. text-align:justify;
  210. text-transform:lowercase;
  211. position:fixed;
  212. margin-top:3px;
  213. margin-left:-74px;
  214. }
  215.      
  216. .links a {
  217. width:157px;
  218. padding:3px;
  219. font-size:11px;
  220. letter-spacing:0px;
  221. text-decoration:italic;
  222. color:{color:Sidebar Links};
  223. }
  224.      
  225. .links a:hover {
  226. -moz-transition-duration:0.3s;
  227. -webkit-transition-duration:0.3s;
  228. -o-transition-duration:0.3s;
  229. color:{color:Hover};
  230. }  
  231.  
  232. #description {
  233. text-align:justify;
  234. font-family:calibri;
  235. width:150px;
  236. margin-left:-68px;
  237. margin-top:30px;
  238. font-size:11px;
  239. position:fixed;
  240. text-transform:none;
  241. color:{color:DescriptionText};
  242. }
  243.  
  244. #pagination {
  245. width:150px;
  246. font-size:11px;
  247. text-align:center;
  248. margin-left:-68px;
  249. margin-top:230px;
  250. position:fixed;
  251. font-family:arial;
  252. letter-spacing:0px;
  253. }
  254.  
  255. #bar-one {
  256. height: 1020px;
  257. margin-top:-400px;
  258. width: 1px;
  259. background: {color:Bar one};
  260. left:1010px;
  261. position: fixed;
  262.    
  263. }
  264.  
  265.  
  266. /*POST INFO*/
  267.  
  268. #postage {  
  269. width:500px;
  270. text-align:left;
  271. font-family:arial;
  272. margin-top:3px;
  273. letter-spacing:1px;
  274. font-size:8px;
  275. font-style:none;
  276. padding:1px;
  277. line-height:10px;
  278. text-transform:uppercase;
  279. border-top:1px solid;
  280. border-color:{color:Border};
  281. }
  282.    
  283. #postage a {
  284. text-align:center;
  285. color:{color:Post Links};
  286. }
  287.    
  288. #info a:hover {
  289. -moz-transition-duration:0.3s;
  290. -webkit-transition-duration:0.3s;
  291. -o-transition-duration:0.3s;
  292. color:{color:Hover}
  293. }
  294.  
  295. #tags {
  296. float:left;
  297. width:489px;
  298. margin-top:-7px;
  299. margin-left:-5px;
  300. text-align:left;
  301. font-size:7px;
  302. padding:5px;
  303. font-size:8px;
  304. opacity:1;
  305. transition-duration: 0.5s;
  306. -moz-transition-duration: 0.5s;
  307. -webkit-transition-duration: 0.5s;
  308. -o-transition-duration: 0.5s
  309. color:{color:Post Links};
  310. }
  311.    
  312. #tags a {
  313. letter-spacing:0px;
  314. font-size:8px;
  315. text-align:center;
  316. font-family:arial;
  317. text-decoration:none;
  318. display:inline-block;
  319. color:#ddd;
  320. }
  321.  
  322. #tags a:hover {
  323. background-color:#fff;
  324. -moz-transition-duration:0.3s;
  325. -webkit-transition-duration:0.3s;
  326. -o-transition-duration:0.3s;
  327. color:{color:Hover};
  328. }
  329.  
  330. /*QUESTION*/
  331.  
  332. #asker {
  333. color:#fcfcfc;
  334. padding:14px;
  335. font-family:arial;
  336. font-size:11px;
  337. letter-spacing:0px;
  338. text-align:left;
  339. margin-top:0px;
  340. text-transform:lowercase;
  341. line-height:100%;
  342. background-color:{color:Answer Backg}
  343. }
  344.  
  345. /*---begin updates tab CSS---*/
  346.  
  347.   #tabcode1{
  348.    
  349.     margin-left:-30px;
  350.     margin-bottom:0px;
  351.     border-left:7px solid {color:tabcolor};
  352.     padding-left:4px;
  353.     text-align:left;
  354.     height:14px;
  355.     overflow:hidden;
  356.     margin-top:-1px;
  357.     border-bottom:0px solid #706732;
  358.     text-transform:uppercase;
  359.     letter-spacing:1px;
  360.     font-size:8px;
  361.     line-height:10px;
  362.     z-index:0;
  363.     -webkit-transition: all 0.7s ease-in-out;
  364.     -moz-transition: all 0.7s ease-in-out;
  365.     -o-transition: all 0.7s ease-in-out;
  366.     }
  367. #tabcode1:hover{
  368.     height:80px;/*---edit the length of tab---*/
  369.     -webkit-transition: all 0.7s ease-in-out;
  370.     -moz-transition: all 0.7s ease-in-out;
  371.     -o-transition: all 0.7s ease-in-out;
  372.     }
  373.  
  374. #tabcode2{
  375.    
  376.     margin-left:-30px;
  377.     margin-bottom:0px;
  378.     border-left:7px solid {color:tabcolor2};
  379.     padding-left:4px;
  380.     text-align:left;
  381.     height:14px;
  382.     overflow:hidden;
  383.     text-transform:uppercase;
  384.     background-color:;
  385.     letter-spacing:1px;
  386.     font-size;8px;
  387.     line-height:13px;
  388.     z-index:0;
  389.     -webkit-transition: all 0.7s ease-in-out;
  390.     -moz-transition: all 0.7s ease-in-out;
  391.     -o-transition: all 0.7s ease-in-out;
  392.     }
  393.  
  394. #tabcode2:hover{
  395.     height:80px;/*---edit the length of tab---*/
  396.     -webkit-transition: all 0.7s ease-in-out;
  397.     -moz-transition: all 0.7s ease-in-out;
  398.     -o-transition: all 0.7s ease-in-out;
  399.     }
  400.  
  401. #tabcode3{
  402.    
  403.     margin-left:-30px;
  404.     border-left:7px solid {color:tabcolor3};
  405.     padding-left:4px;
  406.     text-align:left;
  407.     margin-bottom:0px;
  408.     height:14px;
  409.     overflow:hidden;
  410.     border-bottom:0px solid #ccc;
  411.     text-transform:uppercase;
  412.     background-color:;
  413.     letter-spacing:1px;
  414.     font-size;8px;
  415.     line-height:13px;
  416.     z-index:0;
  417.     -webkit-transition: all 0.7s ease-in-out;
  418.     -moz-transition: all 0.7s ease-in-out;
  419.     -o-transition: all 0.7s ease-in-out;
  420.     }
  421.  
  422. #tabcode3:hover{
  423.     height:80px;/*---edit the length of tab---*/
  424.     -webkit-transition: all 0.7s ease-in-out;
  425.     -moz-transition: all 0.7s ease-in-out;
  426.     -o-transition: all 0.7s ease-in-out;
  427.     }
  428.  
  429. #tabcode4{
  430.     margin-left:-30px;
  431.     margin-bottom:0px;
  432.     border-left:7px solid {color:tabcolor4};
  433.     padding-left:4px;
  434.     text-align:left;
  435.     height:14px;
  436.     overflow:hidden;
  437.     border-bottom:0px solid #ccc;
  438.     text-transform:uppercase;
  439.     background-color:;
  440.     letter-spacing:1px;
  441.     font-size;8px;
  442.     line-height:13px;
  443.     z-index:0;
  444.     -webkit-transition: all 0.7s ease-in-out;
  445.     -moz-transition: all 0.7s ease-in-out;
  446.     -o-transition: all 0.7s ease-in-out;
  447.     }
  448.  
  449. #tabcode4:hover{
  450.     height:80px;/*---edit the length of tab---*/
  451.     -webkit-transition: all 0.7s ease-in-out;
  452.     -moz-transition: all 0.7s ease-in-out;
  453.     -o-transition: all 0.7s ease-in-out;
  454.     }
  455.  
  456. #tabcode5{
  457.     margin-left:-30px;
  458.     margin-bottom:0px;
  459.     border-left:7px solid {color:tabcolor5};
  460.     padding-left:4px;
  461.     text-align:left;
  462.     height:14px;
  463.     overflow:hidden;
  464.     border-bottom:0px solid #ccc;
  465.     text-transform:uppercase;
  466.     background-color:;
  467.     letter-spacing:1px;
  468.     font-size;8px;
  469.     line-height:13px;
  470.     z-index:0;
  471.     -webkit-transition: all 0.7s ease-in-out;
  472.     -moz-transition: all 0.7s ease-in-out;
  473.     -o-transition: all 0.7s ease-in-out;
  474.     }
  475.  
  476. #tabcode5:hover{
  477.     height:80px;/*---edit the length of tab---*/
  478.     -webkit-transition: all 0.7s ease-in-out;
  479.     -moz-transition: all 0.7s ease-in-out;
  480.     -o-transition: all 0.7s ease-in-out;
  481.     }
  482.  
  483.  
  484. #tabcode{
  485.     text-align:left;
  486.     font-size:10px;
  487.     opacity: .8;
  488.     text-transform:uppercase;
  489.     position:fixed;
  490.     font-family:calibri;
  491.     left:30px;
  492.     background-color:transparent;
  493.     letter-spacing:0px;
  494.     width:105px;
  495.     z-index:9999;
  496.     padding:4px;
  497.     top:1px;
  498.    
  499.     }
  500.  
  501.  
  502. {CustomCSS}</style></head><body>{CustomCSS}</style>
  503.  
  504.  
  505. <div id="tabholder">
  506. <div id="tabcode">
  507. <div id="tabcode1">
  508. <div style="font-size:8px;color:#453220;">TITLE HERE</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:9px; text-align:left; color:#b9b9b9;"><br>
  509.  TEXT HERE
  510.  
  511. </div>
  512. </div>
  513.  
  514. <div id="tabcode2">
  515. <div style="font-size:8px;color:#453220;">TITLE HERE</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  516. TEXT HERE
  517. </div></div>
  518.  
  519. <div id="tabcode3">
  520. <div style="font-size:8px;color:#453220;">TITLE HERE</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  521. TEXT HERE
  522. </div>
  523. </div>
  524.  
  525.  
  526. <div id="tabcode4">
  527. <div style="font-size:8px;color:#453220;">TITLE HERE</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  528. TEXT HERE
  529.  
  530. </div>
  531. </div>
  532.  
  533. <div id="tabcode5">
  534. <div style="font-size:8px;color:#453220;">TITLE HERE</div> <div style="padding-top:1px; text-transform:uppercase; opacity:.9; font-family: calibri; font-size:8px; line-height:10px; text-align:left; color:#b9b9b9;">
  535. TEXT HERE
  536. </div>
  537. </div>
  538. </div></div></div></div>
  539.  
  540.  
  541.  
  542. <div id="sidebar">
  543.  
  544. <div id="sidebarimage">
  545. <div id="circle"><a href="/">{Title}</a></div>
  546. <a title="home" href="/">
  547. <img src="{image:Sidebar}">
  548. </a>
  549. </div>
  550.  
  551. <div id="bar-one"></div>
  552.  
  553. <div class="links">
  554. <a href="/">home</a>
  555. <a href="/ask">ask</a>
  556. {block:IfShowLinkA}<a href="{text:Link A}">{text:Link A Text}</a>{/block:IfShowLinkA}
  557. {block:IfShowLinkB}<a href="{text:Link B}">{text:Link B Text}</a>{/block:IfShowLinkB}
  558. {block:IfShowLinkC}<a href="{text:Link C}">{text:Link C Text}</a>{/block:IfShowLinkC}</div>
  559.  
  560. <div id="description">{Description}</div>
  561.  
  562. {block:Pagination}
  563. <div id="pagination">
  564. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  565. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  566. </div>
  567. {/block:Pagination}
  568. </div>
  569.  
  570. <div id="entries">
  571. {block:Posts}
  572. <div id="post">
  573.  
  574. {block:Text}
  575. <h1>{block:Title}{Title}{/block:Title}</h1>
  576. {Body}{/block:Text}
  577.  
  578. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  579. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  580.  
  581. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  582. {/block:Caption}{/block:Photoset}
  583.  
  584. {block:Quote}<h2>"{Quote}"</h2>
  585. {block:Source}<div class="qsource"> —{Source}</div>
  586. {/block:Source}{/block:Quote}
  587.  
  588. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  589.  
  590. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  591.  
  592. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  593. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  594. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  595. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  596. {/block:Audio}<br>
  597.  
  598. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  599.  
  600. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  601.    
  602. <div id="postage">
  603. <a href="{Permalink}">{Month} {DayOfMonth}</a>
  604. {block:RebloggedFrom} (<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} / {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>){/block:ContentSource}
  605. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  606. — {NoteCountWithLabel}</a>
  607. {block:HasTags}<div id="tags">
  608.  
  609. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  610. </div>{block:HasTags}
  611. </div>
  612. </div>
  613. {/block:Posts}
  614. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  615. {/block:Posts}</div></div></div>
  616. <br><br><br><br>
  617.    
  618. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://paynkink.tumblr.com/">© PAYNKINK</a></center></div>
  619.        
  620.     </body></html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement