BandThemes

frnkiero theme

May 12th, 2015
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.13 KB | None | 0 0
  1. <!----THEME BY BAND-THEMES.TUMBLR.COM---->
  2. <!----dont remove the credit pls---->
  3. <!DOCTYPE html>
  4. <head>
  5.  
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#000"/>
  16. <meta name="color:Text" content="#fff"/>
  17. <meta name="color:Link" content="#cc0000"/>
  18. <meta name="color:Link Hover" content="#919191"/>
  19.  
  20. <meta name="image:Sidebar Image" content="https://40.media.tumblr.com/c60fb5e1a2d8f6e555395bb3b9f1e509/tumblr_no7d3kGMSZ1twwwjho1_250.jpg"/>
  21.  
  22. <meta name="text:Link 1 URL" content="/" />
  23. <meta name="text:Link 1" content="link 1" />
  24. <meta name="text:Link 2 URL" content="/" />
  25. <meta name="text:Link 2" content="link 2" />
  26. <meta name="text:Link 3 URL" content="/" />
  27. <meta name="text:Link 3" content="link 3" />
  28. <meta name="text:Link 4 URL" content="/" />
  29. <meta name="text:Link 4" content="link 4" />
  30.  
  31.  
  32. <!-- jquery for tooltips-->
  33.  
  34.  
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  36.  
  37. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  38. <link href='http://fonts.googleapis.com/css?family=Righteous|Amatic+SC:700|Orbitron:400,700' rel='stylesheet' type='text/css'>
  39. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  40. <script>
  41.  
  42. (function($){
  43.  
  44. $(document).ready(function(){
  45.  
  46. $("a[title]").style_my_tooltips({
  47.  
  48. tip_follows_cursor:true,
  49.  
  50. tip_delay_time:30,
  51.  
  52. tip_fade_speed:300,
  53.  
  54. attribute:"title"
  55.  
  56. });
  57.  
  58. });
  59.  
  60. })(jQuery);
  61.  
  62. </script>
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69. <!--CSS customization here. -->
  70.  
  71. <style type="text/css">
  72.  
  73. #s-m-t-tooltip{
  74. position:absolute;
  75. margin-top: 15px;
  76. z-index:9999;
  77. background:{color:background};
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. height:10px; border:2px solid {color:background}; background-color:#cc0000;}
  82.  
  83. ::-webkit-scrollbar-thumb:horizontal {
  84. background-color:{color:background};}
  85.  
  86. ::-webkit-scrollbar {
  87. width:11px; height:5px; border:5px solid {color:background}; background-color:#cc0000;}
  88.  
  89. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{display:block; height:7px; border-right:2px solid {color:background}; border-left:2px solid {color:background}; background-color:#cc0000}
  90.  
  91. iframe#tumblr_controls {-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; right:3px !important; position: fixed !important;}
  92.  
  93. /*basics*/
  94. blockquote {padding:5px 0 5px 30px;
  95. border-left:1px solid {color:text};
  96. margin-left:30px;
  97. }
  98.  
  99. body {
  100. background-color:{color:background};
  101. background-image:url("https://36.media.tumblr.com/ccc1d0cef929d2a7a6a2187741fe5e78/tumblr_no51blUuLg1twwwjho1_r3_540.jpg");
  102. background-repeat:no-repeat;
  103. background-attachment:fixed;
  104. color:{color:text};
  105. font-family:arial;
  106. font-size:11px;
  107. text-align:justify;
  108. margin:0;
  109. line-height:16px;}
  110.  
  111.  
  112. a {
  113. color:{color:link};
  114. text-decoration:none;
  115. -webkit-transition:all 0.5s;
  116. -moz-transition:all 0.5s;
  117. -ms-transition:all 0.5s;
  118. -o-transition:all 0.5s;
  119. transition:all 0.5s;
  120. }
  121.  
  122. a:hover {
  123. color:{color:link hover}}
  124.  
  125. img{opacity:1;
  126. border:none;
  127. text-decoration:none}
  128.  
  129.  
  130. small {
  131. font-size:9px;}
  132.  
  133. big {
  134. font-size:12px;}
  135.  
  136.  
  137. #title {font-size:12px;
  138. line-height:18px;
  139. font-weight:bold;
  140. margin-bottom:10px;
  141. text-transform:uppercase;
  142. text-align:left;}
  143.  
  144. #frnk {bottom:-10px;
  145. position:fixed;
  146. left:-100px;
  147.  
  148. }
  149.  
  150. #frnk img {width:400px;}
  151. /*sidebar*/
  152. #sidebar {text-align:left;
  153. position:fixed;
  154. margin-left:515px;
  155. margin-top:10px;
  156. width:250px;
  157. }
  158.  
  159. #sidebarim {bottom:0px;
  160. position:fixed;
  161. right:-20px;
  162.  
  163. }
  164.  
  165. #sidebarim img {width:300px;}
  166.  
  167. #blogt {font-size:30px;
  168. font-weight:bold;
  169. font-family: 'Orbitron', sans-serif;
  170. font-weight: 700;
  171. }
  172.  
  173. #links {
  174. margin-top:-0px;
  175. width:auto;
  176. height:auto;
  177. position:fixed;
  178. opacity:1;
  179. text-align:center;
  180. display:block;
  181. margin-left:-6px;
  182. z-index:99999999999999999;
  183. position: fixed;
  184. }
  185.  
  186. #links a {
  187. height:18px;
  188. font-size:10px;
  189. font-family:calibri;
  190. display:block;
  191. background:{color:Sidebar};
  192. width:50px;
  193. text-transform:uppercase;
  194. padding:1px;
  195. margin-bottom:-10px;
  196. border:2px solid white;
  197. color:{color:Links};
  198. -webkit-transition:all 0.5s;
  199. -moz-transition:all 0.5s;
  200. -ms-transition:all 0.5s;
  201. -o-transition:all 0.5s;
  202. transition:all 0.5s;
  203. }
  204.  
  205. #links a:hover:nth-child(5n+1){border-left:11px solid #fff;}
  206. #links a:hover:nth-child(5n+2){border-left:11px solid #fff;}
  207. #links a:hover:nth-child(5n+3){border-left:11px solid #fff;}
  208. #links a:hover:nth-child(5n+4){border-left:11px solid #fff;}
  209. #links a:hover:nth-child(5n+5){border-left:11px solid #fff;}
  210.  
  211. #description {
  212. margin:20px 0;
  213. font-style:16px white;
  214. }
  215.  
  216.  
  217. /*pagination*/
  218. #pagination {
  219. margin:50px 0;
  220. text-transform:lowercase;
  221. font-weight:bold;
  222. }
  223. #pagination a {
  224. padding:0 15px;
  225. }
  226.  
  227. /*container*/
  228. #con {
  229. left:50%;
  230. margin-left:-300px;
  231. position:absolute;
  232. }
  233.  
  234.  
  235.  
  236. /*posts*/
  237.  
  238. #entries {
  239. margin-top:75px;
  240. margin-left:300px;
  241. width:500px;
  242. }
  243.  
  244.  
  245.  
  246. #posts {
  247. width:500px;
  248. {block:IndexPage}
  249. margin-bottom:25px;
  250. {/block:IndexPage}
  251. {block:PermalinkPage}
  252. margin-bottom:50px;
  253. {/block:PermalinkPage}
  254. background:#fff;
  255. padding:10px;
  256. border-radius:1px;
  257. }
  258. #posts img {
  259. max-width:500px;
  260. }
  261.  
  262. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  263. .caption {width:100%;
  264. margin-top:10px;
  265.  
  266. }
  267.  
  268. /*quote*/
  269.  
  270. #titlequote{text-align:left;
  271. font-size:14px;
  272. line-height:18px;
  273. font-weight:bold;
  274. }
  275. #source {
  276. margin-top:15px;
  277. margin-left:15px;}
  278.  
  279. /*audio*/
  280.  
  281. .player {
  282. width:25px;
  283. height:25px;
  284. overflow:hidden;
  285. position:absolute;
  286. background:white;}
  287.  
  288. .audioinfo {
  289. margin-left:50px;
  290. }
  291.  
  292.  
  293. /*asks*/
  294. .q {margin-bottom:10px;
  295. }
  296. .as {
  297. font-weight:bold;}
  298.  
  299. .a {
  300. margin-top:10px;
  301. }
  302.  
  303.  
  304. /*chat*/
  305.  
  306. .chat ol {
  307. padding:0;
  308. list-style:none;
  309. }
  310. .line {padding:5px 0;}
  311.  
  312. .label {font-weight:bold;
  313. }
  314.  
  315.  
  316.  
  317.  
  318.  
  319. /*permalink and notes*/
  320.  
  321. #permalink {
  322. margin-top:15px;
  323. font-size:14px;
  324. text-align:right;
  325. font-family: 'Amatic SC', cursive;
  326. }
  327. #permalink a {margin-right:10px;
  328. }
  329.  
  330.  
  331. .tags {
  332. word-break:break-all;
  333. font-size:12px;
  334. }
  335.  
  336. .pagenotes {
  337. {block:IndexPage}
  338. display: none!important;
  339. {/block:IndexPage}
  340. width:400px;
  341. text-align:left;
  342.  
  343. }
  344. .pagenotes img {
  345. display:none!important;}
  346. .pagenotes li {
  347. list-style-type:none;
  348. padding:5px 0px;
  349. text-align:left;
  350. margin:0 0 0 -40px;
  351. }
  352.  
  353.  
  354.  
  355.  
  356. {CustomCSS}
  357.  
  358.  
  359. </style>
  360.  
  361.  
  362.  
  363. </head>
  364.  
  365. <body>
  366.  
  367. <div id="con">
  368. <div id="frnk"><img src="https://41.media.tumblr.com/d9287512715bc18fea51104c59e40254/tumblr_no7bzp7cRN1twwwjho1_500.jpg"></div>
  369. <div id="sidebar">
  370. <div id="blogt"><a href="/">{Title}</a></div>
  371. <div id="description">{Description}{block:Pagination}
  372. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  373. {/block:Pagination}</div>
  374. <div id="links">
  375. <a href="/">Home</a>
  376.  
  377. <br>
  378. <a href="/ask">Ask</a>
  379. <br>
  380. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  381. <br>
  382. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  383. <br>
  384. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  385. <br>
  386. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  387. <br>
  388. <a href="http://band-themes.tumblr.com/">Theme</a>
  389. </div>
  390. </div>
  391.  
  392.  
  393.  
  394.  
  395. </div>
  396. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  397.  
  398.  
  399.  
  400. <div id="entries">
  401.  
  402. {block:Posts}
  403. <div id="posts">
  404.  
  405.  
  406. {block:Quote}
  407.  
  408.  
  409. <div id="titlequote">“{Quote}”</div>
  410. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  411. {/block:Quote}
  412.  
  413.  
  414.  
  415. {block:Text}
  416.  
  417. {block:Title}
  418. <div id="title">{Title}</div>{/block:Title}
  419. {Body}
  420. {/block:Text}
  421.  
  422. {block:Link}
  423. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  424. {/block:Link}
  425.  
  426. {block:Chat}
  427. {block:Title}
  428. <h1>{Title}</h1>
  429. {/block:Title}
  430. <div class="chat">
  431. <ol>{block:Lines}
  432. <li class="line {Alt}">
  433. {block:Label}
  434. <span class="label">
  435. {Label}</span>
  436. {/block:Label}{Line}</li>
  437. {/block:Lines}
  438. </ol></div>
  439. {/block:Chat}
  440.  
  441. {block:Photo}
  442. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  443. {/block:Photo}
  444.  
  445. {block:Photoset}
  446. {Photoset-500}
  447. {/block:Photoset}
  448.  
  449. {block:Video}
  450. {Video-500}
  451. {/block:Video}
  452.  
  453. {block:Audio}
  454. <div class="player">{AudioPlayerWhite}</div>
  455. <div class="audioinfo">
  456. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  457. </div>
  458. {/block:Audio}
  459.  
  460. {block:Answer}
  461. <div class="q">
  462. <div class="as">{Asker} said: </div>
  463. {Question}</div>
  464. <div class="a">{Answer}</div>
  465. {/block:Answer}
  466.  
  467. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  468.  
  469. {block:Date}
  470. <div id="permalink">
  471. <a href="{ReblogURL}">reblog</a>✦
  472. {block:NoteCount}<a href="{Permalink}"> {NoteCount} notes</a>✦{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}"> via</a>✦{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}"> source</a>{/block:ContentSource}{/block:RebloggedFrom}
  473. {block:HasTags}<div class="tags">Tagged: {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  474. </div>
  475. {/block:Date}
  476.  
  477.  
  478.  
  479. </div>
  480.  
  481.  
  482. {block:PostNotes}
  483. <div class="pagenotes">
  484. {PostNotes}
  485. </div>
  486. {/block:PostNotes}
  487.  
  488.  
  489. {/block:Posts}
  490.  
  491. <div id="pagination">
  492. {block:Pagination}
  493. {block:PreviousPage}
  494. <a href="{PreviousPage}">&larr; previous </a>
  495. {/block:PreviousPage}
  496.  
  497.  
  498. {block:NextPage}
  499. <a href="{NextPage}">next &rarr;</a>
  500. {/block:NextPage}
  501. {/block:Pagination}
  502. </div>
  503.  
  504.  
  505.  
  506. </div>
  507.  
  508. </div>
  509.  
  510.  
  511. {block:ContentSource}
  512. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  513. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  514. {/block:SourceLogo}
  515. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  516. {/block:ContentSource}
  517.  
  518. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment