Advertisement
lennonthemes

wildworld

Jun 2nd, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 KB | None | 0 0
  1. <!--theme by lmb themes aka bonivur, leave all credit!!-->
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <meta name="color:Background" content="#ffffff"/>
  10. <meta name="color:Sidebar" content="#ffffff"/>
  11. <meta name="color:Text" content="#a8a8a8"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Tags" content="f0f0f0"/>
  14. <meta name="color:Hover" content="#f2f2f2"/>
  15. <meta name="color:Line" content="#f2f2f2"/>
  16. <meta name="color:Border" content="#e4e4e4"/>
  17. <meta name="color:Post" content="#ffffff"/>
  18. <meta name="color:Answer" content="#f8f8f8"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:sidebar 2" content=""/>
  22.  
  23. <meta name="text:Link1" content="" />
  24. <meta name="text:Link 1 Hover" content="" />
  25. <meta name="text:Link2" content="" />
  26. <meta name="text:Link 2 Hover" content="" />
  27.  
  28.  
  29. <meta name="color:scrollbarbg" content="ffffff"/>
  30.  
  31. <style type="text/css">
  32. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  33.  
  34.  
  35. ::-webkit-scrollbar {
  36. width: 5px;height: 5px;}
  37. ::-webkit-scrollbar-button:start:decrement,
  38. ::-webkit-scrollbar-button:end:increment {
  39. height: 6px;display: block;background-color: {color:white};}
  40. ::-webkit-scrollbar-track-piece {
  41. background-color: {color:scrollbarbg};}
  42. ::-webkit-scrollbar-thumb:vertical {
  43. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  44.  
  45.  
  46.  
  47. body {
  48. background:{color:background};
  49. margin:0px;
  50. color:{color:text};
  51. font-family:Calibri;
  52. font-size:9px;
  53. line-height:100%;
  54. }
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:link};
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote {
  68. padding-left:5px;
  69. border-left:2px solid;
  70. }
  71.  
  72. blockquote blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. h1 {
  78. font-size:9px;
  79. text-transform:uppercase;
  80. }
  81.  
  82. a:hover {
  83. opacity:10;
  84. color:{color:hover};
  85. -webkit-transition: all 0.7s ease;
  86. -moz-transition: all 0.7s ease;
  87. -o-transition: all 0.7s ease
  88. }
  89.  
  90.  
  91.  
  92. #entries {
  93. padding:10px;
  94. width:500px;
  95. margin-left:450px;
  96. margin-top:40px;
  97. font-size:10px;
  98. }
  99.  
  100.  
  101. #post {
  102. width:500px;
  103. padding-bottom:20px;
  104. padding:10px;
  105. margin-top:15px;
  106. background-color:{color:Post};
  107. }
  108.  
  109.  
  110.  
  111. #sidebar {
  112. width:100px;
  113. position:fixed;
  114. margin-left:260px;
  115. margin-top:150px;
  116. opacity:.80;
  117. background-color:{color:Sidebar};
  118.  
  119.  
  120. }
  121.  
  122. #sidebarimage {
  123. position:fixed;
  124. margin-top:-51px;
  125. margin-left:-50px;
  126. width 100px;
  127. }
  128.  
  129. #sidebarimage img {
  130. position:fixed;
  131. width:100px;
  132. border:dotted 1px;
  133. padding:6px;
  134. border-color: {color:border};
  135. background-color:{color:Sidebar};
  136. }
  137.  
  138. #bonivur {
  139. width 100px;
  140. position:fixed;
  141. }
  142.  
  143. #bonivur img {
  144. margin-left:63px;
  145. margin-top:62px;
  146. width:100px;
  147. border:dotted 1px;
  148. padding:6px;
  149. border-color: {color:border};
  150. background-color:{color:Sidebar};
  151. }
  152.  
  153.  
  154. .links {
  155. width:100px;
  156. height:5px;
  157. padding: 9px;
  158. font-size:8px;
  159. font-family:calibri;
  160. text-align:center;
  161. margin-top:-60px;
  162. margin-left:55px;
  163. text-align:center;
  164. text-transform:uppercase;
  165. letter-spacing:4px;
  166. position:fixed;
  167. }
  168.  
  169. .links a {
  170. font-size: 12px;
  171. width:96px;
  172. padding:2px;
  173. height:10px;
  174. padding:5px;
  175. display:inline-block; border: solid 1px
  176. border-color: {color:border};
  177. opacity:.8;
  178. }
  179.  
  180. .links a:hover {
  181. -moz-transition-duration:0.8s;
  182. -webkit-transition-duration:0.8s;
  183. -o-transition-duration:0.8s;
  184. -webkit-transition: all .70s ease;
  185. -o-transition: all .70s ease;
  186. color:#111
  187. }
  188.  
  189.  
  190.  
  191. #arvin {
  192. position:fixed;
  193. font-family:times;
  194. line-height:110%;
  195. font-size:10px;
  196. font-style:;
  197. width:94px;
  198. height:94px;
  199. margin-top:62px;
  200. padding:8px;
  201. margin-left:-50px;
  202. text-align:justify;
  203. padding:6px;
  204. overflow:auto;
  205. opacity:.9;
  206. color:{color:text};
  207. }
  208.  
  209. #arvin a {color:{color:text}; -moz-transition-duration:0.4s;
  210. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  211.  
  212.  
  213. #bonjovi {
  214. width:104px;
  215. height:100px;
  216. font-size:10px;
  217. text-align:center;
  218. margin-left:63px;
  219. margin-top:178px;
  220. position:fixed;
  221. font-family: times;
  222. letter-spacing:0px;
  223. }
  224.  
  225. #lb {
  226. position:fixed;
  227. bottom:10px;
  228. right:10px;
  229. font: 14px times;
  230. color: {color:#c9c9c9};
  231. border: 1px solid #e8e8e8;
  232. background-color: #FAFAFA;
  233. text-transform:lowercase;
  234. letter-spacing:0.5px;
  235. padding: 4px;}
  236.  
  237. #lb a {
  238. color:{color:link}; opacity:0.8;
  239. background-color: #fafafa;}
  240.  
  241. #lb a:hover {
  242. color:#fff; opacity:0.8;
  243. background-color: #000; opacity:0.8;}
  244.  
  245. #pls {
  246. text-align:left;
  247. margin-top:10px;
  248. text-transform:uppercase;
  249. font-size:8px;
  250. font-style:none;
  251. border-top:1px solid {color:Line}
  252. }
  253.  
  254.  
  255.  
  256. #tags {
  257. font-family:times;
  258. letter-spacing:0px;
  259. text-transform:normal;
  260. font-size:10px;
  261. margin-top:4px;
  262. text-align:center;
  263. }
  264.  
  265. #tags
  266. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  267. -webkit-transition: all 0.6s ease-in-out;
  268. -moz-transition: all 0.6s ease-in-out;
  269. -o-transition: all 0.6s ease-in-out;
  270. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  271.  
  272.  
  273.  
  274.  
  275. #askie {
  276. font-family:cambria;
  277. letter-spacing:1px;
  278. text-align:left;
  279. font-style:italic;
  280. margin-left:0px;
  281. padding:10px;
  282. text-align:left;
  283. color:#adadad;
  284. background-color:#fafafa;
  285. border-bottom:1px solid #efefef;
  286. border-right:1px solid #efefef;
  287. background-color:{color:ask background}
  288. }
  289.  
  290. {CustomCSS}
  291.  
  292.  
  293. </style></head>
  294.  
  295.  
  296. <body>
  297.  
  298. <div id="sidebar">
  299. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  300. <div id="bonivur"><img src="{image:sidebar 2}"></div>
  301.  
  302.  
  303. <div id="arvin">
  304. {Description}
  305. </div>
  306.  
  307.  
  308. <div class="links">
  309. <a title="index"href="/">.01</a><br>
  310. <a title="letters"href="/ask">.02</a><br>
  311. {block:ifLink1}<a title="{text:Link 1 Hover}"href="{text:Link1}">.03</a>{/block:ifLink1}<br>
  312. {block:ifLink2}<a title="{text:Link 2 Hover}"href="{text:Link2}">.04</a>{/block:ifLink2}<br>
  313.  
  314. </div>
  315.  
  316.  
  317. {block:Pagination}<div id="bonjovi">{block:PreviousPage}<a href="{PreviousPage}"><br><p>back</a>{/block:PreviousPage}<p> {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  318.  
  319. </div></div></div>
  320.  
  321. <div id="entries">{block:Posts}<div id="post">
  322.  
  323. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  324.  
  325. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  326.  
  327. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  328.  
  329. {block:Quote}{Quote}{/block:Quote}
  330.  
  331. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  332.  
  333. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  334.  
  335. {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>
  336. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  337. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  338. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  339. {/block:Audio}
  340.  
  341. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  342.  
  343. {block:Answer}<div id="askie"><span style="font-family:courier new;font-size:9px;font-style:italic;line-height:150%;">{Asker} sang: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  344.  
  345. <div id="pls">
  346. <br>posted <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} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  347. {block:HasTags}<div id="tags"> TAGGED AS:{block:Tags} <img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png"> <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  348. {/block:Posts}
  349. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  350. {/block:Posts}</div></div></div>
  351.  
  352. </body>
  353. <div id="lb">
  354. <a href="http://bonivur.tumblr.com">ℒℳℬ</a>
  355. </div>
  356. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement