Advertisement
lennonthemes

smells like teen spirit

May 19th, 2013
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.36 KB | None | 0 0
  1. <!-------smells like teen spirit 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. links to the side
  13. II. simple
  14. III. rounded sidebar image
  15. IV. no infinitive scroll
  16. ------->
  17.  
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19.  
  20.  
  21. <head>
  22.  
  23.  
  24. <meta name="color:bg" content="#FFFFFF">
  25. <meta name="color:link" content="#E6E4E4">
  26. <meta name="color:hover" content="#454545">
  27. <meta name="color:infobg" content="#FCFCFC">
  28. <meta name="color:text" content="#9A9A9A">
  29. <meta name="color:tags" content="#EDEDED">
  30. <meta name="color:scrollbar" content="#D6D5D5">
  31. <meta name="color:border" content="#FAFAFA">
  32.  
  33. <meta name="image:sbimage" content="http://media.tumblr.com/a1f00efe25386b47b8f53c4acd989d8b/tumblr_inline_mn233unFkD1qz4rgp.png"/>
  34.  
  35. <meta name="text:link1" content="">
  36. <meta name="text:link1 url" content="/">
  37. <meta name="text:link2" content="">
  38. <meta name="text:link2 url" content="/">
  39.  
  40.  
  41. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  42. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <link rel="shortcut icon" href="{Favicon}" />
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  45. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  46. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51. a {
  52. color:{color:link};
  53. cursor: help;
  54. text-decoration:none;
  55. -moz-transition-duration:0.5s;
  56. -webkit-transition-duration:0.5s;
  57. -o-transition-duration:0.5s;
  58. }
  59.  
  60. a:hover {
  61. color:{color:hover};
  62. cursor: help;
  63. text-decoration:none;
  64. -moz-transition-duration:0.5s;
  65. -webkit-transition-duration:0.5s;
  66. -o-transition-duration:0.5s;
  67. }
  68.  
  69.  
  70. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  71. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  72. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  73.  
  74. body {
  75. background-color:{color:bg};
  76. font-family:Trebuchet MS;
  77. font-weight:normal;
  78. }
  79.  
  80.  
  81.  
  82.  
  83. h1 {
  84. padding:5px;
  85. text-align:right;
  86. font-weight:normal;
  87. color:{color:text};
  88. background-color:{color:border};
  89. margin-bottom:2px;
  90. letter-spacing:1px;
  91. text-transform:uppercase;
  92. font-size:7px;
  93. }
  94.  
  95. h2 {
  96. padding:10px;
  97. font-size:12px;
  98. font-weight:normal;
  99. margin-bottom:2px;
  100. text-align:left;
  101. color:{color:text};
  102. background-color:{color:infobg};
  103. }
  104.  
  105. h3 {
  106. font-size:9px;
  107. text-align:center;
  108. font-style:normal;
  109. line-height:120%;
  110. letter-spacing:1px;
  111. text-transform:uppercase;
  112. color:{color:text};
  113. }
  114.  
  115. h4 {
  116. font-size:9px;
  117. text-align:center;
  118. font-style:normal;
  119. line-height:120%;
  120. letter-spacing:-0.5px;
  121. color:{color:link};
  122. }
  123.  
  124. blockquote {
  125. border-left:2px solid {color:text};
  126. padding-left:5px;
  127. margin:5px;
  128. }
  129.  
  130. #arvin {
  131. text-align: center;
  132. margin:0px auto 0px auto;
  133. top:0;
  134. width:920px;
  135. }
  136.  
  137. #bon {
  138. color:{color:text};
  139. position:fixed;
  140. width:260px;
  141. top:0;
  142. height:100%;
  143. text-align:left;
  144. }
  145.  
  146. #ivur {
  147. background-color:{color:infobg};
  148. position:fixed;
  149. height:100%;
  150. width:150px;
  151. padding:20px;
  152. margin-left:90px;
  153. }
  154.  
  155. #ivur img {
  156. width:150px;
  157. margin-top:250px;
  158. z-index:0;
  159. background-color: #f93002;
  160. -moz-border-radius: 100px;
  161. -webkit-border-radius: 100px;
  162. border-radius: 100px;
  163. }
  164.  
  165. .links {
  166. width:50px;
  167. margin-top:275px;
  168. padding:20px;
  169. line-height:12px;
  170. text-align:right;
  171. letter-spacing:0px;
  172. z-index:9999;
  173. }
  174.  
  175. .links a{
  176. color:{color:link};
  177. font-size:12px;
  178. text-transform:uppercase;
  179. font-family:times;
  180. line-height:12px;
  181. font-style:none;
  182. text-decoration:none;
  183. -moz-transition-duration:0.7s;
  184. -webkit-transition-duration:0.7s;
  185. -o-transition-duration:0.7s;
  186. }
  187.  
  188. .links a:hover{
  189. color:black;
  190. font-size:14px;
  191. line-height:12px;
  192. -moz-transition-duration:0.7s;
  193. -webkit-transition-duration:0.7s;
  194. -o-transition-duration:0.7s;
  195. }
  196.  
  197. .kurtcobain {
  198. margin-top:10px;
  199. font-size:10px;
  200. letter-spacing:0px;
  201. text-align:center;
  202. line-height:90%;
  203. z-index:99999;
  204. color:{color:text};
  205. font-style:italic;
  206. }
  207.  
  208. .kurtcobain a {
  209. color:{color:text};
  210. letter-spacing:0px;
  211. }
  212.  
  213. .puppy {
  214. text-align:center;
  215. font-size:8px;
  216. width:100px;
  217. margin:25px;
  218. padding-top:5px;
  219. letter-spacing:0px;
  220. text-transform:uppercase;
  221. font-style:normal;
  222. color:{color:link};
  223. }
  224.  
  225. .puppy a {
  226. letter-spacing:1px;
  227. color:{color:link};
  228. }
  229.  
  230. #arvintheostrich {
  231. margin-left:280px;
  232. position:fixed;
  233. height:100%;
  234. width:540px;
  235. text-align:justify;
  236. color:{color:text};
  237. top:0;
  238. z-index:-99;
  239. background-color:white;
  240. bottom:0;
  241. }
  242.  
  243. #ostrich {
  244. width:500px;
  245. margin-left:300px;
  246. margin-top:100px;
  247. margin-bottom:100px;
  248. background-color:white;
  249. text-align:justify;
  250. font-size:9px;
  251. line-height:90%;
  252. letter-spacing:0px;
  253. color:{color:text};
  254. }
  255.  
  256. #potter {
  257. width:500px;
  258. margin-bottom:10px;
  259. text-align:justify;
  260. }
  261.  
  262. .caption {
  263. width:500px;
  264. text-align:justify;
  265. line-height:120%;
  266. }
  267.  
  268. .asker {
  269. padding:5px 10px 5px;
  270. letter-spacing:0px;
  271. text-align:left;
  272. color:{color:text};
  273. background-color:{color:border};
  274. margin-bottom:2px;
  275. text-transform:uppercase;
  276. font-size:7px;
  277. }
  278.  
  279. .asker a {
  280. color:{color:link};
  281. padding:0px;
  282. letter-spacing:0px;
  283. }
  284.  
  285. .askie {
  286. padding:10px;
  287. text-align:left;
  288. color:{color:text};
  289. background-color:{color:infobg};
  290. }
  291.  
  292. .reply {
  293. text-align:left;
  294. padding:10px;
  295. color:{color:text};
  296. }
  297.  
  298. .audio {
  299. width:500px;
  300. padding-bottom:10px;
  301. background-color:{color:infobg};
  302. }
  303.  
  304. .albumart {
  305. width:45px;
  306. height:45px;
  307. float:left;
  308. padding:10px;
  309. }
  310.  
  311. .albumart img {
  312. width:45px;
  313. height:45px;
  314. }
  315.  
  316. .playercontainer {
  317. text-align:left;
  318. margin:0px 10px 0px;
  319. padding:10px;
  320. background-color:#ffffff;
  321. width:460px;
  322. }
  323.  
  324. .audioinfo {
  325. padding:10px 10px 0px 10px;
  326. line-height:150%;
  327. height:45px;
  328. color:{color:text};
  329. }
  330.  
  331. .arvin {
  332. border-top:1px solid {color:border};
  333. text-transform:uppercase;
  334. padding:5px;
  335. font-style:normal;
  336. letter-spacing:0px;
  337. font-size:7px;
  338. color:{color:link};
  339. text-align:left;
  340. -moz-transition-duration:0.5s;
  341. -webkit-transition-duration:0.5s;
  342. -o-transition-duration:0.5s;
  343. }
  344.  
  345. .arvin a {
  346. color:{color:link};
  347. letter-spacing:1px;
  348. display:inline-block;
  349. padding-right:5px;
  350. font-style:normal;
  351. }
  352.  
  353. .arvin a:hover {
  354. color:{color:linkhover};
  355. }
  356.  
  357. .note {
  358. text-transform:uppercase;
  359. font-style:normal;
  360. letter-spacing:0px;
  361. font-size: 9px;
  362. text-align:left;
  363. line-height:90%;
  364. margin-left:-40px;
  365. }
  366.  
  367. .note li {
  368. list-style-type:none;
  369. border-bottom:1px solid {color:bg};
  370. padding:10px 25px 10px 25px;
  371. text-align:left;
  372. margin:0px;
  373. background-color:{color:sbarbg};
  374. -moz-transition-duration:0.5s;
  375. -webkit-transition-duration:0.5s;
  376. -o-transition-duration:0.5s;
  377. }
  378.  
  379. .note li:hover {
  380. background-color:{color:infobg};
  381. -moz-transition-duration:0.5s;
  382. -webkit-transition-duration:0.5s;
  383. -o-transition-duration:0.5s;
  384. }
  385.  
  386. .note img {
  387. display:none;
  388. }
  389.  
  390. .tags {
  391. font-style:normal;
  392. text-transform:uppercase;
  393. text-align:left;
  394. color:{color:text};
  395. letter-spacing:1px;
  396. line-height:100%;
  397. font-size:7px;
  398. text-align:left;
  399. -moz-transition-duration:0.5s;
  400. -webkit-transition-duration:0.5s;
  401. -o-transition-duration:0.5s;
  402. }
  403.  
  404. .tags a {
  405. color:{color:tags};
  406. letter-spacing:1px;
  407. display:inline-block;
  408. padding:0px 5px 0px;
  409. }
  410.  
  411. .tags a:hover {
  412. color:{color:linkhover};
  413. }
  414.  
  415. ul.chat, .chat ol, .chat li {
  416. list-style:none;
  417. margin:0px;
  418. padding:5px;
  419. }
  420.  
  421. .chat li:nth-child(odd) {
  422. background-color:{color:bg};
  423. }
  424.  
  425. .chat li:nth-child(even) {
  426. background-color:{color:infobg};
  427. }
  428.  
  429. .label {
  430. text-decoration:underline;
  431. font-weight:700;
  432. background-color:{color:infobg};
  433. margin-right:5px;
  434. }
  435. #merp {
  436. position:fixed;
  437. font-size:14px;
  438. font-weight:normal;
  439. line-height:150%;
  440. letter-spacing:0px;
  441. right:25px;
  442. bottom:10px;
  443. text-transform:uppercase;
  444. text-align:center;
  445. border: 1px solid #ccc
  446.  
  447. }
  448.  
  449. #merp a {
  450. padding:1px;
  451. color:#7d807f;
  452. -moz-transition-duration:0.5s;
  453. -webkit-transition-duration:0.5s;
  454. -o-transition-duration:0.5s;
  455. }
  456.  
  457. {CustomCSS}
  458.  
  459. </style></head>
  460.  
  461. <body>
  462. <div id="arvin">
  463. <div id="bon">
  464. <div id="ivur">
  465. <img src="{image:sbimage}">
  466. <div class="kurtcobain">
  467. {Description}
  468. {block:Pagination}
  469. <div class="puppy">
  470. {block:PreviousPage}
  471. <a href="{PreviousPage}"><</a>
  472. {/block:PreviousPage}
  473. &nbsp;page {CurrentPage} of {TotalPages}&nbsp;
  474. {block:NextPage}
  475. <a href="{NextPage}">></a>
  476. {/block:NextPage}
  477. </div>
  478. {/block:Pagination}
  479. </div>
  480. </div>
  481. <div class="links">
  482. <a href="/">index</a><br>
  483. <a href="/ask">letters</a><br>
  484. {block:IfLink1}
  485. <a href="{text:link1 url}">{text:link1}</a><br>
  486. {/block:IfLink1}
  487. {block:IfLink2}
  488. <a href="{text:link2 url}">{text:link2}</a><br>
  489. {/block:IfLink2}
  490. <a href="http://bonivur.tumblr.com/">Credit</a>
  491. </div>
  492. </div>
  493.  
  494.  
  495. <div id="arvintheostrich">
  496. </div>
  497. {block:Posts}
  498. <div id="ostrich">
  499.  
  500. <div id="potter">
  501.  
  502. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  503.  
  504. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  505.  
  506. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  507. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  508.  
  509. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  510.  
  511. {block:Photoset}<center>{Photoset-500}</center>
  512. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  513.  
  514. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}{Label}{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  515.  
  516. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  517.  
  518. {block:Answer}<div class="askie">{Asker} asked:</div><div class="ask">{Question}</div><div class="reply">{Answer}</div>{/block:answer}
  519.  
  520. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  521. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  522. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  523. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  524. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  525.  
  526. </div>
  527.  
  528. <div id="arvin">
  529. <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>
  530. {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>
  531. {/block:Posts}
  532. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  533. {/block:Posts}</div></div></div>
  534. </body><div id="merp">
  535. <a href="http://bonivur.tumblr.com/" target:"_blank">ℒℬ</a>
  536. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement