Advertisement
americanbeautyrose

009. white light

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