Advertisement
leowatch

bee theme

Feb 6th, 2016
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.50 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5. base code by animecharacter.tumblr.com
  6.  
  7. for help visit:
  8. tumblr.com/docs/en/custom_themes
  9. tumblr.com/docs/en/localizing_themes
  10. w3schools.com
  11. (please dont send me customization asks)
  12.  
  13. credit if used is not compulsory but it's nice if you mention where you got this
  14.  
  15. ----->
  16.  
  17. <meta charset="utf-8">
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  19. {block:Description}
  20. <meta name="description" content="{MetaDescription}" />
  21. {/block:Description}
  22.  
  23. <title>{Title}</title>
  24.  
  25. <link rel="shortcut icon" href="{image:Favicon}">
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  27. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  28.  
  29. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  30.  
  31. <meta name="image:favicon" content="">
  32. <meta name="image:side" content="">
  33. <meta name="image:corner img" content="">
  34. <meta name="color:background" content="#fffff">
  35. <meta name="color:text" content="#000000">
  36. <meta name="color:links" content="#999999">
  37. <meta name="color:hover" content="#cccccc">
  38. <meta name="color:LinkHoverShadow" content="#78777e">
  39. <meta name="color:content bg" content="#ffffff">
  40. <meta name="color:borders" content="#000000">
  41. <meta name="color:shadows" content="#000000">
  42. <meta name="if:shadows" content="">
  43. <meta name="select:font" content="consolas">
  44. <meta name="select:font" content="arial">
  45. <meta name="select:font" content="courier">
  46. <meta name="select:font size" content="12">
  47. <meta name="select:font size" content="13">
  48. <meta name="select:font size" content="11">
  49. <meta name="select:font size" content="10">
  50. <meta name="text:corner img width" content="">
  51. <meta name="text:corner img left" content="0">
  52. <meta name="text:corner img bottom" content="0">
  53.  
  54. <div id="imageright" style="position:fixed; bottom:{text:corner img bottom}px; right:{text:corner img left}px; z-index:-1;"><img src="{image:corner img}"width="{text:corner img width}"></div>
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $("a[title]").style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:80,
  71.  
  72. tip_fade_speed:400,
  73.  
  74. attribute:"title"
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83.  
  84. <style type="text/css">
  85.  
  86. #s-m-t-tooltip {
  87.  
  88. max-width:280px; /* maximum width */
  89. text-align:center;
  90. background-color:#000; /* color background */
  91.  
  92. font-size:9px; /* font size */
  93. border-radius:4px;
  94.  
  95. color:#fff; /* font color */
  96. font-weight:bold;
  97. font-family:helvetica;
  98.  
  99. letter-spacing:1px; /* font spacing */
  100.  
  101. text-transform:lowercase; /* uppercase, lowercase, none */
  102.  
  103. padding:4px; /* padding size */
  104.  
  105. margin:20px 0px 0px 20px; /* margin size */
  106.  
  107. z-index:9999999999999999999999;
  108. }
  109.  
  110. ::-webkit-scrollbar-thumb:vertical {
  111. background-color: {color:bg}; /*color of main scrollbar*/
  112. height: 50px; /*height of scrollbar*/
  113. background-image: url('{image:scrollbar}'); /*optional*/
  114. border:1px solid;
  115. }
  116. ::-webkit-scrollbar {
  117. height: 0px;
  118. width: 9px; /*width of the slider*/
  119. background-color: {color:bg}; /*color of the slider*/
  120. }
  121.  
  122. ::-webkit-scrollbar-thumb:vertical {
  123. background-color: {color:bg}; /*color of main scrollbar*/
  124. height: 50px; /*height of scrollbar*/
  125. background-image: url('http://static.tumblr.com/9538617653283024ea041def113c2632/ywngpl0/fi1o12d1o/tumblr_static_9w4b4k0spsock0g4wc0k4wwcw.png'); /*optional*/
  126. }
  127. ::-webkit-scrollbar {
  128. height: 0px;
  129. width: 9px; /*width of the slider*/
  130. background-color: {color:bg}; /*color of the slider*/
  131. }
  132.  
  133. /*
  134. general text styles, fonts and colours
  135. */
  136.  
  137. body {
  138. margin:0px;
  139. background:{color:background};
  140. font-family: {select:font};
  141. font-size:{select:font size}px;
  142. line-height:140%;
  143. color: {color:text};
  144. }
  145.  
  146. p{
  147. margin:0 0 10px 0;
  148. padding:0;
  149. }
  150.  
  151. pre {
  152. white-space: pre-wrap;
  153. white-space: -moz-pre-wrap;
  154. white-space: -pre-wrap;
  155. white-space: -o-pre-wrap;
  156. word-wrap: break-word;
  157. }
  158.  
  159. a{
  160. color:{color:links};
  161. text-decoration:none;
  162. }
  163.  
  164. a:hover{
  165. color:{color:hover};
  166. text-decoration:none;
  167. text-shadow: 0px 0px 5px {color:LinkHoverShadow};
  168. }
  169.  
  170. ol,ul{
  171. margin-left:-5px;
  172. list-style-type:circle;
  173. }
  174.  
  175. /*
  176. containers etc
  177. */
  178. #wrapper{
  179. width:600px;
  180. margin:50px auto;
  181. }
  182.  
  183. #sidebar{
  184. width:85px;
  185. {block:permalinkpage}
  186. margin-left:100px;
  187. {/block:permalinkpage}
  188. margin-left:242px;
  189. font-size:11px;
  190. text-align:center;
  191. margin-top:-10px;
  192. height:85px;
  193. border:double {color:borders};
  194. background:#fff;
  195. }
  196.  
  197. #content{
  198. width:300px;
  199. margin-left:150px;
  200. margin-top:75px;
  201. overflow:hidden;
  202. }
  203.  
  204. .post{
  205. width:250px;
  206. margin:0 0 50px 0;
  207. overflow:hidden;
  208. border:double {color:borders};
  209. padding:15px;
  210. background:{color:content bg};
  211. {block:ifshadows}
  212. box-shadow:3px 3px 0px {color:shadows};
  213. {/block:ifshadows}
  214. }
  215.  
  216. #sidebar img, .post img{
  217. max-width:100%;
  218. }
  219.  
  220. #nav{
  221. margin:50px 0 0 0;
  222. }
  223.  
  224. #sidebar desc {
  225. margin-left:3px;
  226. }
  227.  
  228. #warlock {
  229. margin-top:-7px;
  230. padding-bottom:50px;
  231. padding-top:2px;
  232. text-align:center;
  233. font-size:14px;
  234. word-spacing:7px;
  235. margin-left:2px;
  236. }
  237.  
  238. #pages{
  239. margin:-30px 0 0 -10px;
  240. text-align:center;
  241. }
  242.  
  243. #pages a {
  244. text-decoration:none;
  245. }
  246.  
  247. /*
  248. content in the body of the posts - quotes, asks, etc
  249. "media" contains photos, photosets, videos, audio posts
  250. */
  251.  
  252. .media{margin:0px 0 10px 0;
  253. }
  254.  
  255. .title{
  256. font-weight:normal;
  257. font-size:18px;
  258. margin:0 0 10px 0;
  259. }
  260.  
  261. .quote{
  262. font-weight:normal;
  263. font-size:16px;
  264. font-style:italic;
  265. margin:0 0 10px 0;
  266. }
  267.  
  268. .question{
  269. margin-bottom:10px;
  270. }
  271.  
  272. blockquote{
  273. margin:0 0 10px 10px;
  274. padding:0 0 0 10px;
  275. border-left:solid 1px #000;
  276. }
  277.  
  278. /*
  279. post footers - date, tags, via and source
  280. */
  281. .post .footer{
  282. margin:0;
  283. text-align:left;
  284. }
  285.  
  286. /*
  287. post notes
  288. */
  289. ol.notes{
  290. list-style-type:none;
  291. padding:0;
  292. margin:0;
  293. }
  294.  
  295. ol.notes li.note img{
  296. width:0px;
  297. height:0px;
  298. }
  299.  
  300. ol.notes li.note{
  301. margin:0px;
  302. }
  303.  
  304. #audio {
  305. width:100%;
  306. height:50px;
  307. margin-bottom:10px;
  308. display:block;
  309. }
  310.  
  311. #audio .player{background:#FFF;height:26px;width:26px;padding:2px;overflow:hidden;position:absolute;margin-top:8px;margin-left:8px;border:2px solid #fff;opacity:0.8;z-index:2;}
  312.  
  313.  
  314. .art{width:50px;height:50px; position:absolute;display:block;z-index:1;}
  315. .art img{width:50px;height:50px;}
  316.  
  317. .songtitle{margin-left:60px;height:40px;padding:5px 10px;border-left:1px solid {color:border};line-height:13px;overflow:auto;font-size:10px;}
  318.  
  319. .video-container {
  320. position: center;
  321. overflow: hidden;
  322. }
  323.  
  324. .video-container iframe,
  325. .video-container object,
  326. .video-container embed {
  327. position: center;
  328. max-width:270px;
  329. max-height:270px;
  330. }
  331.  
  332. .video-wrapper {
  333. max-width:270px;
  334. max-height:270px;
  335. }
  336.  
  337. {CustomCSS}
  338. </style>
  339. </head>
  340.  
  341. <body>
  342. <div id="wrapper">
  343.  
  344. <div id="sidebar">
  345.  
  346. <div class="img"><center>
  347. <img src="{image:side}"></center></div>
  348.  
  349. <div class="desc">{Description}</p></div>
  350.  
  351. <div id="warlock"><center><a href="/" title="">01</a>
  352. <a href="/" title="">02</a>
  353. <a href="/" title="">03</a></center></div>
  354.  
  355. {block:HasPages}
  356. {block:Pages}
  357. <a href="{URL}">{Label}</a><br>
  358. {/block:Pages}
  359. {/block:HasPages}
  360. </div>
  361.  
  362.  
  363.  
  364. <div id="content">
  365. {block:Posts}
  366.  
  367. <div class="post">
  368.  
  369. {block:Text}
  370. {block:Title}
  371. <div class="title">{Title}</div>
  372. {/block:Title}
  373. {Body}
  374. {/block:Text}
  375.  
  376. {block:Photo}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{PhotoURL-HighRes}">{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photo}
  377.  
  378. {block:Photoset}<div style="width:100%;opacity:1.0;margin:0 0 -1px 0;">{Photoset}</div>{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
  379.  
  380. {block:Quote}
  381. <div class="quote">"{Quote}"</div>
  382. {block:Source}
  383. <div class="quotesource">{Source}</div>
  384. {/block:Source}
  385. {/block:Quote}
  386.  
  387. {block:Link}
  388. <div class="title"><a href="{URL}">{Name}</a></div>
  389. {block:Description}
  390. <div class="description">{Description}</div>
  391. {/block:Description}
  392. {/block:Link}
  393.  
  394. {block:Chat}
  395. {block:Title}
  396. <div class="title">{Title}</div>
  397. {/block:Title}
  398.  
  399. {block:Lines}
  400. <div class="{Alt} user_{UserNumber}">
  401. {block:Label}
  402. <b>{Label}</b>{/block:Label}
  403. &nbsp;{Line}
  404. </div>
  405. {/block:Lines}
  406. {/block:Chat}
  407.  
  408. {block:Video}
  409. <div class="media"><div class="video-wrapper">
  410. <div class="video-container">{Video-400}</div>
  411. </div></div>
  412. {/block:Video}
  413.  
  414. {block:Audio}
  415. <div id="audio">
  416. <div class="art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  417. <div class="player">{AudioPlayerWhite}</div>
  418. <div class="songtitle">
  419. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br>
  420. {block:Artist}{Artist}{/block:Artist}<br>
  421. {block:Album}{Album}{/block:Album}
  422. </div>
  423. </div>
  424. {/block:Audio}
  425.  
  426.  
  427. {block:Date}
  428. <div class="footer">
  429. <a href="{Permalink}"><div id="spidey" style="margin-top:2px;text-align:center;">{DayOfMonth}.{MonthNumber}.{Year} +{NoteCount}</a>
  430. <div id="spidey" style="margin-top:-12px;">{block:HasTags}<br><b>TAGGED:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}</div></div>
  431. {block:permalinkpage}<div id="spidey" style="margin-top:3px;text-align:center;">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{block:ContentSource} + <a href="{ReblogRootURL}">src</a>{/block:ContentSource}{/block:RebloggedFrom}</div>{/block:permalinkpage}
  432. </div>
  433.  
  434. {block:PermalinkPage}
  435. {block:NoteCount}
  436. {block:PostNotes}{PostNotes}{/block:PostNotes}
  437. {/block:NoteCount}
  438. {/block:PermalinkPage}
  439. {/block:Date}
  440.  
  441. </div>
  442. {/block:Posts}
  443.  
  444. {block:ContentSource}
  445. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  446. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  447. {/block:SourceLogo}
  448. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  449. {/block:ContentSource}
  450.  
  451. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  452.  
  453. <div id="pages">
  454. {block:PreviousPage}
  455. <a href="{PreviousPage}">prev page</a>
  456. {/block:PreviousPage}
  457.  
  458. {block:NextPage}
  459. <a href="{NextPage}">next page</a>
  460. {/block:NextPage}
  461. </div>
  462.  
  463. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  464. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  465.  
  466. </body>
  467. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement