Advertisement
loullipops

THEME 5~ MOCKINGJAY by loullipops

Mar 3rd, 2013
478
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.39 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- THEME BY LOULLIPOPS,
  4. REMOVE CREDIT AND I'LL FIND YOU.
  5. I SWEAR.-->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:link" content="#E6E4E4">
  15. <meta name="color:hover" content="#454545">
  16. <meta name="color:infobg" content="#FCFCFC">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:tags" content="#EDEDED">
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20. <meta name="color:linkborder" content="#FAFAFA">
  21. <meta name="color:linkbg" content="#FAFAFA">
  22. <meta name="color:postborder" content:#>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25.  
  26. <meta name="text:linkA" content="">
  27. <meta name="text:linkA url" content="/">
  28. <meta name="text:linkB" content="">
  29. <meta name="text:linkB url" content="/">
  30. <meta name="text:linkC" content="">
  31. <meta name="text:linkC url" content="/">
  32. <meta name="text:linkD" content="">
  33. <meta name="text:linkD url" content="/">
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  40. <link href='http://fonts.googleapis.com/css?family=Strait' rel='stylesheet' type='text/css'>
  41.  
  42. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  43.  
  44. <style>
  45. div#qTip {
  46. padding: 1px;
  47. display: none;
  48. text-align: center;
  49. position: absolute;
  50. font-size:7px;
  51. line-height:10px;
  52. font-family:cambria;
  53. z-index: 1000;
  54. background: {color:linkbg};
  55. border:1px solid {color:linkborder};
  56. color: {color:text};
  57. text-transform:uppercase;
  58. letter-spacing: 1px;
  59. }
  60. </style>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66.  
  67.  
  68.  
  69. a {
  70. color:{color:link};
  71. text-decoration:none;
  72. -moz-transition-duration:0.5s;
  73. -webkit-transition-duration:0.5s;
  74. -o-transition-duration:0.5s;
  75. }
  76.  
  77. a:hover {
  78. color:{color:hover};
  79. text-decoration:none;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  83. }
  84.  
  85.  
  86. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:5px}
  87. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  88. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  89.  
  90. #bite
  91. #bite a{
  92. display:block
  93. }
  94. #bite .death {
  95. margin-top:-12px;filter: alpha(opacity = 0);
  96. opacity:0;-webkit-transition: all 0.5s ease-out;
  97. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  98. }
  99.  
  100. #bite:hover .death {
  101. margin-top:0px;
  102. -webkit-transition: all 0.8s ease-out;
  103. -moz-transition: all 0.8s ease-out;
  104. transition: all 0.8s ease-out;
  105. filter: alpha(opacity = 100);
  106. filter: alpha(opacity = 100);
  107. opacity:100;
  108. }
  109.  
  110. body {
  111. background-color:{color:bg};
  112. font-family:strait;
  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:uppercase;
  127. color:{color:text};
  128. font-family:Ubuntu Mono;
  129. }
  130.  
  131. h2 {
  132. font-size:15px;
  133. text-align:center;
  134. line-height:100%;
  135. letter-spacing:-0.5px;
  136. color:{color:text};
  137. font-weight:normal;
  138. padding:5px;
  139. padding-bottom:2px;
  140. }
  141.  
  142.  
  143. blockquote {
  144. border-left:2px solid {color:text};
  145. padding-left:5px;
  146. margin:5px;
  147. }
  148.  
  149. #theme {
  150. background-color:{color:bg};
  151. width:700px;
  152. margin: 0 auto -12px auto;
  153. text-align: center;
  154. }
  155.  
  156. #sidebar {
  157. color:{color:text};
  158. position:fixed;
  159. width:150px;
  160. height:auto;
  161. margin-top:180px;
  162. text-align:left;
  163. }
  164.  
  165. #sidebar img {
  166. width:125px;
  167. height:125px;
  168. margin-bottom:10px;
  169. }
  170.  
  171.  
  172. .links {
  173. margin-bottom:2px;
  174. font-size:8px;
  175. font-family: cambria;
  176. text-transform:uppercase;
  177. text-align:center;
  178. width:125px;
  179. letter-spacing:5px;
  180. line-height:190%;
  181. border: solid 1px {color:linkborder};
  182. background: {color:linkbg};
  183. padding: 0px;
  184. }
  185.  
  186. .links a{
  187. padding:1px;
  188. color:{color:text};
  189. letter-spacing:0px;
  190. text-decoration:none;
  191. -moz-transition-duration:2s;
  192. -webkit-transition-duration:2s;
  193. -o-transition-duration:2s;
  194. }
  195.  
  196. .links a:hover{
  197. color:{color:hover};
  198. -moz-transition-duration:3s;
  199. -webkit-transition-duration:3s;
  200. -o-transition-duration:3s;
  201. }
  202.  
  203. .desc {
  204. margin-bottom:2px;
  205. text-align:center;
  206. font-family:cambria;
  207. font-size:9px;
  208. width: 125px;
  209. padding: 2px;
  210. margin-left:0px;
  211. color:{color:text};
  212. letter-spacing:1px;
  213. line-height:120%;
  214. }
  215.  
  216. .desc a {
  217. color:{color:link};
  218. }
  219.  
  220. .pagi {
  221. font-size:9px;
  222. text-transform:lowercase;
  223. letter-spacing:3px;
  224. margin-left:-20px;
  225. font-style:normal;
  226. text-align:center;
  227. }
  228.  
  229. .pagi a {
  230. color:{color:link};
  231. }
  232.  
  233. #stuffcontainer {
  234. float:left;
  235. margin-left:200px;
  236. margin-top:75px;
  237. text-align:justify;
  238. background-color:{color:bg};
  239. color:{color:text};
  240. margin-bottom: 35px;
  241. }
  242.  
  243.  
  244. #stuff {
  245. width:500px;
  246. margin-top:75px;
  247. text-align:justify;
  248. font-size:11px;
  249. line-height:90%;
  250. letter-spacing:0x;
  251. color:{color:text};
  252. padding:8px;
  253. border-top:1px solid {color:postborder};
  254. border-left:1px solid {color:postborder};
  255. border-right:1px solid {color:postborder};
  256. border-bottom:1px solid {color:postborder};
  257. }
  258.  
  259. .caption {
  260. width:500px;
  261. text-align:justify;
  262. line-height:120%;
  263. }
  264.  
  265. .ask {
  266. padding:10px;
  267. text-align:left;
  268. color:{color:text};
  269. background-color:{color:infobg};
  270. border-bottom:1px solid {color:border};
  271. border-right: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. padding:5px;
  318. border-top:1px dotted {color:postborder};
  319. -moz-transition-duration:0.5s;
  320. -webkit-transition-duration:0.5s;
  321. -o-transition-duration:0.5s;
  322. }
  323.  
  324. #postinfo a {
  325. color:{color:text};
  326. text-align:center;
  327. letter-spacing:1px;
  328. font-style:normal;
  329. }
  330.  
  331. #postinfo a:hover {
  332. color:{color:hover};
  333. }
  334.  
  335. .note {
  336. text-transform:uppercase;
  337. font-style:normal;
  338. letter-spacing:0px;
  339. font-size: 9px;
  340. text-align:left;
  341. line-height:90%;
  342. margin-left:-40px;
  343. }
  344.  
  345. .note li {
  346. list-style-type:none;
  347. border-bottom:1px solid {color:border};
  348. padding:10px 25px 10px 25px;
  349. text-align:left;
  350. margin:0px;
  351. -moz-transition-duration:0.5s;
  352. -webkit-transition-duration:0.5s;
  353. -o-transition-duration:0.5s;
  354. }
  355.  
  356. .tags {
  357. font-style:normal;
  358. width:500px;
  359. text-transform:lowercase;
  360. font-style:normal;
  361. color:{color:tags};
  362. letter-spacing:2px;
  363. line-height:120%;
  364. font-size:8px;
  365. text-align:left;
  366. padding:2px;
  367. -moz-transition-duration:0.5s;
  368. -webkit-transition-duration:0.5s;
  369. -o-transition-duration:0.5s;
  370. }
  371.  
  372. .tags a {
  373. color:{color:tags};
  374. letter-spacing:1px;
  375. padding:1px;
  376. }
  377.  
  378. .tags a:hover {
  379. color:{color:link};
  380. }
  381.  
  382. ul.chat, .chat ol, .chat li {
  383. list-style:none;
  384. margin:0px;
  385. padding:2px;
  386. }
  387.  
  388. .label {
  389. text-decoration:none;
  390. font-weight:700;
  391. background-color:{color:infobg};
  392. margin-right:5px;
  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:15px;
  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.  
  430. {CustomCSS}
  431.  
  432. </style></head>
  433.  
  434. <body>
  435. <div id="theme">
  436. <div id="bite">
  437. <div id="sidebar">
  438. <img src="{image:sidebar}">
  439. <div class="hovahlinka">
  440. <div class="links">
  441. {block:IfLinkA}
  442. <a href="{text:linkA url}" title="{text:LinkA}">.I</a>&nbsp;
  443. {/block:IfLinkA}
  444. {block:IfLinkB}
  445. <a href="{text:linkB url}"title="{text:linkB}">.II</a>&nbsp;
  446. {/block:IfLinkB}
  447. {block:IfLinkC}
  448. <a href="{text:linkC url}"title="{text:linkC}">.III</a>&nbsp;
  449. {/block:IfLinkC}
  450. {block:IfLinkD}
  451. <a href="{text:linkD url}"title="{text:linkD}">.IV</a>
  452. {/block:IfLinkD}
  453. </div>
  454. <div class="death">
  455. <div class="desc">
  456. {Description}
  457. </div>
  458. {block:Pagination}
  459. <div class="pagi">
  460. {block:PreviousPage}
  461. <a href="{PreviousPage}">←</a>
  462. {/block:PreviousPage}
  463. {block:NextPage}
  464. <a href="{NextPage}">→</a>
  465. {/block:NextPage}
  466. </div>
  467. {/block:Pagination}
  468. </div></div>
  469. </div>
  470.  
  471. <div id="stuffcontainer">
  472.  
  473. {block:Posts}
  474.  
  475. <div id="stuff">
  476.  
  477. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  478.  
  479. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  480.  
  481. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  482. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  483.  
  484. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  485.  
  486. {block:Photoset}<center>{Photoset-500}</center>
  487. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  488.  
  489. {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}
  490.  
  491. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  492.  
  493. {block:Answer}<div class="ask">{Asker} whistled: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  494.  
  495. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  496. <div class="audioinfo">{block:TrackName}<b>title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>artist:</b> {Artist}<br />{/block:Artist}
  497. {/block:ExternalAudio}<b>played:</b> {PlayCount} times</div>
  498. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  499. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  500.  
  501. {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}
  502. {block:ContentSource} | <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  503. {block:HasTags}
  504. <div class="tags">
  505. {block:Tags}x<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  506. {/block:HasTags}
  507. <div class="note">
  508. {block:PostNotes}{PostNotes}{/block:PostNotes}
  509. </div>
  510. </div>
  511. {/block:Posts}
  512.  
  513.  
  514. </div>
  515. <div id="credit"><a href="http://loullipops.tumblr.com/">❥LT&nbsp;<b>loullipops</b> </a></div>
  516. </div>
  517. </div>
  518. </div>
  519. </body>
  520. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement