Advertisement
elletho

Over the Moon -- Theme 12

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