Advertisement
styelsh

Sweet Little Lies Theme

Jun 6th, 2013
8,624
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.80 KB | None | 0 0
  1. <script type="text/javascript"
  2. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  3.  
  4. <head>
  5.  
  6. <!--
  7. THEME BY AUGUSTTWENTYNINTHS
  8. DO NOT REMOVE CREDIT
  9. -->
  10.  
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#2e2e2e"/>
  13. <meta name="color:border" content="#e4e4e4" />
  14. <meta name="color:ask border" content="#e4e4e4"/>
  15. <meta name="color:link" content="#2e2e2e"/>
  16. <meta name="color:linkHover" content="#817f7f"/>
  17. <meta name="color:answerb" content="#f8f8f8"/>
  18. <meta name="color:scrollbar" content="#575454" />
  19. <meta name="color:scrollbg" content="#FFFFFF" />
  20. <meta name="color:sidebar color" content="#FFFFFF" />
  21. <meta name="color:desc color" content="#2e2e2e" />
  22. <meta name="color:desc links" content="#2e2e2e" />
  23. <meta name="color:desc links hover" content="#575454" />
  24. <meta name="color:linkhoverbg" content="#2e2e2e" />
  25.  
  26. <meta name="image:header" content=""/>
  27.  
  28. <meta name="text:Link 1 Title" content="/">
  29. <meta name="text:Link 1" content="/">
  30. <meta name="text:Link 2 Title" content="/">
  31. <meta name="text:Link 2" content="/">
  32. <meta name="text:Link 3 Title" content="/">
  33. <meta name="text:Link 3" content="/">
  34.  
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  37.  
  38.  
  39. <head><title>{Title}</title>
  40. <link rel="shortcut icon" href="{Favicon}">
  41. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  42. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar {width: 5px; height:auto; background:{color:background}}
  46. ::-webkit-scrollbar-corner {padding:2px;background:{color:background}}
  47. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  48. ::-webkit-scrollbar-button:horizontal {width: 3px; height: 5px; display: block; background:{color:scrollbar}}
  49. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  50. ::-webkit-scrollbar-thumb:horizontal {background: {color:background};}
  51. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  52.  
  53. body {
  54. font-family:georgia;
  55. font-size:9px;
  56. letter-spacing:0px;
  57. color:{color:text};
  58. line-height:100%;
  59. }
  60.  
  61. a:link, a:active, a:visited{color: {color:link};}
  62. a:hover{text-decoration:underline;}
  63.  
  64. a {
  65. color:{color:link};
  66. text-decoration:none;
  67. -moz-transition-duration:0.5s;
  68. -webkit-transition-duration:0.5s;
  69. -o-transition-duration:0.5s;
  70. }
  71.  
  72. a:hover {
  73. color:{color:linkHover};
  74. text-decoration:none;
  75. -moz-transition-duration:0.5s;
  76. -webkit-transition-duration:0.5s;
  77. -o-transition-duration:0.5s;
  78. }
  79.  
  80. #container {
  81. background-color:{color:background};
  82. width:700px;
  83. margin: 0 auto -12px auto;
  84. text-align: center;
  85. }
  86.  
  87. #top {
  88. color:{color:link};
  89. background-color:{color:background};
  90. position:fixed;
  91. margin-top:0px;
  92. text-align:center;
  93. margin-left:100px;
  94. }
  95.  
  96. .header {
  97. margin: -20px auto;
  98. width: 500px;
  99. height: 200px;
  100. background: url({image:header}) no-repeat;
  101. border-bottom: solid 1px #fafafa;
  102. padding-bottom: 5px;
  103. }
  104.  
  105. .header:hover .desc {
  106. opacity:1;
  107. -moz-transition-duration:0.6s;
  108. -webkit-transition-duration:0.6s;
  109. -o-transition-duration:0.6s;
  110. }
  111.  
  112. .title {
  113. font-family:'Allura';
  114. font-size:23px;
  115. text-transform:lowercase;
  116. text-align:center;
  117. border-bottom: solid 1px #fafafa;
  118. padding-bottom:5px;
  119. }
  120.  
  121. .linkss{
  122. margin-bottom:5px;
  123. margin-top:25px;
  124. font-size:7px;
  125. font-family:trebuchet ms;
  126. text-transform:uppercase;
  127. font-style:normal;
  128. text-align:center;
  129. line-height:120%;
  130. color:{color:text};
  131. }
  132.  
  133. .linkss a{
  134. padding:3px;
  135. color:{color:text};
  136. letter-spacing:1px;
  137. text-decoration:none;
  138. -moz-transition-duration:0.4s;
  139. -webkit-transition-duration:0.4s;
  140. -o-transition-duration:0.4s;
  141. }
  142.  
  143. .linkss a:hover{
  144. color:{color:text};
  145. background-color:#f8f8f8;
  146. -moz-transition-duration:0.4s;
  147. -webkit-transition-duration:0.4s;
  148. -o-transition-duration:0.4s;
  149. }
  150.  
  151. #descri {
  152. background-color:{color:background};
  153. padding-top:-4px;
  154. margin-top:-20px;
  155. margin-bottom:25px;
  156. width:200px;
  157. padding:10px;
  158. }
  159.  
  160. #descri img {
  161. width:200px;
  162. margin-bottom:10px;
  163. }
  164.  
  165. .desc {
  166. padding:20px;
  167. width:400px;
  168. height:auto;
  169. margin:30px;
  170. top:20px;
  171. text-align:justify;
  172. line-height:120%;
  173. font-size:9px;
  174. color:{color:text};
  175. position:none;
  176. opacity:0;
  177. background-color:{color:background};
  178. -moz-transition-duration:0.6s;
  179. -webkit-transition-duration:0.6s;
  180. -o-transition-duration:0.6s;
  181. }
  182.  
  183. #pagi {
  184. position:fixed;
  185. width:600px;
  186. text-align:center;
  187. margin-top:20px;
  188. font-family:trebuchet ms;
  189. font-size:7px;
  190. letter-spacing:6px;
  191. text-transform:uppercase;
  192. font-style:normal;
  193. color:{color:link};
  194. background-color:{color:background};
  195. bottom:0;
  196. margin-left:40px;
  197. padding:10px;
  198. }
  199.  
  200. #pagi a {
  201. color:{color:link};
  202. }
  203.  
  204. .audio {
  205. width:500px;
  206. padding-bottom:10px;
  207. background-color:{color:infobg};
  208. }
  209.  
  210. .albumart {
  211. float:left;
  212. padding:0px 10px 10px 0px;
  213. }
  214.  
  215. .albumart img {
  216. width:45px;
  217. height:45px;
  218. }
  219.  
  220. .playercontainer {
  221. text-align:left;
  222. padding:10px;
  223. background-color:#ffffff;
  224. width:480px;
  225. }
  226.  
  227. .audioinfo {
  228. padding:10px;
  229. color:{color:text};
  230. }
  231.  
  232. h1 {
  233. font-weight:normal;
  234. font-size:9px;
  235. text-align:center;
  236. font-family:georgia;
  237. font-style:normal;
  238. line-height:150%;
  239. letter-spacing:1px;
  240. text-transform:uppercase;
  241. color:{color:text};
  242. }
  243.  
  244. h2 {
  245. font-size:10px;
  246. background-color:#fafafa;
  247. font-family:georgia;
  248. text-align:left;
  249. line-height:150%;
  250. letter-spacing:0px;
  251. color:{color:text};
  252. font-weight:normal;
  253. padding:20px;
  254. }
  255.  
  256. .ask {
  257. font-family: trebuchet ms;
  258. font-size:7px;
  259. letter-spacing:1px;
  260. text-transform:uppercase;
  261. padding:20px;
  262. text-align:left;
  263. color:{color:text};
  264. background-color:#fafafa;
  265. }
  266.  
  267. .ans {
  268. font-family: trebuchet ms;
  269. font-size:7px;
  270. letter-spacing:1px;
  271. text-transform:uppercase;
  272. text-align:left;
  273. padding:10px;
  274. color:{color:text};
  275. }
  276.  
  277. blockquote {
  278. border-left:1px solid #f3f3f3;
  279. padding-left:10px;
  280. margin:5px;
  281. }
  282.  
  283. #stuffcontainer {
  284. float:left;
  285. margin-left:100px;
  286. margin-top:170px;
  287. text-align:justify;
  288. background-color:{color:bg};
  289. color:{color:text};
  290. margin-bottom: 35px;
  291. }
  292.  
  293. #stuff {
  294. width:500px;
  295. margin-top:50px;
  296. text-align:justify;
  297. font-size:9px;
  298. line-height:150%;
  299. letter-spacing:0x;
  300. color:{color:text};
  301. }
  302.  
  303. .caption {
  304. width:500px;
  305. text-align:left;
  306. line-height:150%;
  307. font-family: trebuchet ms;
  308. font-size:9px;
  309. letter-spacing:1px;
  310. text-transform:uppercase;
  311. }
  312.  
  313. #postinfo {
  314. margin-top:5px;
  315. width:490px;
  316. padding:5px;
  317. font-family: trebuchet ms;
  318. font-size:7px;
  319. letter-spacing:1px;
  320. text-transform:uppercase;
  321. color:{color:link};
  322. background-color:#fafafa;
  323. font-style:normal;
  324. text-align:left;
  325. -moz-transition-duration:0.5s;
  326. -webkit-transition-duration:0.5s;
  327. -o-transition-duration:0.5s;
  328. }
  329.  
  330. #postinfo a {
  331. color:{color:link};
  332. text-align:left;
  333. letter-spacing:1px;
  334. font-style:normal;
  335. }
  336.  
  337. #postinfo a:hover {
  338. color:{color:linkHover};
  339. }
  340.  
  341. .note {
  342. font-family: trebuchet ms;
  343. font-size:7px;
  344. letter-spacing:1px;
  345. text-transform:uppercase;
  346. font-style:normal;
  347. color:{color:notes};
  348. text-align:left;
  349. line-height:150%;
  350. }
  351.  
  352. .note li {
  353. list-style-type:none;
  354. text-align:left;
  355. margin:0px;
  356. color:{color:notes};
  357. -moz-transition-duration:0.5s;
  358. -webkit-transition-duration:0.5s;
  359. -o-transition-duration:0.5s;
  360. }
  361.  
  362. .tags {
  363. font-family: trebuchet ms;
  364. font-size:7px;
  365. letter-spacing:1px;
  366. text-transform:uppercase;
  367. width:500px;
  368. margin-top:-8px;
  369. color:{color:link};
  370. line-height:150%;
  371. margin-top:0px;
  372. text-align:left;
  373. padding:5px;
  374. -moz-transition-duration:0.5s;
  375. -webkit-transition-duration:0.5s;
  376. -o-transition-duration:0.5s;
  377. }
  378.  
  379. .tags a {
  380. color:{color:link};
  381. letter-spacing:1px;
  382. }
  383.  
  384. .tags a:hover {
  385. color:{color:linkHover};
  386. }
  387.  
  388. #cred {
  389. font-family:calibri;
  390. font-size: 10px;
  391. letter-spacing:1px;
  392. bottom:30px;
  393. font-style:none;
  394. right:35px;
  395. position:fixed;
  396. }
  397.  
  398. #cred:hover {
  399. color:{color:linkHover};
  400. }
  401.  
  402. </style>
  403. <style type="text/css">{CustomCSS}</style>
  404.  
  405. </head>
  406. <body>
  407.  
  408. <div id="cred"><a href="http://regansthemes.tumblr.com/">♡</a></div>
  409.  
  410. <div id="container">
  411.  
  412. {block:Pagination}
  413. <div id="pagi">
  414. {block:PreviousPage}
  415. <a href="{PreviousPage}">prev</a>
  416. {/block:PreviousPage}
  417. {block:NextPage}
  418. <a href="{NextPage}">next</a>
  419. {/block:NextPage}
  420. </div>
  421. {/block:Pagination}
  422.  
  423. <div id="top">
  424. <div class="header"><br><br><br><br><br>
  425. <div class="desc">
  426. <div class="title">{Title}</div>
  427. <br>{Description}
  428. </div>
  429. </div>
  430.  
  431. <div class="linkss">
  432. <a href="/">home</a>
  433. <a href="/ask">ask</a>
  434. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  435. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  436. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  437. </div>
  438. </div>
  439.  
  440. <div id="stuffcontainer">
  441. {block:Posts}
  442. <div id="stuff">
  443.  
  444. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  445.  
  446. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  447.  
  448. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  449.  
  450. {block:Link}<a href="{URL}"><h1>» {Name}</h1></a>
  451. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  452.  
  453. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  454.  
  455. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  456.  
  457. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  458.  
  459. {block:Answer}<div class="ask">"{Question}" —<b>{Asker}</b></div><div class="ans">{Answer}</div>{/block:answer}
  460.  
  461. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  462. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  463. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  464. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  465. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}<br>{/block:Audio}
  466.  
  467. {block:Date}<div id="postinfo"><div id="date"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount} <a href="{Permalink}"> ∙ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}"> ∙ via</a>{/block:RebloggedFrom}
  468. {block:ContentSource}<a href="{SourceURL}"> ∙ ©</a>{/block:ContentSource}<br></div></div>{/block:Date}
  469. {block:HasTags}
  470. <div class="tags">filed under:
  471. {block:Tags}<a href="{TagURL}">#{Tag}&nbsp;</a>{/block:Tags}</div>
  472. {/block:HasTags}
  473. <div class="note">
  474. {block:PostNotes}{PostNotes}{/block:PostNotes}
  475. </div>
  476. </div>
  477. {/block:Posts}
  478.  
  479. </body>
  480. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement