Advertisement
lizabethspb

Theme 15

Dec 29th, 2013
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.15 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.  
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <meta name="color:Sidebar Links" content="gray"/>
  13. <meta name="color:Sidebar Link Boxes" content="gray"/>
  14. <meta name="color:Title" content="gray"/>
  15. <meta name="color:Title Shadow" content="#cecece"/>
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Sidebar" content="#ffffff"/>
  18. <meta name="color:Text" content="#a8a8a8"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="color:Tags" content="f0f0f0"/>
  21. <meta name="color:Hover" content="#f2f2f2"/>
  22. <meta name="color:Line" content="#f2f2f2"/>
  23. <meta name="color:Border" content="#e4e4e4"/>
  24. <meta name="color:Post" content="#ffffff"/>
  25. <meta name="color:Bold" content="gray"/>
  26. <meta name="color:Ask Background" content="#eeeeee"/>
  27. <meta name="color:Scrollbar" content="gray"/>
  28. <meta name="color:Scrollbar Background" content="#fff"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31.  
  32. <meta name="text:Link 1" content="" />
  33. <meta name="text:Link 1 Text" content="" />
  34. <meta name="text:Link 2" content="" />
  35. <meta name="text:Link 2 Text" content="" />
  36. <meta name="text:Link 3" content="" />
  37. <meta name="text:Link 3 Text" content="" />
  38. <meta name="text:Link 4" content="" />
  39. <meta name="text:Link 4 Text" content="" />
  40.  
  41. <meta name="if:Show Link 1" content="1" />
  42. <meta name="if:Show Link 2" content="1" />
  43. <meta name="if:Show Link 3" content="1" />
  44. <meta name="if:Show Link 4" content="1" />
  45. <meta name="if:Title Shadow" content="1" />
  46.  
  47. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  48.  
  49. <style>
  50.  
  51.  
  52. div#qTip {
  53. border 3px solid white;
  54. display: none;
  55. padding:3px;
  56. padding-bottom:2px;
  57. text-align: center;
  58. position: absolute;
  59. font-size:8px;
  60. line-height:10px;
  61. font-family:times;
  62. z-index: 1000;
  63. background: #fff;
  64. color: gray;
  65. text-transform:uppercase;
  66. letter-spacing: 1px;
  67.  
  68. }
  69.  
  70.  
  71. </style>
  72.  
  73.  
  74. <style type="text/css">
  75.  
  76. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Scrollbar}; height: 5px;}
  77. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scrollbar}; height:5px!important;}
  78. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:5px; width:5px;}
  79.  
  80. *, body, a {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  81.  
  82. a:hover {cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;}
  83.  
  84. /* --- SCROLLBAR ---*/
  85.  
  86. ::-webkit-scrollbar {
  87. width: 9px;height: 5px;}
  88. ::-webkit-scrollbar-button:start:decrement,
  89. ::-webkit-scrollbar-button:end:increment {
  90. height: 6px;display: block;background-color: {color:white};}
  91. ::-webkit-scrollbar-track-piece {
  92. background-color: {color:scrollbarbg};}
  93. ::-webkit-scrollbar-thumb:vertical {
  94. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  95.  
  96.  
  97. /* --- BODY ---*/
  98.  
  99. body {
  100. background:{color:background};
  101. margin:0px;
  102. color:{color:text};
  103. font-family:Calibri;
  104. font-size:9px;
  105. line-height:100%;
  106. }
  107.  
  108. a {
  109. text-decoration:none;
  110. outline:none;
  111. -moz-outline-style:none;
  112. color:{color:link};
  113. -moz-transition-duration:1s;
  114. -webkit-transition-duration:1s;
  115. -o-transition-duration:1s;
  116. }
  117.  
  118. img {
  119. border:none;
  120. }
  121.  
  122. blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127. blockquote blockquote {
  128. padding-left:5px;
  129. border-left:2px solid;
  130. }
  131.  
  132. h1 {
  133. font-size:9px;
  134. text-transform:uppercase;
  135. }
  136.  
  137. a:hover {
  138. opacity:10;
  139. color:{color:hover};
  140. -webkit-transition: all 0.7s ease;
  141. -moz-transition: all 0.7s ease;
  142. -o-transition: all 0.7s ease;
  143. }
  144.  
  145. b {
  146. color:{color:Bold};
  147. }
  148.  
  149. strong {
  150. color:{color:Bold};
  151. }
  152.  
  153. /* --- POST ENTRIES ---*/
  154.  
  155.  
  156. #entries {
  157. padding:10px;
  158. width:500px;
  159. margin-left:450px;
  160. margin-top:40px;
  161. font-size:10px;
  162. }
  163.  
  164. /* --- BODY: POSTS ---*/
  165.  
  166.  
  167. #post {
  168. width:500px;
  169. padding-bottom:20px;
  170. padding:10px;
  171. margin-top:15px;
  172. background-color:{color:Post};
  173. }
  174.  
  175. /* --- SIDEBAR IMAGE ---*/
  176.  
  177.  
  178. #sidebar {
  179. width:100px;
  180. position:fixed;
  181. margin-left:200px;
  182. margin-top:150px;
  183. opacity:.80;
  184. background-color:{color:Sidebar};
  185. }
  186.  
  187. #title {
  188. color:{color:Title};
  189. position:fixed;
  190. font-size:30px;
  191. font-family:Arial;
  192. letter-spacing:-3px;
  193. font-weight:bolder;
  194. margin-top:7px;
  195. {block:IfTitleShadow}text-shadow: 3px 3px {color:title shadow};{/block:IfTitleShadow}
  196. }
  197.  
  198. #sidebarimage {
  199. width 100px;
  200. }
  201.  
  202. #sidebarimage img {
  203. width:200px;
  204. border:solid 1px;
  205. padding:6px;
  206. border-color: {color:border};
  207. background-color:{color:Sidebar};
  208. }
  209.  
  210.  
  211. /* --- SIDEBAR LINKS ---*/
  212.  
  213. #links {
  214. z-index:-10000;
  215. display:block;
  216. width:105px;
  217. height:5px;
  218. padding: 9px;
  219. font-size:8px;
  220. font-family:'calibri';
  221. text-align:center;
  222. margin-top:-140px;
  223. margin-left:-20px;
  224. text-align:center;
  225. text-transform:uppercase;
  226. word-spacing:2px;
  227. position:fixed;
  228. padding-bottom:7px;
  229. }
  230.  
  231. #links a {
  232. border-left:12px solid {color:Sidebar Link Boxes};
  233. text-align:left;
  234. background-color:white;
  235. color:{color:sidebar links};
  236. padding:5px;
  237. display:block;
  238. margin-top:10px;
  239. font-size: 10px;
  240. -moz-transition-duration:1s;
  241. -webkit-transition-duration:1s;
  242. -o-transition-duration:1s;
  243. }
  244.  
  245. #links a:hover {
  246. margin-left:-70px;
  247. color:{color:Hover}
  248. -moz-transition-duration:1s;
  249. -webkit-transition-duration:1s;
  250. -o-transition-duration:1s;
  251. }
  252.  
  253.  
  254. /* --- DESCRIPTION ---*/
  255.  
  256. #description {
  257. position:fixed;
  258. font-family:cambria;
  259. line-height:90%;
  260. font-size:10px;
  261. width:200px;
  262. margin-top:19px;
  263. padding:8px;
  264. margin-left:0px;
  265. text-align:center;
  266. color:{color:text};
  267. }
  268.  
  269. #description a {color:{color:text}; -moz-transition-duration:1s;
  270. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  271.  
  272. /* --- PAGINATION---*/
  273.  
  274.  
  275. #pagination {
  276. z-index:10000;
  277. padding-top:30px;
  278. padding-bottom:30px;
  279. width:500px;
  280. font-size:11px;
  281. text-align:center;
  282. margin-top:-40px;
  283. margin-left:470px;
  284. background-color:#fff;
  285. position:fixed;
  286. font-family:consolas;
  287. letter-spacing:0px;
  288. }
  289.  
  290. /* --- POST INFO ---*/
  291.  
  292.  
  293. #info {
  294. text-align:center;
  295. margin-top:10px;
  296. text-transform:uppercase;
  297. font-size:9px;
  298. font-style:none;
  299. border-top:1px solid {color:Line}
  300. }
  301.  
  302.  
  303. /* --- POST TAGS---*/
  304.  
  305.  
  306. #tags {
  307. margin-top:8px;
  308. text-align:center;
  309. text-transform:lowercase;
  310. font-size:8px;
  311. font-style:normal;
  312. letter-spacing:0px;
  313. font-family:cambria;
  314. opacity: 0;
  315. -webkit-transition: all 0.6s ease-in-out;
  316. -moz-transition: all 0.6s ease-in-out;
  317. -o-transition: all 0.6s ease-in-out;
  318. -ms-transition: all 0.6s ease-in-out;
  319. transition: all 0.6s ease-in-out;
  320. }
  321.  
  322. #tags a {
  323. padding:3px;
  324. background-color:{color:Tags};
  325. display:inline;
  326. text-align:left;
  327. -webkit-transition: all 0.6s ease-in-out;
  328. -moz-transition: all 0.6s ease-in-out;
  329. -o-transition: all 0.6s ease-in-out;
  330. -ms-transition: all 0.6s ease-in-out;
  331. transition: all 0.6s ease-in-out;
  332. }
  333.  
  334. #post:hover #tags {
  335. opacity:1;
  336. }
  337.  
  338. .playerbuttonbg {
  339. position: absolute;
  340. left: 20px;
  341. top: 20px;
  342. width: 19px;
  343. height: 19px;
  344. background-color: #ffffff;
  345. padding: 10px;
  346. -webkit-border-radius: 40px;
  347. -moz-border-radius: 40px;
  348. border-radius: 40px;
  349. opacity: .4;
  350. filter: alpha(opacity=40);
  351. -moz-opacity: 0.4;
  352. -khtml-opacity: 0.4;
  353. transition: opacity .7s ease-in-out;
  354. -moz-transition: opacity .7s ease-in-out;
  355. -webkit-transition: opacity .7s ease-in-out;
  356. }
  357.  
  358. .playerbuttonbg:hover {
  359. opacity: 1;
  360. filter: alpha(opacity=100);
  361. -moz-opacity: 1;
  362. -khtml-opacity: 1;
  363. }
  364.  
  365. .newplayerbutton {
  366. position: relative;
  367. width: 19px;
  368. height: 19px;
  369. overflow: hidden;
  370. }
  371.  
  372. .playerbuttonhug {
  373. position: absolute;
  374. top: -18px;
  375. left: -7px;
  376. }
  377.  
  378. .tumblr_audio_player {
  379. height: 90px;
  380. width: 270px;
  381. -moz-transform: scale(0.60, 0.60);
  382. -webkit-transform: scale(0.60, 0.60);
  383. -o-transform: scale(0.60, 0.60);
  384. -ms-transform: scale(0.60, 0.60);
  385. transform: scale(0.60, 0.60);
  386. -moz-transform-origin: top left;
  387. -webkit-transform-origin: top left;
  388. -o-transform-origin: top left;
  389. -ms-transform-origin: top left;
  390. transform-origin: top left;
  391. }
  392.  
  393. .audioimgwrapper {
  394. position: absolute;
  395. left: 0px;
  396. top: 0px;
  397. overflow: hidden;
  398. width: 79px;
  399. height: 79px;
  400. }
  401.  
  402. .audioimgwrapper img {
  403. width: 100%;
  404. height: auto;
  405. border-radius:70px;
  406. -moz-border-radius:70px;
  407. -webkit-border-radius:70px;
  408. }
  409.  
  410. .trackdetails {
  411. font-size:11px;
  412. text-align:center;
  413. line-height:127%;
  414. width: 507px;
  415. background-color:#eee;
  416. display:inline-block;
  417. margin-left: -10px;
  418. margin-top:2px;
  419. min-height: 75px;
  420. border-radius:6px;
  421. }
  422.  
  423. .audiowrapper {
  424. position: relative;
  425. display:inline-block;
  426. }
  427.  
  428.  
  429. /* --- QUESTIONS ---*/
  430.  
  431. #asker {
  432. padding:10px;
  433. border-radius:5px;
  434. -moz-border-radius:5px;
  435. -webkit-border-radius:5px;
  436. font-family:cambria;
  437. letter-spacing:1px;
  438. text-align:left;
  439. font-style:normal;
  440. margin-left:0px;
  441. background-color:{color:ask background}
  442. }
  443.  
  444. #credit {
  445. position:fixed;
  446. right:0px;
  447. bottom:0px;
  448. padding:4px;
  449. text-transform:uppercase;
  450. letter-spacing:2px;
  451. font-size:9px;
  452. margin-bottom:3px;
  453. margin-right:3px;
  454. border:1px solid;
  455. border-color:#bbb;
  456. background: #fff;
  457. -moz-transition-duration:1s;
  458. -webkit-transition-duration:1s;
  459. -o-transition-duration:1s;
  460. }
  461.  
  462. #credit:hover {
  463. background: black;
  464. color: white;
  465. -moz-transition-duration:1s;
  466. -webkit-transition-duration:1s;
  467. -o-transition-duration:1s;
  468. }
  469.  
  470. {CustomCSS}</style></head><body>
  471.  
  472.  
  473.  
  474. {block:Pagination}<div id="pagination">
  475. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  476. {block:JumpPagination length="10"}
  477. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  478. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  479. {/block:JumpPagination}
  480. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  481. </div>{/block:Pagination}
  482.  
  483. <div id="sidebar">
  484. <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
  485. <div id="title">{Title}</div>
  486.  
  487. <div id="description">
  488. {Description}
  489. </div>
  490.  
  491.  
  492. <div id="links">
  493. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  494. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  495. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  496. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  497. </div>
  498.  
  499. </div>
  500.  
  501. <div id="entries">{block:Posts}<div id="post">
  502.  
  503. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  504.  
  505. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  506.  
  507. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  508.  
  509. {block:Quote}<span style="font-size:18px; font-style:italic; font-family:cambria; line-height:110%;">β€œ{Quote}”</span>{/block:Quote}
  510.  
  511. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  512.  
  513. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  514.  
  515. {block:AudioPlayer}
  516. <div class="audiowrapper">
  517. {block:AlbumArt}
  518. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  519. {/block:AlbumArt}
  520.  
  521. <div class="playerbuttonbg">
  522. <div class="newplayerbutton">
  523. <div class="playerbuttonhug">
  524.  
  525. {AudioPlayerWhite}
  526.  
  527. </div>
  528. </div>
  529. </div>
  530.  
  531. <div class="trackdetails">
  532.  
  533. <br/>{block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br/>
  534. {block:Artist}<strong>Artist:</strong> {Artist}{/block:Artist}<br/>
  535. {block:Album}<strong>Album: </strong>{Album}{/block:Album}<br/>
  536. {PlayCountWithLabel}
  537.  
  538. </div>
  539. </div>
  540. {/block:AudioPlayer}
  541.  
  542.  
  543. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  544.  
  545. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:10px;text-align:left;">{Asker} said: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  546.  
  547. <div id="info">
  548. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">Β© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  549. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  550. {/block:Posts}
  551. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  552. {/block:Posts}</div></div></div>
  553.  
  554.  
  555.  
  556. <!--
  557. THEME MAKER CREDIT
  558. -->
  559.  
  560. <div id="credit"><a href="http://caskisses.tumblr.com" target="_blank">Β©LB</a></div>
  561.  
  562.  
  563. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement