Advertisement
oswinoswild

THEME 07 UNBOWED UNBENT UNBROKEN

Nov 30th, 2013
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  11.  
  12. <!---- THEME 07 BY VILLAINIZES. PLEASE DON'T REMOVE/CHANGE CREDIT OR CLAIM AS YOUR OWN. ENJOY ---->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#404040"/>
  16. <meta name="color:Link" content="#868686"/>
  17. <meta name="color:Hover" content="#5d5d5d"/>
  18.  
  19. <meta name="image:Sidebar" content=""/>
  20.  
  21. <meta name="text:Link1" content="/" />
  22. <meta name="text:Link1 Title" content="" />
  23.  
  24. <style type="text/css">
  25.  
  26. ::-webkit-scrollbar {height: auto;width: 6px;}
  27. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  28. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  29.  
  30. body {
  31. background:{color:background};
  32. margin:0px;
  33. color:{color:text};
  34. font-family:consolas;
  35. font-size:10px;
  36. line-height:100%;
  37. }
  38.  
  39. a {
  40. text-decoration:none;
  41. outline:none;
  42. -moz-outline-style:none;
  43. color:{color:link};
  44. -webkit-transition: all 0.5s ease;
  45. -moz-transition: all 0.5s ease;
  46. -o-transition: all 0.5s ease
  47. }
  48.  
  49. img {
  50. border:none;
  51. }
  52.  
  53. blockquote blockquote {
  54. padding-left:5px;
  55. border-left:1px solid;
  56. }
  57.  
  58. h1 {
  59. font-size:12px;
  60. font-family:consolas;
  61. text-transform:uppercase;
  62. }
  63.  
  64. a:hover {
  65. opacity:10;
  66. color:{color:hover};
  67. -webkit-transition: all 0.7s ease;
  68. -moz-transition: all 0.7s ease;
  69. -o-transition: all 0.7s ease
  70. }
  71.  
  72. small{
  73. font-size:9px;
  74. line-height:110%
  75. }
  76.  
  77. big {
  78. font-size:12px;
  79. line-height:110%
  80. }
  81.  
  82. b, strong{
  83. color:{color:text}
  84. }
  85. i, em {
  86. color:{color:text}
  87. }
  88. p{
  89. margin-top:5px;
  90. margin-bottom:5px
  91. }
  92. blockquote {
  93. padding:0px;
  94. padding-left:5px;
  95. margin:5px;
  96. border-left:1px dotted {color:text}
  97. }
  98.  
  99. blockquote img {
  100. max-width:300px
  101. }
  102.  
  103. ul, li img {
  104. max-with:250px
  105. }
  106.  
  107. .audio {width:500px;height:160px;}
  108. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  109. .albumart img {width:150px;height:150px;float:left;}
  110. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  111. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  112. overflow:hidden;background-color:white;}
  113. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  114.  
  115. #credit {
  116. font-size:12px;
  117. font-family:calibri;
  118. font-style:normal;
  119. letter-spacing:1px;
  120. -moz-transition-duration:0.8s;
  121. -webkit-transition-duration:0.8s;
  122. -o-transition-duration:0.8s;
  123. }
  124.  
  125. #credit a {
  126. background-color:#fff;
  127. position:fixed;
  128. right:15px;
  129. bottom:10px
  130. }
  131.  
  132. #entries {
  133. padding:10px;
  134. width:500px;
  135. margin-left:600px;
  136. margin-top:85px;
  137. }
  138.  
  139.  
  140. #post {
  141. width:500px;
  142. padding-bottom:3px;
  143. font-family:calibri;
  144. opacity:1;
  145. }
  146.  
  147. #sidebar {
  148. width:120px;
  149. position:fixed;
  150. margin-left:300px;
  151. margin-top:70px;
  152. opacity:1;
  153. }
  154.  
  155. #sidebarimage img{
  156. width:120px;
  157. padding:3px;
  158. border-radius: 500px;
  159. -webkit-transition: all 0.5s ease;
  160. -moz-transition: all 0.5s ease;
  161. -o-transition: all 0.5s ease
  162. }
  163.  
  164. #links {
  165. font-family:consolas;
  166. font-size:9px;
  167. opacity:1;
  168. text-align:center;
  169. padding-top:54px;
  170. letter-spacing:1px;
  171. text-transform:uppercase;
  172. padding-bottom:5px;
  173. margin-top:-50px;
  174. margin-left:8px;
  175. }
  176.  
  177. #description {
  178. font-family:cambria;
  179. padding:5px;
  180. font-size:9px;
  181. font-style:normal;
  182. opacity: 0.8;
  183. text-align:center;
  184. text-transform:lowercase;
  185. margin-top:-2px;
  186. margin-left:6px;
  187. }
  188.  
  189. #pagination {
  190. font-size:9px;
  191. text-align:center;
  192. color:{color:link};
  193. font-family:consolas;
  194. letter-spacing:2px;
  195. margin-left:11px;
  196. }
  197.  
  198. #info {
  199. text-align:center;padding:5px;
  200. margin-top:5px;
  201. margin-bottom:10px;
  202. text-transform: uppercase;
  203. font-family:consolas;
  204. font-size:9px;
  205. }
  206.  
  207. #tags {
  208. font-family:consolas;
  209. letter-spacing:1px;
  210. text-transform:uppercase;
  211. font-size:9px;
  212. margin-top:4px;
  213. a {display:inline; background-color:{color:linkb};
  214. padding:-4px;
  215. text-align:left;
  216. -webkit-transition: all 0.6s ease-in-out;
  217. -moz-transition: all 0.6s ease-in-out;
  218. -o-transition: all 0.6s ease-in-out;
  219. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  220.  
  221. #notes {
  222. font-family:consolas;
  223. text-transform:lowercase;
  224. font-size:9px;
  225. }
  226.  
  227. #question {
  228. float:left;
  229. padding:1px;
  230. margin-top:-2px;
  231. margin-right:5px;
  232. }
  233.  
  234. {CustomCSS}</style></head><body>
  235.  
  236. <div id="sidebar">
  237. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  238. <div id="links">
  239. <a href="/">home</a>
  240. <a href="/ask">ask</a>
  241. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  242. </div>
  243.  
  244. <div id="description">{Description}</div>
  245.  
  246. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">afraid</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">brave</a>{/block:NextPage}</div>{/block:Pagination}
  247. </div>
  248.  
  249. <div id="entries">{block:Posts}<div id="post">
  250.  
  251. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  252.  
  253. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  254.  
  255. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  256.  
  257. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  258.  
  259. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  260.  
  261. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  262.  
  263. {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>
  264. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  265. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  266. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  267. {/block:Audio}
  268.  
  269. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  270.  
  271. {block:Answer}<div id="question"><img src="{AskerPortraitURL-24}"></div><big><i>{Asker} asked:</big></i><br>{Question}<p>{Answer}{/block:Answer}
  272.  
  273. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  274. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  275. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  276. {/block:Posts}
  277. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  278. {/block:Posts}</div></div></div>
  279.  
  280. <div id="credit"><a href="http://villainizes.tumblr.com">©</div>
  281.  
  282. </body>
  283.  
  284. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement