Advertisement
banebridgeTH

THEME02: Blackbirds

Mar 21st, 2014
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.13 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. theme by rae (banebridge.tumblr.com)
  5. ======>base code by narruld<=======
  6. plz don't steal or use as a base code or redistribute this as your own or any of that you know the deal
  7. edit it all you want though be my guest
  8. if you have any questions shoot me an ask and i'll try to answer them
  9. ENJOY!
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <meta name="color:Background" content="#ffffff"
  24. <meta name="color:Text" content="#bbbbbb"/>
  25. <meta name="color:Link" content="#aaaaaa"/>
  26. <meta name="color:Tags" content="#cccccc"/>
  27. <meta name="color:Hover" content="#f1f1f1"/>
  28. <meta name="color:Line" content="#f2f2f2"/>
  29. <meta name="color:Border" content="#eeeeee"/>
  30. <meta name="color:Blockquote" content="c9c9c9"/>
  31. <meta name="color:scrollbarbg" content="ffffff"/>
  32.  
  33. <meta name="image:sidebar" content=""/>
  34.  
  35. <meta name="text:link1" content="">
  36. <meta name="text:link1 url" content="/">
  37. <meta name="text:link2" content="">
  38. <meta name="text:link2 url" content="/">
  39. <meta name="text:link3" content="">
  40. <meta name="text:link3 url" content="/">
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  48.  
  49. <script>
  50.  
  51. (function($){
  52.  
  53. $(document).ready(function(){
  54.  
  55. $("a[title]").style_my_tooltips({
  56.  
  57. tip_follows_cursor:true,
  58.  
  59. tip_delay_time:90,
  60.  
  61. tip_fade_speed:600,
  62.  
  63. attribute:"title"
  64.  
  65. });
  66.  
  67. });
  68.  
  69. })(jQuery);
  70.  
  71. </script>
  72.  
  73. <style type="text/css">
  74. #s-m-t-tooltip {
  75. max-width:300px;
  76. padding:3px;
  77. margin-top:10px;
  78. margin-left:10px;
  79. border:1px solid #999;
  80. background-color:#f9f9f9; /* change the background color */
  81. font-family:'Times';
  82. text-transform:uppercase;
  83. font-size:9px; /* change the font size */
  84. letter-spacing:1px; /* change the letter spacing */
  85. color:#999; /* change the text color */
  86. z-index:999999999999999999999999999999999999;
  87. }
  88.  
  89.  
  90. ::-webkit-scrollbar {
  91. width: 5px;height: 5px;}
  92. ::-webkit-scrollbar-button:start:decrement,
  93. ::-webkit-scrollbar-button:end:increment {
  94. height: 6px;display: block;background-color: {color:white};}
  95. ::-webkit-scrollbar-track-piece {
  96. background-color: {color:scrollbarbg};}
  97. ::-webkit-scrollbar-thumb:vertical {
  98. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  99.  
  100.  
  101. body {
  102. background:{color:background};
  103. margin:0px;
  104. color:{color:text};
  105. font-family:cambria;
  106. font-size:9px;
  107. font-weight:normal;
  108. line-height:100%;
  109. }
  110.  
  111. a {
  112. text-decoration:none;
  113. -moz-outline-style:none;
  114. color:{color:link};
  115. }
  116.  
  117. img {
  118. border:none;
  119. opacity:0.9;
  120. max-width:500px;
  121. }
  122.  
  123. img:hover {
  124. opacity:1;
  125. -webkit-transition: all 0.5s ease;
  126. -moz-transition: all 0.5s ease;
  127. -o-transition: all 0.5s ease;}
  128.  
  129. h1 {
  130. font-size:22px;
  131. font-family:Sacramento;
  132. }
  133.  
  134. blockquote {
  135. padding-left:10px;
  136. border-left:5px solid {color:Blockquote};
  137. ;
  138. }
  139.  
  140. blockquote blockquote {
  141. padding-left:10px;
  142. border-left:5px solid {color:Blockquote};
  143. }
  144.  
  145.  
  146. a:hover {
  147. opacity:1;
  148. color:{color:Hover};
  149. letter-spacing:1px;
  150. border-bottom:1px dashed {color:Border};
  151. -webkit-transition: all 0.5s ease;
  152. -moz-transition: all 0.5s ease;
  153. -o-transition: all 0.5s ease;
  154. }
  155.  
  156. #title {
  157. font-family:Sacramento;
  158. font-size:34px;
  159. text-align:center;
  160. margin-left:-10px;
  161. }
  162.  
  163. #sidebar {
  164. position:fixed;
  165. width:120px;
  166. margin-left:300px;
  167. margin-top:100px;
  168. margin-right:300px;
  169. opacity:1;
  170. }
  171.  
  172. #sidebarimage {
  173. position:relative;
  174. margin-bottom:30px;
  175. width:96px;
  176. height:96px;
  177. border-radius:100px;
  178. border:1px solid #c4c4c4;
  179. }
  180.  
  181. #sidebarimage img {
  182. width:80px;
  183. height:80px;
  184. border-radius:100px;
  185. border:8px solid #ededed;
  186.  
  187. }
  188.  
  189.  
  190. .desc {
  191. position:fixed;
  192. margin-top:10px;
  193. margin-left:-8px;
  194. font-family:cambria;
  195. line-height:110%;
  196. font-size:9px;
  197. width:110px;
  198. height:80px;
  199. overflow:auto;
  200. border:1px solid #ededed;
  201. padding:9px;
  202. text-align:justify;
  203. color:{color:text};
  204. }
  205.  
  206. #link1b {
  207. position:fixed;
  208. margin-top:-10px;
  209. margin-left:-55px;
  210. width:10px;
  211.  
  212. }
  213.  
  214. #link1b img {
  215. position:relative;
  216. width:40px;
  217. }
  218.  
  219. #link2b {
  220. position:fixed;
  221. margin-top:50px;
  222. margin-left:-90px;
  223. width:10px;
  224.  
  225. }
  226.  
  227. #link2b img {
  228. position:relative;
  229. width:40px;
  230. }
  231.  
  232. #link3b {
  233. position:fixed;
  234. margin-top:350px;
  235. margin-left:160px;
  236. width:10px;
  237. }
  238.  
  239. #link3b img {
  240. position:relative;
  241. width:40px;
  242. }
  243.  
  244. #link4b {
  245. position:fixed;
  246. margin-top:390px;
  247. margin-left:225px;
  248. width:10px;
  249. }
  250.  
  251. #link4b img {
  252. position:relative;
  253. width:40px;
  254. }
  255.  
  256. #link5b {
  257. position:fixed;
  258. margin-top:430px;
  259. margin-left:300px;
  260. width:10px;
  261. }
  262.  
  263. #link5b img {
  264. position:relative;
  265. width:40px;
  266. }
  267.  
  268. #link6b {
  269. position:fixed;
  270. margin-top:475px;
  271. margin-left:365px;
  272. width:10px;
  273. }
  274.  
  275. #link6b img {
  276. position:relative;
  277. width:40px;
  278. }
  279.  
  280. #pagi{
  281. width:100px;
  282. font-size:10px;
  283. text-align:center;
  284. margin-left:300px;
  285. margin-top:355px;
  286. position:fixed;
  287. font-family:cambria;
  288. letter-spacing:0px;
  289. }
  290.  
  291.  
  292. #all {
  293. padding:10px;
  294. width:500px;
  295. margin-left:525px;
  296. margin-top:50px;
  297. font-size:10px;
  298. }
  299.  
  300.  
  301.  
  302. #posts {
  303. width:500px;
  304. padding-bottom:20px;
  305. padding:10px;
  306. margin-top:30px;
  307. background-color:{color:Post};
  308. font-weight:normal;
  309. }
  310.  
  311.  
  312. #details {
  313. text-align:center;
  314. margin-top:8px;
  315. text-transform:uppercase;
  316. font-size:9px;
  317. border-top:1px solid {color:Line};
  318. background:#ededed;
  319. }
  320.  
  321.  
  322. #tags {
  323. font-family:cambria;
  324. letter-spacing:2px;
  325. display:block;
  326. text-transform:lowercase;
  327. font-size:9px;
  328. font-style:italic;
  329. margin-top:3px;
  330. text-align:center;
  331. padding:3px;
  332. color:{color:Tags};
  333. opacity:0.9;
  334. -webkit-transition: all 0.6s ease-in-out;
  335. -moz-transition: all 0.6s ease-in-out;
  336. -o-transition: all 0.6s ease-in-out;
  337. -ms-transition: all 0.6s ease-in-out;
  338. -transition: all 0.6s ease-in-out;
  339. }
  340.  
  341. #tags:hover {
  342. opacity:1;
  343. -webkit-transition: all 0.6s ease-in-out;
  344. -moz-transition: all 0.6s ease-in-out;
  345. -o-transition: all 0.6s ease-in-out;
  346. -ms-transition: all 0.6s ease-in-out;
  347. -transition: all 0.6s ease-in-out;
  348. }
  349.  
  350. #question {
  351. padding:8px;
  352. font-family:cambria;
  353. letter-spacing:2px;
  354. text-align:right;
  355. font-style:italic;
  356. border:3px {color:border} solid;
  357. color:{color:text};
  358. background-color:{color:background}
  359. }
  360.  
  361. #cred {
  362. float:right;
  363. position:fixed;
  364. display:block;
  365. bottom:1px;
  366. right:1px;
  367. padding:3px;
  368. border:1px solid #c9c9c9;
  369. }
  370.  
  371.  
  372. }
  373.  
  374. {CustomCSS}</style></head><body>
  375.  
  376. <div id="sidebar">
  377. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  378. <div id="title">{Title}</title></div>
  379. <div class="desc">
  380. {Description}
  381. </div>
  382. <div class="links">
  383. <a href="/" id="link1b" title="home"><img src="http://static.tumblr.com/oqsr6qb/wD2n2rko5/bird1.png" /></div></a>
  384. <a href="/ask" id="link2b" title="message"><img src="http://static.tumblr.com/oqsr6qb/wD2n2rko5/bird1.png" /></div></a>
  385. <a href="/archive" id="link3b" title="archive"><img src="http://static.tumblr.com/oqsr6qb/WXPn2rooa/bird1.png" /></div></a>
  386. <a href="{text:link1 url}" id="link4b" title="{text:link1}"><img src="http://static.tumblr.com/oqsr6qb/ywVn2rvof/bird2.png" /></div></a>
  387. <a href="{text:link2 url}" id="link5b" title="{text:link2}"><img src="http://static.tumblr.com/oqsr6qb/ywVn2rvof/bird2.png" /></div></a>
  388. <a href="{text:link3 url}" id="link6b" title="{text:link3}"><img src="http://static.tumblr.com/oqsr6qb/ywVn2rvof/bird2.png" /></div></a>
  389. {block:Pagination}<div id="pagi">
  390. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  391. {block:JumpPagination length="3"}
  392. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  393. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  394. {/block:JumpPagination}
  395. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  396. </div>{/block:Pagination}
  397.  
  398. </div>
  399.  
  400. <div id="all">{block:Posts}<div id="posts">
  401.  
  402. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  403.  
  404. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  405.  
  406. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  407.  
  408. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  409.  
  410. {block:Quote}<h1>{Quote}</h1>{block:Source}{Source}{/block:Source}{/block:Quote}
  411.  
  412. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  413. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  414. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  415. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  416. {/block:Audio}
  417.  
  418. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  419.  
  420. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  421.  
  422.  
  423. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker} murmured: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  424.  
  425. <div id="details">
  426. <br> <a href="{Permalink}" title="posted on {ShortMonth} {DayofMonth}, {Year} at {12Hour}:{Minutes} {AmPm}">{TimeAgo}</a> // <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} // <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}" title="{SoureLink}">© </a> {/block:ContentSource} // <a href="{ReblogURL}" target="_blank">reblog</a>
  427.  
  428. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  429.  
  430. {/block:Posts}
  431. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  432. {/block:Posts}</div></div></div>
  433.  
  434. <!-----plz dont remove or alter this yo-->
  435. <div id="cred">
  436. <a href="http://banebridge.tumblr.com" title="theme by banebridge">B★</a>
  437. </div>
  438.  
  439.  
  440. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement