Advertisement
lizabethspb

Theme 20

Mar 29th, 2014
2,429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.17 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. <link href='http://fonts.googleapis.com/css?family=Tangerine:400,700' rel='stylesheet' type='text/css'>
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10.  
  11. <meta name="color:Title1" content="gray"/>
  12. <meta name="color:Title2" content="gray"/>
  13. <meta name="color:sidebar links" content="gray"/>
  14. <meta name="color:hover text" content="black"/>
  15. <meta name="color:hover text bg" content="white"/>
  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:scrollbar" content="black"/>
  24. <meta name="color:scrollbar background" content="ffffff"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="color:ask background" content="#eeeeee"/>
  27.  
  28. <meta name="image:sidebarimage1" content="" />
  29. <meta name="image:sidebarimage2" content="" />
  30.  
  31. <meta name="text:title1" content="" />
  32. <meta name="text:title2" content="" />
  33. <meta name="text:Link 1" content="" />
  34. <meta name="text:Link 1 Text" content="" />
  35. <meta name="text:Link 2" content="" />
  36. <meta name="text:Link 2 Text" content="" />
  37. <meta name="text:Link 3" content="" />
  38. <meta name="text:Link 3 Text" content="" />
  39. <meta name="text:Link 4" content="" />
  40. <meta name="text:Link 4 Text" content="" />
  41. <meta name="text:Link 5" content="" />
  42. <meta name="text:Link 5 Text" content="" />
  43. <meta name="if:Show Link 1" content="1" />
  44. <meta name="if:Show Link 2" content="1" />
  45. <meta name="if:Show Link 3" content="1" />
  46. <meta name="if:Show Link 4" content="1" />
  47. <meta name="if:Show Link 5" content="1" />
  48. <meta name="color:scrollbarbg" content="ffffff"/>
  49.  
  50. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  51.  
  52. <style>
  53.  
  54.  
  55. div#qTip {
  56. display: none;
  57. padding:5px;
  58. padding-bottom:4px;
  59. text-align: center;
  60. position: absolute;
  61. font-size:9px;
  62. line-height:10px;
  63. font-family:cambria, calibri;
  64. z-index: 1000;
  65. background: {color:hover text bg};
  66. color: {color:hover text};
  67. text-transform:uppercase;
  68. letter-spacing: 2px;
  69. -moz-transition-duration:.5s;
  70. -webkit-transition-duration:.5s;
  71. -o-transition-duration:.5s;
  72. }
  73.  
  74.  
  75. </style>
  76.  
  77.  
  78. <style type="text/css">
  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: 5px;height: 5px;}
  88. ::-webkit-scrollbar-button:start:decrement,
  89. ::-webkit-scrollbar-button:end:increment {
  90. height: 6px;display: block;background-color: white;}
  91. ::-webkit-scrollbar-track-piece {
  92. background-color:{color:scrollbar background};}
  93. ::-webkit-scrollbar-thumb:vertical {
  94. height: 9px;background-color: {color:scrollbar};border-top:1px solid {color:scrollbar};border-bottom:1px solid {color:scrollbar};}
  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. }
  114.  
  115. img {
  116. border:none;
  117. }
  118.  
  119. blockquote {
  120. padding-left:5px;
  121. border-left:2px solid;
  122. }
  123.  
  124. blockquote blockquote {
  125. padding-left:5px;
  126. border-left:2px solid;
  127. }
  128.  
  129. h1 {
  130. font-size:9px;
  131. text-transform:uppercase;
  132. }
  133.  
  134. a:hover {
  135. opacity:10;
  136. color:{color:hover};
  137. -webkit-transition: all 0.7s ease;
  138. -moz-transition: all 0.7s ease;
  139. -o-transition: all 0.7s ease;
  140. }
  141.  
  142. /* --- POST ENTRIES ---*/
  143.  
  144.  
  145. #entries {
  146. padding:10px;
  147. width:500px;
  148. margin-left:450px;
  149. margin-top:40px;
  150. font-size:10px;
  151. }
  152.  
  153. /* --- BODY: POSTS ---*/
  154.  
  155.  
  156. #post {
  157. width:500px;
  158. padding-bottom:20px;
  159. padding:10px;
  160. margin-top:15px;
  161. background-color:{color:Post};
  162. }
  163.  
  164. /* --- SIDEBAR IMAGE ---*/
  165.  
  166.  
  167. #sidebar {
  168. width:100px;
  169. position:fixed;
  170. margin-left:200px;
  171. margin-top:190px;
  172. opacity:.80;
  173. background-color:{color:Sidebar};
  174. }
  175.  
  176. #title1 {
  177. margin-left:5px;
  178. margin-top:2px;
  179. color:{color:title1};
  180. width:190px;
  181. font-family:cambria;
  182. font-size:13px;
  183. text-transform:uppercase;
  184. }
  185.  
  186. #title2 {
  187. margin-left:45px;
  188. color:{color:title2};
  189. opacity:1;
  190. width:190px;
  191. font-family:tangerine;
  192. font-size:25px;
  193. text-transform:lowercase;
  194. }
  195.  
  196. #sidebarimage1 {
  197. width:200px;
  198. }
  199.  
  200. #sidebarimage1 img {
  201. width:180px;
  202. height:180px;
  203. padding:6px;
  204. background-color:{color:Sidebar};
  205. }
  206.  
  207. #sidebarimage2 {
  208. position:absolute;
  209. margin-top:-193px;
  210. z-index:1;
  211. width:200px;
  212. }
  213.  
  214. #sidebarimage2 img {
  215. height:180px;
  216. z-index:1;
  217. opacity:0;
  218. width:180px;
  219. padding:6px;
  220. background-color:{color:Sidebar};
  221. -webkit-transition: all 0.7s ease;
  222. -moz-transition: all 0.7s ease;
  223. -o-transition: all 0.7s ease;
  224. }
  225. #sidebar:hover #sidebarimage2 img {
  226. opacity:1;
  227. -webkit-transition: all 0.7s ease;
  228. -moz-transition: all 0.7s ease;
  229. -o-transition: all 0.7s ease;
  230. }
  231.  
  232. #sidebar:hover #sidebarimage1 img {
  233. opacity:0;
  234. -webkit-transition: all 0.7s ease;
  235. -moz-transition: all 0.7s ease;
  236. -o-transition: all 0.7s ease;
  237. }
  238.  
  239.  
  240. /* --- SIDEBAR LINKS ---*/
  241.  
  242. #links {
  243. opacity:1;
  244. border-top:1px solid #eee;
  245. border-bottom:1px solid #eee;
  246. padding-top:7px;
  247. padding-bottom:9px;
  248. width:200px;
  249. height:5px;
  250. font-family:cambria;
  251. text-align:center;
  252. font-style:italic;
  253. margin-top:8px;
  254. margin-left:-5px;
  255. text-align:center;
  256. text-transform:lowercase;
  257. word-spacing:2px;
  258. position:fixed;
  259. word-spacing:9px;
  260. }
  261.  
  262. #links a {
  263. color:{color:sidebar links};
  264. font-size: 13px;
  265. }
  266.  
  267. #links a:hover {
  268. color:{color:Hover}
  269. }
  270.  
  271.  
  272.  
  273. /* --- DESCRIPTION ---*/
  274.  
  275. #description {
  276. opacity:0;
  277. position:fixed;
  278. font-family:cambria;
  279. line-height:90%;
  280. font-size:9px;
  281. width:175px;
  282. margin-top:35px;
  283. padding:8px;
  284. margin-left:0px;
  285. text-align:justify;
  286. color:{color:text};
  287. -webkit-transition: all 0.7s ease;
  288. -moz-transition: all 0.7s ease;
  289. -o-transition: all 0.7s ease;
  290. }
  291.  
  292. #sidebar:hover #description {
  293. margin-top:35px;
  294. opacity:1;
  295. -webkit-transition: all 0.7s ease;
  296. -moz-transition: all 0.7s ease;
  297. -o-transition: all 0.7s ease;
  298. }
  299.  
  300. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  301. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  302.  
  303. /* --- PAGINATION---*/
  304.  
  305.  
  306. #pagination {
  307. position:fixed;
  308. width:680px;
  309. height: 10px;
  310. font-size:9px;
  311. text-align:center;
  312. left: 370px;
  313. bottom: 0px;
  314. padding: 10px;
  315. font-family:consolas;
  316. letter-spacing:4px;
  317. opacity: 1;
  318. background-color: {color:background};
  319. }
  320.  
  321. #pagination a {
  322. color:{color:tab};
  323. }
  324.  
  325. /* --- POST INFO ---*/
  326.  
  327.  
  328. #info {
  329. text-align:left;
  330. margin-top:10px;
  331. text-transform:uppercase;
  332. font-size:8px;
  333. font-style:none;
  334. border-top:1px solid {color:Line}
  335. }
  336.  
  337.  
  338.  
  339. /* --- QUESTIONS ---*/
  340.  
  341. #asker {
  342. padding:5px;
  343. font-family:cambria;
  344. letter-spacing:1px;
  345. text-align:left;
  346. font-style:italic;
  347. margin-left:10px;
  348. border-left:3px #eee solid;
  349. background-color:{color:background}
  350. }
  351.  
  352. #tags {
  353. margin-top:8px;
  354. text-align:right;
  355. text-transform:lowercase;
  356. font-size:8px;
  357. font-style:normal;
  358. letter-spacing:0px;
  359. font-family:cambria;
  360. opacity: 0;
  361. -webkit-transition: all 0.6s ease-in-out;
  362. -moz-transition: all 0.6s ease-in-out;
  363. -o-transition: all 0.6s ease-in-out;
  364. -ms-transition: all 0.6s ease-in-out;
  365. transition: all 0.6s ease-in-out;
  366. }
  367.  
  368. #tags a {
  369. padding:3px;
  370. background-color:{color:Tags};
  371. display:inline;
  372. text-align:left;
  373. -webkit-transition: all 0.6s ease-in-out;
  374. -moz-transition: all 0.6s ease-in-out;
  375. -o-transition: all 0.6s ease-in-out;
  376. -ms-transition: all 0.6s ease-in-out;
  377. transition: all 0.6s ease-in-out;
  378. }
  379.  
  380. #post:hover #tags {
  381. opacity:1;
  382. }
  383.  
  384. #texttitle {
  385. color:{color:bold};
  386. font-size:25px;
  387. letter-spacing:-2px;
  388. font-family:Arial;
  389. line-height:90%;
  390. text-transform:lowercase;
  391. }
  392.  
  393. .cover {
  394. position: relative;z-index: 1; width: 90px; float:left;}
  395.  
  396. .button {
  397. width:20px;
  398. height:30px;
  399. overflow: hidden;
  400. position: relative;
  401. z-index: 99;
  402. margin: 15px 24px 13px 16px;
  403. }
  404.  
  405. .musicbox {
  406. background-color: #fff;
  407. position: absolute;
  408. z-index: 99;
  409. margin-top: 15px;
  410. margin-left: 15px;
  411. opacity: 0.3;
  412. -webkit-transition: opacity 0.2s linear;
  413. -webkit-transition: all 0.2s linear;
  414. -moz-transition: all 0.2s linear;
  415. -o-transition: all 0.2s linear;
  416. }
  417. .musicbox:hover {opacity:0.9;}
  418. .musicinfo {
  419. padding:20px; font-size:12px;margin-left: 100px;text-align:center;background:#f7f7f7;margin-top:5px;}
  420.  
  421. #asker {
  422. padding:15px;
  423. font-family:cambria;
  424. letter-spacing:1px;
  425. text-align:left;
  426. font-style:normal;
  427. margin-left:0px;
  428. background-color:{color:ask background};
  429. }
  430.  
  431. #quotes {
  432. font-size:13px;
  433. font-family:times;
  434. font-style:italic;
  435. line-height:130%;
  436. }
  437.  
  438. #credit {
  439. position:fixed;
  440. right:0px;
  441. bottom:0px;
  442. padding:4px;
  443. text-transform:uppercase;
  444. letter-spacing:2px;
  445. font-size:9px;
  446. margin-bottom:3px;
  447. margin-right:3px;
  448. border-color:#bbb;
  449. background: #fff;
  450. -moz-transition-duration:1s;
  451. -webkit-transition-duration:1s;
  452. -o-transition-duration:1s;
  453. }
  454.  
  455. #credit:hover {
  456. font-size:12px;
  457. background: black;
  458. color: white;
  459. -moz-transition-duration:1s;
  460. -webkit-transition-duration:1s;
  461. -o-transition-duration:1s;
  462. }
  463.  
  464. {CustomCSS}</style></head><body>
  465.  
  466. <div id="sidebar">
  467. <div id="sidebarimage1"><img src="{image:sidebarimage1}"></div>
  468. <div id="sidebarimage2"><img src="{image:sidebarimage2}"></div>
  469.  
  470. <div id="title1">{text:title1}</div>
  471. <div id="title2">{text:title2}</div>
  472.  
  473. <div id="description">
  474. {Description}
  475. </div>
  476.  
  477.  
  478. <div id="links">
  479. {block:IfShowLink1}<a href="{text:Link 1}" title="{text:Link 1 Text}">i.</a>{/block:IfShowLink1}
  480. {block:IfShowLink2}<a href="{text:Link 2}" title="{text:Link 2 Text}">ii.</a>{/block:IfShowLink2}
  481. {block:IfShowLink3}<a href="{text:Link 3}" title="{text:Link 3 Text}">iii.</a>{/block:IfShowLink3}
  482. {block:IfShowLink4}<a href="{text:Link 4}" title="{text:Link 4 Text}">iv.</a>{/block:IfShowLink4}
  483. {block:IfShowLink5}<a href="{text:Link 5}" title="{text:Link 5 Text}">v.</a>{/block:IfShowLink5}
  484. </div>
  485.  
  486.  
  487. <div id="pagination">
  488.  
  489. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>&laquo;</big></a>{/block:PreviousPage}{/block:Pagination}
  490. {block:JumpPagination length="5"}
  491. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  492. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  493. {/block:JumpPagination}
  494. {block:Pagination}{block:NextPage}<big><a href="{NextPage}">&raquo;</a></big>{/block:NextPage}{/block:Pagination}
  495. </div>
  496.  
  497. </div>
  498.  
  499. <div id="entries">{block:Posts}<div id="post">
  500.  
  501. {block:Text}<h1>{block:Title}<div id="texttitle">{Title}</div>{/block:Title}</h1>{Body}{/block:Text}
  502.  
  503. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  504.  
  505. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  506.  
  507. {block:Quote}<div id="quotes"><big>{Quote}</big></div><br> - {Source}{/block:Quote}
  508.  
  509. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  510.  
  511. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  512.  
  513. {block:Audio}<div class="musicbox"><div class="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="musicinfo">
  514. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}{block:Album} - {Album}</span>{/block:Album}<br><br>{block:PlayCount}<span style="font-style:normal; font-size:8px; text-transform:uppercase; letter-spacing:1px;">{PlayCount} plays</span> {/block:PlayCount}</div><div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>{/block:Audio}
  515.  
  516. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  517.  
  518. {block:Answer}<div id="asker">{Question} —<span style="font-family:cambria;font-size:11px; font-style:italic; text-align:right;">{Asker}</span></div><left><font face="cambria">{Answer}</font>{/block:Answer}
  519.  
  520. <div id="info">
  521. <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>
  522. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  523. {/block:Posts}
  524. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  525. {/block:Posts}</div></div></div>
  526.  
  527.  
  528.  
  529. <div id="credit"><a href="http://caskisses.tumblr.com" target="_blank">©LB</a></div>
  530.  
  531.  
  532.  
  533. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement