Advertisement
xsanaa

25

Mar 9th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.41 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.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19. <title>{Title}</title>
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  23.  
  24.  
  25. <meta name="color:Tags" content="#cccccc"/>
  26. <meta name="color:Hover" content="#f1f1f1"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:link" content="#000"/>
  29. <meta name="color:border" content="#eeeeee"/>
  30. <meta name="color:texts" content="#eeeeee"/>
  31. <meta name="color:scrollbarbg" content="ffffff"/>
  32. <meta name="color:bgs" content="010101"/>
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:bg" content=""/>
  36.  
  37. <meta name="text:linkA" content="">
  38. <meta name="text:linkA url" content="/">
  39. <meta name="text:linkB" content="">
  40. <meta name="text:linkB url" content="/">
  41. <meta name="text:linkC" content="">
  42. <meta name="text:linkC url" content="/">
  43. <meta name="text:linkD" content="">
  44. <meta name="text:linkD url" content="/">
  45.  
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. ::-webkit-scrollbar {
  52. width: 5px;height: 5px;}
  53. ::-webkit-scrollbar-button:start:decrement,
  54. ::-webkit-scrollbar-button:end:increment {
  55. height: 6px;display: block;background-color: {color:white};}
  56. ::-webkit-scrollbar-track-piece {
  57. background-color: {color:scrollbarbg};}
  58. ::-webkit-scrollbar-thumb:vertical {
  59. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  60.  
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:Arial, Helvetica;
  67. font-size:9px;
  68. line-height:100%;
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. -moz-outline-style:none;
  74. color:{color:link};
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. img:hover{
  82. -webkit-filter: grayscale(40%);
  83. -webkit-transition: all 0.7s ease-in-out;
  84. -moz-transition: all 0.7s ease-in-out;
  85. -o-transition: all 0.7s ease-in-out;
  86. }
  87.  
  88.  
  89. h1 {
  90. font-size:12px;
  91. text-transform:uppercase;
  92. }
  93.  
  94. blockquote {
  95. padding-left:5px;
  96. border-left:2px solid;
  97. }
  98.  
  99. blockquote blockquote {
  100. padding-left:5px;
  101. border-left:2px solid;
  102. }
  103.  
  104.  
  105. a:hover {
  106. opacity:1;
  107. color:{color:hover};
  108. -webkit-transition: all 0.5s ease;
  109. -moz-transition: all 0.5s ease;
  110. -o-transition: all 0.5s ease
  111. }
  112.  
  113.  
  114. #sidebar {
  115. position:fixed;
  116. width:280px;
  117. height:158px;
  118. margin-left:162px;
  119. margin-top:180px;
  120. opacity:1;
  121.  
  122. }
  123.  
  124. #sidebarimage {
  125. width:260px;
  126. height:138px;
  127.  
  128.  
  129. }
  130.  
  131. #sidebarimage img {
  132. width:260px;
  133. height:138px;
  134. padding:6px;
  135. background:{color:bgs};
  136. border:4px double {color:border};
  137.  
  138. }
  139.  
  140.  
  141.  
  142. .links {
  143. width:170px;
  144. padding 9px;
  145. font-size:8px;
  146. font-family:'courier new';
  147. text-align:center;
  148. margin-top:20px;
  149. margin-left:-41px;
  150. text-align:center;
  151. text-transform:uppercase;
  152. word-spacing:2px;
  153. position:fixed;
  154. padding-bottom:20px;
  155. }
  156.  
  157. .links a {
  158. display:inline-block;
  159. padding-top:14px;
  160. padding-left:5px;
  161. padding-right:5px;
  162. color:{color:texts};
  163. width:70px;
  164. max-height:15px;
  165. height:15px;
  166. border:4px double {color:border};
  167. overflow:hidden;
  168. font-size:15px;
  169. background:{color:bgs};
  170.  
  171.  
  172. }
  173.  
  174. .links a:hover {
  175. color: #c8c8c8;
  176. text-decoration:bold;
  177. -moz-transition-duration:0.85s;
  178. -webkit-transition-duration:0.85s;
  179. -o-transition-duration:0.85s;
  180. -webkit-filter: blur(0.40px);
  181. moz-box-shadow:inset -80px -150px -1050px -0.5px #000000;
  182. -webkit-box-shadow:inset -100px 500px -240px -0.7px #afafaf;
  183. box-shadow:inset -100px 100px -160px -0.5px #fff;
  184. }
  185.  
  186.  
  187.  
  188. .desc {
  189. position:fixed;
  190. margin-top:20px;
  191. margin-left:90px;
  192. font-family:courier new;
  193. line-height:100%;
  194. font-size:16px;
  195. width:165px;
  196. height:88px;
  197. overflow-x:hidden;
  198. padding:9px;
  199. min-height:88px;
  200. text-align:center;
  201. color:{color:texts};
  202. background:{color:bgs};
  203. overflow-y:scroll;
  204. border: 4px double {color:border};
  205. }
  206.  
  207.  
  208. .desc::-webkit-scrollbar {
  209. width: 5px; /*the width of the whole scrollbar*/
  210.  
  211. }
  212.  
  213. .desc::-webkit-scrollbar-track {
  214. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  215. border-radius: 2px; /*how curved the ends of the track are*/
  216.  
  217. }
  218.  
  219. .desc::-webkit-scrollbar-thumb {
  220. border-radius: 2px;
  221. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  222. background-color: #fff; /*the part that you click and grab on */
  223. }
  224. .desc::-webkit-scrollbar-track-piece {
  225. background-color: #707070 ; /*the background track color*/
  226. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  227. }
  228.  
  229.  
  230. .desc:hover {
  231. color:#C8C8C8 ;
  232. text-decoration:bold;
  233. -moz-transition-duration:0.85s;
  234. -webkit-transition-duration:0.85s;
  235. -o-transition-duration:0.85s;
  236. -webkit-filter: blur(0.80);
  237. moz-box-shadow:inset -80px -150px -1050px -0.5px #000000;
  238. -webkit-box-shadow:inset -100px 500px -240px -0.7px #afafaf;
  239. box-shadow:inset -100px 100px -160px -0.5px #fff;
  240. }
  241.  
  242. #pagination {
  243. background:black;
  244. color:white;
  245. position:fixed;
  246. width:174px;
  247. font-family:courier;
  248. height: 3px;
  249. font-size:15px;
  250. text-align:center;
  251. word-spacing:8px;
  252. padding:5px;
  253. line-height:130%;
  254. padding-bottom:20px;
  255. margin-left:90px;
  256. border:double 4px {color:border};
  257. margin-top:137px;
  258. -webkit-transition: all 0.5s ease-out;
  259. -moz-transition: all 0.5s ease-out;
  260. transition: all 0.5s ease-out;
  261. }
  262.  
  263. #pagination a {
  264. margin-top:8px;
  265. color:white;
  266. background:black;
  267. }
  268.  
  269. #pagination a:hover {
  270. color:grey;
  271. font-size:18;
  272. }
  273.  
  274.  
  275. #all {
  276. padding:10px;
  277. width:500px;
  278. margin-left:600px;
  279. margin-top:50px;
  280. font-size:10px;
  281. }
  282.  
  283.  
  284.  
  285. #posts {
  286. border:3px double gray;
  287. width:500px;
  288. padding-bottom:20px;
  289. padding:10px;
  290. margin-top:10px;
  291. background-color:{color:Post};
  292. }
  293.  
  294.  
  295. #details {
  296. text-align:right;
  297. margin-top:8px;
  298. text-transform:uppercase;
  299. font-size:8px;
  300. font-style:none;
  301. border-top:1px solid {color:Line};
  302. }
  303.  
  304.  
  305. #tags {
  306. font-family:cambria;
  307. letter-spacing:0px;
  308. text-transform:lowercase;
  309. font-size:10px;
  310. font-style:italic;
  311. margin-top:2px;
  312. text-align:right;
  313. }
  314.  
  315. #tags a {
  316. display:inline-block;
  317. padding:-3px;
  318. text-align:right;
  319. color:{color:Tags};
  320. -webkit-transition: all 0.6s ease-in-out;
  321. -moz-transition: all 0.6s ease-in-out;
  322. -o-transition: all 0.6s ease-in-out;
  323. -ms-transition: all 0.6s ease-in-out;
  324. -transition: all 0.6s ease-in-out;
  325. }
  326.  
  327.  
  328. #question {
  329. padding:8px;
  330. font-family:cambria;
  331. letter-spacing:2px;
  332. text-align:right;
  333. font-style:italic;
  334. border:3px {color:border} solid;
  335. color:{color:text};
  336. background-color:{color:background}
  337. }
  338.  
  339. #cred {
  340. position:fixed;
  341. font-size:11px;
  342. padding:4px;
  343. letter-spacing: 2px;
  344. line-height:120%;
  345. font-family:'beb';
  346. right:5px;
  347. bottom:10px;
  348. text-align:center;
  349.  
  350. }
  351.  
  352. #cred a {
  353. padding-left:5px;
  354. padding-top:4px;
  355. padding-bottom:4px;
  356. padding-right:3px;
  357. border-radius:15px;
  358. -moz-transition-duration:0.5s;
  359. -webkit-transition-duration:0.5s;
  360. -o-transition-duration:0.5s;
  361. color:#000;
  362. background-color:#a1a0a0;
  363. }
  364.  
  365. #tumblr_controls {
  366. -webkit-filter: invert(100%) ;;
  367. }
  368.  
  369. @font-face{font-family:diamond;src:url(http://static.tumblr.com/evkyigr/wyamy6hbb/diamond_girl.ttf);}
  370.  
  371. @font-face {font-family:beb;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  372.  
  373. @font-face {font-family:champ;src:url(http://static.tumblr.com/mfvn0vd/xJZn0di9n/champagne___limousines_bold.ttf);}
  374.  
  375.  
  376. {CustomCSS}</style></head><body>
  377.  
  378. <div id="sidebar">
  379. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  380. <div class="desc">
  381. {Description}
  382. </div>
  383. <div class="links">
  384. {block:IfLinkA}
  385. <a href="{text:linkA url}">{text:linkA}</a>
  386. {/block:IfLinkA}
  387. {block:IfLinkB}
  388. <a href="{text:linkB url}">{text:linkB}</a>
  389. {/block:IfLinkB}
  390. {block:IfLinkC}
  391. <a href="{text:linkC url}">{text:linkC}</a>
  392. {/block:IfLinkC}
  393. {block:IfLinkD}
  394. <a href="{text:linkD url}">{text:linkD}</a>
  395. {/block:IfLinkD}
  396. </div>
  397. <div id="pagination">
  398. {block:Pagination}
  399. {block:PreviousPage}<a href="{PreviousPage}"><font size="1">&larr;</font></a>{/block:PreviousPage}
  400. {block:JumpPagination length="5"}{block:CurrentPage}
  401. <span class="current_page">{PageNumber}</span>
  402. {/block:CurrentPage}
  403. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>
  404. {/block:JumpPage}
  405. {/block:JumpPagination}
  406. {block:NextPage}<a href="{NextPage}"><font size="1">&rarr;</font></a>{/block:NextPage}
  407. {/block:Pagination}</div>
  408. </div>
  409. </div>
  410.  
  411. <div id="all">{block:Posts}<div id="posts">
  412.  
  413. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  414.  
  415. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  416.  
  417. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  418.  
  419. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  420.  
  421. {block:Quote}{Quote}{/block:Quote}
  422.  
  423. {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>
  424. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  425. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  426. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  427. {/block:Audio}
  428.  
  429. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  430.  
  431. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  432.  
  433.  
  434. {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}
  435.  
  436. <div id="details">
  437. <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>
  438. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  439. {/block:Posts}
  440. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  441. {/block:Posts}</div></div></div>
  442.  
  443.  
  444.  
  445. <div id="cred"><a href="http://bethanathemes.tumblr.com">bs</a></div>
  446.  
  447.  
  448.  
  449. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement