Advertisement
elletho

After Midnight -- Theme 21

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