Advertisement
xsanaa

29

May 19th, 2014
935
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 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. ╭╮╱╱╭╮╭╮
  6. ┃╰┳━┫╰┫╰┳━╮╭━┳┳━╮
  7. ┃╋┃┻┫╭┫┃┃╋╰┫┃┃┃╋╰╮
  8. ╰━┻━┻━┻┻┻━━┻┻━┻━━╯ themes
  9.  
  10. remove credit and i'll have your head on a stick.
  11.  
  12. -->
  13.  
  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="#787878"/>
  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:bg" content="#eeeeee"/>
  31. <meta name="color:scrollbarbg" content="ffffff"/>
  32.  
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="image:bg" content=""/>
  35.  
  36. <meta name="text:link title" content="" />
  37. <meta name="text:link one" content="" />
  38. <meta name="text:link one title" content="" />
  39. <meta name="text:link two" content="" />
  40. <meta name="text:link two title" content="" />
  41. <meta name="text:link three" content="" />
  42. <meta name="text:link three title" content="" />
  43. <meta name="text:link four" content="" />
  44. <meta name="text:link four title" content="" />
  45. <meta name="if:transparent" content="0">
  46. <meta name="if:notextshadow" content="0">
  47.  
  48.  
  49. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  50. <script type="text/javascript">
  51. $(document).ready(function () {
  52. $('div.slide div:nth-child(2)').hide();
  53. $('div.slide h4').click(function () {
  54. if ($(this).hasClass('open')) {
  55. $('div.slide div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  56. else {
  57. $('div.slide div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  58. $(this).next().slideDown();
  59. $(this).addClass('open');}
  60. });
  61. });
  62. </script>
  63.  
  64.  
  65.  
  66.  
  67. <style type="text/css">
  68.  
  69.  
  70. ::-webkit-scrollbar {
  71. width: 5px;height: 5px;}
  72. ::-webkit-scrollbar-button:start:decrement,
  73. ::-webkit-scrollbar-button:end:increment {
  74. height: 6px;display: block;background-color: {color:white};}
  75. ::-webkit-scrollbar-track-piece {
  76. background-color: {color:scrollbarbg};}
  77. ::-webkit-scrollbar-thumb:vertical {
  78. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  79.  
  80.  
  81. body {
  82. background: {color:bg} url('{image:bg}') fixed;
  83. coverbackground-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
  84. margin:0px;
  85. color:{color:text};
  86. font-family:Arial, Helvetica;
  87. font-size:9px;
  88. line-height:100%;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. -moz-outline-style:none;
  94. color:{color:link};
  95. }
  96.  
  97. img {
  98. border:none;
  99. }
  100.  
  101.  
  102. h1 {
  103. font-size:12px;
  104. text-transform:uppercase;
  105. }
  106.  
  107. blockquote {
  108. padding-left:5px;
  109. border-left:2px solid;
  110. }
  111.  
  112. blockquote blockquote {
  113. padding-left:5px;
  114. border-left:2px solid;
  115. }
  116.  
  117.  
  118. a:hover {
  119. opacity:1;
  120. color:{color:hover};
  121. -webkit-transition: all 0.5s ease;
  122. -moz-transition: all 0.5s ease;
  123. -o-transition: all 0.5s ease
  124. }
  125.  
  126.  
  127. #sidebar {
  128. position:fixed;
  129. width:120px;
  130. height:300px;
  131. margin-left:280px;
  132.  
  133. background:none;
  134. border-top-right-radius:15px;
  135. border-top-left-radius:15px;
  136. margin-top:100px;
  137. opacity:1;
  138. }
  139.  
  140. #sidebarimage {
  141. width 150px;
  142. height:159px;
  143. margin-left:5.5px;
  144.  
  145. {block:iftransparent} -webkit-filter:saturate(0.5);
  146. -webkit-transition: all 0.7s ease-in-out;
  147. -moz-transition: all 0.7s ease-in-out;
  148. -o-transition: all 0.7s ease-in-out;{/block:iftransparent}
  149. }
  150.  
  151. #sidebarimage img {
  152. margin-top:172px;
  153. margin-left:-127px;
  154. background:white;
  155. width:115px;
  156. height:115px;
  157. padding:6px;
  158. }
  159.  
  160.  
  161. .link {
  162. padding: 10px;
  163. font-size:10px;
  164. font-family:arial;
  165. text-align:center;
  166. margin-top:109px;
  167. margin-left:-20px;
  168. text-align:center;
  169. text-transform:lowercase;
  170. letter-spacing:1px;
  171. position:fixed;
  172. line-height:10%;
  173. padding-bottom:7px;
  174. -moz-transition-duration:0.4s;
  175. -webkit-transition-duration:0.4s;
  176. -o-transition-duration:0.4s;
  177. }
  178.  
  179. .link a {
  180. color:{color:link};
  181. background-color:#fff;
  182. display:block;
  183. width:159px;
  184. padding:4px;
  185. font-size: 10px;
  186. box-shadow:rgba(0,0,0,.08)4px 4px;
  187. border-top:solid 1px #eee;
  188. -moz-transition-duration:0.4s;
  189. -webkit-transition-duration:0.4s;
  190. -o-transition-duration:0.4s;
  191. }
  192.  
  193. .link a:hover {
  194. color:#fff;
  195. background-color:#eee;
  196. -moz-transition-duration:0.4s;
  197. -webkit-transition-duration:0.4s;
  198. -o-transition-duration:0.4s;
  199. }
  200.  
  201.  
  202. ul#slide {
  203. width: 120px;
  204. margin-top: -60px;
  205. padding: 0px;
  206. border-top: 0px;
  207. color: #000;
  208. }
  209.  
  210. ul#slide a {
  211. text-decoration: none;
  212. margin-top: -20px;
  213. }
  214.  
  215.  
  216. ul#slide div h4 {
  217. margin-left: -50px;
  218. margin-top:-80px;
  219. width:170px;
  220. padding: 0px;
  221. font-family:arial;
  222. font-size: 10px;
  223. text-align: center;
  224. -webkit-transition: background-color 0.2s ease-out;
  225. -moz-transition: background-color 0.2s ease-out;
  226. transition: background-color 0.2s ease-out;
  227. }
  228.  
  229. h4.small { font-family:arial;
  230. margin-left: -50px;
  231. display: block;
  232. width: 190px;
  233. margin: 0px;
  234. height: 100%;
  235. }
  236.  
  237. div.slide h4.open {
  238. background-color:white;}
  239.  
  240. div.slide div {
  241. padding: 0px;
  242. margin-top: -20px;
  243. margin-left:-25px;
  244. line-height: 10px;
  245. background-color: #363835;
  246. background: rgba(255, 255, 255, 0.0);
  247. }
  248.  
  249. div.slide div div { list-style-type: disc;}
  250.  
  251. div.slide div ul {-webkit-padding-start: 12px;}
  252.  
  253.  
  254.  
  255. .desc {
  256. border:solid 1px #eee;
  257. position:fixed;
  258. margin-top:13px;
  259. margin-left:5px;
  260. font-family:arial;
  261. background:white;
  262. line-height:110%;
  263. box-shadow:rgba(0,0,0,0.08)4px 4px;
  264. font-size:14px;
  265. {block:ifnotextshadow}
  266. text-shadow: 1px 2px 3px #aaa;
  267. {/block:ifnotextshadow}
  268. width:148px;
  269. height:84px;
  270. padding:9px;
  271. text-align:center;
  272. color:{color:text};
  273. overflow-y:auto;
  274. overflow-x:hidden;
  275.  
  276. }
  277. .desc::-webkit-scrollbar {
  278. width: 3px; /*the width of the whole scrollbar*/
  279. }
  280.  
  281. .desc::-webkit-scrollbar-track {
  282. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  283. border-radius: 10px; /*how curved the ends of the track are*/
  284. }
  285.  
  286. .desc::-webkit-scrollbar-thumb {
  287. border-radius: 10px;
  288. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.5);
  289. background-color: #ccc ; /*the part that you click and grab on */
  290. }
  291. .desc::-webkit-scrollbar-track-piece {
  292. background-color: white; /*the background track color*/
  293. -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
  294. }
  295.  
  296. .desc a
  297. {color:{color:text};
  298. -moz-transition-duration:0.6s;
  299. -webkit-transition-duration:0.6s;
  300. -o-transition-duration:0.6s;
  301. }
  302.  
  303.  
  304.  
  305. #pagination {
  306. width:150px;
  307. height:15px;
  308. font-size:35px;
  309. text-align:center;
  310. margin-left:415px;
  311. padding-top:5px;
  312. opacity:1;
  313. word-spacing: 2px;
  314. margin-top:420px;
  315. position:fixed;
  316. font-family:cambria;
  317. letter-spacing:0px;
  318. background-color:;
  319. text-shadow: 2px 2px 3px #aaa;
  320. }
  321.  
  322. #pagination a {
  323. color:white;
  324. }
  325.  
  326.  
  327. #all {
  328. {block:iftransparent} -webkit-filter:saturate(0.5);
  329. -webkit-transition: all 0.7s ease-in-out;
  330. -moz-transition: all 0.7s ease-in-out;
  331. -o-transition: all 0.7s ease-in-out;{/block:iftransparent}
  332. margin-left:602px;
  333. margin-top:20px;
  334. width:400px;
  335. padding:5px;
  336. font-size:11px;
  337.  
  338. }
  339.  
  340.  
  341.  
  342. #posts {
  343.  
  344. width:500px;
  345. padding-bottom:20px;
  346. padding:10px;
  347. background:white;
  348. box-shadow:rgba(0,0,0,.08)4px 4px;
  349. margin-top:30px;
  350. background-color:{color:Post};
  351. }
  352.  
  353.  
  354. #details {
  355. text-align:right;
  356. margin-top:8px;
  357. text-transform:uppercase;
  358. font-size:8px;
  359. font-style:none;
  360. border-top:1px solid {color:Line};
  361. }
  362.  
  363.  
  364. #tags {
  365. font-family:cambria;
  366. letter-spacing:0px;
  367. text-transform:lowercase;
  368. font-size:10px;
  369. font-style:italic;
  370. margin-top:2px;
  371. text-align:right;
  372. }
  373.  
  374. #tags a {
  375. display:inline-block;
  376. padding:-3px;
  377. text-align:right;
  378. color:{color:Tags};
  379. -webkit-transition: all 0.6s ease-in-out;
  380. -moz-transition: all 0.6s ease-in-out;
  381. -o-transition: all 0.6s ease-in-out;
  382. -ms-transition: all 0.6s ease-in-out;
  383. -transition: all 0.6s ease-in-out;
  384. }
  385.  
  386.  
  387. #question {
  388. padding:8px;
  389. font-family:cambria;
  390. letter-spacing:2px;
  391. text-align:right;
  392. font-style:italic;
  393. border:3px {color:border} solid;
  394. color:{color:text};
  395. background-color:{color:background}
  396. }
  397.  
  398.  
  399.  
  400. {CustomCSS}</style></head><body>
  401.  
  402. <div id="sidebar">
  403. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  404. <div class="desc">
  405. {Description}
  406. </div>
  407. <div class="link">
  408.  
  409. <ul >
  410. <div class="slide" >
  411. <h4><span style=" display:block;height: 15px; line-height:150%;background-color:white; width:159px;margin-left: -24px; padding:4px; margin-top:-15px">{text:link title}</span></h4>
  412.  
  413. <div align="center">
  414.  
  415. <a href="{text:link one}">{text:link one title}</a>
  416.  
  417. <a href="{text:link two}">{text:link two title}</a>
  418.  
  419. <a href="{text:link three}">{text:link three title}</a>
  420.  
  421. <a href="{text:link four}">{text:link four title}</a>
  422.  
  423. <a href="http://bethanathemes.tumblr.com/">credit</a>
  424.  
  425. </div>
  426. </div>
  427. </ul>
  428.  
  429.  
  430. </div></div>
  431.  
  432.  
  433. {block:Pagination}<div id="pagination">
  434. {block:PreviousPage}<a href="{PreviousPage}">↞</a>{/block:PreviousPage}
  435. {block:NextPage}<a href="{NextPage}">↠</a>{/block:NextPage}
  436. </div>{/block:Pagination}
  437. </div>
  438.  
  439. </div>
  440.  
  441. <div id="all">{block:Posts}<div id="posts">
  442.  
  443. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  444.  
  445. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  446.  
  447. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  448.  
  449. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  450.  
  451. {block:Quote}{Quote}{/block:Quote}
  452.  
  453. {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>
  454. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  455. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  456. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  457. {/block:Audio}
  458.  
  459. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  460.  
  461. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  462.  
  463.  
  464. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  465.  
  466. <div id="details">
  467. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  468. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  469. {/block:Posts}
  470. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  471. {/block:Posts}</div></div></div>
  472.  
  473.  
  474. <div style=" background:white; border-radius:3px; position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri; box-shadow:rgba(0,0,0,0.08)4px 4px;border:1px solid gray;padding:4px;"><a href="http://bethanathemes.tumblr.com/">BETHANA</a></center></div>
  475.  
  476.  
  477. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement