Advertisement
oswinoswild

THEME 06 AS HIGH AS HONOUR

Nov 22nd, 2013
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.42 KB | None | 0 0
  1. <html>
  2.  
  3. <!---- THEME 06 BY VILLAINIZES. PLEASE DON'T REMOVE/CHANGE CREDIT OR CLAIM AS YOUR OWN. ENJOY ---->
  4.  
  5. <head>
  6.  
  7. <meta name="color:Background" content="#ffffff"/>
  8. <meta name="color:Text" content="#404040"/>
  9. <meta name="color:Link" content="#868686"/>
  10. <meta name="color:Link Hover" content="#749bcb"/>
  11. <meta name="color:Scrollbar" content="#749bcb"/>
  12. <meta name="color:Navi" content="#414141"/>
  13. <meta name="color:Pagination" content="#414141"/>
  14. <meta name="color:Border" content="#eeeeee"/>
  15. <meta name="color:Permalink" content="#3e3b3b"/>
  16. <meta name="color:Permalink Background" content="#e5e5e5"/>
  17.  
  18. <meta name="image:Sidebar" content""/>
  19.  
  20. <meta name="text:Home Title" content="" />
  21. <meta name="text:Ask Title" content="" />
  22. <meta name="text:Ask Url" content="" />
  23. <meta name="text:Link 1 Title" content="" />
  24. <meta name="text:Link 1 Url" content="" />
  25. <meta name="text:Link 2 Title" content="" />
  26. <meta name="text:Link 2 Url" content="" />
  27.  
  28.  
  29. <title>{Title}</title>
  30.  
  31. </style>
  32.  
  33. <style type="text/css">
  34.  
  35.  
  36.  
  37. body{
  38. background-color: {color:Background};
  39. font-family:calibri;
  40. color:{color:Text};
  41. }
  42.  
  43. a:link, a:active, a:visited{
  44. color: {color:Link};
  45. text-decoration:none;
  46. -webkit-transition: all 0.2s linear;
  47. -moz-transition: all 0.2s linear;
  48. transition: all 0.2s linear;
  49. }
  50.  
  51. a:hover {
  52. color:{color:Link Hover};
  53. -webkit-transition: all 0.2s linear;
  54. -moz-transition: all 0.2s linear;
  55. transition: all 0.2s linear;
  56. }
  57.  
  58. big{font-size:18px;}
  59.  
  60. ::-webkit-scrollbar-thumb {
  61. height:9px;
  62. background-color: {color:Scrollbar};
  63. }
  64.  
  65. ::-webkit-scrollbar {
  66. width:10px;
  67. height:4px;
  68. background:#fff;
  69. margin-right:5px;
  70. }
  71.  
  72.  
  73. #entries{
  74. padding:10px;
  75. width:400px;
  76. margin-left:500px;
  77. }
  78.  
  79.  
  80. #post {
  81. font-size:11px;
  82. width:460px;
  83. margin-top:35px;
  84. margin-bottom:65px;
  85. text-align:justify;
  86. }
  87.  
  88. #question {
  89. padding:8px;
  90. font-family:cambria;
  91. letter-spacing:2px;
  92. text-align:right;
  93. font-style:italic;
  94. border:3px {color:border} solid;
  95. color:{color:text};
  96. background-color:{color:background}
  97. }
  98.  
  99. .posttitle{
  100. font-family:cambria;
  101. font-weight:bold;
  102. letter-spacing:-1px;
  103. font-style:italic;
  104. font-size: 20px;
  105. line-height: 20px;
  106. }
  107.  
  108. blockquote{
  109. margin-left:10px;
  110. padding-left:4px;
  111. border-left: 3px solid {color:Text};
  112. }
  113.  
  114.  
  115. .p { padding-top: 5px;}
  116. .ol, ul { margin-left: 10px; padding: 5px; }
  117. .ul { list-style-type: square; }
  118.  
  119.  
  120. #permalink{
  121. position:relative;
  122. text-align:right;
  123. color:{color:Permalink};
  124. background:{color:Permalink Background};
  125. margin-top:8px;
  126. padding:5px;
  127. font-size:9px;
  128. font-family:calibri;
  129. text-transform:uppercase;
  130. }
  131.  
  132. #permalink a{
  133. color:{color:Permalink};
  134. }
  135.  
  136. #permalink a:hover{
  137. color:{color:Link Hover};
  138. }
  139.  
  140.  
  141. #sidebar {
  142. position:fixed;
  143. margin-top:10px;
  144. margin-left:40px;
  145. z-index:1;
  146. width:200px;
  147. padding-bottom:5px;
  148. }
  149.  
  150. .sidebarimg img{
  151. width:200px;
  152. }
  153.  
  154. .description{
  155. font-family:sylfaen;
  156. text-align:center;
  157. font-size:10px;
  158. margin-top:10px;
  159. }
  160.  
  161. .navi{
  162. margin-top:10px;
  163. font-size:13px;
  164. text-align:center;
  165. letter-spacing:2px;
  166. text-transform:uppercase;
  167. }
  168.  
  169. .navi a{
  170. display:inline-block;
  171. color:{color:Navi};
  172. padding:5px;
  173. }
  174.  
  175. .navi a:hover{
  176. color:{color:Link hover};
  177. }
  178.  
  179. .pagination {
  180. margin-top:7px;
  181. font-size:10px;
  182. text-align:center;
  183. font-style:italic;
  184. }
  185.  
  186. .pagination a{
  187. display:inline-block;
  188. color:{color:Pagination};
  189. width:50px;
  190. }
  191.  
  192. .pagination a:hover{
  193. color:{color:Link Hover};
  194. }
  195.  
  196. #credit {
  197. font-size:12px;
  198. font-family:calibri;
  199. font-style:normal;
  200. letter-spacing:1px;
  201. -moz-transition-duration:0.8s;
  202. -webkit-transition-duration:0.8s;
  203. -o-transition-duration:0.8s;
  204. }
  205.  
  206. #credit a {
  207. background-color:#fff;
  208. position:fixed;
  209. right:15px;
  210. bottom:10px
  211. }
  212.  
  213. {CustomCSS}
  214. </style>
  215.  
  216. <link rel="shortcut icon" href="{Favicon}">
  217. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
  218.  
  219.  
  220. </head>
  221.  
  222. <body>
  223.  
  224.  
  225. <div id="sidebar">
  226.  
  227. <div class="sidebarimg"><img src="{image:sidebar}"></div>
  228.  
  229. <div class="navi">
  230. <a href="/">{text:Home Title}</a>
  231. <a href="{Text:Ask Url}">{text:Ask Title}</a>
  232. <a href="{text:Link 1 Url}">{text:Link 1 Title}</a>
  233. <a href="{text:Link 2 Url}">{text:Link 2 Title}</a>
  234. </div>
  235.  
  236. <div class="description">
  237. {Description}
  238. </div>
  239.  
  240.  
  241. <div class="pagination">
  242. {block:Pagination}
  243. {block:PreviousPage}
  244. <a href="{PreviousPage}"> fall</a>
  245. {/block:PreviousPage}
  246. {block:NextPage}
  247. <a href="{NextPage}"> fly</a>
  248. {/block:NextPage}
  249. {/block:Pagination}
  250. </div>
  251.  
  252.  
  253. </div>
  254.  
  255.  
  256. <div id="entries">
  257. {block:Posts}
  258. <div id="post">
  259.  
  260. {block:Text}
  261. {block:Title}
  262. <div class="posttitle">{Title}</div>
  263. {/block:Title}
  264. {Body}
  265. {/block:Text}
  266.  
  267. {block:Link}
  268. <div class="posttitle">
  269. <a href="{URL}">{Name}</a>
  270. </div>
  271. {block:Description}{Description}{/block:Description}
  272. {/block:Link}
  273.  
  274. {block:Photo}
  275. <center>
  276. {LinkOpenTag}
  277. <a href="{permalink}">
  278. <img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400"></a>
  279. {LinkCloseTag}
  280. </center>
  281. {block:Caption}{Caption}{/block:Caption}
  282. {block:ContentSource}
  283. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  284. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  285. {/block:SourceLogo}
  286. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  287. {/block:ContentSource}
  288. {block:ReblogParentURL}
  289. <!-- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  290. {/block:ReblogParentURL}
  291. {/block:Photo}
  292.  
  293. {block:Photoset}
  294. {Photoset-400}
  295. {block:Caption}{Caption}{/block:Caption}
  296. {/block:Photoset}
  297.  
  298. {block:Quote}
  299. <div class="posttitle">"{Quote}"</div>
  300. {block:Source}
  301. - {Source}
  302. {/block:Source}
  303. {/block:Quote}
  304.  
  305. {block:Chat}
  306. {block:Title}
  307. <div class="posttitle">
  308. {Title}
  309. </div>
  310. {/block:Title}
  311. {block:Lines}
  312. {block:Label}
  313. <b>{Label} </b>
  314. {/block:Label}
  315. {Line}
  316. <br>
  317. {/block:Lines}
  318. {/block:Chat}
  319.  
  320. {block:Audio}
  321. {block:AlbumArt}
  322. <img src="{AlbumArtURL}" width="120px" align="left" style="margin-right:10px" />{/block:AlbumArt}
  323. <span class="audio">{AudioPlayerGrey}<br></span>
  324. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  325. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  326. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  327. {block:Caption}{Caption}{/block:Caption}
  328. {/block:Audio}
  329.  
  330. {block:Video}
  331. {Video-400}
  332. {block:Caption}{Caption}{/block:Caption}
  333. {/block:Video}
  334.  
  335. {block:Answer}<div id="question"><span style="text-transform:none;font-size:9px;font-style:normal;">{Asker} inquired: {Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  336.  
  337.  
  338. {block:IndexPage}
  339. <div id="permalink">
  340. <a href="{Permalink}"> {TimeAgo}</a>
  341. |
  342. <a href="{Permalink}">{NoteCountWithLabel}</a>
  343. {block:HasTags} | filed under:
  344. {block:Tags}<a href="{TagURL}">#&nbsp;<font style="text-transform:none;">{Tag}</font>&nbsp;</a>
  345. {/block:Tags}
  346. {/block:HasTags}
  347. </div>
  348. {/block:IndexPage}
  349.  
  350. {block:PermalinkPage}
  351. <div id="permalink">
  352. <a href="{Permalink}"> {TimeAgo}</a>
  353. |
  354. <a href="{Permalink}">{NoteCountWithLabel}</a>
  355. {block:RebloggedFrom}
  356. | <a href="{ReblogParentURL}" target="_blank">via</a>
  357. {/block:RebloggedFrom}
  358. | <a href="{ReblogURL}" target="_blank">REBLOG</a>
  359. {block:HasTags} |
  360. {block:Tags}<a href="{TagURL}">#&nbsp;<font style="text-transform:none;">{Tag}</font>&nbsp;</a>
  361. {/block:Tags}
  362. {/block:HasTags}
  363. </div>
  364. {/block:PermalinkPage}
  365.  
  366.  
  367. {block:PostNotes}
  368. {PostNotes}
  369. {/block:PostNotes}
  370. </div>
  371. {/block:Posts}
  372.  
  373. </div>
  374.  
  375. </div>
  376. <div id="credit"><a href="http://villainizes.tumblr.com">©</div>
  377.  
  378. </div>
  379.  
  380. </body>
  381. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement