Advertisement
str-wrs

Demeter

Mar 1st, 2014
3,454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.22 KB | None | 0 0
  1. <!--
  2.  
  3. THEME: DEMETER
  4. By str-wrs
  5. (Part IV of Mythos)
  6.  
  7. - don't steal this pls
  8. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  9.  
  10. - see http://str-wrs.tumblr.com for more themes
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <head>
  16.  
  17. {block:ifnotPaginate}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifnotPaginate}
  18.  
  19. <meta name="image:Sidebar" content=""/>
  20.  
  21. <meta name="color:Background" content="#FFFFFF"/>
  22. <meta name="color:Post" content="#ffffff"/>
  23. <meta name="color:Accent" content="#f8f8f8"/>
  24. <meta name="color:Border" content="#EEEEEE"/>
  25. <meta name="color:Title" content="#4c9bc7"/>
  26. <meta name="color:Link" content="#999999"/>
  27. <meta name="color:Text" content="#555555"/>
  28.  
  29. <meta name="if:Caption" content="1"/>
  30. <meta name="if:Tags" content="1"/>
  31. <meta name="if:Image" content="1"/>
  32. <meta name="if:Paginate" content="1"/>
  33.  
  34. <meta name="text:Link 1" content="/"/>
  35. <meta name="text:Link 1 Title" content="about"/>
  36. <meta name="text:Link 2" content="/" />
  37. <meta name="text:Link 2 Title" content="tags"/>
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 3 Title" content=""/>
  40. <meta name="text:Link 4" content="" />
  41. <meta name="text:Link 4 Title" content=""/>
  42.  
  43. <title>{Title}</title>
  44. {block:Description}<meta name="description" content="{MetaDescription}" />
  45. {/block:Description}
  46. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47. <link rel="shortcut icon" href="{Favicon}">
  48.  
  49. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:200,
  56. tip_fade_speed:300
  57. }
  58. );
  59. });
  60. })(jQuery);
  61. </script>
  62.  
  63. <style type="text/css">
  64.  
  65. ::-webkit-scrollbar {width:5px;height:5px;background:{color:Background};}
  66. ::-webkit-scrollbar-thumb {background:{color:Border};}
  67.  
  68. /* General */
  69.  
  70. body {
  71. margin:0px;
  72. background:{color:Background};
  73. font-family:Helvetica;
  74. font-size:9px;
  75. color:{color:Text};
  76. }
  77.  
  78. a:link, a:active, a:visited {
  79. text-decoration:none;
  80. transition:0.5s ease;
  81. -o-transition:0.5s ease;
  82. -moz-transition:0.5s ease;
  83. -webkit-transition:0.5s ease;
  84. color:{color:Link};
  85. }
  86.  
  87. a:hover {color:{color:Title};}
  88.  
  89. /* Containers */
  90.  
  91. #center{
  92. position:relative;
  93. margin:50px auto;
  94. width:432px;
  95. }
  96.  
  97. #entry img{max-width:100%;}
  98. #entry {
  99. width:400px;
  100. padding:15px;
  101. margin:50px 0px;
  102. border:1px solid {color:Border};
  103. color:{color:Text};
  104. background:{color:Post};
  105. }
  106.  
  107. #c {position:fixed;bottom:30px;right:30px;text-transform:uppercase;}
  108.  
  109. /* Sidebar */
  110.  
  111. #sidebar img {
  112. width:128px;
  113. padding:5px;
  114. background:{color:Post};
  115. border:1px solid {color:Border};
  116. }
  117.  
  118. #sidebar{position:fixed;width:140px;margin:120px -200px;text-align:center;}
  119.  
  120. .desc {padding:10px;line-height:150%;text-align:justify;}
  121. .links a {margin:0px 4px;}
  122. .links {
  123. padding:10px;
  124. font-size:7px;
  125. line-height:180%;
  126. letter-spacing:0.5px;
  127. text-transform:uppercase;
  128. background:{color:Accent};
  129. border:1px solid {color:Border};
  130. }
  131.  
  132. .pag {
  133. margin:10px 0px;
  134. font-size:9px;
  135. font-family:Helvetica;
  136. font-style:italic;
  137. }
  138.  
  139. /* Titles */
  140.  
  141. h3 {
  142. margin:0px;
  143. padding:10px;
  144. font-size:12px;
  145. font-weight:bold;
  146. font-style:italic;
  147. font-family:Helvetica;
  148. color:{color:Text};
  149. }
  150.  
  151. h2 {
  152. margin:-15px -15px 15px;
  153. padding:10px;
  154. border-bottom:1px solid {color:Border};
  155. font-size:12px;
  156. font-weight:bold;
  157. font-style:italic;
  158. font-family:Helvetica;
  159. color:{color:Text};
  160. background:{color:Accent};
  161. }
  162.  
  163. .src {
  164. padding:5px;
  165. margin:-15px -15px 15px;
  166. font-family:Arial;
  167. font-size:7px;
  168. text-align:center;
  169. letter-spacing:0.5px;
  170. color:{color:Link};
  171. text-transform:uppercase;
  172. border-bottom:1px solid {color:Border};
  173. background:{color:Accent};
  174. }
  175.  
  176. /* Permalinks */
  177.  
  178. .perma {
  179. padding:5px;
  180. margin:15px -15px -15px;
  181. font-family:Arial;
  182. font-size:7px;
  183. letter-spacing:0.5px;
  184. color:{color:Link};
  185. text-transform:uppercase;
  186. border-top:1px solid {color:Border};
  187. background:{color:Accent};
  188. }
  189.  
  190. .perma a {margin:0px 5px;}
  191. .pta a{margin:0px 2px;text-transform:lowercase;}
  192. .pta {
  193. text-align:center;
  194. padding:5px;
  195. margin:5px -6px -6px;
  196. background:{color:Background};
  197. font-style:italic;
  198. letter-spacing:0px;
  199. color:{color:Link};
  200. font-size:9px;
  201. font-family:Helvetica;
  202. border-top:1px solid {color:Border};
  203. }
  204.  
  205. /* Ask & Audio */
  206.  
  207. .aa {margin:10px;}
  208. .apor {float:left;}
  209. .apor img {width:20px;}
  210. .i {display:block;padding:5px 0px;}
  211. .i b{font-style:Helvetica;letter-spacing:0px;}
  212. .auti {
  213. margin:0px;
  214. padding:10px;
  215. font-size:15px;
  216. font-weight:bold;
  217. font-style:italic;
  218. letter-spacing:-0.5px;
  219. font-family:Helvetica;
  220. color:{color:Title};
  221. }
  222.  
  223. .au {
  224. height:34px;
  225. padding:23px 10px;
  226. margin-left:80px;
  227. text-align:center;
  228. font-style:italic;
  229. }
  230.  
  231. .play {width:26px;height:26px;overflow:hidden;}
  232. #entry:hover .player {opacity:0.7;}
  233. .player {
  234. position:absolute;
  235. width:26px;
  236. height:26px;
  237. padding:27px;
  238. opacity:0;
  239. background:#fff;
  240. overflow:hidden;
  241. transition:0.5s ease;
  242. -o-transition:0.5s ease;
  243. -moz-transition:0.5s ease;
  244. -webkit-transition:0.5s ease;
  245. }
  246.  
  247. .ques b a{color:{color:Title};}
  248. .ques b {text-transform:uppercase;font-size:8px;}
  249. .ques {
  250. padding:10px;
  251. display:block;
  252. font-size:10px;
  253. color:{color:Link};
  254. background:{color:Accent};
  255. }
  256.  
  257. /* Text */
  258.  
  259. pre, small, sub, sup, big {font-size:10px;}
  260. p {margin:5px;text-align:justify;line-height:15px;}
  261. ul {list-style-type:circle;}
  262. ul,ol {margin:0 0 0 -10px;}
  263. li {padding:2px 0px;}
  264. u{color:{color:Link};}
  265. b, strong{letter-spacing:0.5px;color:{color:Title};}
  266. blockquote p{padding:0px;margin:0px;}
  267. blockquote {
  268. margin:5px 10px 5px 20px;
  269. padding:5px 10px 5px 20px;
  270. border-left:1px solid {color:Border};
  271. }
  272.  
  273. /* Etc */
  274.  
  275. #s-m-t-tooltip{
  276. max-width:300px;
  277. margin:10px;
  278. z-index:9999999;
  279. color:#fff;
  280. font-size:9px;
  281. font-family:Helvetica;
  282. font-style:italic;
  283. text-transform:lowercase;
  284. background:{color:Title};
  285. padding:2px 4px;
  286. }
  287.  
  288. ::selection {color:#fff;background:{color:Text};}
  289. ::-moz-selection {color:#fff;background:{color:Text};}
  290. ::-webkit-selection{color:#fff;background:{color:Text};}
  291. img {margin-bottom:-3px;}
  292. .notes img {width:0px;}
  293.  
  294. /* Postnotes */
  295.  
  296. ol.notes {
  297. margin:30px 10px 10px;
  298. padding:0px;
  299. list-style-type:none;
  300. width:400px;
  301. font-size:7px;
  302. line-height:14px;
  303. text-transform:uppercase;
  304. }
  305.  
  306. ol.notes li.note img.avatar{
  307. vertical-align:-7px;
  308. width:14px;
  309. border:0px;
  310. margin-right:5px;
  311. }
  312.  
  313. ol.notes li.note blockquote a{color:{color:Title};}
  314. ol.notes li.note blockquote {
  315. padding:2px 5px;
  316. font-size:7px;
  317. text-transform:none;
  318. color:{color:Title};
  319. margin:5px 0px 0px 25px;
  320. }
  321.  
  322. ol.notes li.note {margin:5px;line-height:14px;}
  323.  
  324. {CustomCSS}
  325. </style>
  326. </head>
  327. <body>
  328.  
  329. <div id="center">
  330. <div id="sidebar">
  331.  
  332. {block:ifImage}<a href="/"><img src="{image:Sidebar}"/></a>{/block:ifImage}
  333. <div class="links">
  334. <a href="/">index</a>
  335. <a href="/ask">ask</a>
  336. {block:ifLink1}
  337. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  338. {/block:ifLink1}{block:ifLink2}
  339. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  340. {/block:ifLink2}{block:ifLink3}
  341. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  342. {/block:ifLink3}{block:ifLink4}
  343. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  344. {/block:ifLink4}
  345. <a href="/archive">history</a>
  346. </div>
  347.  
  348. <div class="desc">{Description}</div>
  349.  
  350. {block:Pagination}<div class="pag">
  351. {block:PreviousPage}
  352. <a style="float:left;" title="previous page" href="{PreviousPage}">back</a>
  353. {/block:PreviousPage}
  354.  
  355. {block:NextPage}
  356. <a style="float:right;" title="next page" href="{NextPage}">next</a>
  357. {/block:NextPage}
  358. </div>{/block:Pagination}
  359.  
  360. </div>
  361.  
  362. <div id="content">
  363. {block:Posts}
  364.  
  365. {block:ContentSource}
  366. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  367. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  368. {/block:SourceLogo}
  369. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  370. {/block:ContentSource}
  371.  
  372. <div id="entry">
  373.  
  374. {block:Text}
  375. {block:Title}<h2>{Title}</h2>{/block:Title}{Body}
  376. {/block:Text}
  377.  
  378. {block:Link}
  379. <a title="{URL}" href="{URL}"><h2>{Name} &raquo;</h2></a>
  380. {block:Description}{Description}{/block:Description}
  381. {/block:Link}
  382.  
  383. {block:Photo}
  384. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>
  385. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  386. {/block:Photo}
  387.  
  388. {block:Photoset}
  389. {Photoset-400}
  390. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  391. {/block:Photoset}
  392.  
  393. {block:Quote}
  394. <div class="src">{Source}</div>
  395. <h3>❝ {Quote}</h3>
  396. {/block:Quote}
  397.  
  398. {block:Chat}
  399. {block:Title}<h2>{Title}</h2>{/block:Title}
  400. <div class="aa">
  401. {block:Lines}<div class="i {Alt}"><div class="{Alt} user_{UserNumber}">
  402. {block:Label}<b>{Label}</b> {/block:Label}{Line}</div></div>{/block:Lines}
  403. </div>{/block:Chat}
  404.  
  405. {block:Audio}
  406. <h2 style="text-align:center;"><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</h2>
  407. {block:AlbumArt}<div class="apor">
  408. <img style="width:80px;" src="{AlbumArtURL}"/>
  409. </div>{/block:AlbumArt}
  410.  
  411. <div class="player"><div class="play">{AudioPlayerWhite}</div></div>
  412.  
  413. <div class="au">
  414. <span{block:Artist} style="display: none;"{block:Artist}>Unknown Artist</span> {block:Artist}{Artist}{/block:Artist} <br>
  415. <span{block:Album} style="display:none;"{block:Album}>Unknown Album</span>{block:Album}{Album}{/block:Album} <br> <span{block:PlayCount} style="display: none;"{block:PlayCount}>Unknown</span>{block:PlayCount}{PlayCount}{/block:PlayCount}
  416. </div>
  417. {/block:Audio}
  418.  
  419. {block:Video}
  420. {Video-400}
  421. {block:ifCaption}{block:Caption}{Caption}{/block:Caption}{/block:ifCaption}
  422. {/block:Video}
  423.  
  424. {block:Answer}
  425. <div class="src" style="text-align:justify;padding:10px;line-height:11px;"><b>{Asker}:</b> {Question}</div>
  426. <blockquote>{Answer}</blockquote>
  427. {/block:Answer}
  428.  
  429. {block:Date}
  430. <div class="perma">
  431. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  432. <a href="{Permalink}">{DayofMonth} {Month}</a>
  433. {block:RebloggedFrom}<span style="float:right;">
  434. <a title="via" href="{ReblogParentURL}">{ReblogParentName}</a> /
  435. <a title="source" href="{ReblogRootURL}">{ReblogRootName}</a>
  436. </span>{/block:RebloggedFrom}
  437.  
  438. {block:ifTags}{block:HasTags}<div class="pta">
  439. {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}
  440. </div>{/block:HasTags}{/block:ifTags}
  441. </div>
  442. {/block:Date}
  443.  
  444. {block:PermalinkPage}
  445. {block:NoteCount}
  446. {block:PostNotes}{PostNotes}{/block:PostNotes}
  447. {/block:NoteCount}
  448. {/block:PermalinkPage}
  449. </div>
  450.  
  451. {/block:Posts}
  452.  
  453. </div>
  454. </div>
  455.  
  456. <div id="c">&copy; <a href="http://str-wrs.tumblr.com">str-wrs</a></div>
  457.  
  458. </body>
  459. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement