franzzfu

Theme 05: Divine

Feb 15th, 2014
1,647
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.38 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. theme05 by franz @ lestranqe.tumblr.com/
  11. DO NOT REMOVE THE CREDIT OR YOU WILL NEVER MEET TOM HIDDLESTON
  12.  
  13. --->
  14.  
  15. <meta name="color:Text" content="#838282"/>
  16. <meta name="color:Link" content="#b8b8b8"/>
  17. <meta name="color:Hover" content=""/>
  18. <meta name="color:Title" content=""/>
  19. <meta name="color:Sidebar link" content=""/>
  20. <meta name="color:Border" content=""/>
  21. <meta name="color:Post title bg" content=""/>
  22. <meta name="color:Scrollbar" content="#dfdfdf"/>
  23. <meta name="color:Scrollbar bg" content="#f7f7f7"/>
  24.  
  25. <meta name="image:sidebar" content=""/>
  26.  
  27. <meta name="text:link 1 title" content="link i"/>
  28. <meta name="text:link 1" content=""/>
  29. <meta name="text:link 2 title" content="link ii"/>
  30. <meta name="text:link 2" content=""/>
  31. <meta name="text:link 3 title" content="link iii"/>
  32. <meta name="text:link 3" content=""/>
  33. <meta name="text:link 4 title" content="link iv"/>
  34. <meta name="text:link 4" content=""/>
  35. <meta name="text:link 5 title" content="link v"/>
  36. <meta name="text:link 5" content=""/>
  37.  
  38.  
  39. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  40.  
  41. <style>
  42. div#qTip {
  43. padding: 2px;
  44. display: none;
  45. text-align: center;
  46. position: absolute;
  47. font-size:8px;
  48. line-height:9px;
  49. font-family:calibri;
  50. z-index: 1000;
  51. border: 1px solid {color:link};
  52. background-color:{color:link};
  53. color: #fff;
  54. text-transform:uppercase;
  55. letter-spacing: 2px;
  56. opacity:0.8;}
  57. </style>
  58.  
  59.  
  60.  
  61. <link href='http://fonts.googleapis.com/css?family=Roboto:100' rel='stylesheet' type='text/css'>
  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};}
  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:#fff;
  79. margin:0px;
  80. color:{color:text};
  81. font-family:calibri;
  82. font-size:10px;
  83. letter-spacing:1px;
  84. line-height:180%;
  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. max-width:400px;
  106. border:none;
  107. }
  108.  
  109. blockquote {
  110. padding-left:5px;
  111. border-left:0px solid;
  112. }
  113.  
  114. blockquote blockquote {
  115. padding-left:5px;
  116. border-left:0px solid;
  117. }
  118.  
  119. h1 {
  120. text-align:center;
  121. background-color:{color:post title bg};
  122. line-height:200%;
  123. font-family:'Roboto', sans-serif;
  124. font-size:16px;
  125. text-transform:uppercase;
  126. }
  127.  
  128. #entries {
  129. padding:30px;
  130. width:400px;
  131. margin-left:500px;
  132. margin-top:50px;
  133. }
  134.  
  135. #post {
  136. width:400px;
  137. padding-bottom:50px;
  138. -ms-word-break: break-all;
  139. word-break: break-all;
  140. word-break: break-word;
  141. -webkit-hyphens: auto;
  142. -moz-hyphens: auto;
  143. -ms-hyphens: auto;
  144. hyphens: auto;
  145. }
  146.  
  147.  
  148. /*sidebar*/
  149.  
  150.  
  151. #sidebar {
  152. width:180px;
  153. position:fixed;
  154. margin-left:200px;
  155. margin-top:150px;
  156. }
  157.  
  158. #sidebarimage {
  159. width:190px;
  160. border:1px solid;
  161. border-color:{color:border};
  162. text-align:center;
  163. margin-left:-6px;
  164. }
  165.  
  166. #sidebarimage img {
  167. width:180px;
  168. padding:5px;
  169. margin-bottom:-7px;
  170. }
  171.  
  172. #divider {
  173. width:200px;
  174. position:fixed;
  175. margin-left:-35px;
  176. opacity:.8;
  177. }
  178.  
  179. #title {
  180. font-family:'Roboto', sans-serif;
  181. font-size:18px;
  182. text-transform:uppercase;
  183. font-weight:thin;
  184. letter-spacing:3px;
  185. text-align:center;
  186. line-height:150%;
  187. margin-top:30px;
  188. }
  189.  
  190. #title a {
  191. color:{color:title};
  192. -webkit-transition:all .5s ease-in-out;
  193. -moz-transition:all .5s ease-in-out;
  194. transition:all .5s ease-in-out;
  195. }
  196.  
  197. #title a hover {
  198. color:{color:hover};
  199. -webkit-transition:all 1s ease-in-out;
  200. -moz-transition:all 1s ease-in-out;
  201. transition:all 1s ease-in-out;
  202. }
  203.  
  204. #links {
  205. width:200px;
  206. font-size:12px;
  207. font-family:times;
  208. margin-left:-14px;
  209. text-align:center;
  210. letter-spacing:5px;
  211. padding:5px;
  212. opacity:0;
  213. -webkit-transition:all .5s ease-in-out;
  214. -moz-transition:all .5s ease-in-out;
  215. transition:all .5s ease-in-out;
  216. }
  217.  
  218. #sidebar:hover #links {
  219. opacity:1;
  220. -webkit-transition:all 1s ease-in-out;
  221. -moz-transition:all 1s ease-in-out;
  222. transition:all 1s ease-in-out;
  223. }
  224.  
  225. #links a {
  226. color:{color:sidebar link};
  227. -webkit-transition:all .5s ease-in-out;
  228. -moz-transition:all .5s ease-in-out;
  229. transition:all .5s ease-in-out;
  230. }
  231.  
  232. #links a:hover {
  233. color:{color:hover};
  234. -webkit-transition:all 1s ease-in-out;
  235. -moz-transition:all 1s ease-in-out;
  236. transition:all 1s ease-in-out;
  237. }
  238.  
  239. #description {
  240. background-color:#ffffff;
  241. padding:5px;
  242. margin-top:-180px;/*this is where you adjust the height of your description. enlarge the number to make it go down and vice versa*/
  243. line-height:130%;
  244. letter-spacing:0px;
  245. text-align:center;
  246. opacity:0;
  247. -webkit-transition:all .5s ease-in-out;
  248. -moz-transition:all .5s ease-in-out;
  249. transition:all .5s ease-in-out;
  250. }
  251.  
  252. #sidebar:hover #description {
  253. opacity:.9;
  254. -webkit-transition:all 1s ease-in-out;
  255. -moz-transition:all 1s ease-in-out;
  256. transition:all 1s ease-in-out;
  257. }
  258.  
  259.  
  260. #pagi {
  261. font-size:12px;
  262. font-family:times;
  263. text-transform:lowercase;
  264. letter-spacing:3px;
  265. font-style:normal;
  266. text-align:center;
  267. opacity:0;
  268. -webkit-transition:all .5s ease-in-out;
  269. -moz-transition:all .5s ease-in-out;
  270. transition:all .5s ease-in-out;
  271. }
  272.  
  273. #sidebar:hover #pagi {
  274. opacity:.9;
  275. -webkit-transition:all 1s ease-in-out;
  276. -moz-transition:all 1s ease-in-out;
  277. transition:all 1s ease-in-out;
  278. }
  279.  
  280. #pagi a {
  281. color:{color:link};
  282. }
  283.  
  284.  
  285. /*post info*/
  286.  
  287.  
  288. #info {
  289. width:400px;
  290. border-top:1px solid;
  291. border-color:{color:border};
  292. text-transform:uppercase;
  293. font-size:8px;
  294. text-align:center;
  295. line-height:200%;
  296. margin-top:10px;
  297. padding:10px 0px 10px 0px;
  298. }
  299.  
  300.  
  301. /*quote*/
  302.  
  303.  
  304. .quote {
  305. text-align:center;
  306. font-size:15px;
  307. line-height:150%;
  308. font-family:'Roboto', sans-serif;
  309. }
  310.  
  311. .source {
  312. text-align:center;
  313. font-size:10px;
  314. margin-top:13px;
  315. }
  316.  
  317.  
  318. /*audio*/
  319.  
  320.  
  321. .audio {
  322. height:60px;
  323. padding:5px;
  324. margin-bottom:5px;
  325. }
  326.  
  327. .audio-album {
  328. position:absolute;
  329. width:60px;
  330. }
  331.  
  332. .audio-player {
  333. opacity:0.5;
  334. filter:alpha(opacity=50);
  335. width:28px;
  336. height:38px;
  337. overflow:hidden;
  338. position:absolute;
  339. z-index:2;
  340. margin-left:15px;
  341. margin-top:15px;
  342. }
  343.  
  344. .audio-info {
  345. margin-top:0px;
  346. position:relative;
  347. margin-left:70px;
  348. padding:5px;
  349. }
  350.  
  351.  
  352. /*permalinks page*/
  353.  
  354.  
  355. ol.notes {
  356. padding-left:6%;
  357. padding-bottom:2%;
  358. width:90%;
  359. text-align:center;
  360. font-style:italic;
  361. list-style-type:lower-roman;
  362. }
  363.  
  364. ol.notes li.note{
  365. border-bottom:1px solid {color:border};
  366. padding:2%;
  367. }
  368.  
  369. ol.notes li.note img.avatar{
  370. width:0px;
  371. height:0px;
  372. }
  373.  
  374.  
  375. /*credit*/
  376.  
  377.  
  378. #credit {
  379. position:fixed;
  380. float:right;
  381. opacity:1;
  382. bottom:5px;
  383. right:5px;
  384. padding:3px;
  385. border:1px solid #666666;
  386. font-size:8px;
  387. text-transform:uppercase;
  388. font-family:times;
  389. }
  390.  
  391. #credit a {
  392. color:#666666;
  393. -webkit-transition:all .5s ease-in-out;
  394. -moz-transition:all .5s ease-in-out;
  395. transition:all .5s ease-in-out;
  396. }
  397.  
  398. #credit a:hover {
  399. color:{color:hover};
  400. -webkit-transition:all 1s ease-in-out;
  401. -moz-transition:all 1s ease-in-out;
  402. transition:all 1s ease-in-out;
  403. }
  404.  
  405.  
  406. {CustomCSS}
  407.  
  408. </style>
  409. </head>
  410.  
  411.  
  412. <body>
  413.  
  414.  
  415. <div id="sidebar">
  416.  
  417. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  418.  
  419. <div id="divider"><img src="http://imageshack.com/a/img32/1629/gko6.jpg"></div>
  420.  
  421. <div id="title"><a href="/">{Title}</a></div>
  422.  
  423. <div id="links">
  424. <a href="{text:link 1}" title="{text:link 1 title}">▣</a>
  425. <a href="{text:link 2}" title="{text:link 2 title}">▣</a>
  426. <a href="{text:link 3}" title="{text:link 3 title}">▣</a>
  427. {block:IfLink4}<a href="{text:link 4}" title="{text:link 4 title}">▣</a>{/block:IfLink4}
  428. {block:IfLink5}<a href="{text:link 5}" title="{text:link 5 title}">▣</a>{/block:IfLink5}
  429. </div>
  430.  
  431. {block:Pagination}
  432. <div id="pagi">
  433. {block:PreviousPage}
  434. <a href="{PreviousPage}"> ⦓ </a>
  435. {/block:PreviousPage}
  436. {block:NextPage}
  437. <a href="{NextPage}"> ⦔ </a>
  438. {/block:NextPage}
  439. </div>
  440. {/block:Pagination}
  441.  
  442. <div id="description">{Description}</div>
  443.  
  444. </div>
  445.  
  446.  
  447.  
  448. <div id="entries">{block:Posts}<div id="post">
  449.  
  450. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  451.  
  452. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453.  
  454. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. {block:Quote}
  457. <div class="quote"><span style="font-family:times;font-size:20px;opacity:0.8;">❦</span>&nbsp;{Quote}</div>
  458. {block:Source}<div class="source">{Source}</div>{/block:Source}
  459. {/block:Quote}
  460.  
  461. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  462.  
  463. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  464.  
  465. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  466.  
  467. {block:Answer}
  468. <div style="text-align:center;padding:10px;background-color:{color:post title bg}">{Asker}</u> said<br><span style="font-size:12px;font-style:italic">{Question}</span></div>
  469. <br>
  470. <div style="padding:0px 5px 5px 5px">{Answer}</div>
  471. {/block:Answer}
  472.  
  473. {block:Audio}
  474. <div class="audio">
  475. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  476. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  477. <div class="audio-info">
  478. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  479. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  480. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  481. </div></div>
  482. {/block:Audio}
  483.  
  484.  
  485. <div id="info">
  486. {block:Date}{DayOfMonth} {ShortMonth} {ShortYear}{/block:Date} // + <a href="{Permalink}">
  487. {NoteCount}</a> {block:RebloggedFrom}<br>
  488. <a href="{ReblogParentURL}"title="{ReblogParentName}"> via </a>&nbsp;<a href="{ReblogRootURL}"title="{ReblogRootName}">Source</a>{/block:RebloggedFrom} // <a href="{ReblogURL}" target="_blank">reblog</a><br>
  489. {block:HasTags}↳&nbsp;{block:Tags} <a href="{TagURL}"> {Tag} </a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  490.  
  491. </div>
  492. {block:PostNotes}{PostNotes}{/block:PostNotes}
  493. {/block:Posts}</div>
  494.  
  495. <div id="credit"><a href="http://lestranqe.tumblr.com/">FZ</a></div>
  496.  
  497. </body>
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment