Advertisement
xsanaa

23

Mar 2nd, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.28 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. ╰━┻━┻━┻┻┻━━┻┻━┻━━╯ themes
  8.  
  9. remove credit and i'll have your head on a stick.
  10.  
  11. -->
  12.  
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21.  
  22.  
  23. <meta name="color:Text" content="#bbbbbb"/>
  24. <meta name="color:Link" content="#aaaaaa"/>
  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:boxbgs" content="#909090"/>
  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: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.  
  50. ::-webkit-scrollbar {
  51. width: 5px;height: 5px;}
  52. ::-webkit-scrollbar-button:start:decrement,
  53. ::-webkit-scrollbar-button:end:increment {
  54. height: 6px;display: block;background-color: {color:white};}
  55. ::-webkit-scrollbar-track-piece {
  56. background-color: {color:scrollbarbg};}
  57. ::-webkit-scrollbar-thumb:vertical {
  58. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  59.  
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-family:Arial, Helvetica;
  66. font-size:9px;
  67. line-height:100%;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. }
  75.  
  76. img {
  77. border:none;
  78. }
  79.  
  80.  
  81. h1 {
  82. font-size:12px;
  83. text-transform:uppercase;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96.  
  97. a:hover {
  98. opacity:1;
  99. color:{color:hover};
  100. -webkit-transition: all 0.5s ease;
  101. -moz-transition: all 0.5s ease;
  102. -o-transition: all 0.5s ease
  103. }
  104.  
  105.  
  106. #sidebar {
  107. position:fixed;
  108. width:240px;
  109. height:135px;
  110. margin-left:180px;
  111. margin-top:180px;
  112. opacity:1;
  113.  
  114. }
  115.  
  116. #sidebarimage {
  117. width:240px;
  118. height:135px;
  119. }
  120.  
  121. #sidebarimage img {
  122. width:240px;
  123. height:135px;
  124. border: solid 2px #ddd;
  125. padding:6px;
  126. }
  127.  
  128. .links {
  129. position:fixed;
  130. margin-top:-166px;
  131. margin-left:-1px;
  132. width:238px;
  133. padding: 9px;
  134. word-spacing:16px;
  135. font-family:champ;
  136. text-align:center;
  137. text-transform:uppercase;
  138. border-bottom:solid 1px #ddd;
  139. border-left:solid 1px #ddd;
  140. border-right:solid 1px #ddd;
  141. background:{color:boxbgs};
  142. box-shadow: inset 0px 1px 10px rgba(0,0,0,0.3);
  143. overflow:hidden;
  144. }
  145.  
  146. .links a {
  147. font-size: 19px;
  148. color:white;
  149.  
  150. }
  151.  
  152. .links a:hover {
  153. color: transparent;
  154.  
  155. text-shadow: #000 0 0 3px;
  156.  
  157. text-decoration:none;
  158. }
  159.  
  160. .desc {
  161. position:fixed;
  162. margin-top:15px;
  163. margin-left:0px;
  164. font-family:arial;
  165. line-height:110%;
  166. font-size:13.5px;
  167. width:238px;
  168. padding:9px;
  169. text-align:left;
  170. color:white;
  171. background:{color:boxbgs};
  172. box-shadow: inset 0px 1px 10px rgba(0,0,0,0.3);
  173. text-shadow: 0px 2px 5px #808080 ;
  174. overflow:hidden;
  175. height:41px;
  176. }
  177.  
  178.  
  179. .desc a
  180. {color:{color:text};
  181. -moz-transition-duration:0.6s;
  182. -webkit-transition-duration:0.6s;
  183. -o-transition-duration:0.6s;
  184. }
  185.  
  186.  
  187.  
  188. #pagination {
  189. font-size:40px;
  190. text-align:right;
  191. color:{color:boxbgs};
  192. letter-spacing:8px;
  193. margin-right:-98px;
  194. text-shadow: 0px 2px 3px #505050;
  195. margin-top:95px;
  196. }
  197.  
  198.  
  199. #all {
  200. padding:10px;
  201. width:500px;
  202. margin-left:590px;
  203. margin-top:40px;
  204. font-size:12px;
  205. line-height:110%;
  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. #details {
  220. text-align:right;
  221. margin-top:8px;
  222. text-transform:uppercase;
  223. font-size:8px;
  224. font-style:none;
  225. border-top:1px solid {color:Line};
  226. }
  227.  
  228.  
  229. #tags {
  230. font-family:cambria;
  231. letter-spacing:0px;
  232. text-transform:lowercase;
  233. font-size:10px;
  234. font-style:italic;
  235. margin-top:2px;
  236. text-align:right;
  237. }
  238.  
  239. #tags a {
  240. display:inline-block;
  241. padding:-3px;
  242. text-align:right;
  243. color:{color:Tags};
  244. -webkit-transition: all 0.6s ease-in-out;
  245. -moz-transition: all 0.6s ease-in-out;
  246. -o-transition: all 0.6s ease-in-out;
  247. -ms-transition: all 0.6s ease-in-out;
  248. -transition: all 0.6s ease-in-out;
  249. }
  250.  
  251.  
  252. #question {
  253. padding:8px;
  254. font-family:cambria;
  255. letter-spacing:2px;
  256. text-align:right;
  257. font-style:italic;
  258. border:3px {color:border} solid;
  259. color:{color:text};
  260. background-color:{color:background}
  261.  
  262. }
  263.  
  264.  
  265. @font-face{font-family:diamond;src:url(http://static.tumblr.com/evkyigr/wyamy6hbb/diamond_girl.ttf);}
  266.  
  267. @font-face {font-family:beb;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  268.  
  269. @font-face {font-family:champ;src:url(http://static.tumblr.com/mfvn0vd/xJZn0di9n/champagne___limousines_bold.ttf);}
  270.  
  271.  
  272.  
  273. #cred {
  274. position:fixed;
  275. font-size:11px;
  276. padding:4px;
  277. letter-spacing: 2px;
  278. line-height:120%;
  279. font-family:'beb';
  280. right:5px;
  281. bottom:10px;
  282. text-align:center;
  283.  
  284. }
  285.  
  286. #cred a {
  287. padding-left:5px;
  288. padding-top:4px;
  289. padding-bottom:4px;
  290. padding-right:3px;
  291. border-radius:15px;
  292. -moz-transition-duration:0.5s;
  293. -webkit-transition-duration:0.5s;
  294. -o-transition-duration:0.5s;
  295. color:#000;
  296. background-color:#DEBDC9;
  297. }
  298.  
  299. #tumblr_controls {
  300. top: 4.30% !important;
  301. margin: -28px 0 0 0;
  302. right: 1px !important;
  303. position: absolut !important;-webkit-filter: invert(100%) ;;
  304. }
  305.  
  306.  
  307. {CustomCSS}</style></head><body>
  308.  
  309. <div id="sidebar">
  310. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  311. <div class="desc">
  312. {Description}
  313. </div>
  314. <div class="links">
  315. {block:IfLinkA}
  316. <a href="{text:linkA url}">{text:linkA}</a>
  317. {/block:IfLinkA}
  318. {block:IfLinkB}
  319. <a href="{text:linkB url}">{text:linkB}</a>
  320. {/block:IfLinkB}
  321. {block:IfLinkC}
  322. <a href="{text:linkC url}">{text:linkC}</a>
  323. {/block:IfLinkC}
  324. {block:IfLinkD}
  325. <a href="{text:linkD url}">{text:linkD}</a>
  326. {/block:IfLinkD}
  327. </div>
  328. {block:Pagination}<div id="pagination">
  329. {block:PreviousPage}<a href="{PreviousPage}">↞</a>{/block:PreviousPage}
  330. {block:NextPage}<a href="{NextPage}">↠</a>{/block:NextPage}
  331. </div>{/block:Pagination}
  332.  
  333. </div>
  334.  
  335. <div id="all">{block:Posts}<div id="posts">
  336.  
  337. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  338.  
  339. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  340.  
  341. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  342.  
  343. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  344.  
  345. {block:Quote}{Quote}{/block:Quote}
  346.  
  347. {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>
  348. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  349. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  350. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  351. {/block:Audio}
  352.  
  353. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  354.  
  355. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  356.  
  357.  
  358. {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}
  359.  
  360. <div id="details">
  361. <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>
  362. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  363. {/block:Posts}
  364. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  365. {/block:Posts}</div></div></div>
  366.  
  367.  
  368. <div id="cred"><a href="http://bethanathemes.tumblr.com">bs</a></div>
  369.  
  370.  
  371. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement