Advertisement
oswinoswild

THEME 04 WE DO NOT SOW

Nov 8th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.22 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. <!---- THEME 04 BY VILLAINIZES. PLEASE DON'T REMOVE/CHANGE CREDIT OR CLAIM AS YOUR OWN. ENJOY ---->
  4.  
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head><title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <meta name="color:Sidebar" content="#ffffff"/>
  14. <meta name="color:Text" content="#a8a8a8"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:Tags" content="f0f0f0"/>
  17. <meta name="color:Hover" content="#f2f2f2"/>
  18. <meta name="color:Line" content="#f2f2f2"/>
  19. <meta name="color:Post" content="#ffffff"/>
  20. <meta name="color:Answer" content="#f8f8f8"/>
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:bg" content=""/>
  23. <meta name="text:Link 1" content="" />
  24. <meta name="text:Link 1 Text" content="" />
  25. <meta name="text:Link 2" content="" />
  26. <meta name="text:Link 2 Text" content="" />
  27. <meta name="text:Link 3" content="" />
  28. <meta name="text:Link 3 Text" content="" />
  29. <meta name="if:Show Link 1" content="1" />
  30. <meta name="if:Show Link 2" content="1" />
  31. <meta name="if:Show Link 3" content="1" />
  32. <meta name="color:scrollbarbg" content="ffffff"/>
  33.  
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38. ::-webkit-scrollbar {
  39. width: 5px;height: 5px;}
  40. ::-webkit-scrollbar-button:start:decrement,
  41. ::-webkit-scrollbar-button:end:increment {
  42. height: 6px;display: block;background-color: {color:white};}
  43. ::-webkit-scrollbar-track-piece {
  44. background-color: {color:scrollbarbg};}
  45. ::-webkit-scrollbar-thumb:vertical {
  46. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  47.  
  48.  
  49. body {
  50. background:{color:background};
  51. margin:0px;
  52. color:{color:text};
  53. font-family:Calibri;
  54. font-size:9px;
  55. line-height:100%;
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. outline:none;
  61. -moz-outline-style:none;
  62. color:{color:link};
  63. }
  64.  
  65. img {
  66. border:none;
  67. }
  68.  
  69. blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74. blockquote blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. h1 {
  80. font-size:9px;
  81. text-transform:uppercase;
  82. }
  83.  
  84. a:hover {
  85. opacity:10;
  86. color:{color:hover};
  87. -webkit-transition: all 0.7s ease;
  88. -moz-transition: all 0.7s ease;
  89. -o-transition: all 0.7s ease
  90. }
  91.  
  92.  
  93. #entries {
  94. padding:10px;
  95. width:500px;
  96. margin-left:500px;
  97. margin-top:40px;
  98. font-size:11px;
  99. }
  100.  
  101.  
  102. #post {
  103. width:500px;
  104. padding-bottom:20px;
  105. padding:10px;
  106. margin-top:10px;
  107. background-color:{color:Post};
  108. }
  109.  
  110.  
  111. #sidebar {
  112. width:150px;
  113. position:fixed;
  114. margin-left:150px;
  115. margin-top:150px;
  116. opacity:.80;
  117. background-color:{color:Sidebar};
  118. }
  119.  
  120. #sidebarimage {
  121. width 150px;
  122. }
  123.  
  124. #sidebarimage img {
  125. width:150px;
  126. padding:5px;
  127. border-color: {color:border};
  128. background-color:{color:Sidebar};
  129. }
  130.  
  131.  
  132. .links {
  133. width:150px;
  134. height:9px;
  135. padding: 9px;
  136. font-size:9px;
  137. font-family:calibri;
  138. text-align:center;
  139. margin-top:-187px;
  140. margin-left:0px;
  141. text-align:center;
  142. text-transform:uppercase;
  143. word-spacing:2px;
  144. position:fixed;
  145. padding-bottom:5px;
  146. }
  147.  
  148. .links a {
  149. font-size: 9px;
  150. }
  151.  
  152. .links a:hover {
  153. color:{color:Hover}
  154. }
  155.  
  156.  
  157. #description {
  158. position:fixed;
  159. font-family:cambria;
  160. line-height:90%;
  161. font-size:10px;
  162. font-style:normal;
  163. width:150px;
  164. margin-top:00px;
  165. padding:8px;
  166. margin-left:0px;
  167. text-align:justify;
  168. color:{color:text};
  169. }
  170.  
  171. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  172. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  173.  
  174.  
  175. #pagination {
  176. width:100px;
  177. font-size:20px;
  178. text-align:center;
  179. margin-left:45px;
  180. margin-top:25px;
  181. position:fixed;
  182. font-family:consolas;
  183. letter-spacing:0px;
  184. }
  185.  
  186.  
  187. #info {
  188. text-align:left;
  189. margin-top:10px;
  190. text-transform:uppercase;
  191. font-size:9px;
  192. font-style:none;
  193. border-top:1px solid {color:Line}
  194. }
  195.  
  196.  
  197. #tags {
  198. font-family:cambria;
  199. letter-spacing:0px;
  200. text-transform:lowercase;
  201. font-size:10px;
  202. font-style:italic;
  203. margin-top:4px;
  204. text-align:left;
  205. }
  206.  
  207. #tags
  208. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  209. -webkit-transition: all 0.6s ease-in-out;
  210. -moz-transition: all 0.6s ease-in-out;
  211. -o-transition: all 0.6s ease-in-out;
  212. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  213.  
  214.  
  215. #asker {
  216. padding:5px;
  217. font-family:calibri;
  218. letter-spacing:1px;
  219. text-align:left;
  220. font-style:italic;
  221. margin-left:10px;
  222. border-left:3px #eee solid;
  223. background-color:{color:background}
  224. }
  225.  
  226. #credit {
  227. font-size:12px;
  228. font-family:calibri;
  229. font-style:normal;
  230. letter-spacing:1px;
  231. -moz-transition-duration:0.8s;
  232. -webkit-transition-duration:0.8s;
  233. -o-transition-duration:0.8s;
  234. }
  235.  
  236. #credit a {
  237. background-color:#fff;
  238. position:fixed;
  239. right:15px;
  240. bottom:10px
  241. }
  242.  
  243.  
  244. {CustomCSS}</style></head><body>
  245.  
  246. <div id="sidebar">
  247. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  248.  
  249.  
  250. <div id="description">
  251. {Description}
  252. </div>
  253.  
  254.  
  255. <div class="links">
  256. <a href="/">home</a>
  257. <a href="/ask">ask</a>
  258. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  259. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  260. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  261. </div>
  262.  
  263.  
  264. <div id="pagination">
  265. {block:Pagination}
  266. <div id="pagination">
  267. {block:PreviousPage}
  268. <a href="{PreviousPage}">↢</a>
  269. {/block:PreviousPage}
  270.  
  271. {block:NextPage}
  272. <a href="{NextPage}">↣</a>
  273. {/block:NextPage}</div>
  274. {/block:Pagination}</div>
  275. </div>
  276.  
  277. <div id="entries">{block:Posts}<div id="post">
  278.  
  279. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  280.  
  281. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  282.  
  283. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  284.  
  285. {block:Quote}{Quote}{/block:Quote}
  286.  
  287. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  288.  
  289. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  290.  
  291. {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>
  292. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  293. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  294. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  295. {/block:Audio}
  296.  
  297. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  298.  
  299. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} wondered: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  300.  
  301. <div id="info">
  302. <br>posted <a href="{Permalink}">{TimeAgo}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  303. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  304. {/block:Posts}
  305. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  306. {/block:Posts}</div></div></div>
  307.  
  308.  
  309.  
  310. <div id="credit"><a href="http://villainizes.tumblr.com">©</div>
  311.  
  312.  
  313. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement