Advertisement
elletho

Little Things -- Theme 11

Jan 25th, 2014
908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.87 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 11: 'Little Things' 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="#717171"/>
  29. <meta name="color:post bg" content="#ffffff">
  30. <meta name="color:border" content="#b1b1b1">
  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=""/>
  40. <meta name="text:ask title" content=""/>
  41. <meta name="text:link1" content="/"/>
  42. <meta name="text:link1 title" content=""/>
  43. <meta name="text:link2" content="/"/>
  44. <meta name="text:link2 title" content=""/>
  45. <meta name="text:link3" content="/"/>
  46. <meta name="text:link3 title" content=""/>
  47.  
  48.  
  49.  
  50. <style type="text/css">
  51.  
  52. ::-webkit-scrollbar-thumb {
  53. height:auto;
  54. background-color:{color:Scrollbar};
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:9px;
  59. width:4px;
  60. background-color:{color:ScrollbarBg};
  61. }
  62.  
  63. body {
  64. background-color:{color:bg};
  65. background-image:url('{image:bg}');
  66. background-attachment: fixed;
  67. background-repeat: repeat;
  68. font-family:typewriter;
  69. font-size:12px;
  70. text-align:justify;
  71. color:{color:txt};
  72. margin:0;
  73. }
  74.  
  75. a {
  76. color:{color:links};
  77. text-decoration:none;
  78. -moz-outline-style:none;
  79. }
  80.  
  81. a:hover{
  82. color:{color:hover};
  83. -moz-transition-duration:0.3s;
  84. -webkit-transition-duration:0.3s;
  85. -o-transition-duration:0.3s;
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. margin:5px;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. margin:5px;
  102. }
  103.  
  104. /*LINES*/
  105.  
  106. #horizontal {
  107. margin-top:0px;
  108. margin-left:-60px;
  109. width:210px;
  110. height:5px;
  111. border-bottom:1px solid {color:border};
  112. background-color:{color:bg};
  113. position:fixed;
  114. z-index:99999;
  115. }
  116.  
  117. #vertical {
  118. margin-top:-150px;
  119. margin-left:-10px;
  120. width:1px;
  121. height:220px;
  122. background-color:{color:border};
  123. position:fixed;
  124. z-index:99999;
  125. }
  126.  
  127. /*LINKS*/
  128.  
  129. #links{
  130. font-size:13px;
  131. padding:5px;
  132. text-align:right;
  133. text-transform:lowercase;
  134. position:fixed;
  135. line-height:220%;
  136. margin-left:-40px;
  137. margin-top:-150px;
  138. z-index:9999999;
  139.  
  140. }
  141.  
  142. #links a{
  143. color:{color:sblinks};
  144. }
  145.  
  146. #links a:hover{
  147. color:{color:hover};
  148. -moz-transition-duration:0.3s;
  149. -webkit-transition-duration:0.3s;
  150. -o-transition-duration:0.3s;
  151. }
  152.  
  153. /*SIDEBAR*/
  154.  
  155. #sidebar{
  156. position:fixed;
  157. margin-top:165px;
  158. margin-left:205px;
  159. width:150px;
  160. height:auto;
  161. }
  162.  
  163. #sidebarimg img{
  164. width:150px;
  165. height:150px;
  166. }
  167.  
  168. #desc{
  169. width:130px;
  170. height:auto;
  171. margin-top:10px;
  172. margin-left:0px;
  173. font-size:11px;
  174. text-align:left;
  175. color:{color:txt};
  176. padding-top:5px;
  177. padding-bottom:5px;
  178. padding-right:5px;
  179. }
  180.  
  181.  
  182. #pagi {
  183. font-size:10px;
  184. text-transform:uppercase;
  185. letter-spacing:3px;
  186. font-style:normal;
  187. position:fixed;
  188. text-align:right;
  189. margin-left:-55px;
  190. margin-top:10px;
  191. }
  192.  
  193. #pagi a {
  194. color:{color:sblinks};
  195. }
  196.  
  197.  
  198. /*ENTRIES*/
  199.  
  200. #container{
  201. width:525px;
  202. margin-left:410px;
  203. margin-top:110px;
  204. position:absolute;
  205. }
  206.  
  207. #post{
  208. padding:15px;
  209. width:500px;
  210. background-color:{color:post bg};
  211. width:500px;
  212. float:left;
  213. margin:8px;
  214. margin-bottom:10px;
  215. }
  216.  
  217.  
  218. /*POST INFO*/
  219.  
  220. #info {
  221. width:490px;
  222. text-align:center;
  223. font-family:calibri;
  224. font-size:9px;
  225. text-transform:uppercase;
  226. padding:5px;
  227. padding:5px;
  228. color:{color:links};
  229. border-top:1px solid {color:border};
  230. border-bottom:1px solid {color:border};
  231. line-height:10px;
  232. margin-top:5px;
  233. margin-bottom:5px;
  234. }
  235.  
  236. #info a{
  237. color:{color:links};
  238. }
  239.  
  240. #info a:hover{
  241. color:{color:hover};
  242. }
  243.  
  244. #tags{
  245. width:490px;
  246. padding:5px;
  247. margin-top:5px;
  248. margin-left:-5px;
  249. float:left;
  250. text-align:left;
  251. font-size:8px;
  252. opacity:1;
  253. color:{color:txt};
  254. transition-duration: 0.5s;
  255. -moz-transition-duration: 0.5s;
  256. -webkit-transition-duration: 0.5s;
  257. -o-transition-duration: 0.5s
  258. }
  259.  
  260. #tags a {
  261. display:inline-block;
  262. color:{color:links};
  263. font-size:10px;
  264. text-align:center;
  265. text-decoration:none;
  266. }
  267.  
  268. #notes{
  269. font-size:9px;
  270. text-transform:uppercase;
  271. }
  272.  
  273. /*ASKS*/
  274.  
  275. #asks {
  276. font-size:11px;
  277. text-align:left;
  278. padding:5px;
  279. margin-top:0px;
  280. background-color:{color:ask bg}
  281. }
  282.  
  283.  
  284. /*CREDIT--seriously leave this please, i work hard on my themes.*/
  285.  
  286. #rae{
  287. float:right;
  288. position:fixed;
  289. bottom:5px;
  290. right:5px;
  291. padding:3px;
  292. font-size:12px;
  293. font-family:calibri;
  294. text-transform:uppercase;
  295. }
  296.  
  297. #maker a{
  298. color:{color:links};
  299. }
  300.  
  301.  
  302. {CustomCSS}
  303.  
  304. </style></head>
  305.  
  306.  
  307. <body>
  308.  
  309. <div id="sidebar">
  310. <div id="sidebarimg"><img src="{image:sbimg}"></div>
  311. <div id="horizontal"></div>
  312. <div id="vertical"></div>
  313. <div id="links">
  314. <a href="/" title="{text:home title}">i.</a><br>
  315. <a href="/ask" title="{text:ask title}">ii.</a><br>
  316. <a href="{text:link1}" title="{text:link1 title}">iii.</a><br>
  317. <a href="{text:link2}" title="{text:link2 title}">iv.</a><br>
  318. <a href="{text:link3}" title="{text:link3 title}">v.</a>
  319. </div>
  320. {block:Pagination}
  321. <div id="pagi">
  322. {block:PreviousPage}
  323. <a href="{PreviousPage}">sink</a><Br />
  324. {/block:PreviousPage}
  325. {block:NextPage}
  326. <a href="{NextPage}">swim</a>
  327. {/block:NextPage}
  328. </div>
  329. {/block:Pagination}
  330. <div id="desc">{description}</div>
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335. </div>
  336.  
  337. <div id="container">
  338. {block:Posts}
  339. <div id="post">
  340.  
  341.  
  342. <!--TEXT POSTS-->
  343.  
  344. {block:Text}
  345. {block:Title}<h2>{Title}</h2>{/block:Title}
  346. {Body}
  347. {/block:Text}
  348.  
  349. <!--ASKS-->
  350.  
  351. {block:Answer}
  352. <div id="asks">
  353. <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>
  354. </div>
  355. {Answer}
  356. {/block:Answer}
  357.  
  358. <!--QUOTE POSTS-->
  359. {block:Quote}
  360.  
  361. <div class="quote">
  362. <div class="quotetext_{Length}">"{Quote}"</div>
  363. {block:Source}<div class="source">{Source}</div>{/block:Source}
  364. </div>
  365. {/block:Quote}
  366.  
  367. <!--LINK POSTS-->
  368.  
  369. {block:Link}
  370. <h2><a href="{URL}">{Name}</a></h2>
  371. {block:Description}{Description}{/block:Description}
  372. {/block:Link}
  373.  
  374. <!--CHAT POSTS-->
  375.  
  376. {block:Chat}
  377. {block:Title}<h2>{Title}</h2>{/block:Title}
  378. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  379. {Line}</li>{/block:Lines}</ul>
  380. {/block:Chat}
  381.  
  382. <!--PHOTO POSTS-->
  383.  
  384. {block:Photo}
  385. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  386.  
  387. {block:Caption}{Caption}{/block:Caption}
  388. {/block:Photo}
  389.  
  390. <!--PHOTOSET POSTS-->
  391.  
  392. {block:Photoset}
  393. {Photoset-500}
  394. {block:Caption}{Caption}{/block:Caption}
  395. {/block:Photoset}
  396.  
  397. <!--VIDEO POSTS-->
  398.  
  399. {block:Video}
  400. {Video-500}
  401. {block:Caption}{Caption}{/block:Caption}
  402. {/block:Video}
  403.  
  404.  
  405. <!--AUDIO-->
  406.  
  407. {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>
  408. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  409. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  410. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  411. {/block:Audio}
  412.  
  413.  
  414. <!--POST INFO-->
  415.  
  416. <div id="info">
  417. <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;
  418. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  419. {/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}">©</a>&nbsp;&nbsp;&nbsp;•&nbsp;&nbsp;&nbsp;
  420. {/block:ContentSource}<a href="{Permalink}">{NoteCount}♡</a></a></a>
  421. {block:HasTags}<div id="tags">
  422.  
  423. <big>☮filed under:</big>{block:Tags} <big>#</big><a href="/tagged/{Tag}">{Tag}</a>&nbsp;{/block:Tags}
  424. </div>{block:HasTags}
  425. </div>
  426. </div>
  427.  
  428. {/block:Posts}
  429. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  430. {/block:Posts}</div></div></div>
  431. <br><br><br><br>
  432.  
  433.  
  434. </div></div>
  435.  
  436. {/block:Posts}
  437.  
  438. <!--DON'T REMOVE--SERIOUSLY, JUST LEAVE IT PLEASE-->
  439. <div id="rae">
  440. <a href="http://miichaelmando.tumblr.com/">miichaelmando</a>
  441. </div>
  442.  
  443. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement