Advertisement
elletho

Little White Lies -- Theme 8 w/o update tab

Jan 2nd, 2014
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.77 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!----
  10. Theme 8: 'Little White Lies' by miichaelmando (thirlwallz.co.vu)
  11. ☮ DO NOT use this as a base theme.
  12. ☮ DO NOT take pieces of this theme for your own.
  13. ☮ DO NOT edit & redistribute.
  14. ☮ Base theme is by hogwat, use her base theme, NOT THIS THEME.
  15. ☮ DO NOT move the credit.
  16. ☮ Did you know removing credit is illegal according to the Creative Commons License?
  17.  
  18. ☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮☮
  19.  
  20. ☮ Edit this as much as you want for PERSONAL USE ONLY.
  21. ☮ If you follow the rules and respect them, ilysm let's get married
  22. --->
  23.  
  24.  
  25.  
  26. <!--META NAMES-->
  27. <meta name="color:bg" content="#ffffff">
  28. <meta name="color:txt" content="#676767"/>
  29. <meta name="color:post bg" content="#ffffff">
  30. <meta name="color:border" content="#dad9d9">
  31. <meta name="color:links" content="#969696"/>
  32. <meta name="color:hover" content="#3c3c3c"/>
  33. <meta name="color:ask bg" content="#dad9d9">
  34. <meta name="color:scrollbar" content="#969696">
  35. <meta name="color:scrollbarbg" content="#ffffff">
  36.  
  37. <meta name="image:sbimg" content=""/>
  38.  
  39. <meta name="text:home title" content="home"/>
  40. <meta name="text:home url" content="/"/>
  41. <meta name="text:ask title" content="letters"/>
  42. <meta name="text:ask url" content="/ask"/>
  43. <meta name="text:link1 title" content=""/>
  44. <meta name="text:link1 url" content="/"/>
  45. <meta name="text:link2 title" content=""/>
  46. <meta name="text:link2 url" content="/"/>
  47. <meta name="text:link3 title" content=""/>
  48. <meta name="text:link3 url" content="/"/>
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54. ::-webkit-scrollbar-thumb {
  55. height:auto;
  56. background-color:{color:Scrollbar};
  57. }
  58.  
  59. ::-webkit-scrollbar {
  60. height:9px;
  61. width:4px;
  62. background-color:{color:ScrollbarBg};
  63. }
  64.  
  65. body {
  66. background-color:{color:bg};
  67. background-image:url('{image:bg}');
  68. background-attachment: fixed;
  69. background-repeat: repeat;
  70. font-family:typewriter;
  71. font-size:12px;
  72. text-align:justify;
  73. color:{color:txt};
  74. margin:0;
  75. }
  76.  
  77. a {
  78. color:{color:links};
  79. text-decoration:none;
  80. -moz-outline-style:none;
  81. }
  82.  
  83. a:hover{
  84. color:{color:hover};
  85. -moz-transition-duration:0.3s;
  86. -webkit-transition-duration:0.3s;
  87. -o-transition-duration:0.3s;
  88. }
  89.  
  90. img {
  91. border:none;
  92. }
  93.  
  94. blockquote {
  95. padding-left:5px;
  96. border-left:2px solid;
  97. margin:5px;
  98. }
  99.  
  100. blockquote blockquote {
  101. padding-left:5px;
  102. border-left:2px solid;
  103. margin:5px;
  104. }
  105.  
  106.  
  107. a {
  108. color:;text-decoration:none;
  109. -webkit-transition: all 0.7s ease-out;
  110. -moz-transition: all 0.7s ease-out;
  111. transition: all 0.7s ease-out;
  112. }
  113.  
  114. .fufu {
  115. width:227px;
  116. -webkit-transition: all 0.7s ease-out;
  117. -moz-transition: all 0.7s ease-out;
  118. transition: all 0.7s ease-out;
  119. }
  120.  
  121. .fufu:hover {
  122. -webkit-transform: translate(1em,0);
  123. -moz-transform: translate(1em,0);
  124. -o-transform: translate(1em,0);
  125. }
  126.  
  127. #biter
  128.  
  129. #bite a {
  130. display:block
  131. }
  132.  
  133. #bite .death {
  134. margin-top:-45px;
  135. filter: alpha(opacity = 0);
  136. opacity:0;
  137. -webkit-transition: all 0.7s ease-out;
  138. -moz-transition: all 0.7s ease-out;
  139. transition: all 0.7s ease-out;
  140. }
  141.  
  142. #bite:hover .death {
  143. margin-top:0px;
  144. -webkit-transition: all 0.7s ease-out;
  145. -moz-transition: all 0.7s ease-out;
  146. transition: all 0.7s ease-out;
  147. filter: alpha(opacity = 100);
  148. filter: alpha(opacity = 100);
  149. opacity:100;
  150. }
  151.  
  152. /*SIDEBAR*/
  153.  
  154. #title {
  155. font-size:20px;
  156. font-family:georgia;
  157. text-align:left;
  158. letter-spacing:3px;
  159. line-height:17px;
  160. margin-bottom:-12px;
  161. width:250px;
  162. }
  163.  
  164. #sidebar{
  165. position:fixed;
  166. margin-top:150px;
  167. margin-left:250px;
  168. width:150px;
  169. height:auto;
  170. }
  171.  
  172. #sidebarimg img{
  173. width:245px;
  174. height:auto;
  175. }
  176.  
  177.  
  178. #links{
  179. width:245px;
  180. font-size:15px;
  181. margin-left:0px;
  182. margin-top:12px;
  183. border-bottom:1px solid {color:border};
  184. text-align:right;
  185. }
  186.  
  187. #links a{
  188. color:{color:sblinks};
  189. }
  190.  
  191. #links a:hover{
  192. color:{color:hover};
  193. -moz-transition-duration:0.3s;
  194. -webkit-transition-duration:0.3s;
  195. -o-transition-duration:0.3s;
  196. }
  197.  
  198. #desc{
  199. width:190px;
  200. height:auto;
  201. margin-top:0px;
  202. margin-left:0px;
  203. font-size:11px;
  204. text-align:left;
  205. color:{color:txt};
  206. padding-top:5px;
  207. padding-bottom:5px;
  208. padding-right:5px;
  209. }
  210.  
  211.  
  212. #pagi {
  213. font-size:10px;
  214. text-transform:uppercase;
  215. letter-spacing:3px;
  216. font-style:normal;
  217. position:fixed;
  218. text-align:left;
  219. margin-left:0px;
  220. margin-top:-28px;
  221. }
  222.  
  223. #pagi a {
  224. color:{color:sblinks};
  225. }
  226.  
  227.  
  228. /*ENTRIES*/
  229.  
  230. #container{
  231. width:525px;
  232. margin-left:550px;
  233. margin-top:75px;
  234. position:absolute;
  235. }
  236.  
  237. #post{
  238. padding-top:15px;
  239. padding-left:15px;
  240. padding-right:15px;
  241. width:500px;
  242. background-color:{color:post bg};
  243. border-left:1px solid {color:border};
  244. width:500px;
  245. float:left;
  246. margin-bottom:20px;
  247. }
  248.  
  249.  
  250. /*POST INFO*/
  251.  
  252. #info {
  253. width:515px;
  254. text-align:left;
  255. font-family:calibri;
  256. font-size:10px;
  257. text-transform:uppercase;
  258. margin-left:-40px;
  259. padding-left:40px;
  260. padding-top:5px;
  261. color:{color:links};
  262. border-top:1px solid {color:border};
  263. line-height:10px;
  264. margin-top:5px;
  265. margin-bottom:5px;
  266. }
  267.  
  268. #info a{
  269. color:{color:links};
  270. }
  271.  
  272. #info a:hover{
  273. color:{color:hover};
  274. }
  275.  
  276. #tags{
  277. width:490px;
  278. padding:5px;
  279. margin-top:-3px;
  280. margin-left:-5px;
  281. float:left;
  282. text-align:left;
  283. font-size:8px;
  284. opacity:1;
  285. color:{color:links};
  286. transition-duration: 0.5s;
  287. -moz-transition-duration: 0.5s;
  288. -webkit-transition-duration: 0.5s;
  289. -o-transition-duration: 0.5s
  290. }
  291.  
  292. #tags a {
  293. display:inline-block;
  294. color:{color:links};
  295. font-size:10px;
  296. text-align:center;
  297. text-decoration:none;
  298. }
  299.  
  300. #notes{
  301. font-size:9px;
  302. text-transform:uppercase;
  303. }
  304.  
  305. /*ASKS*/
  306.  
  307. #asks {
  308. font-size:11px;
  309. text-align:left;
  310. padding:5px;
  311. margin-top:0px;
  312. background-color:{color:ask bg}
  313. }
  314.  
  315.  
  316. /*CREDIT--seriously leave this please, it's really tiny.*/
  317.  
  318. #rae{
  319. float:right;
  320. position:fixed;
  321. bottom:5px;
  322. right:5px;
  323. padding:3px;
  324. font-size:12px;
  325. text-transform:uppercase;
  326. border:1px solid {color:border};
  327. background-color:{color:post bg};
  328. }
  329.  
  330. #maker a{
  331. color:{color:links};
  332. }
  333.  
  334.  
  335. {CustomCSS}
  336.  
  337. </style></head>
  338.  
  339.  
  340. <body>
  341.  
  342.  
  343. <div id="sidebar">
  344. <div id="title"><b><i>{Title}</b></i></div>
  345. <div id="bite">
  346. <h4><div id="sidebarimg"><img src="{image:sbimg}"></div></h4>
  347. <div class="death">
  348. <div align="center">
  349. <div id="links">
  350. <a href="/" title="home">i.</a>
  351. <a href="/ask" title="ask">ii.</a>
  352. <a href="{text:link1 url}" title="{text:link1 title}">iii.</a>
  353. <a href="{text:link2 url}" title="{text:link2 title}">iv.</a>
  354. <a href="{text:link3 url}" title="{text:link3 title}">v.</a>
  355. </div>
  356. {block:Pagination}
  357. <div id="pagi">
  358. {block:PreviousPage}
  359. <a href="{PreviousPage}">sink</a><Br />
  360. {/block:PreviousPage}
  361. {block:NextPage}
  362. <a href="{NextPage}">swim</a>
  363. {/block:NextPage}
  364. </div>
  365. {/block:Pagination}
  366. <div id="desc">{description}</div>
  367. </div>
  368. </div>
  369. </div>
  370. </div>
  371. </div>
  372.  
  373. <div id="container">
  374. {block:Posts}
  375. <div id="post">
  376.  
  377. <!--TEXT POSTS-->
  378.  
  379. {block:Text}
  380. {block:Title}<h2>{Title}</h2>{/block:Title}
  381. {Body}
  382. {/block:Text}
  383.  
  384. <!--ASKS-->
  385.  
  386. {block:Answer}
  387. <div id="asks">
  388. <div style="padding-bottom:2px; font-size:20px;"><b><i>{Asker}:</b></i></span></div><br /> <div style="padding-left:25px; margin-top:-20px; font-size:12px;">{Question}</div>
  389. </div>
  390. {Answer}
  391. {/block:Answer}
  392.  
  393. <!--QUOTE POSTS-->
  394. {block:Quote}
  395.  
  396. <div class="quote">
  397. <div class="quotetext_{Length}">"{Quote}"</div>
  398. {block:Source}<div class="source">{Source}</div>{/block:Source}
  399. </div>
  400. {/block:Quote}
  401.  
  402. <!--LINK POSTS-->
  403.  
  404. {block:Link}
  405. <h2><a href="{URL}">{Name}</a></h2>
  406. {block:Description}{Description}{/block:Description}
  407. {/block:Link}
  408.  
  409. <!--CHAT POSTS-->
  410.  
  411. {block:Chat}
  412. {block:Title}<h2>{Title}</h2>{/block:Title}
  413. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  414. {Line}</li>{/block:Lines}</ul>
  415. {/block:Chat}
  416.  
  417. <!--PHOTO POSTS-->
  418.  
  419. {block:Photo}
  420. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  421.  
  422. {block:Caption}{Caption}{/block:Caption}
  423. {/block:Photo}
  424.  
  425. <!--PHOTOSET POSTS-->
  426.  
  427. {block:Photoset}
  428. {Photoset-500}
  429. {block:Caption}{Caption}{/block:Caption}
  430. {/block:Photoset}
  431.  
  432. <!--VIDEO POSTS-->
  433.  
  434. {block:Video}
  435. {Video-500}
  436. {block:Caption}{Caption}{/block:Caption}
  437. {/block:Video}
  438.  
  439.  
  440. <!--AUDIO-->
  441.  
  442. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  443. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  444. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  445. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  446. {/block:Audio}
  447.  
  448.  
  449. <!--POST INFO-->
  450.  
  451. <div id="info">
  452. <a href="{Permalink}">{12HourWithZero}:{Minutes}{CapitalAmPm}</a>{/block:Date}&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;<a href="{Permalink}">{DayOfMonthWithZero}/{MonthNumberWithZero}/{ShortYear}</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  453. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  454. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  455. {/block:ContentSource}<a href="{Permalink}">{NoteCount}♡</a></a></a>
  456. {block:HasTags}<div id="tags">
  457.  
  458. <big>☮filed under:</big>{block:Tags} <a href="/tagged/{Tag}">{{Tag}}</a>&nbsp;{/block:Tags}
  459. </div>{block:HasTags}
  460. </div>
  461. </div>
  462.  
  463. {/block:Posts}
  464. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  465. {/block:Posts}</div></div></div>
  466. <br><br><br><br>
  467.  
  468.  
  469. </div></div>
  470.  
  471. {/block:Posts}
  472.  
  473. <!--DON'T REMOVE--SERIOUSLY IT'S TINY, JUST LEAVE IT PLS-->
  474. <div id="rae">
  475. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  476. </div>
  477.  
  478. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement