Advertisement
victorybyebye

#8

Apr 25th, 2013
1,180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.97 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. THEME #28 BY WOLVERWHORE PREV. HORANHOBO
  5. Please don't remove credit and/or declaim as your own. Enjoy!
  6. -->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <meta name="color:Background" content="#fcfcfc"/>
  17. <meta name="color:Text" content="#a8a8a8"/>
  18. <meta name="color:Link" content="#b8b8b8"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:sbackground" content="#f2f2f2"/>
  21. <meta name="color:bg" content="#ffffff"/>
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="image:sidebar bg" content=""/>
  24. <meta name="image:refresh" content=""/>
  25. <meta name="image:ask" content=""/>
  26. <meta name="image:nav" content=""/>
  27. <meta name="color:Border" content="#e4e4e4"/>
  28. <meta name="color:answerb" content="#f8f8f8"/>
  29. <meta name="image:background" content=""/>
  30. <meta name="color:Scrollbar" content="##CFCFCF"/>
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 3 Text" content="" />
  37. <meta name="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="if:Show Link 3" content="1" />
  40.  
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  48. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  49. ::-webkit-scrollbar-track{background-color:{color:background};}
  50.  
  51. #demi
  52. #demi a{
  53. display:block
  54. }
  55. #demi .miley {
  56. margin-top:0px;filter: alpha(opacity = 0);
  57. opacity:0;-webkit-transition: all 0.5s ease-out;
  58. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  59. }
  60.  
  61. #demi:hover .miley {
  62. margin-top:00px;
  63. -webkit-transition: all 0.8s ease-out;
  64. -moz-transition: all 0.8s ease-out;
  65. transition: all 0.8s ease-out;
  66. filter: alpha(opacity = 100);
  67. filter: alpha(opacity = 100);
  68. opacity:100;
  69. }
  70.  
  71. body {
  72. background:{color:background};
  73. margin:0px;
  74. color:{color:text};
  75. font-family:Cambria;
  76. font-size:9px;
  77. line-height:100%;
  78. background-image:url('{image:Background}');
  79. }
  80.  
  81. a {
  82. text-decoration:none;
  83. outline:none;
  84. -moz-outline-style:none;
  85. color:{color:link};
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. }
  96.  
  97. blockquote blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. }
  101.  
  102. h1 {
  103. font-size:9px;
  104. text-transform:uppercase;
  105. }
  106.  
  107. a:hover {
  108. opacity:10;
  109. color:{color:hover};
  110. -webkit-transition: all 0.7s ease;
  111. -moz-transition: all 0.7s ease;
  112. -o-transition: all 0.7s ease
  113. }
  114.  
  115. #entries {
  116. padding:10px;
  117. width:500px;
  118. margin-left:505px;
  119. margin-top:40px;
  120. }
  121.  
  122. #post {
  123. width:500px;
  124. margin-top:10px;
  125. padding:10px;
  126. background-color:{color:bg};
  127. border:3px dashed #5a726e;
  128. }
  129.  
  130. #sidebar {
  131. width:270px;
  132. height: 200%;
  133. position:fixed;
  134. margin-left:-2px;
  135. background-color: {color:sbackground};
  136. margin-top:-40px;
  137. background-image:url('{image:Sidebar bg}');
  138. border-right:3px dashed #5a726e;
  139.  
  140. }
  141.  
  142.  
  143. #sidebarimage img {
  144. width:190px;
  145. height:190px;
  146. border:3px dashed #5a726e;
  147. padding:3px;
  148. margin-left:295px;
  149. margin-top:-90px;
  150.  
  151. }
  152.  
  153.  
  154. .links {
  155. width:170px;
  156. font-size:8px;
  157. text-align:center;
  158. margin-top:295px;
  159. margin-left:260px;
  160. font-family:inconsolata;
  161. text-align:center;
  162. word-spacing:2px;
  163. text-transform:uppercase;
  164. position:fixed;
  165. }
  166.  
  167. .links {
  168.  
  169. width:270px;
  170. height:70px;
  171.  
  172.  
  173. }
  174.  
  175.  
  176. .links a {
  177. font-size: 8px;
  178. }
  179.  
  180. .links a:hover {
  181. color:;
  182. letter-spacing:1px;
  183. background-color:;
  184.  
  185. }
  186.  
  187.  
  188.  
  189. #description {
  190. background-color: #222020;
  191. font-family:inconsolata;
  192. font-size:9px;
  193. padding:5px;
  194. text-align:center;
  195. font-size:9px;
  196. margin-left:50px;
  197. margin-top:85px;
  198. padding:9px;
  199. width: 150px;
  200. color:#5a726e;
  201. }
  202.  
  203.  
  204.  
  205. #pagination {
  206. width:100px;
  207. font-size:8px;
  208. text-align:center;
  209. margin-left:175px;
  210. margin-top:70px;
  211. position:fixed;
  212. font-family:consolas;
  213. letter-spacing:0px;
  214. }
  215.  
  216. #info {
  217. text-align:center;
  218. margin-top:10px;
  219. text-transform:uppercase;
  220. font-size:8px;
  221. }
  222.  
  223. #tags {
  224. font-family:cambria;
  225. letter-spacing:0px;
  226. text-transform:uppercase;
  227. font-size:8px;
  228. margin-top:4px;
  229. }
  230.  
  231. #tags
  232. a {display:inline; background-color:{color:linkb};
  233. padding:-4px;
  234. text-align:left;
  235. -webkit-transition: all 0.6s ease-in-out;
  236. -moz-transition: all 0.6s ease-in-out;
  237. -o-transition: all 0.6s ease-in-out;
  238. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  239.  
  240. #asker {
  241. padding:10px;
  242. text-align:center;
  243.  
  244. background-color:{color:answerb}
  245. }
  246.  
  247. #themec {
  248. text-align:center;
  249. font-family:consolas;
  250. font-size:8px;
  251. line-height:70%;
  252. background-color:#fcfcfc;
  253. position:fixed;
  254. border-radius:100px;
  255. right:12px;
  256. bottom:12px;
  257. }
  258.  
  259. #themec a {
  260. width:5px;
  261. height:5px;
  262. border-radius:100px;
  263. padding:5px;
  264. background-color:#fcfcfc;
  265. border:1px solid #eeeeee;
  266. display:block;
  267. -moz-transition-duration:0.5s;
  268. -webkit-transition-duration:0.5s;
  269. -o-transition-duration:0.5s;
  270. }
  271.  
  272. #themec a:hover { background-color:#1a1a1a;
  273. -moz-transition-duration:0.5s;
  274. -webkit-transition-duration:0.5s;
  275. -o-transition-duration:0.5s;
  276. }
  277.  
  278.  
  279. {CustomCSS}</style></head><body>
  280.  
  281.  
  282. <div id="sidebar">
  283.  
  284.  
  285. <div id="demi">
  286.  
  287. <div class="links">
  288. <a href="/"><img src="{image:refresh}" /></a>
  289. <a href="/ask"><img src="{image:ask}" /></a>
  290. <a href="/nav"><img src="{image:nav}" /></a>
  291.  
  292. </div>
  293.  
  294. <br>
  295. <div class="miley">
  296.  
  297. <div id="description">
  298. {Description}
  299.  
  300. </div></div>
  301.  
  302. </br>
  303. <br>
  304.  
  305. </div>
  306.  
  307. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  308.  
  309. {block:Pagination}<div id="pagination">
  310. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  311. {block:JumpPagination length="3"}
  312. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  313. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  314. {/block:JumpPagination}
  315. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  316. </div>{/block:Pagination}
  317.  
  318. </div>
  319.  
  320. </div>
  321.  
  322. <div id="entries">{block:Posts}<div id="post">
  323.  
  324. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  325.  
  326. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  327.  
  328. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  329.  
  330. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  331.  
  332. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  333.  
  334. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  335.  
  336. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  337. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  338. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  339. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  340. {/block:Audio}
  341.  
  342. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  343.  
  344. {block:Answer}<div id="asker"><span style="font-family:georgia;font-size:9px;font-style:italic">{Asker} whispered:</span> {Question}</div><center>{Answer}{/block:Answer}
  345.  
  346. <div id="info">
  347. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  348. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  349. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}
  350. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  351. {/block:Posts}
  352. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  353. {/block:Posts}</div></div></div>
  354.  
  355. <div id="themec"><a href="http://wolverwhore.tumblr.com/"><center>T</center></a></div>
  356.  
  357. </body>
  358. </div>
  359. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement