Advertisement
lennonthemes

Iver

Apr 28th, 2013
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.05 KB | None | 0 0
  1. <!-------ivur theme
  2. by bonivur.tumblr.com
  3. theme blog is nirvanaing.tumblr.com
  4. RULES:
  5. I. do not redistribute my themes.
  6. II. do not remove the credit.
  7. III. do not claim the code as your own.
  8. IV. you are allowed to do some HTML editing.
  9. V. do not use as a base code.
  10. *violators will be prosecuted to the full extent of the law!*
  11. THEME F.A.Q:
  12. I. may be used as base code if asked me and you leave ALL credit
  13. II. simple
  14. III. sidebar image
  15. IV. no infinitive scroll
  16. ------->
  17. <html>
  18. <head>
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head><title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  27.  
  28. <!---Default Variables--->
  29. <!---Colours--->
  30.  
  31. <meta name="color:Background" content="#ffffff"/>
  32. <meta name="color:Text" content="#333333"/>
  33. <meta name="color:Link" content="#717581"/>
  34. <meta name="color:Hover" content="#333333"/>
  35. <meta name="color:Border" content="#969696"/>
  36.  
  37. <!---Images--->
  38.  
  39. <meta name="image:Background" content=""/>
  40. <meta name="image:Sidebar" content="http://www.themahoganyblog.com/wp-content/uploads/2012/08/tumblr_m823bkxc6W1qll1ero1_1280.png"/>
  41.  
  42. <!---Links--->
  43.  
  44. <meta name="text:Link1" content="/" />
  45. <meta name="text:Link1 Title" content="" />
  46. <meta name="text:Link2" content="/" />
  47. <meta name="text:Link2 Title" content="" />
  48.  
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar {height: auto;width: 6px;}
  52. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  53. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  54.  
  55. body {
  56. background:{color:background};
  57. background-image: url('{image:background}') no-repeat fixed center;;
  58. margin:0px;
  59. color:{color:text};
  60. font-family:times;
  61. font-size:10px;
  62. line-height:100%;
  63. }
  64.  
  65. a {
  66. text-decoration:none;
  67. outline:none;
  68. -moz-outline-style:none;
  69. color:{color:link};
  70. -webkit-transition: all 0.5s ease;
  71. -moz-transition: all 0.5s ease;
  72. -o-transition: all 0.5s ease
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote blockquote {
  80. padding-left:5px;
  81. border-left:1px solid;
  82. }
  83.  
  84. h1 {
  85. font-size:12px;
  86. font-family:times;
  87. text-transform:uppercase;
  88. }
  89.  
  90. a:hover {
  91. opacity:10;
  92. color:{color:hover};
  93. -webkit-transition: all 0.7s ease;
  94. -moz-transition: all 0.7s ease;
  95. -o-transition: all 0.7s ease
  96. }
  97.  
  98. small{
  99. font-size:9px;
  100. line-height:110%
  101. }
  102.  
  103. big {
  104. font-size:12px;
  105. line-height:110%
  106. }
  107.  
  108. b, strong{
  109. color:{color:text}
  110. }
  111. i, em {
  112. color:{color:text}
  113. }
  114. p{
  115. margin-top:5px;
  116. margin-bottom:5px
  117. }
  118. blockquote {
  119. padding:0px;
  120. padding-left:5px;
  121. margin:5px;
  122. border-left:1px dotted {color:text}
  123. }
  124.  
  125. blockquote img {
  126. max-width:300px
  127. }
  128.  
  129. ul, li img {
  130. max-with:250px
  131. }
  132.  
  133. .audio {width:500px;height:160px;}
  134. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  135. .albumart img {width:150px;height:150px;float:left;}
  136. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  137. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  138. overflow:hidden;background-color:white;}
  139. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  140.  
  141. #entries {
  142. padding:10px;
  143. width:500px;
  144. margin-left:600px;
  145. margin-top:85px;
  146. }
  147.  
  148.  
  149. #post {
  150. width:500px;
  151. padding-bottom:3px;
  152. font-family:times;
  153. opacity:1;
  154. }
  155.  
  156. #sidebar {
  157. width:120px;
  158. position:fixed;
  159. margin-left:320px;
  160. margin-top:150px;
  161. opacity:1;
  162. }
  163.  
  164. #sidebarimage img{
  165. width:120px;
  166. padding:3px;
  167. border:0.5px solid;
  168. border-radius: 500px;
  169. border-color: {color:Border};
  170. -webkit-transition: all 0.5s ease;
  171. -moz-transition: all 0.5s ease;
  172. -o-transition: all 0.5s ease
  173. }
  174.  
  175. #links {
  176. font-family:times;
  177. font-size:11px;
  178. opacity:1;
  179. text-align:center;
  180. padding-top:54px;
  181. letter-spacing:1px;
  182. text-transform:uppercase;
  183. padding-bottom:5px;
  184. margin-top:-50px;
  185. margin-left:8px;
  186. }
  187.  
  188. #description {
  189. padding:5px;
  190. font-size:10px;
  191. font-style:italic;
  192. opacity: 0.8;
  193. text-align:center;
  194. margin-top:-2px;
  195. margin-left:6px;
  196. }
  197.  
  198. #pagination {
  199. font-size:9px;
  200. text-align:center;
  201. color:{color:link};
  202. font-family:consolas;
  203. letter-spacing:2px;
  204. margin-left:11px;
  205. }
  206.  
  207. #arvin {
  208. text-align:center;padding:5px;
  209. margin-top:5px;
  210. margin-bottom:10px;
  211. text-transform: uppercase;
  212. font-family:times;
  213. font-size:9px;
  214. }
  215.  
  216. #tags {
  217. font-family:times;
  218. letter-spacing:1px;
  219. text-transform:uppercase;
  220. font-size:9px;
  221. margin-top:4px;
  222. a {display:inline; background-color:{color:linkb};
  223. padding:-4px;
  224. text-align:left;
  225. -webkit-transition: all 0.6s ease-in-out;
  226. -moz-transition: all 0.6s ease-in-out;
  227. -o-transition: all 0.6s ease-in-out;
  228. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  229.  
  230. #asker {
  231. float:left;
  232. margin-right:5px;
  233. }
  234.  
  235. #asked {
  236. font-family:times;
  237. text-transform:lowercase;
  238. letter-spacing:1px;
  239. padding-bottom:3px;
  240. }
  241.  
  242. #notes {
  243. font-family:times;
  244. text-transform:lowercase;
  245. font-size:9px;
  246. }
  247.  
  248. #askie {
  249. font-family:times;
  250. font-style:italic;
  251. font-size:10px;
  252. }
  253.  
  254. #reply {
  255. font-family:times;
  256. text-transform:uppercase;
  257. font-size:10px;
  258. }
  259.  
  260. #merpydoo {
  261. position:fixed;
  262. font-family:times;
  263. font-size:12px;
  264. font-style:italic;
  265. line-height:150%;
  266. right:4px;
  267. bottom:4px;
  268. text-transform:lowercase;
  269. text-align:center;}
  270.  
  271. #merpydoo a {
  272. padding:3px;
  273. -moz-transition-duration:0.5s;
  274. -webkit-transition-duration:0.5s;
  275. -o-transition-duration:0.5s;}
  276.  
  277. #merpy {
  278. position:fixed;
  279. font-family:times;
  280. font-size:12px;
  281. font-style:italic;
  282. line-height:150%;
  283. right:4px;
  284. bottom:4px;
  285. text-transform:lowercase;
  286. text-align:center;}
  287.  
  288. #merpy a {
  289. padding:3px;
  290. -moz-transition-duration:0.5s;
  291. -webkit-transition-duration:0.5s;
  292. -o-transition-duration:0.5s;}
  293. {CustomCSS}</style></head><body>
  294. <div id="merpy"><a href="http://bonivur.tumblr.com/">ℬonivur theme </a></div>
  295. <div id="sidebar">
  296. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  297. <div id="links">
  298. <a href="/">home</a>
  299. <a href="/ask">mail</a>
  300. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  301. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  302. <a href="http://bonivur.tumblr.com/">©</a> <!---think about it...It's not right so leave it!--->
  303. </div>
  304.  
  305. <div id="description">{Description}</div>
  306.  
  307. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  308. </div>
  309.  
  310. <div id="entries">{block:Posts}<div id="post">
  311.  
  312. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  313.  
  314. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  315.  
  316. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  317.  
  318. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  319.  
  320. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  321.  
  322. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  323.  
  324. {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>
  325. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  326. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  327. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  328. {/block:Audio}
  329.  
  330. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  331.  
  332. {block:Answer}<div id="askie"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  333.  
  334. <div id="arvin">
  335. <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>
  336. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} TAGGED:<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  337. {/block:Posts}
  338. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  339. {/block:Posts}</div></div></div>
  340.  
  341.  
  342.  
  343. </body>
  344. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement