Advertisement
sharmun

THEME #11 BY SHARMUN

Sep 2nd, 2013
1,535
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.92 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.  
  5. *base code by multibangdom*
  6.  
  7. THEME 11 BY SHARMUN
  8.  
  9. -->
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Crushed' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23.  
  24. <meta name="color:Text" content="#bbbbbb"/>
  25. <meta name="color:Link" content="#595f5e"/>
  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:scrollbarbg" content="#000000"/>
  31.  
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:bg" content=""/>
  34.  
  35. <meta name="text:linkA" content="">
  36. <meta name="text:linkA url" content="/">
  37. <meta name="text:linkB" content="">
  38. <meta name="text:linkB url" content="/">
  39. <meta name="text:linkC" content="">
  40. <meta name="text:linkC url" content="/">
  41. <meta name="text:linkD" content="">
  42. <meta name="text:linkD url" content="/">
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. ::-webkit-scrollbar {
  50. width: 5px;height: 5px;}
  51. ::-webkit-scrollbar-button:start:decrement,
  52. ::-webkit-scrollbar-button:end:increment {
  53. height: 6px;display: block;background-color: {color:white};}
  54. ::-webkit-scrollbar-track-piece {
  55. background-color: {color:scrollbarbg};}
  56. ::-webkit-scrollbar-thumb:vertical {
  57. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  58.  
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:Arial, Helvetica;
  65. font-size:9px;
  66. line-height:100%;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. -moz-outline-style:none;
  72. color:{color:link};
  73. -webkit-transition: all 0.5s ease-in-out;
  74. -moz-transition: all 0.5s ease-in-out;
  75. -o-transition: all 0.5s ease-in-out;
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82.  
  83. h1 {
  84. font-size:12px;
  85. text-transform:uppercase;
  86. }
  87.  
  88. blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93. blockquote blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98.  
  99. a:hover {
  100. opacity:1;
  101. color:{color:hover};
  102. }
  103.  
  104. #sidebar {
  105. position:fixed;
  106. width:150px;
  107. margin-left:120px;
  108. margin-top:150px;
  109. opacity:1;
  110. background: #F7EECF http://31.media.tumblr.com/8c51fd44e339a4a57da021caf62fdf3e/tumblr_mrptqbU23g1sxa7cho1_500.jpg(images/content_top_bottom.png)
  111. -webkit-transition: all 0.5s ease-in-out;
  112. -moz-transition: all 0.5s ease-in-out;
  113. -o-transition: all 0.5s ease-in-out;
  114. }
  115.  
  116. #sidebar img {
  117. width:150px;
  118. height:150px;
  119. border: 15px solid black;
  120. -webkit-transition: all 0.5s ease-in-out;
  121. -moz-transition: all 0.5s ease-in-out;
  122. -o-transition: all 0.5s ease-in-out;
  123. }
  124.  
  125. #sblinks {
  126. z-index:200;
  127. position:fixed;
  128. opacity:0;
  129. width:90px;
  130. margin-top:-165px;
  131. font-family: 'Crushed', cursive;
  132. margin-left:35px;
  133. -webkit-transition: all 0.5s ease-in-out;
  134. -moz-transition: all 0.5s ease-in-out;
  135. -o-transition: all 0.5s ease-in-out;
  136. }
  137.  
  138. #sblinks a {
  139. margin-top:7px;
  140. margin-left:19px;
  141. text-align:center;
  142. text-transform:uppercase;
  143. display:block;
  144. letter-spacing:2px;
  145. min-width:60px;
  146. padding:5px;
  147. line-height:200%;
  148. color:#ffffff;
  149. background:#000000;
  150. }
  151.  
  152. #sblinks a:hover {
  153. background:#aaa;
  154. color:#eee;
  155. }
  156.  
  157. #desc {
  158. opacity:1;
  159. position:fixed;
  160. margin-left:250px;
  161. margin-top:-362px;
  162. height:100%;
  163. font-family: 'Special Elite', cursive;
  164. line-height:150%;
  165. font-size:11px;
  166. font-style:none;
  167. width:90px;
  168. padding:9px;
  169. text-align:left;
  170. background:#000000;
  171. color:#bbbbbb;
  172. z-index:200;
  173. -webkit-transition: all 0.5s ease-in-out;
  174. -moz-transition: all 0.5s ease-in-out;
  175. -o-transition: all 0.5s ease-in-out;
  176.  
  177. }
  178.  
  179. #desc a {
  180. color:#aaaaaa;
  181. }
  182.  
  183. #sidebar:hover #sblinks {opacity:1;}
  184.  
  185. #sidebar:hover img {opacity:0.5;}
  186.  
  187. #pagi{
  188. width:100px;
  189. font-size:12px;
  190. text-align:center;
  191. margin-left:30px;
  192. margin-top:55px;
  193. position:fixed;
  194. font-family:cambria;
  195. letter-spacing:0px;
  196. color:#000000;
  197. }
  198.  
  199.  
  200. #all {
  201. padding:10px;
  202. width:500px;
  203. margin-left:640px;
  204. margin-top:30px;
  205. font-size:10px;
  206. }
  207.  
  208.  
  209.  
  210. #posts {
  211. width:500px;
  212. padding-bottom:20px;
  213. padding:10px;
  214. margin-top:30px;
  215. background-color:{color:Post};
  216. }
  217.  
  218.  
  219. #tags {
  220. font-family:cambria;
  221. letter-spacing:0px;
  222. text-transform:lowercase;
  223. font-size:10px;
  224. font-style:italic;
  225. margin-top:2px;
  226. text-align:right;
  227. float:right;
  228. color:#000000;
  229. }
  230.  
  231. #tags a {
  232. display:inline-block;
  233. padding:-3px;
  234. text-align:right;
  235. color:#cccccc;
  236. color:#000000;
  237. }
  238.  
  239.  
  240. .bubble {align:right;background: #eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  241. .bubble p {margin:1px 0px;}
  242. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  243.  
  244. .askborder {float: left;margin: 1px 4px 0 0;padding: 2px; background: #eee} ::-webkit-scrollbar {
  245. width: 6px;
  246. height: 6px;
  247. background:;
  248. }
  249.  
  250. #audio {
  251. width:25px;
  252. overflow:hidden;
  253. z-index:500;
  254. margin-top:30px;
  255. margin-left:30px;
  256. position:absolute;
  257. }
  258.  
  259. #thing {
  260. font-size:18px;
  261. letter-spacing:0px;
  262. -webkit-transition: all 0.7s ease-in-out;
  263. -moz-transition: all 0.7s ease-in-out;
  264. -o-transition: all 0.7s ease-in-out;
  265. -ms-transition: all 0.7s ease-in-out;
  266. text-transform:lowercase;}
  267.  
  268. #thing a {
  269. font-size:18px;
  270. letter-spacing:0px;
  271. -webkit-transition: all 0.7s ease-in-out;
  272. -moz-transition: all 0.7s ease-in-out;
  273. -o-transition: all 0.7s ease-in-out;
  274. -ms-transition: all 0.7s ease-in-out;
  275. text-transform:lowercase;
  276. }
  277.  
  278. #thing a:hover {letter-spacing:3px;}
  279.  
  280. #thing:hover {letter-spacing:3px;}
  281.  
  282. #cred {
  283. position:fixed;
  284. bottom:2px;
  285. right:10px;
  286. font-size:9px;
  287. letter-spacing:1px;
  288. font-family:calibri;
  289. text-transform:uppercase;
  290. border:1px solid;
  291. padding:4px;
  292. -webkit-transition: all 0.7s ease-in-out;
  293. -moz-transition: all 0.7s ease-in-out;
  294. -o-transition: all 0.7s ease-in-out;
  295. -ms-transition: all 0.7s ease-in-out;
  296. }
  297.  
  298. #cred:hover {
  299. right:3px;
  300. }
  301.  
  302. #stuffz {
  303. text-align:right;
  304. margin-top:8px;
  305. text-transform:uppercase;
  306. font-size:8px;
  307. font-style:none;
  308. border-top:3px solid black;
  309. color:#000000;
  310. }
  311.  
  312. .my-like {
  313. cursor:pointer;
  314. display:inline-block;
  315. vertical-align:top;
  316. -webkit-transition: all 0.5s ease-in-out;
  317. -moz-transition: all 0.5s ease-in-out;
  318. -o-transition: all 0.5s ease-in-out;
  319. -ms-transition: all 0.5s ease-in-out;
  320. }
  321.  
  322. .my-liked {
  323. color:red;
  324. display:inline-block;
  325. vertical-align:top;
  326. }
  327.  
  328. .my-like:hover {
  329. color:{color:hover};
  330. cursor:pointer;
  331. display:inline-block;
  332. vertical-align:top;
  333. }
  334.  
  335. #asker {
  336. color:#fcfcfc;
  337. padding:14px;
  338. font-family:'arial';
  339. font-size:11px;
  340. letter-spacing:0px;
  341. text-align:left;
  342. margin-top:0px;
  343. text-transform:lowercase;
  344. line-height:100%;
  345. background-color:#000000;
  346. }
  347.  
  348. {CustomCSS}</style>
  349. <script>
  350. window.onload = function () {
  351. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  352. document.addEventListener( 'click', function ( event ) {
  353. var myLike = event.target;
  354. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  355. var frame = document.getElementById( 'my-like-frame' ),
  356. liked = ( myLike.className == 'my-liked' ),
  357. command = liked ? 'unlike' : 'like',
  358. reblog = myLike.getAttribute( 'data-reblog' ),
  359. id = myLike.getAttribute( 'data-id' ),
  360. oauth = reblog.slice( -8 );
  361. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  362. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  363. };
  364. }, false );
  365. };
  366. </script>
  367. </head><body>
  368.  
  369. <div id="sidebar">
  370. <img src="{image:sidebar}">
  371.  
  372. <div id="desc">
  373. {Description}
  374. </div>
  375. <div id="sblinks">
  376. {block:IfLinkA}
  377. <a href="{text:linkA url}">{text:linkA}</a>
  378. {/block:IfLinkA}
  379. {block:IfLinkB}
  380. <a href="{text:linkB url}">{text:linkB}</a>
  381. {/block:IfLinkB}
  382. {block:IfLinkC}
  383. <a href="{text:linkC url}">{text:linkC}</a>
  384. {/block:IfLinkC}
  385. {block:IfLinkD}
  386. <a href="{text:linkD url}">{text:linkD}</a>
  387. {/block:IfLinkD}
  388. </div>
  389. {block:Pagination}<div id="pagi">
  390. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  391. {block:JumpPagination length="5"}
  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.  
  403. {block:Text}<div id="thing">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
  404.  
  405. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  406.  
  407. {block:Link}<div id="thing"><a href="{URL}"{Target}>{Name}→</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  408.  
  409. {block:Photoset}{Photoset-500}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Photoset}
  410.  
  411. {block:Quote}<div style="font-size:18px;line-height:100%;">❝{Quote}❞</div><P><div style="text-align:right;">--{Source}</div>{/block:Quote}
  412.  
  413. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<div id="audio">{AudioPlayerWhite}</left></div>
  414. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  415. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  416. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  417. {/block:Audio}
  418.  
  419. {block:Video}{Video-500}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Video}
  420.  
  421. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  422.  
  423.  
  424. {block:Answer}<div id="asker">{Question} — <span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  425.  
  426. <div id="stuffz">
  427. <br><a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{Year}</a> // <a href="{Permalink}">{12Hour}:{Minutes} </a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© {SourceLink}</a> {/block:ContentSource} // <a href="{Permalink}">{NoteCountWithLabel}</a> (<div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like">like</div>/<a href="{ReblogURL}">reblog</a>)<br>
  428. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  429. {/block:Posts}
  430. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  431. {/block:Posts}</div></div>
  432.  
  433.  
  434. <div id="cred"><a href="http://sharmun.tumblr.com/">SHARMUN</a></center></div>
  435.  
  436.  
  437. </body></html>
  438.  
  439. </head><body>
  440.  
  441.  
  442.  
  443. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement