Advertisement
queenseelie

theme #25: unravel

Aug 7th, 2014
1,691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.32 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10. <!--META NAMES-->
  11.  
  12. <meta name="color:body" content="#666666"/>
  13. <meta name="color:links" content="#6f6e6e"/>
  14. <meta name="color:hover" content="#fafafa"/>
  15. <meta name="color:info" content="#a8a8a8">
  16. <meta name="color:desc" content="#aaaaaa">
  17. <meta name="color:desc" content="#aaaaaa">
  18. <meta name="color:title" content="#aaaaaa">
  19.  
  20.  
  21.  
  22.  
  23. <meta name="color:bg" content="#ffffff">
  24. <meta name="color:scrollbar" content="#AAAAAA">
  25. <meta name="color:scrollbarbg" content="#ffffff">
  26.  
  27.  
  28. <meta name="image:sb" content=""/>
  29.  
  30. <meta name="text:link A" content=""/>
  31. <meta name="text:link A url" content="/">
  32. <meta name="text:link B" content=""/>
  33. <meta name="text:link B url" content="/">
  34. <meta name="text:link C" content=""/>
  35. <meta name="text:link C url" content="/">
  36. <meta name="text:link D" content=""/>
  37. <meta name="text:link D url" content="/">
  38. <meta name="text:link E" content=""/>
  39. <meta name="text:link E url" content="/">
  40. <meta name="text:link F" content=""/>
  41. <meta name="text:link F url" content="/">
  42.  
  43.  
  44.  
  45.  
  46.  
  47. <!--
  48. * theme twenty five *
  49. * unravel *
  50. * kitty :: http://queenseelie.tumblr.com/ *
  51. ** edit as much as you want bbys, just don't remove the credit or re-post.
  52. i will find you if you do i s2g**
  53.  
  54. -->
  55.  
  56. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  57.  
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64.  
  65. iframe#tumblr_controls {
  66. top: 0% !important;
  67. right:0% !important;
  68. opacity:0.3;
  69. position: fixed !important;
  70. filter:alpha(opacity=30);
  71. -webkit-transition: all 0.7s ease;
  72. -moz-transition: all 0.7s ease;
  73. -o-transition: all 0.7s ease;
  74. }
  75. iframe#tumblr_controls:hover{
  76. top: 0% !important;
  77. right:0% !important;
  78. opacity:0.8;
  79. position: fixed !important;
  80. filter:alpha(opacity=80);
  81. -webkit-transition: all 0.7s ease;
  82. -moz-transition: all 0.7s ease;
  83. -o-transition: all 0.7s ease;
  84. }
  85.  
  86.  
  87.  
  88. ::-webkit-scrollbar-thumb {
  89. height:auto;
  90. background-color:#e4e1e1;
  91. }
  92.  
  93. ::-webkit-scrollbar {
  94. height:9px;
  95. width:4px;
  96. background-color:#ffffff;
  97. }
  98.  
  99.  
  100. body {
  101. background-color:{color:bg};
  102. font-family:cumbria;
  103. font-size:10.5px;
  104. text-align:justify;
  105. color:{color:body};
  106. margin:0;
  107. }
  108.  
  109. a {
  110. color:{color:links};
  111. text-decoration:none;
  112. -moz-outline-style:none;
  113. }
  114.  
  115. a:hover{
  116. color:{color:hover};
  117. -moz-transition-duration:0.3s;
  118. -webkit-transition-duration:0.3s;
  119. -o-transition-duration:0.3s;
  120. }
  121.  
  122. img {
  123. border:none;
  124. }
  125.  
  126. blockquote {
  127. padding-left:5px;
  128. border-left:2px solid;
  129. }
  130.  
  131. blockquote blockquote {
  132. padding-left:5px;
  133. border-left:2px solid;
  134. }
  135.  
  136.  
  137. /*SIDEBAR*/
  138.  
  139. #sidebar {
  140. position:fixed;
  141. width:200px;
  142. margin-top:200px;
  143. margin-left:100px;
  144. border-right:1px solid #eeeeee;
  145. padding:25px;
  146. }
  147.  
  148.  
  149. #sidebar img {
  150. width: 100px;
  151. height:100px;
  152. display:inline-block;
  153. z-index: 10;
  154. position:fixed;
  155. margin-top:20px;
  156. margin-left:245px;
  157. box-shadow: 2px 2px 2px #b8b8b8;
  158. }
  159.  
  160.  
  161.  
  162.  
  163.  
  164. #title {
  165. font-weight: bold;
  166. margin-left:12px;
  167. margin-top:2px;
  168. width:200px;
  169. font-size:18px;
  170. font-family: times;
  171. text-align:right;
  172. text-transform: uppercase;
  173. word-spacing: 2px;
  174. }
  175.  
  176.  
  177. #title a{
  178. color: {color:title};
  179. }
  180.  
  181.  
  182. #links {
  183. width:150px;
  184. font-family:cabria;
  185. font-size:7px;
  186. margin-top:12px;
  187. font-weight:normal;
  188. letter-spacing:2px;
  189. line-height:16px;
  190. text-align:right;
  191. margin-left:66px;
  192. }
  193.  
  194.  
  195. #links a {
  196. color:{color:links};
  197. padding:5px 5px;
  198. text-transform:uppercase;
  199. text-decoration:underline;
  200.  
  201. }
  202. #links a:hover {
  203. color:{color:hover};
  204. -moz-transition-duration:0.5s;
  205. -webkit-transition-duration:0.5s;
  206. -o-transition-duration:0.5s;}
  207.  
  208.  
  209.  
  210.  
  211.  
  212. #desc {
  213. text-align:justify;
  214. width:200px;
  215. font-size:9px;
  216. margin-left:-65px;
  217. margin-top:5px;
  218. font-family:arial;
  219. line-height:170%;
  220. text-align:right;
  221. padding:12px;
  222. border-top: 1px solid #eeeeee;
  223. color: {color:desc};
  224.  
  225.  
  226. }
  227.  
  228.  
  229.  
  230.  
  231. .pagi {
  232. width:165px;
  233. font-size:8px;
  234. text-align:center;
  235. margin-top:400px;
  236. margin-left:335px;
  237. font-family:cumbria;
  238. letter-spacing:1px;
  239. position:fixed;
  240. }
  241.  
  242.  
  243.  
  244. /*ENTRIES*/
  245.  
  246. #container {
  247. width:400px;
  248. padding:10px;
  249. margin-left:600px;
  250. margin-top:55px;
  251.  
  252. }
  253.  
  254. #posts{
  255. width:400px;
  256. padding:25px;
  257. }
  258.  
  259.  
  260.  
  261.  
  262.  
  263. /*POST INFO*/
  264.  
  265. #info {
  266. width:400px;
  267. text-align:center;
  268. font-family:calibri;
  269. font-size:8px;
  270. text-transform:uppercase;
  271. padding:1px;
  272. color:{color:info};
  273. line-height:10px;
  274. border-top:1px solid, border-color:#fff;
  275. margin-top:5px;
  276. margin-bottom:55px;
  277. }
  278.  
  279. #info a{
  280. color:{color:info};
  281. }
  282.  
  283. #info a:hover{
  284. color:{color:hover};
  285. }
  286.  
  287. #tags{
  288. width:400px;
  289. padding:5px;
  290. margin-top:2px;
  291. margin-left:-5px;
  292. font-family:arial;
  293. float:left;
  294. text-align:center;
  295. font-size:7px;
  296. text-transform:lowercase;
  297. opacity:1;
  298. color:{color:links};
  299. letter-spacing:1px;
  300. transition-duration: 0.5s;
  301. -moz-transition-duration: 0.5s;
  302. -webkit-transition-duration: 0.5s;
  303. -o-transition-duration: 0.5s
  304. }
  305.  
  306. #tags a {
  307. display:inline-block;
  308. color:{color:info};
  309. font-size:7px;
  310. text-align:center;
  311. text-transform:lowercase;
  312. text-decoration:none;
  313. }
  314. #notes{
  315. font-size:7px;
  316. text-transform:uppercase;
  317. }
  318.  
  319.  
  320.  
  321. #asker {
  322. font-family:baskerville;
  323. font-weight:bold;
  324. font-style:italic;
  325. font-size:16px;
  326. color:{color:hover};
  327. text-transform:lowercase;
  328. }
  329. #ask {
  330. font-family:helvetica;
  331. padding:15px;
  332. margin-top:5px;
  333. margin-bottom:5px;
  334. background:#fdfdfd;
  335. color:#66666;
  336. font-size:10px;
  337. text-align:center;
  338. }
  339.  
  340.  
  341. #ans {
  342. font-family:helvetica;
  343. margin-top:5px;
  344. margin-bottom:5px;
  345. font-style:normal;
  346. font-size:10px;
  347. text-align:center;
  348. color:{color:text};
  349. }
  350.  
  351.  
  352. .cover {
  353. position: relative;
  354. width: 90px;
  355. float:left;}
  356.  
  357. .player {
  358. width:20px;
  359. height:30px;
  360. z-index: 99;
  361. overflow: hidden;
  362. position: relative;
  363. margin: 15px 24px 13px 16px;
  364. }
  365.  
  366. .audiocontainer {
  367. background-color:#fff;
  368. border-radius: 500px;
  369. position: absolute;
  370. z-index:99;
  371. opacity: 0.3;
  372. margin-top: 15px;
  373. margin-left: 15px;
  374.  
  375. }
  376.  
  377.  
  378. .audiocontainer:hover {
  379. opacity:0.9;
  380. }
  381.  
  382. .audioinfo {
  383. padding:20px;
  384. font-size:11px;
  385. margin-left: 93px;
  386. text-align:center;
  387. background:#fff;
  388. height: 50px;
  389. }
  390.  
  391.  
  392. .quote
  393. {font-size:12px;
  394. font-family:calibri;
  395. line-height:15px;}
  396.  
  397. .source
  398. {font-size:8px;
  399. text-transform:uppercase;
  400. font-family:calibri;
  401. font-weight:bold;
  402. padding-top:10px;
  403. text-align:center;
  404. margin-bottom:10px;}
  405.  
  406.  
  407.  
  408.  
  409. /*CREDIT*/
  410.  
  411. #maker {
  412. width:24px;
  413. height:18px;
  414. border-radius:15px;
  415. background-color: #f9f9f9;
  416. padding-top:6px;
  417. position:fixed;
  418. text-align:center;
  419. right:10px;
  420. bottom:10px;
  421. }
  422.  
  423. #maker a{
  424. width:5px;
  425. font-family:consolas;
  426. font-size:9px;
  427. text-align:center;
  428. text-transform:uppercase;
  429. text-decoration:none;
  430. letter-spacing:1px;
  431. color:#555555;
  432. border:0px solid #dddddd;
  433. }
  434.  
  435. {CustomCSS}
  436.  
  437. </style></head>
  438.  
  439.  
  440. <body>
  441.  
  442.  
  443.  
  444. </div>
  445.  
  446. <div id="sidebar">
  447. <div id="sidebarimg">
  448. <img src="{image:sb}"></div>
  449. <div id="title"><a href="/">{Title}</a></div>
  450. <div id="links">
  451. <a href="{text:link A url}">{text:link A}</a>
  452. <a href="{text:link B url}">{text:link B}</a>
  453. <a href="{text:link C url}">{text:link C}</a>
  454. <a href="{text:link D url}">{text:link D}</a>
  455. <a href="{text:link E url}">{text:link E}</a>
  456. <a href="{text:link F url}">{text:link F}</a>
  457. <div id="desc">{description}</div>
  458. </div>
  459. </div>
  460. {block:Pagination}
  461. <div class="pagi">
  462. {block:PreviousPage}
  463. <a href="{PreviousPage}">backward - </a>
  464. {/block:PreviousPage}
  465. {block:NextPage}
  466. <a href="{NextPage}">onward</a>
  467. {/block:NextPage}
  468. </div>
  469. {/block:Pagination}
  470. </div>
  471. </div>
  472.  
  473.  
  474.  
  475.  
  476. <div id="container">
  477. {block:Posts}
  478. <div id="post">
  479.  
  480.  
  481. <!--TEXT POSTS-->
  482.  
  483. {block:Text}
  484. {block:Title}<h2>{Title}</h2>{/block:Title}
  485. {Body}
  486. {/block:Text}
  487.  
  488. <!--ASKS-->
  489.  
  490. {block:Answer}<div id="ask"><div id="asker">{Asker}</div> {Question}</div>
  491. <div id="ans">{Answer}</div>{/block:answer}
  492.  
  493. <!--QUOTE POSTS-->
  494. {block:Quote}
  495.  
  496. <div class="quote">
  497. <div class="quotetext_{Length}">"{Quote}"</div>
  498. {block:Source}<div class="source">{Source}</div>{/block:Source}
  499. </div>
  500. {/block:Quote}
  501.  
  502. <!--LINK POSTS-->
  503.  
  504. {block:Link}
  505. <h2><a href="{URL}">{Name}</a></h2>
  506. {block:Description}{Description}{/block:Description}
  507. {/block:Link}
  508.  
  509. <!--CHAT POSTS-->
  510.  
  511. {block:Chat}
  512. {block:Title}<h2>{Title}</h2>{/block:Title}
  513. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  514. {Line}</li>{/block:Lines}</ul>
  515. {/block:Chat}
  516.  
  517. <!--PHOTO POSTS-->
  518.  
  519. {block:Photo}
  520. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  521.  
  522. {block:Caption}{Caption}{/block:Caption}
  523. {/block:Photo}
  524.  
  525. <!--PHOTOSET POSTS-->
  526.  
  527. {block:Photoset}
  528. {Photoset-400}
  529. {block:Caption}{Caption}{/block:Caption}
  530. {/block:Photoset}
  531.  
  532. <!--VIDEO POSTS-->
  533.  
  534. {block:Video}
  535. {Video-400}
  536. {block:Caption}{Caption}{/block:Caption}
  537. {/block:Video}
  538.  
  539.  
  540. <!--AUDIO-->
  541.  
  542. {block:Audio}<div class="audiocontainer"><div class="player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>{block:AlbumArt}<img src="{AlbumArtURL}" class="cover">{/block:AlbumArt}<div class="audioinfo">
  543. {block:TrackName}<div style="font-size:12px; font-style:italic; padding:5px!imporant;">{TrackName}</div>{/block:Trackname}<br>{block:Album} {Album}</span>{/block:Album} – {block:Artist}<span style="font-size:10px;">{Artist}{/block:Artist}<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}
  544.  
  545. <!--POST INFO-->
  546.  
  547.  
  548. <div id="info">
  549.  
  550.  
  551. <br> <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} </a> {block:RebloggedFrom} | <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} + <a href="{Permalink}">{NoteCountWithLabel}</a>
  552. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">{Tag}; </a> {/block:Tags}</div>{/block:HasTags}</div></div>
  553. {/block:Posts}
  554. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  555. {/block:Posts}</div></div>
  556.  
  557.  
  558. </div></div>
  559.  
  560. {/block:Posts}
  561.  
  562. <!--CREDIT-->
  563. <div id="maker"><a href="http://queenseelie.tumblr.com/"><span style="font-style:normal;">QS</span></a></div>
  564.  
  565. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement