Advertisement
americanbeautyrose

010. a little louder

Jun 18th, 2014
820
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.96 KB | None | 0 0
  1. <!---
  2. a little louder, theme 010 by fincheltanarps.
  3. theme base by hawtornes.
  4. please do not remove these credits, and take this theme as your own.
  5. --->
  6.  
  7. <html><head>
  8.  
  9. <!-- the variables -->
  10.  
  11. <meta name="color:background" content="#ffffff" />
  12. <meta name="color:entries" content="#191515"/>
  13. <meta name="color:info" content="#191515" />
  14. <meta name="color:sbar" content="#191515" />
  15. <meta name="color:sbackbar" content="#111111" />
  16. <meta name="color:sbartitle" content="#ffffff" />
  17. <meta name="color:title" content="#ffffff" />
  18. <meta name="color:text" content="#ffffff" />
  19. <meta name="color:link" content="#636d72" />
  20. <meta name="color:infotext" content="#ffffff" />
  21. <meta name="color:sbarlinks" content="#636d72" />
  22. <meta name="color:textshad" content="#111111" />
  23. <meta name="color:question" content="#191515" />
  24. <meta name="color:qtext" content="#000000" />
  25. <meta name="color:border" content="#ffffff"/>
  26. <meta name="color:backborder" content="#ffffff" />
  27. <meta name="color:pagination" content="#ffffff" />
  28. <meta name="color:sbarhover" content="#797180" />
  29. <meta name="color:scrollbar" content="#636d72" />
  30.  
  31. <meta name="font:title" content="georgia" />
  32. <meta name="font:body" content="georgia" />
  33.  
  34. <meta name="image:background" content=""/>
  35. <meta name="image:backbar" content=""/>
  36. <meta name="image:picbar" content="" />
  37. <meta name="image:picbar2" content="" />
  38. <meta name="image:picbar3" content="" />
  39.  
  40. <meta name="if:show sidebar image" content="1"/>
  41. <meta name="if:show tags" content="1"/>
  42.  
  43. <meta name="text:link1title" content="" />
  44. <meta name="text:link2title" content="" />
  45. <meta name="text:link3" content="" />
  46. <meta name="text:link3title" content="" />
  47. <meta name="text:link4" content="" />
  48. <meta name="text:link4title" content="" />
  49. <meta name="text:link5" content="" />
  50. <meta name="text:link5title" content="" />
  51. <meta name="text:link6" content="" />
  52. <meta name="text:link6title" content="" />
  53. <meta name="text:link7" content="" />
  54. <meta name="text:link7title" content="" />
  55.  
  56. <meta name="text:title" content="" />
  57. <meta name="text:subtitle" content="" />
  58.  
  59. <title>{title}</title>
  60.  
  61. <link rel="shortcut icon" href="{Favicon}">
  62. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  63.  
  64. <style type="text/css">
  65.  
  66. @font-face{font-family:Jenna Sue;src:url(http://static.tumblr.com/9wzbixa/nq2mj2mox/jennasue.ttf);}
  67.  
  68. @font-face{font-family:Soymilk;src:url(http://static.tumblr.com/9wzbixa/Kp0mkuq08/denne-soymilk.otf);}
  69.  
  70. body {color:{color:text}; text-align:justify; font-size:10px; font-family:georgia; background-color:{color:background}; background-image:url('{image:background}'); background-attachment:fixed; letter-spacing:0px;}
  71.  
  72. a {color:{color:link}; text-decoration:none; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; font-style:italic; letter-spacing:0px; font-style:none;}
  73. a:hover {color:{color:link}; letter-spacing:0px; font-style:italic; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  74.  
  75. #everything {
  76. margin-left:-11px;
  77. margin-top:47px;
  78. }
  79.  
  80.  
  81. #entries {position:absolute; width:520px; margin-left:538px; margin-top:-35px}
  82. #posts {background-color:{color:entries}; padding:10px; border: 1px solid {color:border};}
  83.  
  84.  
  85. #backbar {
  86. float:left;
  87. margin-left:524px;
  88. position:fixed;
  89. width:546px;
  90. height:200%;
  91. overflow:hidden;
  92. margin-top:-53px;
  93. background-color:{color:backbar};
  94. background-image:url('{image:backbar}');
  95. background-size:520px;
  96. background-attachment:fixed;
  97. background-attachment:no-repeat;
  98. border:1px solid {color:backborder};}
  99.  
  100. #sbackbar {
  101. float:left;
  102. margin-left:23px;
  103. position:fixed;
  104. width:466px;
  105. height:532px;
  106. overflow:hidden;
  107. margin-top:10px;
  108. background-color:{color:sbackbar};
  109. background-size:520px;
  110. background-attachment:fixed;
  111. background-attachment:no-repeat;
  112. border:1px solid {color:backborder};}
  113.  
  114. #picbar {
  115. float:left;
  116. margin-left:31px;
  117. position:fixed;
  118. width:224px;
  119. height:515px;
  120. overflow:hidden;
  121. margin-top:19px;
  122. background-image:url('{image:picbar}');
  123. background-color:{color:entries};
  124. background-attachment:absolute;
  125. background-attachment:no-repeat;
  126. border:1px double {color:border};}
  127.  
  128.  
  129. #picbar2 {
  130. float:center;
  131. margin-left:52px;
  132. position:fixed;
  133. width:184px;
  134. height:177px;
  135. overflow:hidden;
  136. margin-top:340px;
  137. background-color:{color:entries};
  138. background-image:url('{image:picbar2}');
  139. border-radius:70% 70% 70% 70%;
  140. background-attachment:absolute;
  141. background-attachment:no-repeat;
  142. border:1px double {color:border};}
  143.  
  144.  
  145. #linksbar {float:right; position:fixed; width:193px; height:166px; margin-left:265px; margin-top:19px; overflow:hidden; padding:10px; background-image:url('{image:backbar}'); border: 1px solid {color:border};}
  146.  
  147. #descriptbar2 {float:right; position:fixed; width:193px; height:298px; margin-left:265px; margin-top:215px; overflow:hidden; padding:10px; background-color:{color:sbar}; text-align:center; border: 1px solid {color:border}; color:{color:text};}
  148.  
  149. #titlebar {float:right; position:fixed; width:418px; height:48px; margin-left:37px; margin-top:425px; overflow:hidden; padding:10px; background-color: transparent; font-family:jenna sue; font-size:33px; font-weight:bold; color:{color:sbartitle}; text-shadow: 1px 1px 1px {color:textshad};}
  150.  
  151. #subtitlebar {float:right; position:fixed; width:418px; height:48px; margin-left:68px; margin-top:437px; overflow:hidden; padding:10px; background-color: transparent; font-family:soymilk; font-size:30px; font-weight:bold; color:{color:sbartitle}; text-shadow: 1px 1px 1px {color:textshad};}
  152.  
  153. #sbarlinks {position:fixed; margin-top:-6px; margin-left:-40px; margin-right:0px}
  154. #sbarlinks a {width:97px; height:39px; line-height:40px; font-family:georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; border:1px solid {color:border}; font-size:20px; text-align:center; display:inline-block; margin:1px -55px 3px 35px; letter-spacing:1px; background-color:{color:sbarlinks}; color:{color:sbartitle}; text-transform:lowercase; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; text-shadow: 1px 1px 1px #000; font-style:none;}
  155. #sbarlinks a:hover {width:97px; height:39px; line-height:40px; font-family:georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; border:1px solid {color:border}; font-size:13px; text-align:center; display:inline-block; margin:1px -55px 3px 35px; letter-spacing:1px; background-color: {color:sbarhover}; color:{color:sbartitle}; text-transform:lowercase; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; text-shadow: 1px 1px 1px #000;}
  156.  
  157. #sbarlinks2 {position:fixed; margin-top:-6px; margin-left:63px; margin-right:0px}
  158. #sbarlinks2 a {width:97px; height:39px; line-height:40px; font-family:georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; border:1px solid {color:border}; font-size:20px; text-align:center; display:inline-block; margin:1px -55px 3px 35px; letter-spacing:1px; background-color:{color:sbarlinks}; color:{color:sbartitle}; text-transform:lowercase; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; text-shadow: 1px 1px 1px #000; font-style:none;}
  159. #sbarlinks2 a:hover {width:97px; height:39px; line-height:40px; font-family:georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; border:1px solid {color:border}; font-size:13px; text-align:center; display:inline-block; margin:1px -55px 3px 35px; letter-spacing:1px; background-color: {color:sbarhover}; color:{color:sbartitle}; text-transform:lowercase; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; text-shadow: 1px 1px 1px #000;}
  160.  
  161. #sbarlinks3 {position:fixed; margin-top:129px; margin-left:-40px; margin-right:0px}
  162. #sbarlinks3 a {width:200px; height:39px; line-height:40px; font-family:georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; border:1px solid {color:border}; font-size:20px; text-align:center; display:inline-block; margin:1px -55px 3px 35px; letter-spacing:1px; background-color:{color:sbarlinks}; color:{color:sbartitle}; text-transform:lowercase; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; text-shadow: 1px 1px 1px #000; font-style:none;}
  163. #sbarlinks3 a:hover {width:200px; height:39px; line-height:40px; font-family:georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif; border:1px solid {color:border}; font-size:13px; text-align:center; display:inline-block; margin:1px -55px 3px 35px; letter-spacing:1px; background-color: {color:sbarhover}; color:{color:sbartitle}; text-transform:lowercase; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; text-shadow: 1px 1px 1px #000;}
  164.  
  165. .pagination {
  166. margin-top:5px;
  167. text-align:center;
  168. margin-left:-10px;
  169. }
  170.  
  171. .pagination a {
  172. display:inline-block;
  173. background:transparent;
  174. padding:4px 5px;
  175. color: {color:pagination};
  176. font:13px georgia;
  177. font-style:italic;
  178. text-transform:lowercase;
  179. }
  180.  
  181. .pagination a:hover {
  182. color: {color:paginationhov};
  183.  
  184. }
  185.  
  186. #titleuno {font-size:20px; font-family:'georgia'; color:{color:title}; font-style:italic; text-transform:lowercase; text-align:center; line-height:120%; letter-spacing:-1px; }
  187.  
  188. #titledos {font-size:20px; font-family:'georgia'; color:{color:title}; font-style:italic; letter-spacing;-1px; text-transform:lowercase; line-height:22px; text-align:center;}
  189.  
  190. #info {
  191. width:518px;
  192. margin-top:-6px;
  193. padding:3px 0;
  194. background:{color:info};
  195. color:{color:infotext};
  196. font:10px georgia;
  197. line-height:120%;
  198. text-align:center;
  199. letter-spacing:0px;
  200. text-transform:uppercase;
  201. border: 1px solid {color:border};
  202. }
  203.  
  204. #info a {color:{color:links}; margin-top:-12px;}
  205. #info a:hover {color:{color:text}}
  206.  
  207. #tags {
  208. width:516px;
  209. background:{color:info};
  210. padding:1px 1px 1px 1px;
  211. margin-top:-8px;
  212. color:{color:infotext};
  213. font:10px georgia;
  214. {block:iflowercasetags}text-transform:lowercase;{/block:iflowercasetags}
  215. text-align:center;
  216. letter-spacing:0px;
  217. font-style:italic;
  218. border-bottom: 1px solid {color:border};
  219. border-left: 1px solid {color:border};
  220. border-right: 1px solid {color:border};
  221. }
  222.  
  223. #tags a {color:{color:link};}
  224. #tags a:hover {color:{color:text}}
  225. .num {color:{color:text}}
  226.  
  227. #marking {width:12px; height:6px; font-size:30px; font-family:georgia; position:absolute; text-shadow: 1px 1px 1px {color:textshad};
  228. color:{color:question}; bottom: -1.5px; left: 330px;}
  229.  
  230. #asker {width:500px; text-align:right; text-transform:lowercase; font-style: italic; color{color:link}; font-size:20px; letter-spacing:0px; margin-left:-23px; margin-top:-6px;}
  231. #asker a {color:{color:link};}
  232. #asker a:hover {color:{color:text};}
  233.  
  234. #question {background-color:{color:question}; font-size:10px; font-weight:normal; font-family:georgia; line-height:90%; color:{color:qtext}; margin: 0 0 11px 0; padding: 10px 15px; position:relative; border:1px solid #000; border-radius: 1em; -moz-box-shadow: 10px 10px 5px #888; -webkit-box-shadow: 10px 10px 5px #888; box-shadow: 3px 3px 5px #888; text-align:center;}
  235.  
  236.  
  237. .user_1 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  238. .user_2 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  239. .user_3 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  240. .user_4 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  241. .user_5 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  242. .user_6 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  243. .user_7 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  244. .user_8 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  245. .user_9 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  246. .user_10 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  247. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  248.  
  249. #audio {width:500px; height:105px; margin-bottom:5px}
  250. .player {margin-left:110px; margin-top:5px; float:left}
  251.  
  252. #source {margin-top:3px; text-align:left; margin-bottom:5px; font-size:9px}
  253.  
  254. #credit a {
  255. position:fixed; font:14px georgia; background-color:transparent; border:1px solid {color:sbar}; color:{color:entries}; padding:5px; bottom:20px; right:20px; text-shadow: 1px 1px 1px #000;}
  256.  
  257. #credit a:hover {
  258. color:{color:text}}
  259.  
  260. b, strong {color:{color:title}}
  261. i, em {color:{color:text}}
  262. p {margin-top:5px; margin-bottom:5px}
  263. blockquote {border-left:1px solid {color:border}; padding-left:5px; margin:0px 2px 0px 10px}
  264. hr {background-color: #fff; margin-left:0px; width:500px; height: 1px; border: 0; }
  265.  
  266. ::-webkit-scrollbar {width: 5px; height: 3px; background: #fff;}
  267.  
  268. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar}; border:1px solid #000; -moz-border-radius: 5px;border-radius: 75px;}
  269.  
  270. </style>
  271. </head>
  272.  
  273. <body>
  274.  
  275. <div id="backbar"></div>
  276.  
  277. <div id="sbackbar"></div>
  278.  
  279. <div id="picbar"></div>
  280.  
  281. <div id="picbar2"></div>
  282.  
  283. <div id="everything">
  284.  
  285. </div>
  286. </div>
  287.  
  288. <div id="linksbar">
  289. <div id="sbarlinks">
  290. <a href="/">{text:link1title}</a><br>
  291. <a href="/ask">{text:link2title}</a><br>
  292. <a href="{text:link3}">{text:link3title}</a><br>
  293. </div>
  294. <div id="sbarlinks2">
  295. <a href="{text:link4}">{text:link4title}</a><br>
  296. <a href="{text:link5}">{text:link5title}</a><br>
  297. <a href="{text:link6}">{text:link6title}</a><br>
  298. </div>
  299. <div id="sbarlinks3">
  300. <a href="{text:link7}">{text:link7title}</a><br>
  301. </div>
  302. </div>
  303.  
  304.  
  305. <div id="sbar1">
  306. <div id="titlebar">
  307. {text:title}
  308. </div>
  309. <div id="subtitlebar">
  310. {text:subtitle}
  311. </div>
  312. </div>
  313.  
  314. <div id="descriptbar2">
  315. {Description}
  316. {block:Pagination}
  317. <div class="pagination">{block:PreviousPage}<a href="{PreviousPage}">sink</a>{/block:PreviousPage}
  318. - {block:NextPage}<a href="{NextPage}">swim</a>{/block:NextPage}</div>
  319. {/block:Pagination}
  320. </div>
  321. </div>
  322.  
  323. </div></div>
  324.  
  325. <div id="entries">{block:Posts}
  326. <div id="posts">
  327.  
  328. {block:Quote}
  329. <div id="titledos">"{Quote}"</div>
  330. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  331. {/block:Quote}
  332.  
  333. {block:Title}<div id="titleuno">{Title}</div>{/block:Title}
  334. {block:Text}{Body}{/block:Text}
  335.  
  336. {block:Link}
  337. <div id="titleuno"><a href="{URL}" class="link" {Target}>{Name}</a></div>{block:Description}<div class="description">{Description}</div>{/block:Description}
  338. {/block:Link}
  339.  
  340. {block:Photo}
  341. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}
  342. {/block:Photo}
  343. {block:Photoset}
  344. <center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}
  345. {/block:Photoset}
  346.  
  347. {block:Chat}
  348. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  349. {/block:Chat}
  350.  
  351. {block:Video}
  352. {Video-500}{block:Caption}{Caption}{/block:Caption}
  353. {/block:Video}
  354.  
  355. {block:Answer}
  356. <div id="question">
  357. <br><div id="marking">◥</div>
  358. {Question}<br><br></div>
  359. <div id="asker">{Asker} whispered:</div><br>
  360. <div id="answer">{Answer}</div>
  361. {/block:answer}
  362.  
  363. {block:Audio}<span class="audio"><center><div style=" -moz-border-radius: 5px;border-radius: 75px;">{AudioPlayerWhite}</div></center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}</div>
  364.  
  365. <div id="info">
  366. {block:Date}<a href="{Permalink}">{TimeAgo}</a> on {DayofMonthWithZero} {ShortMonth}{/block:Date} {block:RebloggedFrom}&mdash; via <a href="{ReblogParentURL}">{ReblogParentName}</a> &mdash; {block:NoteCount}{NoteCount} ♫{/block:NoteCount}{/block:RebloggedFrom}{block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}</div>
  367.  
  368. {block:HasTags}<div id="tags">filed under:
  369. {block:Tags}<a href="/tagged/{Tag}"><span class="num">#</span>{Tag}</a>&nbsp;&nbsp;{/block:Tags}
  370. </div>{/block:HasTags}
  371.  
  372. <br><br><br>
  373. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  374.  
  375. </div>
  376. </div>
  377.  
  378. <div id="credit"><a href="http://fincheltanarps.tumblr.com" title="credit">RFS</a></div>
  379.  
  380. </body>
  381. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement