Advertisement
loullipops

THEME 27~ TEENAGERS by loullipops

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