Advertisement
loullipops

THEME 12~ STARS by loullipops

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