franzzfu

Theme 11: Wonderland - Topbar

Apr 6th, 2014
738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9.  
  10. theme11 by franz @ lestranqe.tumblr.com/
  11. DO NOT REMOVE THE CREDIT OR OFF WITH YOUR HEAD!
  12.  
  13. --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#838282"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:Hover" content=""/>
  19. <meta name="color:Border" content="#000000">
  20. <meta name="color:Title" content="#000000"/>
  21. <meta name="color:Text in box" content="#ffffff"/>
  22. <meta name="color:Topbar hover" content=""/>
  23. <meta name="color:Scrollbar" content="#dfdfdf"/>
  24. <meta name="color:Scrollbar bg" content="#f7f7f7"/>
  25.  
  26. <meta name="image:topbar" content=""/>
  27.  
  28. <meta name="if:500px posts" content="1"/>
  29. <meta name="if:Big Topbar" content="1"/>
  30.  
  31. <meta name="text:link 1 title" content="link1"/>
  32. <meta name="text:link 1" content=""/>
  33. <meta name="text:link 2 title" content="link2"/>
  34. <meta name="text:link 2" content=""/>
  35. <meta name="text:link 3 title" content="link3"/>
  36. <meta name="text:link 3" content=""/>
  37. <meta name="text:link 4 title" content="link4"/>
  38. <meta name="text:link 4" content=""/>
  39.  
  40. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  41.  
  42. <style>
  43. div#qTip {
  44. padding: 3px;
  45. display: none;
  46. text-align: center;
  47. position: absolute;
  48. font-size:8px;
  49. line-height:9px;
  50. font-family:baskerville;
  51. z-index: 1000;
  52. border: 1px solid {color:background};
  53. outline:1px solid {color:border};
  54. background-color: {color:border};
  55. color: {color:hover};
  56. text-transform:uppercase;
  57. letter-spacing: 2px;
  58. opacity:1;
  59. }
  60. </style>
  61.  
  62.  
  63.  
  64. <style type="text/css">
  65.  
  66. ::-webkit-scrollbar {width:5px;
  67. height:auto;
  68. background:{color:scrollbar bg};}
  69. ::-webkit-scrollbar-corner {background:{color:scrollbar bg};}
  70. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  71. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  72.  
  73.  
  74. /*main structure*/
  75.  
  76.  
  77. body {
  78. background:{color:background};
  79. margin:0px;
  80. color:{color:text};
  81. font-family:arial;
  82. font-size:10px;
  83. letter-spacing:1px;
  84. line-height:150%;
  85. }
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. -moz-outline-style:none;
  91. color:{color:link};
  92. -webkit-transition:all .5s ease-in-out;
  93. -moz-transition:all .5s ease-in-out;
  94. transition:all .5s ease-in-out;
  95. }
  96.  
  97. a:hover {
  98. color:{color:hover};
  99. -webkit-transition:all 1s ease-in-out;
  100. -moz-transition:all 1s ease-in-out;
  101. transition:all 1s ease-in-out;
  102. }
  103.  
  104. img {
  105. {block:ifnot500pxposts}
  106. max-width:400px;
  107. {/block:ifnot500pxposts}
  108. border:none;
  109. }
  110.  
  111. blockquote {
  112. padding-left:5px;
  113. border-left:0px solid;
  114. }
  115.  
  116. blockquote blockquote {
  117. padding-left:5px;
  118. border-left:0px solid;
  119. }
  120.  
  121. #posttitle {
  122. {block:ifnot500pxposts}
  123. width:400px;
  124. {/block:ifnot500pxposts}
  125. {block:if500pxposts}
  126. width:500px;
  127. {/block:if500pxposts}
  128. text-align:center;
  129. font-family:arial;
  130. font-size:15px;
  131. line-height:130%;
  132. text-transform:lowercase;
  133. padding:5px 0;
  134. margin-bottom:5px;
  135. color:{color:text in box};
  136. background:{color:border};
  137. border:1px solid {color:background};
  138. outline:2px solid {color:border};
  139. }
  140.  
  141. #text{
  142. padding:5px;
  143. }
  144.  
  145. #entries {
  146. padding:30px;
  147. {block:ifnot500pxposts}
  148. width:400px;
  149. {/block:ifnot500pxposts}
  150. {block:if500pxposts}
  151. width:500px;
  152. {/block:if500pxposts}
  153. margin-left:auto;
  154. margin-right:auto;
  155. margin-top:80px;
  156. }
  157.  
  158. #post {
  159. {block:ifnot500pxposts}
  160. max-width:400px;
  161. {/block:ifnot500pxposts}
  162. {block:if500pxposts}
  163. max-width:500px;
  164. {/block:if500pxposts}
  165. width:100%;
  166. margin-bottom:80px;
  167. -ms-word-break: break-all;
  168. word-break: break-all;
  169. word-break: break-word;
  170. -webkit-hyphens: auto;
  171. -moz-hyphens: auto;
  172. -ms-hyphens: auto;
  173. hyphens: auto;
  174. }
  175.  
  176.  
  177. /*topbar*/
  178.  
  179.  
  180. /*topbar*/
  181.  
  182.  
  183. #topbar {
  184. {block:ifnot500pxposts}
  185. width:400px;
  186. {/block:ifnot500pxposts}
  187. {block:if500pxposts}
  188. width:500px;
  189. {/block:if500pxposts}
  190. text-align:center;
  191. margin-top:120px;
  192. margin-left:auto;
  193. margin-right:auto;
  194. }
  195.  
  196. #topbarimage {
  197. max-width:150px;
  198. margin-left:auto;
  199. margin-right:auto;
  200. }
  201.  
  202. #topbarimage img {
  203. max-width:150px;
  204. }
  205.  
  206. #title {
  207. width:150px;
  208. font-size:18px;
  209. font-family:arial;
  210. font-weight:bold;
  211. text-transform:lowercase;
  212. letter-spacing:0px;
  213. text-align:center;
  214. line-height:150%;
  215. margin-left:auto;
  216. margin-right:auto;
  217. }
  218.  
  219. #title a {
  220. color:{color:title};
  221. -webkit-transition:all .5s ease-in-out;
  222. -moz-transition:all .5s ease-in-out;
  223. transition:all .5s ease-in-out;
  224. }
  225.  
  226. #title a:hover {
  227. color:{color:hover};
  228. -webkit-transition:all 1s ease-in-out;
  229. -moz-transition:all 1s ease-in-out;
  230. transition:all 1s ease-in-out;
  231. }
  232.  
  233. #links {
  234. width:150px;
  235. background:{color:border};
  236. border:1px solid {color:background};
  237. outline:3px solid {color:border};
  238. text-align:center;
  239. font-size:12px;
  240. font-family:times;
  241. line-height:20px;
  242. margin-top:5px;
  243. margin-left:auto;
  244. margin-right:auto;
  245. }
  246.  
  247. #links a {
  248. display:inline-block;
  249. color:{color:text in box};
  250. background:{color:border};
  251. padding:2px 10px;
  252. text-align:center;
  253. -webkit-transition:all .5s ease-in-out;
  254. -moz-transition:all .5s ease-in-out;
  255. transition:all .5s ease-in-out;
  256. }
  257.  
  258. #links a:hover {
  259. color:{color:topbar hover};
  260. -webkit-transition:all .5s ease-in-out;
  261. -moz-transition:all .5s ease-in-out;
  262. transition:all .5s ease-in-out;
  263. }
  264.  
  265. #description {
  266. width:150px;
  267. line-height:130%;
  268. letter-spacing:0px;
  269. text-align:justify;
  270. margin-top:10px;
  271. margin-left:auto;
  272. margin-right:auto;
  273. }
  274.  
  275.  
  276. /*post info and tags*/
  277.  
  278.  
  279. #info {
  280. margin-top:15px;
  281. font-size:12px;
  282. text-align:center;
  283. text-transform:uppercase;
  284. padding:8px;
  285. line-height:150%;
  286. }
  287.  
  288. #tags {
  289. text-transform:uppercase;
  290. font-size:9px;
  291. text-align:center;
  292. padding:10px;
  293. line-height:150%;
  294. opacity:0;
  295. -webkit-transition:all .5s ease-in-out;
  296. -moz-transition:all .5s ease-in-out;
  297. transition:all .5s ease-in-out;
  298. }
  299.  
  300. #post:hover #tags {
  301. opacity:1;
  302. -webkit-transition:all .8s ease-in-out;
  303. -moz-transition:all .8s ease-in-out;
  304. transition:all .8s ease-in-out;
  305. }
  306.  
  307.  
  308. /*quote*/
  309.  
  310.  
  311. .quote {
  312. text-align:center;
  313. font-size:18px;
  314. line-height:130%;
  315. margin-top:15px;
  316. font-family:baskerville;
  317. font-style:italic;
  318. letter-spacing:0px;
  319. }
  320.  
  321. .source {
  322. {block:ifnot500pxposts}
  323. width:400px;
  324. {/block:ifnot500pxposts}
  325. {block:if500pxposts}
  326. width:500px;
  327. {/block:if500pxposts}
  328. text-align:center;
  329. font-size:10px;
  330. padding:5px 0;
  331. color:{color:text in box};
  332. background:{color:border};
  333. border:1px solid {color:background};
  334. outline:2px solid {color:border};
  335. }
  336.  
  337.  
  338. /*chat*/
  339.  
  340. .chat ol {
  341. padding:0;
  342. line-height:150%;
  343. list-style:none;
  344. }
  345.  
  346. .line.odd {
  347. background:{color:border};
  348. border:1px solid {color:background};
  349. outline:2px solid {color:border};
  350. color:{color:text in box};
  351. padding:5px 10px;
  352. }
  353.  
  354. .line.even {
  355. background:{color:background};
  356. padding:5px 10px;
  357. border:1px solid transparent;
  358. outline:2px solid transparent;
  359. }
  360.  
  361. .label {
  362. padding-right:3px;
  363. text-transform:uppercase;
  364. }
  365.  
  366.  
  367. /*audio*/
  368.  
  369.  
  370. .cover {
  371. width:134px;
  372. position:relative;
  373. z-index:1
  374. }
  375.  
  376. .playbutton {
  377. width:20px;
  378. height:30px;
  379. overflow:hidden;
  380. position:relative;
  381. z-index:1000;
  382. margin:10px 19px 8px 11px;
  383. }
  384.  
  385. .playbox {
  386. background-color:#000;
  387. position:absolute;
  388. z-index:1000;
  389. margin-top:45px;
  390. margin-left:42px;
  391. -webkit-border-radius:50px;
  392. -moz-border-radius:50px;
  393. border-radius:50px;
  394. opacity:.8;
  395. }
  396.  
  397. .audioinfo {
  398. {block:ifnot500pxposts}
  399. width:246px;
  400. {/block:ifnot500pxposts}
  401. {block:if500pxposts}
  402. width:346px;
  403. {/block:if500pxposts}
  404. display:inline-block;
  405. line-height:130%;
  406. position:absolute;
  407. margin-left:20px;
  408. margin-top:2px;
  409. }
  410.  
  411. .track {
  412. font-size:8px;
  413. text-transform:uppercase;
  414. color:{color:text in box};
  415. background:{color:border};
  416. border:1px solid {color:background};
  417. outline:2px solid {color:border};
  418. padding:5px 0 5px 10px;
  419. margin-bottom:10px;
  420. }
  421.  
  422.  
  423. /*ask*/
  424.  
  425.  
  426. .ask {
  427. text-align:center;
  428. padding:5px;
  429. color:{color:text in box};
  430. background:{color:border};
  431. border:1px solid {color:background};
  432. outline:2px solid {color:border};
  433. }
  434.  
  435. .question {
  436. font-family:baskerville;
  437. font-style:italic;
  438. font-size:14px;
  439. }
  440.  
  441. .answer {
  442. padding:10px 5px 0px 5px;
  443. }
  444.  
  445.  
  446. /*permalinks page*/
  447.  
  448.  
  449. ol.notes {
  450. padding-left:6%;
  451. padding-bottom:2%;
  452. width:90%;
  453. text-align:center;
  454. list-style-type:decimal-leading-zero;
  455. }
  456.  
  457. ol.notes li.note{
  458. padding:2%;
  459. }
  460.  
  461. ol.notes li.note img.avatar{
  462. width:0px;
  463. height:0px;
  464. }
  465.  
  466.  
  467. /*pagination*/
  468.  
  469.  
  470. #pagi {
  471. width:150px;
  472. margin-bottom:80px;
  473. font-size:10px;
  474. text-transform:uppercase;
  475. text-align:center;
  476. background:{color:border};
  477. border:1px solid {color:background};
  478. outline:2px solid {color:border};
  479. padding:5px 0;
  480. margin-left:auto;
  481. margin-right:auto;
  482. }
  483.  
  484. #pagi a {
  485. color:{color:text in box};
  486. }
  487.  
  488. #pagi a:hover {
  489. color:{color:hover};
  490. }
  491.  
  492. /*credit*/
  493.  
  494.  
  495. #credit {
  496. position:fixed;
  497. float:right;
  498. opacity:1;
  499. bottom:5px;
  500. right:5px;
  501. padding:3px;
  502. border:1px solid {color:text};
  503. background-color:{color:background};
  504. font-size:8px;
  505. text-transform:uppercase;
  506. font-family:times;
  507. }
  508.  
  509. #credit a {
  510. color:{color:text};
  511. -webkit-transition:all .5s ease-in-out;
  512. -moz-transition:all .5s ease-in-out;
  513. transition:all .5s ease-in-out;
  514. }
  515.  
  516. #credit a:hover {
  517. color:{color:hover};
  518. -webkit-transition:all 1s ease-in-out;
  519. -moz-transition:all 1s ease-in-out;
  520. transition:all 1s ease-in-out;
  521. }
  522.  
  523.  
  524. {CustomCSS}
  525.  
  526. </style>
  527. </head>
  528.  
  529.  
  530. <body>
  531.  
  532. <div id="topbar">
  533. <div id="topbarimage"><img src="{image:topbar}"></div>
  534. <div id="title"><a href="/">{Title}</a></div>
  535. <div id="links">
  536. <a href="{text:link 1}"title="{text:link 1 title}">&spades;</a>
  537. <a href="{text:link 2}"title="{text:link 2 title}">&hearts;</a>
  538. <a href="{text:link 3}"title="{text:link 3 title}">&clubs;</a>
  539. <a href="{text:link 4}"title="{text:link 4 title}">&diams;</a>
  540. </div>
  541. <div id="description">{Description}</div>
  542. </div>
  543.  
  544. <div id="entries">
  545.  
  546. {block:Posts}
  547. <div id="post">
  548.  
  549. {block:Text}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}<div id="text">{Body}</div>{/block:Text}
  550.  
  551. {block:Photo}
  552. {block:ifnot500pxposts}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  553. {block:if500pxposts}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  554. {/block:Photo}
  555.  
  556. {block:Photoset}
  557. {block:ifnot500pxposts}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  558. {block:if500pxposts}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  559. {/block:Photoset}
  560.  
  561. {block:Quote}
  562. {block:Source}<div class="source">-&nbsp;{Source}&nbsp;-</div>{/block:Source}
  563. <div class="quote">{Quote}</div>
  564. {/block:Quote}
  565.  
  566. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  567.  
  568. {block:Chat}
  569. {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
  570. <div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>
  571. {/block:Chat}
  572.  
  573. {block:Video}
  574. {block:ifnot500pxposts}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:ifnot500pxposts}
  575. {block:if500pxposts}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:if500pxposts}
  576. {/block:Video}
  577.  
  578. {block:Answer}
  579. <div class="ask">{Asker}</u> wondered<br><div class="question">{Question}</div></div>
  580. <div class="answer">{Answer}</div>
  581. {/block:Answer}
  582.  
  583. {block:Audio}
  584. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  585. {block:AlbumArt}
  586. <img src="{AlbumArtURL}" class="cover">
  587. {/block:AlbumArt}
  588. <div class="audioinfo">
  589. {block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}
  590. {block:Artist}<div class="track">{Artist}</div>{/block:Artist}
  591. {block:Album}<div class="track">{Album}</div>{/block:Album}
  592. <div class="track">{FormattedPlayCount}</div>
  593. </div>
  594. {/block:Audio}
  595.  
  596. <div id="info">
  597. {block:Date}{DayOfMonth}.{MonthNumber}.{ShortYear}{/block:Date} +<a href="{Permalink}">{NoteCount}</a> <a href="{ReblogURL}" target="_blank">&rArr;</a><br>
  598. {block:PermalinkPage}<span style="font-size:8px;">{block:RebloggedFrom}<a href="{ReblogParentURL}"title="{ReblogParentName}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}"title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}</span>{/block:PermalinkPage}
  599. </div>
  600.  
  601. <div id="tags">
  602. {block:HasTags}{block:Tags}#&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags}</div>
  603. </div>
  604.  
  605. {block:PostNotes}{PostNotes}{/block:PostNotes}
  606. {/block:Posts}
  607.  
  608. {block:Pagination}
  609. <div id="pagi">
  610. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;{/block:PreviousPage}<span style="color:{color:text in box};">{CurrentPage} of {TotalPages}</span>{block:NextPage}&nbsp;<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  611. </div>
  612. {/block:Pagination}
  613.  
  614. </div>
  615.  
  616. <div id="credit"><a href="http://lestranqe.tumblr.com/">FZ</a></div>
  617.  
  618. </body>
  619. </html>
Advertisement
Add Comment
Please, Sign In to add comment