Advertisement
loullipops

THEME 18~ CUT YOUR HAIR by loullipops

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