Advertisement
loullipops

THEME 8~ WATERFALL by loullipops

Mar 16th, 2013
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.00 KB | None | 0 0
  1. <style> body, a, a:hover { cursor:url('http://www.dolliehost.com/dolliecrave/cursors/cursors-arrow/arrow38.gif'), auto }</style>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html>
  4.  
  5.  
  6. <!-- THEME BY LOULLIPOPS,
  7. REMOVE CREDIT AND I'LL FIND YOU.
  8. I SWEAR.-->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <!--we live in a world so hateful that some would rather die than be who they are-->
  13.  
  14.  
  15. <head>
  16.  
  17.  
  18. <meta name="color:bg" content="#FFFFFF">
  19. <meta name="color:link" content="#E6E4E4">
  20. <meta name="color:hover" content="#454545">
  21. <meta name="color:infobg" content="#FCFCFC">
  22. <meta name="color:text" content="#9A9A9A">
  23. <meta name="color:tags" content="#EDEDED">
  24. <meta name="color:scrollbar" content="#D6D5D5">
  25. <meta name="color:linkborder" content="#FAFAFA">
  26. <meta name="color:linkbg" content="#FAFAFA">
  27. <meta name="color:postborder" content:#>
  28. <meta name="color:descriptionbg" contene:#>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31.  
  32.  
  33. <meta name="text:linkA" content="">
  34. <meta name="text:linkA url" content="/">
  35. <meta name="text:linkB" content="">
  36. <meta name="text:linkB url" content="/">
  37. <meta name="text:linkC" content="">
  38. <meta name="text:linkC url" content="/">
  39. <meta name="text:linkD" content="">
  40. <meta name="text:linkD url" content="/">
  41.  
  42. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  43. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  44. <link rel="shortcut icon" href="{Favicon}" />
  45. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  46. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  47. <link href='http://fonts.googleapis.com/css?family=Strait' rel='stylesheet' type='text/css'>
  48.  
  49. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  50.  
  51. <style>
  52. div#qTip {
  53. padding: 1px;
  54. display: none;
  55. text-align: center;
  56. position: absolute;
  57. font-size:7px;
  58. line-height:10px;
  59. font-family:cambria;
  60. z-index: 1000;
  61. background: {color:linkbg};
  62. border:1px solid {color:linkborder};
  63. color: {color:text};
  64. text-transform:uppercase;
  65. letter-spacing: 1px;
  66. }
  67. </style>
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. a {
  73. color:{color:link};
  74. text-decoration:none;
  75. -moz-transition-duration:0.5s;
  76. -webkit-transition-duration:0.5s;
  77. -o-transition-duration:0.5s;
  78. }
  79.  
  80. a:hover {
  81. color:{color:hover};
  82. text-decoration:none;
  83. -moz-transition-duration:0.5s;
  84. -webkit-transition-duration:0.5s;
  85. -o-transition-duration:0.5s;
  86. }
  87.  
  88.  
  89. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:5px}
  90. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  91. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  92.  
  93. #bite
  94. #bite a{
  95. display:block
  96. }
  97. #bite .death {
  98. margin-top:-12px;filter: alpha(opacity = 0);
  99. opacity:0;-webkit-transition: all 0.5s ease-out;
  100. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  101. }
  102.  
  103. #bite:hover .death {
  104. margin-top:0px;
  105. -webkit-transition: all 0.8s ease-out;
  106. -moz-transition: all 0.8s ease-out;
  107. transition: all 0.8s ease-out;
  108. filter: alpha(opacity = 100);
  109. filter: alpha(opacity = 100);
  110. opacity:100;
  111. }
  112.  
  113. body {
  114. background-color:{color:bg};
  115. font-family:cambria;
  116. font-weight:light;
  117. }
  118.  
  119.  
  120.  
  121.  
  122. h1 {
  123. font-weight:normal;
  124. font-size:8px;
  125. text-align:center;
  126. font-style:normal;
  127. line-height:80%;
  128. letter-spacing:1px;
  129. text-transform:uppercase;
  130. color:{color:text};
  131. font-family:cambria;
  132. }
  133.  
  134. h2 {
  135. font-size:15px;
  136. text-align:center;
  137. line-height:100%;
  138. letter-spacing:-0.5px;
  139. color:{color:text};
  140. font-weight:normal;
  141. padding:5px;
  142. padding-bottom:2px;
  143. }
  144.  
  145.  
  146. blockquote {
  147. border-left:2px solid {color:text};
  148. padding-left:5px;
  149. margin:5px;
  150. }
  151.  
  152. #theme {
  153. background-color:{color:bg};
  154. width:700px;
  155. margin: 0 auto -12px auto;
  156. text-align: center;
  157. }
  158.  
  159. #sidebar {
  160. color:{color:text};
  161. position:fixed;
  162. width:150px;
  163. height:auto;
  164. margin-top:180px;
  165. text-align:left;
  166. }
  167.  
  168. #sidebar img {
  169. width:125px;
  170. height:500px;
  171. margin-bottom:-5px;
  172. margin-top:-178px;
  173. }
  174.  
  175.  
  176. .links {
  177. margin-bottom:2px;
  178. font-size:8px;
  179. font-family: cambria;
  180. text-transform:uppercase;
  181. text-align:center;
  182. width:123px;
  183. height:30px;
  184. letter-spacing:5px;
  185. line-height:190%;
  186. border: solid 1px {color:linkborder};
  187. background: {color:linkbg};
  188. padding: 0px;
  189. }
  190.  
  191. .links a{
  192. padding:1px;
  193. color:{color:text};
  194. letter-spacing:0px;
  195. text-decoration:none;
  196. -moz-transition-duration:2s;
  197. -webkit-transition-duration:2s;
  198. -o-transition-duration:2s;
  199. }
  200.  
  201. .links a:hover{
  202. color:{color:hover};
  203. -moz-transition-duration:3s;
  204. -webkit-transition-duration:3s;
  205. -o-transition-duration:3s;
  206. }
  207.  
  208. .desc {
  209. margin-left: 0px;
  210. margin-top: -340px;
  211. width:105px
  212. height:auto;
  213. text-transform:none;
  214. font-size:8px;
  215. position:fixed;
  216. opacity:1;
  217. background-color:{color:descriptionbg};
  218. text-align: center;
  219. margin-bottom:10px;
  220. padding: 10px;
  221. padding-bottom:10px;
  222. -webkit-transition:0.5s linear;
  223. }
  224.  
  225. .desc a{
  226. font-family:cambria;
  227. font-style:normal;
  228. font-size:8px;
  229. text-transform:none;
  230. margin-left:3px;
  231. display:block;
  232. margin-top:3px;
  233. line-height:21px;
  234. margin-bottom:3px;
  235. padding-left:3px;
  236. letter-spacing:2px;
  237. text-decoration:none;
  238. -moz-transition-duration:1s;
  239. -webkit-transition-duration:1s;
  240. -o-transition-duration:1s;
  241. }
  242.  
  243. .pagi {
  244. font-size:9px;
  245. text-transform:lowercase;
  246. letter-spacing:3px;
  247. margin-left:-20px;
  248. font-style:normal;
  249. text-align:center;
  250. }
  251.  
  252. .pagi a {
  253. color:{color:link};
  254. }
  255.  
  256. #stuffcontainer {
  257. float:left;
  258. margin-left:200px;
  259. margin-top:75px;
  260. text-align:justify;
  261. background-color:{color:bg};
  262. color:{color:text};
  263. margin-bottom: 35px;
  264. }
  265.  
  266.  
  267.  
  268. #stuff {
  269. width:500px;
  270. margin-top:20px;
  271. text-align:justify;
  272. font-size:11px;
  273. line-height:90%;
  274. letter-spacing:0x;
  275. color:{color:text};
  276. padding:8px;
  277. border-top:1px solid {color:postborder};
  278. border-left:1px solid {color:postborder};
  279. border-right:1px solid {color:postborder};
  280. border-bottom:1px solid {color:postborder};
  281. }
  282.  
  283. .caption {
  284. width:500px;
  285. text-align:justify;
  286. line-height:120%;
  287. }
  288.  
  289. .ask {
  290. padding:10px;
  291. text-align:left;
  292. color:{color:text};
  293. background-color:{color:infobg};
  294. }
  295.  
  296. .ans {
  297. text-align:left;
  298. padding:10px;
  299. color:{color:text};
  300. }
  301.  
  302. .audio {
  303. width:500px;
  304. padding-bottom:10px;
  305. background-color:{color:infobg};
  306. }
  307.  
  308. .albumart {
  309. float:left;
  310. padding:0px 10px 10px 0px;
  311. }
  312.  
  313. .albumart img {
  314. width:45px;
  315. height:45px;
  316. }
  317.  
  318. .playercontainer {
  319. text-align:left;
  320. padding:10px;
  321. background-color:#ffffff;
  322. width:480px;
  323. }
  324.  
  325. .audioinfo {
  326. padding:10px;
  327. color:{color:text};
  328. }
  329.  
  330. #postinfo {
  331. width:490px;
  332. padding:5px;
  333. font-size:8px;
  334. color:{color:link};
  335. text-transform:lowercase;
  336. font-style:normal;
  337. letter-spacing:2px;
  338. text-align:left;
  339. padding:5px;
  340. border-top:1px dotted {color:postborder};
  341. -moz-transition-duration:0.5s;
  342. -webkit-transition-duration:0.5s;
  343. -o-transition-duration:0.5s;
  344. }
  345.  
  346. #postinfo a {
  347. color:{color:text};
  348. text-align:center;
  349. letter-spacing:1px;
  350. font-style:normal;
  351. }
  352.  
  353. #postinfo a:hover {
  354. color:{color:hover};
  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:border};
  370. padding:10px 25px 10px 25px;
  371. text-align:left;
  372. margin:0px;
  373. -moz-transition-duration:0.5s;
  374. -webkit-transition-duration:0.5s;
  375. -o-transition-duration:0.5s;
  376. }
  377.  
  378. .tags {
  379. font-style:normal;
  380. width:500px;
  381. text-transform:lowercase;
  382. font-style:normal;
  383. color:{color:tags};
  384. letter-spacing:2px;
  385. line-height:120%;
  386. font-size:8px;
  387. text-align:left;
  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:tags};
  396. letter-spacing:1px;
  397. padding:1px;
  398. }
  399.  
  400. .tags a:hover {
  401. color:{color:link};
  402. }
  403.  
  404. ul.chat, .chat ol, .chat li {
  405. list-style:none;
  406. margin:0px;
  407. padding:2px;
  408. }
  409.  
  410. .label {
  411. text-decoration:none;
  412. font-weight:700;
  413. background-color:{color:infobg};
  414. margin-right:5px;
  415. }
  416.  
  417. #credit {
  418. position:fixed;
  419. font-size:8px;
  420. font-weight:normal;
  421. line-height:150%;
  422. letter-spacing:2px;
  423. right:-80px;
  424. bottom:15px;
  425.  
  426. text-transform:uppercase;
  427. text-align:center;
  428. -moz-transition-duration:0.5s;
  429. -webkit-transition-duration:0.5s;
  430. -o-transition-duration:0.5s;
  431. }
  432.  
  433. #credit a {
  434. padding:3px;
  435. color:{color:link};
  436. border: 1px solid {color:border};
  437. background-color:white;
  438. -moz-transition-duration:0.5s;
  439. -webkit-transition-duration:0.5s;
  440. -o-transition-duration:0.5s;
  441. }
  442.  
  443. #credit:hover {
  444. right:5px;
  445. color:{color:link}
  446. -moz-transition-duration:0.5s;
  447. -webkit-transition-duration:0.5s;
  448. -o-transition-duration:0.5s;
  449. }
  450.  
  451.  
  452. {CustomCSS}
  453.  
  454.  
  455. </style></head>
  456.  
  457. <body>
  458. <div id="theme">
  459. <div id="bite">
  460. <div id="sidebar">
  461. <img src="{image:sidebar}">
  462. <div class="qTip">
  463. <div class="links">
  464. <p>
  465. {block:IfLinkA}
  466. <a href="{text:linkA url}" title="{text:LinkA}">.I</a>&nbsp;
  467. {/block:IfLinkA}
  468. {block:IfLinkB}
  469. <a href="{text:linkB url}"title="{text:linkB}">.II</a>&nbsp;
  470. {/block:IfLinkB}
  471. {block:IfLinkC}
  472. <a href="{text:linkC url}"title="{text:linkC}">.III</a>&nbsp;
  473. {/block:IfLinkC}
  474. {block:IfLinkD}
  475. <a href="{text:linkD url}"title="{text:linkD}">.IV</a>
  476. {/block:IfLinkD}
  477. </div>
  478. </p>
  479. <div class="death">
  480. <div class="desc">
  481. {Description}
  482. </div>
  483. {block:Pagination}
  484. <div class="pagi">
  485. {block:PreviousPage}
  486. <a href="{PreviousPage}">←</a>
  487. {/block:PreviousPage}
  488. {block:NextPage}
  489. <a href="{NextPage}">→</a>
  490. {/block:NextPage}
  491. </div>
  492. {/block:Pagination}
  493. </div></div>
  494. </div>
  495.  
  496. <div id="stuffcontainer">
  497.  
  498. {block:Posts}
  499.  
  500. <div id="stuff">
  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}<span class="label">{Label}</span>{/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="ask">{Asker} yelled: {Question}</div><div class="ans">{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}<br>{/block:Audio}
  525.  
  526. {block:Date}<div id="postinfo">{MonthNumberWithZero}/{DayOfMonthWithZero} | <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  527. {block:ContentSource} + <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  528. {block:HasTags}
  529. <div class="tags">
  530. {block:Tags}x<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  531. {/block:HasTags}
  532. <div class="note">
  533. {block:PostNotes}{PostNotes}{/block:PostNotes}
  534. </div>
  535. </div>
  536. {/block:Posts}
  537.  
  538.  
  539. </div>
  540. <div id="credit"><a href="http://loullipops.tumblr.com/">❥LT&nbsp;<b>loullipops</b> </a></div>
  541. </div>
  542. </div>
  543. </div>
  544.  
  545. </div>
  546.  
  547. </body>
  548. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement