Advertisement
BandThemes

Sworn In Theme

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