Advertisement
franzzfu

Theme 06: Magic Finger

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