Advertisement
lizabethspb

Theme 10

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