Advertisement
xsanaa

22

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