leowatch

sheik theme

Feb 7th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.02 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="image:bg img" content="">
  35.  
  36. <meta name="color:bg" content="#ffffff">
  37. <meta name="color:content" content="#ffffff">
  38. <meta name="color:links" content="#999999">
  39. <meta name="color:hover" content="#cccccc">
  40. <meta name="color:link bg" content="#ffffff">
  41. <meta name="color:scrollbar" content="#ffffff">
  42. <meta name="color:scrollbar thumb" content="#ffffff">
  43. <meta name="color:scrollbar border" content="#000000">
  44.  
  45. <meta name="select:font" content="helvetica">
  46. <meta name="select:font" content="courier">
  47. <meta name="select:font" content="arial">
  48. <meta name="select:font" content="franklin gothic book">
  49. <meta name="select:font" content="century gothic">
  50. <meta name="select:font" content="lucida console">
  51. <meta name="select:font" content="tahoma">
  52.  
  53. <meta name="if:infinitescroll" content="1">
  54.  
  55. <meta name="text:sb img" content="90">
  56. <meta name="text:corner img width" content="">
  57. <meta name="text:corner img left" content="0">
  58. <meta name="text:corner img bottom" content="0">
  59.  
  60. <meta name="image:" content="">
  61. <meta name="color:" content="#">
  62. <meta name="if:" content="">
  63. <meta name="text:" content="">
  64. <meta name="select:" content="">
  65.  
  66. {block:ifInfiniteScroll}
  67. <script type="text/javascript" src="http://yourjavascript.com/21212225154/esz.js"></script>
  68. {block:ifInfiniteScroll}
  69.  
  70. <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>
  71.  
  72. <style type="text/css">
  73.  
  74. ::-webkit-scrollbar {width: 9px; height: 3px; background: {color:scrollbar};}
  75. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar thumb} ; border: 1px solid {color:scrollbar border};}
  76.  
  77. /*
  78. general text styles, fonts and colours
  79. */
  80.  
  81. body {
  82. margin:0px;
  83. background:{color:bg} url({image:bg img});
  84. background-attachment:fixed;
  85. font-family: {select:font};
  86. font-size:11px;
  87. line-height:140%;
  88. color: #000;
  89. }
  90.  
  91. p{
  92. margin:0 0 10px 0;
  93. padding:0;
  94. }
  95.  
  96. pre {
  97. white-space: pre-wrap;
  98. white-space: -moz-pre-wrap;
  99. white-space: -pre-wrap;
  100. white-space: -o-pre-wrap;
  101. word-wrap: break-word;
  102. }
  103.  
  104. a{
  105. color:{color:links};
  106. text-decoration:none;
  107. letter-spacing:1px;
  108. background:{color:link bg};
  109. -webkit-transition-duration: .3s;
  110. -moz-transition-duration: .3s;
  111. -o-transition-duration: .3s;
  112. }
  113.  
  114. a:hover{
  115. color:{color:hover};
  116. text-decoration:none;
  117. letter-spacing:1px;
  118. -webkit-transition-duration: .3s;
  119. -moz-transition-duration: .3s;
  120. -o-transition-duration: .3s;
  121. }
  122.  
  123. li{
  124. margin-left:-15px;
  125. }
  126.  
  127. /*
  128. containers etc
  129. */
  130. #wrapper{
  131. width:600px;
  132. margin:50px auto;
  133. }
  134.  
  135. #sidebar{
  136. width:{text:sb img}px;
  137. position:fixed;
  138. margin-left:-110px;
  139. background:#fff;
  140. padding:15px;
  141. -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
  142. -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
  143. box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
  144. border-radius:7px;
  145. }
  146.  
  147. #girl a {
  148. background:none;
  149. }
  150.  
  151. #sheik {
  152. text-align:center;
  153. font-size:10px;
  154. }
  155.  
  156. #zelda {
  157. display:block;
  158. border:1px dashed
  159. margin-bottom:3px;
  160. background:{color:link bg};
  161. padding:4px;
  162. text-align:center;
  163. margin-top:-5px;
  164. }
  165. #zelda2 {
  166. display:block;
  167. border:1px dashed
  168. margin-bottom:3px;
  169. background:{color:link bg};
  170. padding:4px;
  171. text-align:center;
  172. margin-top:-10px;
  173. }
  174. #zelda3 {
  175. display:block;
  176. border:1px dashed
  177. margin-bottom:3px;
  178. background:{color:link bg};
  179. padding:4px;
  180. text-align:center;
  181. margin-top:-10px;
  182. }
  183.  
  184. #content{
  185. width:300px;
  186. margin-left:50px;
  187. margin-top:-10px;
  188. overflow:hidden;
  189. }
  190.  
  191. .post{
  192. width:250px;
  193. margin:0 0 30px 0;
  194. overflow:hidden;
  195. padding:20px;
  196. background:{color:content};
  197. -webkit-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
  198. -moz-box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
  199. box-shadow: 8px 8px 0px 0px rgba(0, 0, 0, 0.1);
  200. border-radius:7px;
  201. }
  202.  
  203. #sidebar img, .post img{
  204. max-width:100%;
  205. }
  206.  
  207. #nav{
  208. margin:50px 0 0 0;
  209. }
  210.  
  211. #quartz {
  212. font-size:10px;
  213. }
  214.  
  215. /*
  216. content in the body of the posts - quotes, asks, etc
  217. "media" contains photos, photosets, videos, audio posts
  218. */
  219. .media{
  220. margin:0 0 10px 0;
  221. }
  222.  
  223. .title{
  224. font-weight:normal;
  225. font-size:18px;
  226. margin:0 0 10px 0;
  227. }
  228.  
  229. .quote{
  230. font-weight:normal;
  231. font-size:16px;
  232. font-style:italic;
  233. margin:0 0 10px 0;
  234. }
  235.  
  236. .question{
  237. margin-bottom:10px;
  238. }
  239.  
  240. blockquote{
  241. margin:0 0 10px 10px;
  242. padding:0 0 0 10px;
  243. border-left:solid 1px {color:bg};
  244. }
  245.  
  246. #audio {
  247. width:100%;
  248. height:50px;
  249. margin-bottom:10px;
  250. display:block;
  251. }
  252.  
  253. #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;}
  254.  
  255.  
  256. .art{width:50px;height:50px; position:absolute;display:block;z-index:1;}
  257. .art img{width:50px;height:50px;}
  258.  
  259. .songtitle{margin-left:60px;height:40px;padding:5px 10px;border-left:1px solid {color:border};line-height:13px;overflow:auto;font-size:10px;}
  260.  
  261. .video-container {
  262. position: center;
  263. overflow: hidden;
  264. }
  265.  
  266. .video-container iframe,
  267. .video-container object,
  268. .video-container embed {
  269. position: center;
  270. max-width:270px;
  271. max-height:270px;
  272. }
  273.  
  274. .video-wrapper {
  275. max-width:270px;
  276. max-height:270px;
  277. }
  278.  
  279. /*
  280. post footers - date, tags, via and source
  281. */
  282. .post .footer{
  283. margin:0;
  284. text-align:left;
  285. }
  286.  
  287. /*
  288. post notes
  289. */
  290. ol.notes{
  291. list-style-type:none;
  292. padding:0;
  293. margin:0;
  294. }
  295.  
  296. ol.notes li.note img{
  297. width:16px;
  298. height:16px;
  299. }
  300.  
  301. ol.notes li.note{
  302. margin:0px;
  303. }
  304.  
  305. {CustomCSS}
  306. </style>
  307. </head>
  308.  
  309. <body>
  310. <div id="wrapper">
  311.  
  312.  
  313. <div id="sidebar">
  314. <div id="girl"><a href="/"/><img src="{image:side}"></a></div>
  315.  
  316. <div id="sheik">{block:Description}
  317. <p>{Description}</p>
  318. {/block:Description}</div>
  319.  
  320. <div id="zelda"><a href="/about">about</a></div><br>
  321. <div id="zelda2"><a href="/disclaimer">id</a></div><br>
  322. <div id="zelda3"><a href="/links">links</a></div>
  323.  
  324. {block:HasPages}
  325. {block:Pages}
  326. <a href="{URL}">{Label}</a><br>
  327. {/block:Pages}
  328. {/block:HasPages}
  329. </div>
  330.  
  331.  
  332.  
  333. <div id="content">
  334. {block:Posts}
  335.  
  336. <div class="post">
  337.  
  338. {block:Text}
  339. {block:Title}
  340. <div class="title">{Title}</div>
  341. {/block:Title}
  342. {Body}
  343. {/block:Text}
  344.  
  345. {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}
  346.  
  347. {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}
  348.  
  349. {block:Quote}
  350. <div class="quote">"{Quote}"</div>
  351. {block:Source}
  352. <div class="quotesource">{Source}</div>
  353. {/block:Source}
  354. {/block:Quote}
  355.  
  356. {block:Link}
  357. <div class="title"><a href="{URL}">{Name}</a></div>
  358. {block:Description}
  359. <div class="description">{Description}</div>
  360. {/block:Description}
  361. {/block:Link}
  362.  
  363. {block:Chat}
  364. {block:Title}
  365. <div class="title">{Title}</div>
  366. {/block:Title}
  367.  
  368. {block:Lines}
  369. <div class="{Alt} user_{UserNumber}">
  370. {block:Label}
  371. <b>{Label}</b>{/block:Label}
  372. &nbsp;{Line}
  373. </div>
  374. {/block:Lines}
  375. {/block:Chat}
  376.  
  377. {block:Video}
  378. <div class="media"><div class="video-wrapper">
  379. <div class="video-container">{Video-400}</div>
  380. </div></div>
  381. {/block:Video}
  382.  
  383. {block:Audio}
  384. <div id="audio">
  385. <div class="art">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  386. <div class="player">{AudioPlayerWhite}</div>
  387. <div class="songtitle">
  388. {block:TrackName}<i>{TrackName}</i>{/block:TrackName}<br>
  389. {block:Artist}{Artist}{/block:Artist}<br>
  390. {block:Album}{Album}{/block:Album}
  391. </div>
  392. </div>
  393. {/block:Audio}
  394.  
  395. {block:Answer}
  396. <div class="question">{Asker}: {Question}</div>
  397. <div class="caption">{Answer}</div>
  398. {/block:Answer}
  399.  
  400.  
  401. {block:Date}
  402. <div class="footer">
  403. <a href="{Permalink}"><div style="letter-spacing:1px; text-align:center; word-spacing:1px;">{TimeAgo}<br> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>
  404. </div>
  405.  
  406. {block:PermalinkPage}
  407. {block:NoteCount}
  408. {block:PostNotes}{PostNotes}{/block:PostNotes}
  409. {/block:NoteCount}
  410. {/block:PermalinkPage}
  411. {/block:Date}
  412.  
  413. </div>
  414. {/block:Posts}
  415.  
  416. {block:ContentSource}
  417. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  418. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  419. {/block:SourceLogo}
  420. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  421. {/block:ContentSource}
  422.  
  423. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  424.  
  425. {block:ifNotInfiniteScroll}
  426. {block:Pagination}
  427. <div id="nav">
  428. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous}</a>{/block:PreviousPage}
  429.  
  430. {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  431. </div>
  432. {/block:Pagination}
  433. </div>
  434. </div>
  435.  
  436. </div>
  437. {/block:ifNotInfiniteScroll}
  438.  
  439. {block:ifInfiniteScroll}
  440. </div>
  441. {/block:ifInfiniteScroll}
  442.  
  443. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  444. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  445.  
  446. </body>
  447. </html>
Add Comment
Please, Sign In to add comment