Advertisement
beliebed

#7 The Music Is Loud Theme

Jul 21st, 2013
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.74 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. THEME BY BELIEBED
  5.  
  6. -->
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. <html>
  18. <head>
  19.  
  20. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  22. <head><title>{Title}</title>
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  27.  
  28. <!--Default Variables-->
  29. <!--Colors-->    
  30.      
  31. <meta name="color:Background" content="#ffffff"/>
  32. <meta name="color:Text" content="#333333"/>
  33. <meta name="color:Link" content="#717581"/>
  34. <meta name="color:Hover" content="#333333"/>
  35.  
  36. <!--Images-->
  37.  
  38. <meta name="image:Background" content=""/>
  39. <meta name="image:Sidebar" content=""/>
  40.  
  41. <!--Links-->
  42.  
  43. <meta name="text:Link1" content="/" />
  44. <meta name="text:Link1 Title" content="" />
  45. <meta name="text:Link2" content="/" />
  46. <meta name="text:Link2 Title" content="" />
  47.      
  48. <style type="text/css">
  49.      
  50. ::-webkit-scrollbar {height: auto;width: 6px;}
  51. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  52. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  53.          
  54. body {
  55. background:{color:background};
  56. background-image: url('{image:background}') no-repeat fixed center;;
  57. margin:0px;
  58. color:{color:text};
  59. font-family:consolas;
  60. font-size:10px;
  61. line-height:100%;
  62. }
  63.    
  64. a {
  65. text-decoration:none;
  66. outline:none;
  67. -moz-outline-style:none;
  68. color:{color:link};
  69. -webkit-transition: all 0.5s ease;
  70. -moz-transition: all 0.5s ease;
  71. -o-transition: all 0.5s ease
  72. }
  73.      
  74. img {
  75. border:none;
  76. }
  77.        
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:1px solid;
  81. }
  82.      
  83. h1 {
  84. font-size:12px;
  85. font-family:consolas;
  86. text-transform:uppercase;
  87. }
  88.      
  89. a:hover {
  90. opacity:10;
  91. color:{color:hover};
  92. -webkit-transition: all 0.7s ease;
  93. -moz-transition: all 0.7s ease;
  94. -o-transition: all 0.7s ease
  95. }
  96.      
  97. small{
  98. font-size:9px;
  99. line-height:110%
  100. }
  101.        
  102. big {
  103. font-size:12px;
  104. line-height:110%
  105. }
  106.        
  107. b, strong{
  108. color:{color:text}
  109. }
  110. i, em {
  111. color:{color:text}
  112. }
  113. p{
  114. margin-top:5px;
  115. margin-bottom:5px
  116. }
  117. blockquote {
  118. padding:0px;
  119. padding-left:5px;
  120. margin:5px;
  121. border-left:1px dotted {color:text}
  122. }
  123.        
  124. blockquote img {
  125. max-width:300px
  126. }
  127.        
  128. ul, li img {
  129. max-with:250px
  130. }
  131.            
  132. .audio {width:500px;height:160px;}
  133. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  134. .albumart img {width:150px;height:150px;float:left;}
  135. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  136. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  137. overflow:hidden;background-color:white;}
  138. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  139.      
  140. #entries {
  141. padding:10px;
  142. width:500px;
  143. margin-left:300px;
  144. margin-top:85px;
  145. }
  146.      
  147.      
  148. #post {
  149. width:500px;
  150. padding-bottom:3px;
  151. font-family:consolas;
  152. opacity:1;
  153. }
  154.      
  155. #sidebar {
  156. width:120px;
  157. position:fixed;
  158. margin-left:1000px;
  159. margin-top:150px;
  160. opacity:1;
  161. }
  162.      
  163. #sidebarimage img{
  164. width:120px;    
  165. padding:3px;
  166. border-radius: 500px;
  167. border-color: {color:Border};
  168. -webkit-transition: all 0.5s ease;
  169. -moz-transition: all 0.5s ease;
  170. -o-transition: all 0.5s ease
  171. }
  172.  
  173. #links {
  174. font-family:consolas;
  175. font-size:7px;
  176. opacity:1;
  177. text-align:center;
  178. padding-top:54px;
  179. letter-spacing:1px;
  180. text-transform:uppercase;
  181. padding-bottom:5px;
  182. margin-top:-50px;
  183. margin-left:8px;
  184. }
  185.    
  186. #description {
  187. padding:5px;
  188. font-size:11px;
  189. font-style:italic;
  190. opacity: 0.8;
  191. text-align:center;
  192. margin-top:-2px;
  193. margin-left:6px;
  194. }
  195.      
  196. #pagination {
  197. font-size:9px;
  198. text-align:center;
  199. color:{color:link};
  200. font-family:consolas;
  201. letter-spacing:2px;
  202. margin-left:11px;
  203. }
  204.      
  205. #info {
  206. text-align:center;padding:5px;
  207. margin-top:5px;
  208. margin-bottom:10px;
  209. text-transform: uppercase;
  210. font-family:consolas;
  211. font-size:9px;
  212. }
  213.        
  214. #tags {
  215. font-family:consolas;
  216. letter-spacing:1px;
  217. text-transform:uppercase;
  218. font-size:9px;
  219. margin-top:4px;
  220. a {display:inline; background-color:{color:linkb};
  221. padding:-4px;
  222. text-align:left;
  223. -webkit-transition: all 0.6s ease-in-out;
  224. -moz-transition: all 0.6s ease-in-out;
  225. -o-transition: all 0.6s ease-in-out;
  226. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  227.      
  228. #asker {
  229. float:left;
  230. margin-right:5px;
  231. }
  232.      
  233. #asked {
  234. font-family:consolas;
  235. text-transform:lowercase;
  236. letter-spacing:1px;
  237. padding-bottom:3px;
  238. }
  239.  
  240. #notes {
  241. font-family:consolas;
  242. text-transform:lowercase;
  243. font-size:9px;
  244. }
  245.      
  246. #question {
  247. font-family:consolas;
  248. font-style:italic;
  249. font-size:10px;
  250. }
  251.      
  252. #answer {
  253. font-family:consolas;
  254. text-transform:uppercase;
  255. font-size:10px;
  256. }
  257.        
  258. {CustomCSS}</style></head><body>
  259.      
  260. <div id="sidebar">
  261. <div id="sidebarimage"><img src="{image:sidebar}"></div>    
  262. <div id="links">
  263. <a href="/">home</a>
  264. <a href="/ask">mail</a>
  265. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  266. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  267. </div>  
  268.      
  269. <div id="description">{Description}</div>
  270.      
  271. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}
  272. </div>
  273.      
  274. <div id="entries">{block:Posts}<div id="post">
  275.      
  276. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  277.      
  278. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  279.      
  280. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  281.      
  282. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  283.      
  284. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  285.      
  286. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  287.      
  288. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  289. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  290. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  291. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  292. {/block:Audio}
  293.      
  294. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  295.      
  296. {block:Answer}<div id="asker"></div><div id="asked">{Asker} announced: {Question} {Answer}{/block:Answer}
  297.      
  298. <div id="info"> posted this <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">from</a> {/block:RebloggedFrom}
  299. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">source <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  300. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  301. {/block:Posts}
  302. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  303. {/block:Posts}</div></div></div>
  304.      
  305. <div style="font-size: 10px; letter-spacing: 2px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://beliebed.tumblr.com"</a>© BELIEBED</div>
  306.      
  307. </body>
  308.    
  309. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement