Advertisement
dylaenobriens

theme #61: pompeii

Apr 20th, 2014
3,831
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 KB | None | 0 0
  1. <!-credit to farahmir for the base
  2. theme #61 by alexgaeskarth
  3. dont you dare steal-->
  4.  
  5. <!DOCTYPE html>
  6. <head>
  7.  
  8.  
  9. <title>{Title}</title>
  10.  
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!--Default Variables-->
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Scrollbar" content="#ffffff"/>
  19. <meta name="color:Text" content="#000000"/>
  20. <meta name="color:Link" content="#000000"/>
  21. <meta name="color:Hover" content="#a5cad9"/>
  22. <meta name="color:Selection" content="#f7f7f7">
  23.  
  24. <meta name="image:Sidebar Image" content=""/>
  25.  
  26. <meta name="text:Link 1 URL" content="" />
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 2 URL" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 3 URL" content="" />
  31. <meta name="text:Link 3" content="" />
  32.  
  33. <meta name="if:RightSB" content="0"/>
  34.  
  35.  
  36. <!-- jquery for tooltips-->
  37.  
  38.  
  39. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  40.  
  41. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  42.  
  43. <script>
  44.  
  45. (function($){
  46.  
  47. $(document).ready(function(){
  48.  
  49. $("a[title]").style_my_tooltips({
  50.  
  51. tip_follows_cursor:true,
  52.  
  53. tip_delay_time:30,
  54.  
  55. tip_fade_speed:300,
  56.  
  57. attribute:"title"
  58.  
  59. });
  60.  
  61. });
  62.  
  63. })(jQuery);
  64.  
  65. </script>
  66.  
  67.  
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. iframe#tumblr_controls {
  73. -webkit-filter: invert(100%);
  74. -moz-filter: invert(100%);
  75. -o-filter: invert(100%);
  76. -ms-filter: invert(100%);
  77. filter: invert(100%);
  78. opacity:.4;transition: .8s ease-in-out;
  79. -webkit-transition: .8s ease-in-out;
  80. -moz-transition: .8s ease-in-out;
  81. -o-transition: .8s ease-in-out;
  82. }
  83.  
  84.  
  85. ::-webkit-scrollbar-thumb:vertical {border:4px solid #fff;height:12px; background-color:{color:scrollbar};border-radius:100;}
  86. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  87. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:10px;border:5px solid #fff;}
  88.  
  89.  
  90. #s-m-t-tooltip{
  91. position:absolute;
  92. margin-top: 15px;
  93. text-transform:lowercase;
  94. z-index:9999;
  95. background:{color:background};
  96. }
  97.  
  98.  
  99.  
  100. /*basics*/
  101.  
  102. ::selection {
  103. background:{color:selection};
  104. }
  105.  
  106. pre {
  107. padding:5px;
  108. background:#eee;
  109. }
  110.  
  111.  
  112. blockquote {
  113. padding:10px;
  114. border-left:1px solid {color:text};
  115. margin-left:30px;
  116. background:#f7f7f7;
  117. }
  118.  
  119. body {
  120. background:{color:background};
  121. color:{color:text};
  122. font-family:arial;
  123. font-size:11px;
  124. text-align:justify;
  125. margin:0;
  126. line-height:16px;}
  127.  
  128.  
  129. a {
  130. color:{color:link};
  131. text-decoration:none;
  132. -webkit-transition: all 0.4s ease-out;
  133. -moz-transition: all 0.4s ease-out;
  134. transition: all 0.4s ease-out;
  135. }
  136.  
  137. a:hover {
  138. text-decoration:underline;
  139. color:{color:hover};
  140. }
  141.  
  142. img {
  143. opacity:1;
  144. border:none;
  145. text-decoration:none
  146. max-width:100%;
  147. }
  148.  
  149.  
  150. small {
  151. font-size:9px;}
  152.  
  153. big {
  154. font-size:12px;}
  155.  
  156.  
  157. #title {
  158. font-size:12px;
  159. line-height:18px;
  160. font-weight:bold;
  161. margin-bottom:10px;
  162. text-transform:uppercase;
  163. text-align:center;}
  164.  
  165.  
  166. /*sidebar*/
  167. #sidebar {
  168. text-align:center;
  169. position:fixed;
  170. margin-left:-285px;
  171. margin-top:180px;
  172. width:200px;
  173. {block:ifrightSB}
  174. margin-left:585px;
  175. {/block:ifrightSB}
  176. }
  177.  
  178. #sidebarim {
  179. margin-bottom:3px;
  180. }
  181.  
  182. #sidebarim img {
  183. width:200px;
  184. }
  185.  
  186.  
  187. #links {
  188. text-align:center;
  189. line-height:16px;
  190. font-family:arial;
  191. text-transform:lowercase;
  192. }
  193.  
  194.  
  195. #links a {
  196. font-size:9px;
  197. margin-right:5px;
  198. padding:3px;
  199. display:inline-block;
  200. }
  201.  
  202.  
  203. #description a {
  204. text-decoration:underline;
  205. }
  206.  
  207.  
  208. #description {
  209. margin:3px 0;
  210. text-align:center;
  211. font-size:10px;
  212. }
  213.  
  214.  
  215. /*pagination*/
  216. #pagination {
  217. margin:7px 0;
  218. text-transform:lowercase;
  219. font-size:9px;
  220. text-align:center;
  221. }
  222. #pagination a {
  223. padding:0px;
  224. }
  225.  
  226. /*container*/
  227. #con {
  228. margin-left:450px;
  229. {block:ifrightSB}
  230. margin-left:350px;
  231. {/block:ifrightSB}
  232. position:absolute;
  233. }
  234.  
  235.  
  236.  
  237. /*posts*/
  238.  
  239. #entries {
  240. margin-top:75px;
  241. width:500px;
  242. }
  243.  
  244.  
  245.  
  246. #posts {
  247. width:500px;
  248. {block:IndexPage}
  249. margin-bottom:75px;
  250. {/block:IndexPage}
  251. {block:PermalinkPage}
  252. margin-bottom:50px;
  253. {/block:PermalinkPage}
  254.  
  255. }
  256. #posts img {
  257. max-width:500px;
  258. }
  259.  
  260. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  261.  
  262.  
  263.  
  264. .caption {width:100%;
  265. margin-top:10px;
  266.  
  267.  
  268. }
  269.  
  270. /*quote*/
  271.  
  272. #titlequote{text-align:left;
  273. font-size:14px;
  274. line-height:18px;
  275. font-weight:bold;
  276. }
  277. #source {
  278. margin-top:15px;
  279. }
  280.  
  281. /*audio*/
  282.  
  283. .player {
  284. width:25px;
  285. height:25px;
  286. overflow:hidden;
  287. position:absolute;
  288. background:white;}
  289.  
  290. .audioinfo {
  291. margin-left:50px;
  292. }
  293.  
  294.  
  295. /*asks*/
  296. .q {margin-bottom:10px;
  297. }
  298. .as {
  299. font-weight:bold;}
  300.  
  301. .a {
  302. margin-top:10px;
  303. }
  304.  
  305.  
  306. /*chat*/
  307.  
  308. .chat ol {
  309. padding:0;
  310. list-style:none;
  311. }
  312. .line {padding:5px 0;}
  313.  
  314. .label {font-weight:bold;
  315. }
  316.  
  317.  
  318.  
  319.  
  320.  
  321. /*permalink and notes*/
  322.  
  323. #permalink {
  324. margin-top:5px;
  325. font-size:10px;
  326. }
  327. #permalink a {margin-right:10px;
  328. }
  329.  
  330.  
  331. .tags {
  332. word-break:break-all;
  333. font-size:10px;
  334. opacity:0;
  335. -moz-transition-duration:0.5s;
  336. -webkit-transition-duration:0.5s;
  337. -o-transition-duration:0.5s;
  338. }
  339.  
  340. #posts:hover .tags {
  341. opacity:1;
  342. }
  343.  
  344. .pagenotes {
  345. {block:IndexPage}
  346. display: none!important;
  347. {/block:IndexPage}
  348. width:400px;
  349. text-align:left;
  350.  
  351. }
  352. .pagenotes img {
  353. display:none!important;}
  354. .pagenotes li {
  355. list-style-type:none;
  356. padding:5px 0px;
  357. text-align:left;
  358. margin:0 0 0 -40px;
  359. }
  360.  
  361.  
  362. /*--credit--*/
  363.  
  364. #credit {
  365. right:2px;
  366. bottom:0px;
  367. font-size:9px;
  368. padding:5px;
  369. text-transform:uppercase;
  370. position:fixed;
  371. -webkit-transition: all 0.5s ease-out;
  372. -moz-transition: all 0.5s ease-out;
  373. transition: all 0.5s ease-out;
  374. }
  375.  
  376. {CustomCSS}
  377.  
  378.  
  379. </style>
  380.  
  381.  
  382.  
  383. </head>
  384.  
  385. <body>
  386.  
  387. <div id="con">
  388.  
  389. <div id="sidebar">
  390. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  391. <div id="links">
  392. <a href="/">home</a>
  393. <a href="/ask">ask</a>
  394. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  395. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  396. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  397. </div>
  398. <div id="description">{Description}</div>
  399. <div id="pagination">
  400. {block:Pagination}
  401. {block:PreviousPage}
  402. <a href="{PreviousPage}">previous </a>
  403. {/block:PreviousPage}
  404.  
  405.  
  406. {block:NextPage}- <a href="{NextPage}">next</a>
  407. {/block:NextPage}
  408. {/block:Pagination}
  409. </div>
  410.  
  411. </div>
  412.  
  413.  
  414.  
  415.  
  416. <div id="entries">
  417.  
  418. {block:Posts}
  419. <div id="posts">
  420.  
  421.  
  422. {block:Quote}
  423.  
  424.  
  425. <div id="titlequote">“{Quote}”</div>
  426. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  427. {/block:Quote}
  428.  
  429.  
  430.  
  431. {block:Text}
  432.  
  433. {block:Title}
  434. <div id="title">{Title}</div>{/block:Title}
  435. {Body}
  436. {/block:Text}
  437.  
  438. {block:Link}
  439. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  440. {/block:Link}
  441.  
  442. {block:Chat}
  443. {block:Title}
  444. <h1>{Title}</h1>
  445. {/block:Title}
  446. <div class="chat">
  447. <ol>{block:Lines}
  448. <li class="line {Alt}">
  449. {block:Label}
  450. <span class="label">
  451. {Label}</span>
  452. {/block:Label}{Line}</li>
  453. {/block:Lines}
  454. </ol></div>
  455. {/block:Chat}
  456.  
  457. {block:Photo}
  458. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  459. {/block:Photo}
  460.  
  461. {block:Photoset}
  462. {Photoset-500}
  463. {/block:Photoset}
  464.  
  465. {block:Video}
  466. {Video-500}
  467. {/block:Video}
  468.  
  469. {block:Audio}
  470. <div class="player">{AudioPlayerWhite}</div>
  471. <div class="audioinfo">
  472. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  473. </div>
  474. {/block:Audio}
  475.  
  476. {block:Answer}
  477. <div class="q"><span style="color:#000;font-weight:bold;">{Asker}</span> said: {Question}</div>
  478. <div class="a">{Answer}</div>
  479. {/block:Answer}
  480.  
  481. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  482.  
  483. {block:Date}
  484. <div id="permalink">
  485. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  486. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  487. </div>
  488. {/block:Date}
  489.  
  490.  
  491.  
  492. </div>
  493.  
  494.  
  495. {block:PostNotes}
  496. <div class="pagenotes">
  497. {PostNotes}
  498. </div>
  499. {/block:PostNotes}
  500.  
  501.  
  502. {/block:Posts}
  503.  
  504.  
  505.  
  506. </div>
  507.  
  508. </div>
  509.  
  510.  
  511. {block:ContentSource}
  512. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  513. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  514. {/block:SourceLogo}
  515. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  516. {/block:ContentSource}
  517. <div id="credit"><a href="http://alexgaeskarth.tumblr.com/"><img src="http://static.tumblr.com/ujmsumm/TJamv4jm6/sg.png" width="40px;"></div></a>
  518. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement