Advertisement
loullipops

base code by loullipops

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