Advertisement
loullipops

THEME 19~ BAFFLED KING by loullipops

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