Advertisement
lennonthemes

hiatus theme 1

May 30th, 2013
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 KB | None | 0 0
  1. <!---hiatus theme by lmb themes (bonivur) leave all credit please-->
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <head>
  6.  
  7.  
  8.  
  9. <meta name="color:link" content="#B8B8B8">
  10. <meta name="color:hover" content="#454545">
  11. <meta name="color:text" content="#9A9A9A">
  12. <meta name="color:scrollbar" content="#D6D5D5">
  13.  
  14.  
  15. <meta name="text:Link 1" content="">
  16. <meta name="text:Link 1 url" content="">
  17. <meta name="text:Link 2" content="">
  18. <meta name="text:Link 2 url" content="">
  19. <meta name="text:Link 3" content="">
  20. <meta name="text:Link 3 url" content="">
  21.  
  22.  
  23. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  24. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27.  
  28. <style type="text/css">
  29. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  30.  
  31. a {
  32. color:{color:link};
  33. text-decoration:none;
  34. -moz-transition-duration:0.5s;
  35. -webkit-transition-duration:0.5s;
  36. -o-transition-duration:0.5s;
  37. }
  38.  
  39. a:hover {
  40. color:{color:hover};
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47.  
  48. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  49. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  50. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  51.  
  52. body {
  53. background-color:{color:bg};
  54. font-family:Calibri;
  55. font-weight:normal;
  56. }
  57.  
  58.  
  59.  
  60.  
  61. h1 {
  62. font-weight:normal;
  63. font-size:10px;
  64. text-align:center;
  65. font-style:normal;
  66. line-height:80%;
  67. letter-spacing:1px;
  68. text-transform:uppercase;
  69. color:{color:text};
  70. }
  71.  
  72. h2 {
  73. font-size:15px;
  74. text-align:center;
  75. line-height:100%;
  76. letter-spacing:-0.5px;
  77. color:{color:text};
  78. font-weight:normal;
  79. padding:5px;
  80. padding-bottom:2px;
  81. }
  82.  
  83.  
  84. blockquote {
  85. border-left:2px solid {color:text};
  86. padding-left:5px;
  87. margin:5px;
  88. }
  89.  
  90. #theme {
  91. background-color:{color:bg};
  92. width:700px;
  93. margin: 0 auto -12px auto;
  94. text-align: center;
  95. }
  96.  
  97. #sidebar {
  98. color:{color:text};
  99. position:fixed;
  100. width:130px;
  101. height:auto;
  102. margin-top:180px;
  103. text-align:left;
  104. }
  105.  
  106. #sidebar img {
  107. width:130px;
  108. height:130px;
  109. margin-bottom:10px;
  110. }
  111.  
  112.  
  113. .links {
  114. position:fixed;
  115. width:500PX;
  116. font-family:cambria;
  117. margin-left:105px;
  118. margin-top:-60px;
  119. font-size:12px;
  120. text-transform:lowercase;
  121. border-bottom: 1px solid #000
  122. font-style:italic;
  123. text-align:center;
  124. letter-spacing:0px;
  125. line-height:100%;
  126. }
  127.  
  128. .links a{
  129. opacity:1;
  130. display:inline-block;
  131. background:#000;
  132. padding:2px;
  133. color:#fff;
  134. letter-spacing:0px;
  135. text-decoration:none;
  136. -moz-transition-duration:1s;
  137. -webkit-transition-duration:1s;
  138. -o-transition-duration:1s;
  139. }
  140.  
  141. .links a:hover{
  142. background-color:#fff;
  143. text-decoration:none;
  144. color:#000;
  145. -moz-transition-duration:1s;
  146. -webkit-transition-duration:1s;
  147. -o-transition-duration:1s;
  148. }
  149.  
  150. .bonjovi {
  151. margin-top:200px;
  152. margin-left:175px;
  153. width:400px;
  154. font-family:cambria;
  155. font-style:italic;
  156. border-top: 1px solid #000
  157. margin-bottom:10px;
  158. text-align:left;
  159. font-size:9px;
  160. color:{color:text};
  161. letter-spacing:0px;
  162. line-height:150%;
  163. }
  164.  
  165. .bonjovi a {
  166. color:{color:link};
  167. }
  168.  
  169. .ashotintheheart {
  170. font-size:8px;
  171. text-transform:uppercase;
  172. letter-spacing:3px;
  173. font-style:normal;
  174. text-align:center;
  175. }
  176.  
  177. .ashotintheheart a {
  178. color:{color:link};
  179. }
  180.  
  181. #stuffcontainer {
  182. float:left;
  183. margin-left:200px;
  184. margin-top:95px;
  185. text-align:justify;
  186. background-color:{color:bg};
  187. color:{color:text};
  188. margin-bottom: 35px;
  189. }
  190.  
  191. #lb {
  192. position:fixed;
  193. bottom:10px;
  194. right:10px;
  195. font: 14px times;
  196. color: {color:#c9c9c9};
  197. border: 1px solid #e8e8e8;
  198. background-color: #FAFAFA;
  199. text-transform:lowercase;
  200. letter-spacing:0.5px;
  201. padding: 4px;}
  202.  
  203. #lb a {
  204. color:{color:link}; opacity:0.8;
  205. background-color: #fafafa;}
  206.  
  207. #lb a:hover {
  208. color:#fff; opacity:0.8;
  209. background-color: #000; opacity:0.8;}
  210.  
  211. #stuff {
  212. width:500px;
  213. margin-top:35px;
  214. text-align:justify;
  215. font-size:11px;
  216. line-height:90%;
  217. letter-spacing:0x;
  218. color:{color:text};
  219. }
  220.  
  221. .caption {
  222. width:500px;
  223. text-align:justify;
  224. line-height:120%;
  225. }
  226.  
  227. .ask {
  228. padding:5px;
  229. font-family:cambria;
  230. font-style:italic;
  231. text-align:left;
  232. margin-left:10px;
  233. color:{color:text};
  234. border-left:2px solid #f1f1f1;
  235. }
  236.  
  237. .ans {
  238. text-align:left;
  239. padding:1px;
  240. margin-bottom:-10px;
  241. color:{color:text};
  242. }
  243.  
  244. .audio {
  245. width:500px;
  246. padding-bottom:10px;
  247. }
  248.  
  249. .albumart {
  250. float:left;
  251. padding:0px 10px 10px 0px;
  252. }
  253.  
  254. .albumart img {
  255. width:100px;
  256. height:100px;
  257. }
  258.  
  259. .playercontainer {
  260. text-align:left;
  261. padding:10px;
  262. background-color:#ffffff;
  263. width:480px;
  264. }
  265.  
  266. .audioinfo {
  267. padding:10px;
  268. color:{color:text};
  269. }
  270.  
  271. #postinfo {
  272. color:{color:text};
  273. text-align:right;
  274. font-family:calibri;
  275. font-size: 8px;
  276. letter-spacing:0px;
  277. font-style: normal;
  278. margin-top:10px;
  279. border-top: 1px solid #fafafa;
  280. padding:3px;
  281. text-transform:uppercase;
  282. }
  283.  
  284. #postinfo a {
  285. color:{color:text};
  286. text-align:center;
  287. letter-spacing:0px;
  288. font-style:normal;
  289. }
  290.  
  291. #postinfo a:hover {
  292. color:{color:hover};
  293. }
  294.  
  295. #title {
  296. position:fixed;
  297. color:#000;
  298. letter-spacing:0px;
  299. text-align:left;
  300. margin-top:-100px;
  301. width:500px;
  302. z-index:100;
  303. font-size:30px;
  304. letter-spacing:-1px;
  305. font-family: customfont;
  306. text-transform:lowercase;
  307. padding:5px;
  308. line-height:23px;
  309. margin-left:265px;
  310. }
  311.  
  312. #bonivur {
  313. position:fixed;
  314. color:#000;
  315. letter-spacing:2px;
  316. text-align:center;
  317. margin-top:-85px;
  318. width:500px;
  319. z-index:100;
  320. font-size:10px;
  321. letter-spacing:1px;
  322. font-family: calibri;
  323. text-transform:lowercase;
  324. font-style:italic;
  325. padding:5px;
  326. line-height:23px;
  327. margin-left:147px;
  328. }
  329.  
  330. @font-face {font-family: customfont; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');
  331.  
  332. #whoa {
  333. margin-top:-100px;
  334. position:fixed;
  335. background-color:#fefefe;
  336. opacity:1;
  337. width:520px;
  338. height:80px;
  339. margin-left:120px;
  340. border-bottom:1px solid #f1f1f1;
  341. }
  342.  
  343. #askie {
  344. width:400px;
  345. margin-top:10px;
  346. margin-left:110px;
  347. background-color:#f1f1f1;
  348. padding-top:9px;
  349. padding-bottom:1px;
  350. padding-right:20px;
  351. padding-left:20px;
  352. border-radius:10px;
  353. }
  354.  
  355.  
  356. .note {
  357. text-transform:uppercase;
  358. font-style:normal;
  359. letter-spacing:0px;
  360. font-size: 9px;
  361. text-align:left;
  362. line-height:90%;
  363. margin-left:-40px;
  364. }
  365.  
  366. .note li {
  367. list-style-type:none;
  368. border-bottom:1px solid {color:border};
  369. padding:10px 25px 10px 25px;
  370. text-align:left;
  371. margin:0px;
  372. -moz-transition-duration:0.5s;
  373. -webkit-transition-duration:0.5s;
  374. -o-transition-duration:0.5s;
  375. }
  376.  
  377. .tags {
  378. margin-top:-5px;
  379. font-family:calibri;
  380. font-style:normal;
  381. width:500px;
  382. text-transform:lowercase;
  383. color:{color:text};
  384. letter-spacing:0px;
  385. line-height:120%;
  386. font-size:8px;
  387. text-align:right;
  388. padding:2px;
  389. -moz-transition-duration:0.5s;
  390. -webkit-transition-duration:0.5s;
  391. -o-transition-duration:0.5s;
  392. }
  393.  
  394. .tags a {
  395. color:{color:text};
  396. letter-spacing:0px;
  397. padding:1px;
  398. }
  399. ul.chat, .chat ol, .chat li {
  400. list-style:none;
  401. margin:0px;
  402. padding:2px;
  403. }
  404.  
  405. .label {
  406. text-decoration:underline;
  407. font-weight:700;
  408. background-color:{color:infobg};
  409. margin-right:5px;
  410. }
  411.  
  412.  
  413.  
  414. {CustomCSS}
  415.  
  416. </style></head>
  417.  
  418. <body>
  419. <div id="theme">
  420. <div id="whoa"></div>
  421. <div id="title">hiatus;</div>
  422. <div id="bonivur">gone for awhile</div>
  423. <div class="links">
  424. <a href="{text:Link 1 url}">{text:Link 1}</a>
  425. <a href="{text:Link 2 url}">{text:Link 2}</a>
  426. <a href="{text:Link 3 url}">{text:Link 3}</a>
  427. <a href="http://bonivur.tumblr.com/">credit</a>
  428. </div>
  429. <div class="bonjovi">
  430. {Description}
  431. </div> <br><center>
  432. <iframe frameborder="0" border="0" scrolling="no" width="350" height="280" allowtransparency="true" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;"></iframe>
  433. </center>
  434. </div>
  435. </div>
  436. </div>
  437. </body>
  438. <div id="lb">
  439. <a href="http://bonivur.tumblr.com">ℒℳℬ</a>
  440. </div>
  441. </div></div></div></div></div></div></div></div></div></div>
  442. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement