Advertisement
sian-jones

Untitled

Aug 16th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 KB | None | 0 0
  1. <!--
  2.  
  3. theme by thebeaetles
  4. follow the rules or i will chop off ur vagina ((or willy))
  5.  
  6. -->
  7.  
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12. <style> body, a, a:hover { cursor:url('http://www.totallylayouts.com/cursors/random/tiny_cursor.png'), auto }</style>
  13. <title>{Title}</title>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:description" content="#a8a8a8"/>
  22. <meta name="color:Link" content="#b8b8b8"/>
  23. <meta name="color:Tags" content="f0f0f0"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#e4e4e4"/>
  27. <meta name="color:Post" content="#ffffff"/>
  28. <meta name="color:Answer" content="#f8f8f8"/>
  29. <meta name="color:scrollbarbg" content="ffffff"/>
  30.  
  31. <meta name="image:sidebar" content=""/>
  32.  
  33.  
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 1 Text" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Link 2 Text" content="" />
  38. <meta name="text:Link 3" content="" />
  39. <meta name="text:Link 3 Text" content="" />
  40.  
  41.  
  42. <link rel="shortcut icon" href="{Favicon}">
  43.  
  44. <style type="text/css">
  45. #bite
  46. #bite a{
  47. display:block
  48. }
  49. #bite .death {
  50. margin-right:0px;filter: alpha(opacity = 0);
  51. opacity:0;-webkit-transition: all 0.5s ease-out;
  52. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  53. }
  54.  
  55. #bite:hover .death {
  56. margin-left:0px;
  57.  
  58. -webkit-transition: all 0.8s ease-out;
  59. -moz-transition: all 0.8s ease-out;
  60. transition: all 0.8s ease-out;
  61. filter: alpha(opacity = 100);
  62. filter: alpha(opacity = 100);
  63. opacity:8;
  64. }
  65.  
  66. ::-webkit-scrollbar {
  67. width: 5px;height: 5px;}
  68. ::-webkit-scrollbar-button:start:decrement,
  69. ::-webkit-scrollbar-button:end:increment {
  70. height: 6px;display: block;background-color: {color:white};}
  71. ::-webkit-scrollbar-track-piece {
  72. background-color: {color:scrollbarbg};}
  73. ::-webkit-scrollbar-thumb:vertical {
  74. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  75.  
  76. body {
  77. background:{color:background};
  78. margin:0px;
  79. color:{color:text};
  80. font-family:Calibri;
  81. font-size:9px;
  82. line-height:100%;
  83. }
  84.  
  85. a {
  86. text-decoration:none;
  87. outline:none;
  88. -moz-outline-style:none;
  89. color:{color:link};
  90. }
  91.  
  92. img {
  93. border:none;
  94. }
  95.  
  96. blockquote {
  97. padding-left:5px;
  98. border-left:2px solid;
  99. }
  100.  
  101. blockquote blockquote {
  102. padding-left:5px;
  103. border-left:2px solid;
  104. }
  105.  
  106. h1 {
  107. font-size:9px;
  108. text-transform:uppercase;
  109. }
  110.  
  111. a:hover {
  112. opacity:10;
  113. color:{color:hover};
  114. -webkit-transition: all 0.7s ease;
  115. -moz-transition: all 0.7s ease;
  116. -o-transition: all 0.7s ease
  117. }
  118.  
  119. #entries {
  120. padding:10px;
  121. width:500px;
  122. margin-left:450px;
  123. margin-top:40px;
  124. font-size:10px;
  125. }
  126.  
  127. #post {
  128. width:500px;
  129. padding-bottom:20px;
  130. padding:10px;
  131. margin-top:15px;
  132. background-color:{color:post};
  133. }
  134.  
  135. #sidebar {
  136. height:790px;
  137. width:230px;
  138. position:fixed;
  139. margin-left:-10px;
  140. margin-top:-40px;
  141. opacity:1;
  142. background-color:#000;
  143.  
  144. }
  145.  
  146. #sidebarimage {
  147. width 1100px;
  148. }
  149.  
  150. #sidebarimage img {
  151. width:65px;
  152. height:auto;
  153. padding:6px;
  154. margin-top:190px;
  155. margin-left:145px;
  156. border-bottom: solid #fff
  157.  
  158.  
  159. }
  160.  
  161. #description {
  162. margin-top:10px;
  163. margin-left:230px;
  164. width: 90px;
  165. padding: 7px;
  166. height: 140px;
  167. position: fixed;
  168. background:#000;
  169. color: #fff;
  170. font-family: calibri;
  171. text-transform: lowercase;
  172. letter-spacing: -2px;
  173. text-align: justify;
  174. font-size:11px;
  175. letter-spacing:-1px;
  176. line-height:122%;
  177.  
  178. }
  179.  
  180. #description a {color:{color:description}; -moz-transition-duration:0.4s;
  181. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  182.  
  183.  
  184. .links {
  185. text-align:right;
  186. display:block;
  187. width:30px;
  188. margin-left:185px;
  189. margin-top:10px;
  190. line-height:30px;
  191. height:30px;
  192. font-size:10px;
  193.  
  194. -webkit-transition:all 0.5s ease-in-out;
  195. -moz-transition:all 0.5s ease-in-out;
  196. transition:all 0.5s ease-in-out;
  197. }
  198.  
  199.  
  200. }
  201.  
  202. .links a {
  203. font-size: 12px;
  204. line-height:200%;
  205. width:50px;
  206.  
  207. }
  208.  
  209. .links a:hover {
  210. color:#fff;
  211. text-decoration:line-through;
  212. -moz-transition-duration:.5s;
  213. -webkit-transition-duration:.5s;
  214. -o-transition-duration:.5s;
  215.  
  216.  
  217. }
  218.  
  219. #pagination {
  220. width:100px;
  221. font-size:9px;
  222. text-align:center;
  223. margin-left:140px;
  224. margin-top:-130px;
  225. position:fixed;
  226. font-family:cambria;
  227. letter-spacing:0px;
  228. }
  229.  
  230. #info {
  231. text-align:left;
  232. margin-top:10px;
  233. text-transform:uppercase;
  234. font-size:8px;
  235. font-style:none;
  236. border-top:1px solid {color:Line}
  237. }
  238.  
  239.  
  240. #tags {
  241. font-family:cambria;
  242. letter-spacing:0px;
  243. text-transform:lowercase;
  244. font-size:10px;
  245. font-style:italic;
  246. margin-top:4px;
  247. text-align:left;
  248. }
  249.  
  250. #tags
  251. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  252. -webkit-transition: all 0.6s ease-in-out;
  253. -moz-transition: all 0.6s ease-in-out;
  254. -o-transition: all 0.6s ease-in-out;
  255. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  256.  
  257. #asker {
  258. padding:5px;
  259. font-family:cambria;
  260. letter-spacing:1px;
  261. text-align:left;
  262. font-style:italic;
  263. margin-left:10px;
  264. border-left:3px #eee solid;
  265. background-color:{color:background}
  266. }
  267.  
  268.  
  269.  
  270. {CustomCSS}</style></head><body onkeydown="return false">
  271. <script language=JavaScript>
  272. <!--
  273.  
  274. //Disable right mouse click Script
  275. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  276. //For full source code, visit http://www.dynamicdrive.com
  277.  
  278. var message="Function Disabled!";
  279.  
  280. ///////////////////////////////////
  281. function clickIE4(){
  282. if (event.button==2){
  283. alert(message);
  284. return false;
  285. }
  286. }
  287.  
  288. function clickNS4(e){
  289. if (document.layers||document.getElementById&&!document.all){
  290. if (e.which==2||e.which==3){
  291. alert(message);
  292. return false;
  293. }
  294. }
  295. }
  296.  
  297. if (document.layers){
  298. document.captureEvents(Event.MOUSEDOWN);
  299. document.onmousedown=clickNS4;
  300. }
  301. else if (document.all&&!document.getElementById){
  302. document.onmousedown=clickIE4;
  303. }
  304.  
  305. document.oncontextmenu=new Function(";return false")
  306.  
  307. // -->
  308. </script>
  309.  
  310. </div></div>
  311.  
  312. <div id="sidebar">
  313. <div id="bite"><div id="sidebarimage"><img src="{image:sidebar}"></div>
  314.  
  315. <div class="death"><div id="description">
  316. {Description}
  317. </div></div></div>
  318.  
  319.  
  320. <div class="links">
  321. <a href="/">home</a>
  322. <a href="/ask">mail</a>
  323. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  324. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  325. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  326. </div>
  327.  
  328.  
  329. {block:Pagination}<div id="pagination">
  330. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  331. {block:JumpPagination length="4"}
  332. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  333. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  334. {/block:JumpPagination}
  335. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  336. </div>{/block:Pagination}
  337.  
  338. </div>
  339.  
  340. <div id="entries">{block:Posts}<div id="post">
  341.  
  342. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  343.  
  344. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  345.  
  346. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  347.  
  348. {block:Quote}{Quote}{/block:Quote}
  349.  
  350. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  351.  
  352. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  353.  
  354. {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>
  355. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  356. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  357. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  358. {/block:Audio}
  359.  
  360. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  361.  
  362. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} asked: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  363.  
  364. <div id="info">
  365. <br><a href="{Permalink}">{TimeAgo},</a> {block:RebloggedFrom} via <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} , <a href="{Permalink}">{NoteCountWithLabel}</a>
  366. {block:HasTags}<div id="tags">tags: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  367. {/block:Posts}
  368. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  369. {/block:Posts}</div></div></div>
  370.  
  371.  
  372. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://thebeaetles.tumblr.com/">THEBEAETLES</a></center></div>
  373.  
  374.  
  375. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement