bangyixing

Theme #06 - Mermaid's Tears

Jun 8th, 2013
374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.04 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. THEME MADE BY ANDREA @ MILIKBOY
  6. PLEASE DON'T REMOVE THE CREDITS. THANK YOU.
  7. -->
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <!--Default Variables-->
  17. <!--Colors-->
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Title" content="#9c9c9c"/>
  21. <meta name="color:Border" content="#e6e4e4"/>
  22. <meta name="color:Link" content="#111111"/>
  23. <meta name="color:Hover" content="#b8b8b8"/>
  24. <meta name="color:Asker" content="#f5f5f5"/>
  25. <meta name="color:Text" content="#111111"/>
  26.  
  27. <!--Images-->
  28.  
  29. <meta name="image:Background" content=""/>
  30. <meta name="image:Sidebar" content=""/>
  31.  
  32. <!--Links-->
  33.  
  34. <meta name="text:Link1" content="" />
  35. <meta name="text:Link1 Title" content="" />
  36. <meta name="text:Link2" content="" />
  37. <meta name="text:Link2 Title" content="" />
  38. <meta name="text:Link3" content="" />
  39. <meta name="text:Link3 Title" content="" />
  40.  
  41. <!--Title-->
  42.  
  43. <meta name="text:Header Title" content="mermaid's tears" />
  44.  
  45. <style type="text/css">
  46.  
  47. body {
  48. background:{color:background};
  49. background-image: url("{image:background}");
  50. margin:0px;
  51. color:{color:text};
  52. font-family:Times New Roman;
  53. font-size:10px;
  54. text-align:justify;
  55. letter-spacing:1px;
  56. line-height:140%;
  57. }
  58.  
  59. a {
  60. text-decoration:none;
  61. outline:none;
  62. -moz-outline-style:none;
  63. color:{color:Text};
  64. -webkit-transition: all 0.5s ease;
  65. -moz-transition: all 0.5s ease;
  66. -o-transition: all 0.5s ease;
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote blockquote {
  74. padding-left:5px;
  75. border-left:1px solid;
  76. }
  77.  
  78. h1 {
  79. font-size:15px;
  80. text-transform:lowercase;
  81. font-style:italic;
  82. text-align: center;
  83. color:{color:Title};
  84. }
  85.  
  86. a:hover {
  87. color: {color:Border};
  88. }
  89.  
  90. small{
  91. font-size:9px;
  92. line-height:140%;
  93. }
  94.  
  95. big {
  96. font-size:12px;
  97. line-height:140%;
  98. }
  99.  
  100. b, strong{
  101. color:{color:Text};
  102. }
  103. i, em {
  104. color:{color:Text};
  105. }
  106. p{
  107. margin-top:5px;
  108. margin-bottom:5px;
  109. }
  110. blockquote {
  111. padding:0px;
  112. padding-left:5px;
  113. margin:5px;
  114. border-left:1px solid {color:Border};
  115. }
  116.  
  117. blockquote img {
  118. max-width:300px;
  119. }
  120.  
  121. .audio { height:60px; padding:5px; margin-bottom:5px; }
  122. .audio-album { position:absolute; width:60px; }
  123. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  124. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  125.  
  126. #entries {
  127. padding:10px;
  128. width:400px;
  129. font-style:none;
  130. margin-left:560px;
  131. margin-top:90px;
  132. }
  133.  
  134. #entries a { color:{color:Text;};
  135. }
  136.  
  137. #entries a:hover{
  138. text-decoration: none;
  139. color: {color:Hover};
  140. }
  141.  
  142. #post {
  143. width:400px;
  144. opacity:1;
  145. padding-bottom:10px;
  146. overflow:hidden;
  147. }
  148.  
  149. #quote {
  150. font-size:15px;
  151. font-style:none;
  152. text-align:center;
  153. line-height:140%;
  154. }
  155.  
  156. #sidebar {
  157. width:250px;
  158. height: 800px;
  159. position:fixed;
  160. margin-left:250px;
  161. margin-top:-90px;
  162. }
  163.  
  164. #sidebarimage img{
  165. width:150px;
  166. height:220px;
  167. position:fixed;
  168. margin-left: 800px;
  169. margin-top:220px;
  170. }
  171.  
  172. #title {
  173. padding:20px;
  174. font-size:25px;
  175. width:360px;
  176. height:auto;
  177. opacity:1;
  178. position:fixed;
  179. font-style:italic;
  180. text-align:center;
  181. margin-top:0px;
  182. margin-left:320px;
  183. background:{color:Background};
  184. }
  185.  
  186. #links {
  187. width:70px;
  188. text-align: center;
  189. font-size:8px;
  190. margin-top:190px;
  191. margin-left:840px;
  192. opacity:0;
  193. font-family:Cambria;
  194. position:fixed;
  195. -webkit-transition: all 0.6s ease-in-out;
  196. -moz-transition: all 0.6s ease-in-out;
  197. -o-transition: all 0.6s ease-in-out;
  198. -ms-transition: all 0.6s ease-in-out;
  199. transition: all 0.6s ease-in-out;
  200. }
  201.  
  202. #links a {
  203. display:block;
  204. text-transform: uppercase;
  205. color:{color:Background};
  206. background:{color:Text};
  207. font-style:none;
  208. letter-spacing:1px;
  209. margin-bottom: 1px;
  210. text-align: center;
  211. padding-top:2px;
  212. padding-bottom:2px;
  213. padding-left:0px:
  214. padding-right:0px;
  215. -webkit-transition: all 0.3s ease-in-out;
  216. -moz-transition: all 0.3s ease-in-out;
  217. -o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;
  218. transition: all 0.3s ease-in-out;
  219. }
  220.  
  221. #links a:hover {
  222. text-shadow:-2px 0 0 rgba(255,0,0,0.4), 2px 0 0 rgba(0,255,250,0.4);
  223. }
  224.  
  225. #sidebar:hover #links {
  226. opacity:1;
  227. margin-top:290px;
  228. margin-left:840px;
  229. -moz-transition-duration:1s;
  230. -webkit-transition-duration:1s;
  231. -o-transition-duration:1s;
  232. }
  233.  
  234. #description {
  235. padding:0px;
  236. font-size:9px;
  237. width:150px;
  238. height:auto;
  239. opacity:1;
  240. position:fixed;
  241. font-style:none;
  242. text-align:justify;
  243. line-height:140%;
  244. margin-top:445px;
  245. margin-left:800px;
  246. }
  247.  
  248. #pagination {
  249. font-size:9px;
  250. margin-top: 510px;
  251. text-align:center;
  252. color:{color:Text};
  253. width:150px;
  254. font-style:italic;
  255. letter-spacing:3px;
  256. margin-left:800px;
  257. }
  258.  
  259. #info {
  260. text-align: left;
  261. margin-top:5px;
  262. margin-bottom:6px;
  263. padding-top:5px;
  264. text-transform:uppercase;
  265. font-style:none;
  266. font-size:7px;
  267. line-height:120%;
  268. border-top: 1px solid {color:Border};
  269. }
  270.  
  271. #info a:hover{
  272. text-decoration: none;
  273. color: {color:Hover};
  274. }
  275.  
  276. #tags {
  277. font-size:7px;
  278. margin-top:0px;
  279. -webkit-transition: all 0.6s ease-in-out;
  280. -moz-transition: all 0.6s ease-in-out;
  281. -o-transition: all 0.6s ease-in-out;
  282. -ms-transition: all 0.6s ease-in-out;
  283. transition: all 0.6s ease-in-out;
  284. }
  285.  
  286. #notes {
  287. text-transform:uppercase;
  288. font-size:7px;
  289. }
  290.  
  291. #question {
  292. padding:10px;
  293. border-left: 5px solid {color:Border};
  294. background:{color:Asker};
  295. color:{color:Text};
  296. }
  297.  
  298.  
  299. #credit {
  300. font-family:Calibri;
  301. font-size:9px;
  302. letter-spacing:1px;
  303. float:right;
  304. position:fixed;
  305. bottom:15px;
  306. right:10px;
  307. }
  308.  
  309. #credit a {
  310. color:{color:Background};
  311. padding:5px;
  312. text-transform:uppercase;
  313. background:{color:Link};
  314. }
  315.  
  316. #credit a:hover {
  317. color:{color:Link};
  318. text-transform:uppercase;
  319. font-style:none;
  320. background:{color:Background};
  321. }
  322.  
  323. {CustomCSS}</style></head><body>
  324.  
  325. <div id="sidebar">
  326. <div id="sidebarimage"><img src="{image:Sidebar}"></div>
  327. <div id="links">
  328. <a href="/">index</a>
  329. <a href="/ask">mail</a>
  330. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  331. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  332. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  333. </div>
  334. <div id="title">{text:Header Title}</div>
  335. <div id="description">{Description}</div>
  336.  
  337. <div id="pagination">
  338. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">fall</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">jump</a>{/block:NextPage}{/block:Pagination}</div></div>
  339. </div></div></div>
  340.  
  341. <div id="entries">{block:Posts}<div id="post">
  342.  
  343. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  344.  
  345. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  346.  
  347. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  348.  
  349. {block:Quote}<div id="quote">❝<i>{Quote}</i>❞{block:Source} — <i>{Source}</i></div>{/block:Source}{/block:Quote}
  350.  
  351. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  352.  
  353. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  354.  
  355. {block:Audio}
  356. <div class="audio">
  357. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  358. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  359. <div class="audio-info">
  360. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  361. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  362. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  363. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  364. </div></div>
  365. {/block:Audio}
  366.  
  367. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  368.  
  369. {block:Answer}<div id="question">{Asker}: <i>{Question}</i></div><br>{Answer}{/block:answer}
  370.  
  371. <div id="info">
  372. <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  373. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  374. {/block:Posts}
  375. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  376.  
  377. <div id="credit"><a href="http://mlikboy.tumblr.com/">mlikboy</a></div>
  378.  
  379. </body>
  380. </html>
Advertisement
Add Comment
Please, Sign In to add comment