Advertisement
diorhaz

theme 33

Dec 31st, 2013
3,974
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.19 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- im so tired all the time why do i feel so hollow -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11.  
  12. <meta name="color:background" content="#FFFFFF">
  13. <meta name="color:link" content="#454545">
  14. <meta name="color:hover" content="#454545">
  15. <meta name="color:infobg" content="#F1F1F1">
  16. <meta name="color:text" content="#9A9A9A">
  17. <meta name="color:tags" content="#EDEDED">
  18. <meta name="color:scrollbar" content="#EDEDED">
  19. <meta name="color:no hover postshadow" content="#D6D5D5">
  20. <meta name="color:border" content="#DCDCDC">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="text:sidebartitle" content="">
  24.  
  25. <meta name="text:linkA" content="">
  26. <meta name="text:linkA url" content="/">
  27. <meta name="text:linkB" content="">
  28. <meta name="text:linkB url" content="/">
  29. <meta name="text:linkC" content="">
  30. <meta name="text:linkC url" content="/">
  31. <meta name="text:linkD" content="">
  32. <meta name="text:linkD url" content="/">
  33.  
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36.  
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38.  
  39.  
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Playfair+Display|Mr+Bedfort|Rufina|Monsieur+La+Doulaise' rel='stylesheet' type='text/css'>
  47.  
  48. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  49.  
  50. <style>
  51. div#qTip {
  52. padding: 5px;
  53. display: none;
  54. text-align: center;
  55. position: absolute;
  56. font-style:normal;
  57. margin-top:0px;
  58. margin-left:5px;
  59. font-size:7px;
  60. line-height:9px;
  61. font-family:arial;
  62. z-index: 1000;
  63. background-color:#fff;
  64. color: {color:text};
  65. text-transform:uppercase;
  66. border: 1px solid {color:tags};
  67. letter-spacing: 1px;
  68. box-shadow:3px 4px 4px {color:scrollbar};
  69. }
  70. </style>
  71.  
  72. <style type="text/css">
  73.  
  74. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  75.  
  76.  
  77. a {
  78. color:{color:link};
  79. text-decoration:none;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  83. }
  84.  
  85. a:hover {
  86. color:{color:hover};
  87. text-decoration:none;
  88. -moz-transition-duration:0.5s;
  89. -webkit-transition-duration:0.5s;
  90. -o-transition-duration:0.5s;
  91. }
  92.  
  93.  
  94. ::-webkit-scrollbar-thumb{
  95. border-radius:90px;
  96. background-color: {color:scrollbar};
  97. border: 2px solid {color:background};
  98. height:auto;
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height:auto;
  103. width:11px;
  104. background-color: {color:scrollbar};
  105. border:5px solid {color:background};
  106. }
  107.  
  108.  
  109.  
  110. body {
  111. background-color:{color:bg};
  112. font-family:helvetica;
  113. font-weight:normal;
  114. text-align:center;
  115. line-height: 160%;
  116. }
  117.  
  118. img {
  119. border: 0px solid;
  120. }
  121.  
  122.  
  123. h1 {
  124. font-weight:normal;
  125. font-size:8px;
  126. text-align:right;
  127. font-style:normal;
  128. line-height:80%;
  129. letter-spacing:1px;
  130. text-transform:uppercase;
  131. color:{color:text};
  132. border-top: double {color:infobg};
  133. padding: 5px;
  134. }
  135.  
  136. h2 {
  137. font-size:13px;
  138. text-align:left;
  139. line-height:100%;
  140. letter-spacing:0px;
  141. color:{color:text};
  142. font-style:italic;
  143. padding:5px;
  144. font-family:baskerville;
  145. padding-bottom:2px;
  146. font-weight:normal;
  147. }
  148.  
  149.  
  150. blockquote {
  151. border-left:1px solid {color:border};
  152. padding-left:5px;
  153. padding: 8px;
  154. margin:5px;
  155. }
  156.  
  157. #theme {
  158. background-color:{color:bg};
  159. width:700px;
  160. margin: 0 auto -12px auto;
  161. text-align: center;
  162. line-height: 170%;
  163. }
  164.  
  165. #sidebar {
  166. color:{color:text};
  167. position:fixed;
  168. width:165px;
  169. margin-left: -40px;
  170. height:auto;
  171. margin-top:120px;
  172. text-align:left;
  173. }
  174.  
  175. #sidebar img {
  176. width:160px;
  177. margin-bottom:10px;
  178. margin-left:0px ;
  179. }
  180.  
  181. .sidebartitle {
  182. height:auto;
  183. text-align:center;
  184. font-weight:bold;
  185. text-transform: uppercase;
  186. font-family: arial;
  187. letter-spacing: 3px;
  188. line-height:120%;
  189. font-size:13px;
  190. margin-bottom:-1px;
  191. color: {color:link};
  192. z-index: 0;
  193. -moz-transition-duration:0.5s;
  194. -webkit-transition-duration:0.5s;
  195. -o-transition-duration:0.5s;
  196. }
  197.  
  198. .sidebartitle a:hover {
  199. letter-spacing: 4px;
  200. text-shadow:1px 1px 6px #c7c7c7;
  201. -moz-transition-duration:1s;
  202. -webkit-transition-duration:1s;
  203. -o-transition-duration:1s;
  204. }
  205.  
  206. .links {
  207. margin-bottom:10px;
  208. font-size:8px;
  209. font-family: helvetica;
  210. font-weight: bold;
  211. text-transform:uppercase;
  212. text-align:center;
  213. letter-spacing:1px;
  214. line-height:170%;
  215. }
  216.  
  217. .links a{
  218. padding:3px;
  219. color:{color:link};
  220. text-decoration:none;
  221. -moz-transition-duration:1s;
  222. -webkit-transition-duration:1s;
  223. -o-transition-duration:1s;
  224. }
  225.  
  226. .links a:hover{
  227. color:{color:hover};
  228. letter-spacing: 1px;
  229. -moz-transition-duration:1s;
  230. -webkit-transition-duration:1s;
  231. -o-transition-duration:1s;
  232. }
  233.  
  234. .desc {
  235. margin-bottom:15px;
  236. width: 172px;
  237. margin-left: -10px;
  238. text-align:center;
  239. font-size:9px;
  240. color:{color:text};
  241. letter-spacing:0px;
  242. line-height:150%;
  243. padding: 6px;
  244. background-color:none;
  245. border-bottom: 1px dotted {color:border};
  246. }
  247.  
  248. .desc a {
  249. color:{color:link};
  250. }
  251.  
  252.  
  253.  
  254.  
  255.  
  256.  
  257.  
  258.  
  259. #pagination {
  260. width:500px;
  261. bottom:20px;
  262. padding-bottom:30px;
  263. font-size:8px;
  264. font-family:helvetica;
  265. text-align:center;
  266. letter-spacing:6px;
  267.  
  268. }
  269.  
  270. #pagination a {
  271. color:{color:text};
  272. }
  273.  
  274.  
  275. .jump_page {
  276. padding:10px;
  277. background-color:{color:background};
  278. }
  279.  
  280.  
  281. .jump_page:hover {
  282. color:{color:hover};
  283. }
  284.  
  285.  
  286. .current_page {
  287. padding:10px;
  288. font-size: 8px;
  289. padding-left: 10px;
  290. padding-left: 14px;
  291. color:{color:hover};
  292. border:2px solid {color:tags};
  293. box-shadow:3px 4px 4px {color:scrollbar};
  294. }
  295.  
  296.  
  297. #con {
  298. position:relative;
  299. left:17%;
  300. margin-top: 10px;
  301.  
  302. }
  303.  
  304. #entries {
  305. float:left;
  306. margin-left:42%;
  307. text-align:justify;
  308. background-color:{color:bg};
  309. color:{color:text};
  310. margin-bottom: 35px;
  311. line-height: 170%;
  312. }
  313.  
  314.  
  315. #posts {
  316. width:500px;
  317. margin-top:75px;
  318. text-align:justify;
  319. font-size:9px;
  320. line-height:150%;
  321. letter-spacing:0x;
  322. color:{color:text};
  323. }
  324.  
  325.  
  326.  
  327. #posts img {
  328. box-shadow:0px 0px 8px
  329. {color:no hover postshadow};
  330. -moz-transition-duration:1s;
  331. -webkit-transition-duration:1s;
  332. -o-transition-duration:1s;
  333. }
  334.  
  335. #posts img:hover {
  336. box-shadow:0px 0px 10px {color:hover};
  337. -moz-transition-duration:1s;
  338. -webkit-transition-duration:1s;
  339. -o-transition-duration:1s;
  340.  
  341. }
  342.  
  343.  
  344. #posts:hover .tags{
  345. opacity: 1;
  346. -moz-transition-duration:0.5s;
  347. -webkit-transition-duration:0.5s;
  348. -o-transition-duration:0.5s;
  349. }
  350.  
  351.  
  352.  
  353. .caption {
  354. width:500px;
  355. text-align:justify;
  356. line-height:170%;
  357.  
  358. }
  359.  
  360. .ask {
  361. padding:10px;
  362. text-align:center;
  363. color:{color:text};
  364. font-size: 10px;
  365. background-color:{color:infobg};
  366. border-bottom:1px solid {color:border};
  367. }
  368.  
  369. .ans {
  370. text-align:left;
  371. padding:10px;
  372. color:{color:text};
  373. }
  374.  
  375. .newplayerbutton {
  376. position: relative;
  377. width: 510px;
  378. height: 50px;
  379. overflow: hidden;
  380. }
  381.  
  382. .playerbuttonhug {
  383. position: absolute;
  384. top: -25px;
  385. left: -10px;
  386. }
  387.  
  388.  
  389. .tumblr_audio_player {
  390. border: none;
  391. padding: 0px;
  392. margin: 0px;
  393. height: 100px;
  394. width: 510px;
  395. }
  396.  
  397.  
  398. .playerbuttonbg:hover {
  399. opacity: 1;
  400. filter: alpha(opacity=100);
  401. -moz-opacity: 1;
  402. -khtml-opacity: 1;
  403. }
  404.  
  405. .audioimgwrapper {
  406. position: absolute;
  407. left: 0px;
  408. top: 0px;
  409.  
  410. overflow: hidden;
  411. width: 88px;
  412. height: 88px;
  413. }
  414.  
  415. .audioimgwrapper img {
  416. display:none;
  417. width:0px;
  418. height:0px;
  419. }
  420.  
  421. .trackdetails {
  422. display:none;
  423. }
  424.  
  425. .audiowrapper {
  426. position: relative;
  427. display:inline-block;
  428. }
  429.  
  430. #info {
  431. width:490px;
  432. text-align:right;
  433. font-family:helvetica;
  434. font-size:7px;
  435. word-spacing: 2px;
  436. text-transform:uppercase;
  437. padding:5px;
  438. color:{color:info};
  439. line-height:10px;
  440. margin-top:8px;
  441. margin-bottom:55px;
  442. }
  443.  
  444. #info a{
  445. color:{color:info};
  446. }
  447.  
  448. #info a:hover{
  449. color:{color:hover};
  450. }
  451.  
  452. .tags{
  453. width:500px;
  454. padding:5px;
  455. margin-top:0px;
  456. margin-left:-5px;
  457. text-align:right;
  458. font-size:6px;
  459. letter-spacing:1px;
  460. opacity:0;
  461. color:{color:links};
  462. transition-duration: 0.5s;
  463. -moz-transition-duration: 0.5s;
  464. -webkit-transition-duration: 0.5s;
  465. -o-transition-duration: 0.5s;
  466. }
  467.  
  468. .tags a {
  469. display:inline-block;
  470. padding: 3px;
  471. text-align:center;
  472. text-decoration:none;
  473. background-color: #f2f2f2;
  474. -moz-transition-duration: 0.5s;
  475. -webkit-transition-duration: 0.5s;
  476. -o-transition-duration: 0.5s;
  477. }
  478.  
  479. .tags a:hover {
  480. text:#f1f1f1;
  481. display:inline-block;
  482. letter-spacing: 2px;
  483. padding: 3px;
  484. text-align:center;
  485. text-decoration:none;
  486. background: #f8f8f8;
  487. -moz-transition-duration: 0.5s;
  488. -webkit-transition-duration: 0.5s;
  489. -o-transition-duration: 0.5s;
  490. }
  491.  
  492. .note {
  493. text-transform:lowercase;
  494. font-style:normal;
  495. letter-spacing:0px;
  496. font-size: 9px;
  497. text-align:left;
  498. line-height:90%;
  499. margin-left:-40px;
  500. margin-top: 50px;
  501. }
  502.  
  503. .note li {
  504. list-style-type:none;
  505. padding:10px 10px 10px 10px;
  506. text-align:left;
  507. margin:0px;
  508. -moz-transition-duration:0.5s;
  509. -webkit-transition-duration:0.5s;
  510. -o-transition-duration:0.5s;
  511. }
  512.  
  513. .note img{
  514. display:none;
  515. }
  516.  
  517. .note li:hover{
  518. font-style:none;
  519. background: {color:infobg};
  520. }
  521.  
  522.  
  523.  
  524. ul.chat, .chat ol, .chat li {
  525. list-style:none;
  526. margin:0px;
  527. padding:2px;
  528. }
  529.  
  530. .label {
  531. text-decoration:underline;
  532. font-weight:700;
  533. background-color:{color:infobg};
  534. margin-right:5px;
  535. }
  536.  
  537. #credit {
  538. position:fixed;
  539. right:0px;
  540. bottom:0px;
  541. padding:4px;
  542. text-transform:uppercase;
  543. letter-spacing:2px;
  544. font-size:8px;
  545. font-family: arial;
  546. margin-bottom:3px;
  547. margin-right:3px;
  548. border:double;
  549. border-color:#bbb;
  550. background: #fff;
  551.  
  552. }
  553.  
  554.  
  555.  
  556.  
  557. {CustomCSS}
  558.  
  559. </style>
  560.  
  561. </head>
  562.  
  563. <body>
  564. <div id="theme">
  565. <div id="sidebar">
  566. <img src="{image:sidebar}">
  567. <div class="sidebartitle">
  568. <a href="/">{text:sidebartitle}</a></div>
  569. <div class="desc">
  570. {Description}
  571. </div>
  572. <div class="links">
  573. {block:IfLinkA}
  574. <a href="{text:linkA url}" title="{text:LinkA}">un</a>&nbsp;
  575. {/block:IfLinkA}
  576. {block:IfLinkB}
  577. <a href="{text:linkB url}"title="{text:linkB}">deux</a>&nbsp;
  578. {/block:IfLinkB}
  579. {block:IfLinkC}
  580. <a href="{text:linkC url}"title="{text:linkC}">trois</a>&nbsp;
  581. {/block:IfLinkC}
  582.  
  583. {block:IfLinkD}
  584. <a href="{text:linkD url}"title="{text:linkD}">quatre</a>
  585. {/block:IfLinkD}
  586. </div>
  587.  
  588. </div>
  589.  
  590.  
  591. <div id="entries">
  592.  
  593. {block:Posts}
  594. <div id="posts">
  595.  
  596. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  597.  
  598. {block:Quote}<h2>{Quote}</h2><h1>{Source}</h1>{/block:Quote}
  599.  
  600. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  601. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  602.  
  603.  
  604.  
  605.  
  606.  
  607. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>{/block:PermalinkPage}{/block:Photo}
  608.  
  609. {block:Photoset}<center>{Photoset-500}</center>
  610. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  611.  
  612. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  613.  
  614. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  615.  
  616. {block:Answer}<div class="ask"><b>{Asker} asked:</b> {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  617.  
  618. {block:AudioPlayer}
  619. <div class="audiowrapper">{block:AlbumArt}
  620. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="newplayerbutton"><div class="playerbuttonhug">
  621. {AudioPlayerBlack}</div></div></div>
  622. <div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}Artist: {Artist}{/block:Artist}<br/>{block:Album}Album: {Album}{/block:Album}<br/>{PlayCountWithLabel}
  623. </div></div>{/block:AudioPlayer}
  624.  
  625.  
  626.  
  627. {block:ContentSource}
  628. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  629. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  630. {/block:SourceLogo}
  631. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  632. {/block:ContentSource}
  633.  
  634. {block:ReblogParentUrl}
  635. <!-- {URL}{block:SourceLogo}<img src="{BlackLogoURL}"
  636. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  637. {/block:SourceLogo}
  638. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  639. {/block:ReblogParentUrl}
  640.  
  641. {block:Date}<div id="info"><b><u>{ShortMonth} {DayOfMonth}<a href="{Permalink}"></a></b></u>
  642. <a href="{Permalink}"> +{NoteCount}</a>{/block:Date}
  643. {block:HasTags}<div class="tags">
  644.  
  645. {block:Tags}<a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}
  646. </div>{block:HasTags}
  647. <div class="note">
  648. {block:PostNotes}{PostNotes}{/block:PostNotes}
  649. </div>
  650. </div>
  651. {/block:Posts}
  652.  
  653.  
  654. <div id="pagination">
  655. {block:IndexPage}
  656. {block:Pagination}
  657. {block:PreviousPage}
  658. <a href="{PreviousPage}">←</a>&nbsp;&nbsp;
  659. {/block:PreviousPage}
  660. {block:JumpPagination length="5"}
  661. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  662. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  663. {/block:JumpPagination}
  664. {block:NextPage}
  665. &nbsp;&nbsp;<a href="{NextPage}">→</a>
  666. {/block:NextPage}
  667. {/block:Pagination}
  668. {/block:IndexPage}
  669. </div>
  670. {/block:Posts}
  671.  
  672.  
  673.  
  674.  
  675. <div id="credit"><a href="http://cloudplays.tumblr.com" target="_blank">©CP</a></div>
  676.  
  677.  
  678. </div>
  679. </div>
  680. </div>
  681. </body>
  682. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement