roxyrichter

theme 022 - morning light

Aug 29th, 2012
12,575
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.54 KB | None | 0 0
  1. <!-- theme 022 by Stella (@tashabartons)
  2. editing is fine, but please don't remove my credits!
  3. enjoy! :3 -->
  4.  
  5. <html><head>
  6.  
  7. <!-- DEFAULT VARIABLES -->
  8. <meta name="color:background" content="#fdfcfc" />
  9. <meta name="color:sidebar bar" content="#f8f4f1" />
  10. <meta name="color:sidebar" content="#fdfcfc" />
  11. <meta name="color:sidebar img border" content="#f8f4f1" />
  12. <meta name="color:pagebar" content="#faf8f7" />
  13. <meta name="color:pagination" content="#e2bbc1" />
  14. <meta name="color:navlinks" content="#fdfcfc" />
  15. <meta name="color:navlinks hover" content="#faf8f7" />
  16. <meta name="color:entries" content="#f8f4f1" />
  17. <meta name="color:info" content="#fdfcfc" />
  18. <meta name="color:title" content="#c6d8ba" />
  19. <meta name="color:text" content="#aaaaaa" />
  20. <meta name="color:link" content="#e2bbc1" />
  21. <meta name="color:question" content="#fdfcfc" />
  22.  
  23. <meta name="font:title" content="georgia" />
  24. <meta name="font:body" content="georgia" />
  25.  
  26. <meta name="image:sidebar" content="" />
  27. <meta name="image:sidebar bg" content="http://static.tumblr.com/sdb8vb3/KEhm9jow7/tumblr_l9rsdk9nog1qcdtsho1_400.png" />
  28. <meta name="image:pagebar bg" content="" />
  29. <meta name="image:background" content="" />
  30.  
  31. <meta name="if:uppercase info" content="1" />
  32. <meta name="if:lowercase tags" content="1" />
  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. <meta name="text:Link4" content="" />
  41. <meta name="text:Link4 Title" content="" />
  42. <meta name="text:Link5" content="" />
  43. <meta name="text:Link5 Title" content="" />
  44.  
  45. <meta name="text:text size" content="10" />
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  49.  
  50. <title>{Title}</title>
  51.  
  52. <link rel="shortcut icon" href="{Favicon}">
  53. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  54. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  55.  
  56. <style type="text/css">
  57.  
  58. body {color:{color:text}; text-align:justify; font-size:{text:text size}px; font-family:{font:body}; background-color:{color:background}; background-image:url('{image:background}'); background-attachment:fixed}
  59.  
  60. a {color:{color:link}; text-decoration:none}
  61. a:hover {color:{color:text}; border-bottom:1px solid {color:link}}
  62.  
  63. #entries {position:absolute; width:520px; margin-left:400px; margin-top:10px}
  64. #posts {background-color:{color:entries}; padding:10px}
  65.  
  66. #sbarbar {float:left; position:fixed; width:320px; height:100%; margin-left:-8px; margin-top:-8px; background-color:{color:sidebar bar}; background-image:url('{image:sidebar bg}'); background-attachment:fixed}
  67. #sidebar {float:center; margin-left:40px; margin-top:100px; position:fixed; width:220px; height:auto; overflow:hidden; padding:10px; background-color:{color:sidebar}}
  68. .sbarimg {margin-top:2px; z-index:4}
  69. .sbarimg img {max-width:200px; height:auto; text-align:center; border:5px solid {color:sidebar img border}; margin-bottom:5px}
  70. .sbarimg:hover #nlinks {opacity:0.9; display:block}
  71. #sbartitle {text-align:center; color:{color:title}; font-family:'Dancing Script'; font-size:20px; margin-bottom:5px}
  72. #sbartext {margin-left:5px; margin-right:5px; font-family:{font:body}; font-size:10px; color:{color:text}; text-align:justify; font-style:normal; margin-bottom:2px}
  73.  
  74. .hov {opacity:0.8; letter-spacing:1px; text-align:right; margin-left:15px; margin-top:8px; color:{color:sidebar}; position:absolute; font-family:{font:body}; font-style:italic; font-size:10px; text-transform:none}
  75. #nlinks {opacity:0; -webkit-transition: all 0.6s ease; margin-left:30px; position:absolute; z-index:10}
  76. #nlinks a {width:80px; height:20px; line-height:20px; font-family:{font:body}; font-size:9px; text-align:center; display:inline-block; margin:1px 0 1px 0; letter-spacing:1px; background-color:{color:navlinks}; color:{color:navlinks text}; text-transform:lowercase; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
  77. #nlinks a:hover {border-bottom:none; background-color:{color:navlinks hover}; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out}
  78.  
  79. #pagebar {float:left; position:fixed; width:35px; height:100%; margin-left:312px; margin-top:-8px; background-color:{color:pagebar}; background-image:url('{image:pagebar bg}'); background-attachment:fixed}
  80. #pagination {margin-top:230px; text-align:center; font:24px {font:title}}
  81. #pagination a {color:{color:pagination}}
  82. #pagination a:hover {color:{color:text}; border:none}
  83.  
  84. #title1 {font-size:14px; font-family:{font:title}; color:{color:title}; font-style:italic}
  85. #title2 {font-size:14px; font-family:{font:title}; color:{color:title}; font-style:italic}
  86.  
  87. #info {width:490px; padding:5px; background-color:{color:info}; color:{color:text}; {block:ifuppercaseinfo}font:8px {font:body}; text-transform:uppercase;{/block:ifuppercaseinfo} {block:ifnotuppercaseinfo}font: 9px {font:body};{/block:ifnotuppercaseinfo} line-height:120%; text-align:center; letter-spacing:1px; margin-top:5px; opacity:0.7; -webkit-transition:opacity 0.8s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  88. #info:hover {opacity:1; -webkit-transition: opacity 0.8s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out}
  89. #info a {color:{color:link}}
  90. #info a:hover {color:{color:text}}
  91.  
  92. #tags {width:490px; margin-top:4px; background-color:transparent; color:{color:text}; font:9px {font:body}; {block:iflowercasetags}text-transform:lowercase;{/block:iflowercasetags} text-align:center; letter-spacing:1px; font-style:italic; opacity:0.7; -webkit-transition:opacity 0.8s linear; -webkit-transition:all 0.5s ease-out; -moz-transition:all 0.5s ease-out; transition:all 0.5s ease-out}
  93. #tags:hover {opacity:1; -webkit-transition: opacity 0.8s linear; -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out}
  94. #tags a {color:{color:link}}
  95. #tags a:hover {color:{color:text}}
  96.  
  97. .user_1 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  98. .user_2 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  99. .user_3 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  100. .user_4 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  101. .user_5 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  102. .user_6 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  103. .user_7 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  104. .user_8 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  105. .user_9 .label {color:{color:link}; text-transform:uppercase; font-weight:bold}
  106. .user_10 .label {color:{color:title}; text-transform:uppercase; font-weight:bold}
  107.  
  108. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  109.  
  110. #asks {text-align:center; padding:8px; background-color:{color:question}}
  111. .asker {margin-bottom:-8px; font-size:11px; letter-spacing:1px; font-style:italic}
  112. #answers {margin-left:3px; margin-top:8px}
  113.  
  114. #audios {width:100%; height:100px; margin-bottom:5px}
  115. .albumart {float:left; width:100px; height:100px}
  116. .player {width:25px; height:25px; margin-top:34px; margin-left:33px; overflow:hidden; position:absolute; padding:3px; opacity:0.4; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
  117. .player:hover {opacity:0.7; -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
  118. .audioinfo {margin-left:110px; line-height:150%; font-family:{font:body}; font-size:10px}
  119.  
  120. #source {margin-top:3px; text-align:right; margin-bottom:5px; font-size:10px}
  121.  
  122. b, strong {color:{color:title}}
  123. i, em {color:{color:text}}
  124. p {margin-top:5px; margin-bottom:5px}
  125. blockquote {border-left:2px solid {color:text}; padding-left:5px; margin:0px 2px 0px 10px}
  126.  
  127. </style>
  128. </head>
  129.  
  130. <body>
  131.  
  132. <div id="sbarbar">
  133. <div id="sidebar">
  134. <div class="sbarimg" align="center">
  135. <div class="hov">hover</div>
  136. <div id="nlinks">
  137. <br><br><br><br><br><br>
  138. <a href="/">refresh</a>
  139. <a href="/ask">message</a><br>
  140. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  141. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br>{/block:ifLink2}
  142. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  143. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br>{/block:ifLink4}
  144. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  145. <a href="http://tashabartons.tumblr.com/mythemes">theme</a>
  146. </div>
  147. <img src="{image:sidebar}" /></div>
  148. <div id="sbartitle">{Title}</div>
  149. <div id="sbartext">{block:Description}{Description}{/block:Description}</div>
  150. </div>
  151. </div>
  152.  
  153. <div id="pagebar">
  154. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">&laquo; </a><br>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}</div>
  155. </div>
  156.  
  157. <div id="entries">{block:Posts}<div id="posts">
  158.  
  159. {block:Quote}
  160. <div id="title2">"{Quote}"</div>
  161. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  162. {/block:Quote}
  163.  
  164. {block:Title}<div id="title1">{Title}</div>{/block:Title}
  165. {block:Text}{Body}{/block:Text}
  166.  
  167. {block:Link}
  168. <div id="title1"><a href="{URL}" class="link" {Target}>→ {Name}</a></div>
  169. {block:Description}<div class="description">{Description}</div>{/block:Description}
  170. {/block:Link}
  171.  
  172. {block:Photo}
  173. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  174. {block:Caption}{Caption}{/block:Caption}
  175. {/block:Photo}
  176.  
  177. {block:Photoset}
  178. <center>{Photoset-500}</center>
  179. {block:Caption}{Caption}{/block:Caption}
  180. {/block:Photoset}
  181.  
  182. {block:Chat}
  183. <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  184. {/block:Chat}
  185.  
  186. {block:Video}
  187. {Video-500}{block:Caption}{Caption}{/block:Caption}
  188. {/block:Video}
  189.  
  190. {block:Answer}
  191. <div id="asks"><div class="asker">{Asker} inquired:</div>
  192. <br>{Question}</div>
  193. <div id="answers">{Answer}</div>
  194. {/block:Answer}
  195.  
  196. {block:Audio}
  197. <div id="audios">
  198. <div class="player">{AudioPlayerWhite}</div>
  199. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  200. <div class="audioinfo"><br>
  201. <b>Song:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
  202. <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
  203. <b>Album:</b> {block:Album}{Album}{/block:Album}<br>
  204. <b>Played:</b> {PlayCount} times</div></div>
  205. {block:Caption}{Caption}{/block:Caption}
  206. {/block:Audio}
  207.  
  208. <div id="info">
  209. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:RebloggedFrom}&mdash; via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}, &copy; <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>
  210.  
  211. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  212.  
  213. </div>
  214.  
  215. <BR><BR><BR>
  216. {/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  217.  
  218. </div>
  219. </div>
  220.  
  221. </body>
  222. </html>
Advertisement
Add Comment
Please, Sign In to add comment