Advertisement
diorhaz

theme 34

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