Advertisement
loullipops

THEME 21~ STAIN by loullipops

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