Don't like ads? PRO users don't see any ads ;-)

OLD THEME 009

By: Amyspond on Aug 17th, 2012  |  syntax: None  |  size: 8.49 KB  |  hits: 99  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!--
  2. theme9 by rosetylir
  3. -->
  4. <html>
  5. <head>
  6. <!-- DEFAULT VARIABLES -->
  7. <meta name="color:background" content="#ffffff" />
  8. <meta name="color:post" content="#fcfcfd" />
  9. <meta name="color:text" content="#000000" />
  10. <meta name="color:link" content="#CFCFCF" />
  11. <meta name="color:linkhovercolor" content="#ffffff" />
  12. <meta name="color:post" content="#ffffff" />
  13. <meta name="color:post border" content="#FAFAFA" />
  14. <meta name="color:ask bg" content="#FAFAFA" />
  15.  
  16. <meta name="image:sidebar" content=""/>
  17. <meta name="image:background" content="" />
  18.  
  19. <meta name="text:Link1" content="" />
  20. <meta name="text:Link1 Title" content="" />
  21. <meta name="text:Link2" content="" />
  22. <meta name="text:Link2 Title" content="" />
  23. <meta name="text:Link3" content="" />
  24. <meta name="text:Link3 Title" content="" />
  25. <meta name="text:Link4" content="" />
  26. <meta name="text:Link4 Title" content="" />
  27.  
  28.  
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  32. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link href='http://fonts.googleapis.com/css?family=Great+Vibes' rel='stylesheet' type='text/css'>
  34. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37. <style type="text/css">
  38.  
  39.  
  40.  
  41. body {
  42. color:{color:text};
  43. background-color:{color:background};
  44. background-image: url('{image:background}');
  45. background-position: center;
  46. background-attachment:fixed;
  47. font-size:10px;
  48. font-family:trebuchet ms;
  49. line-height:110%;
  50. text-align:justify}
  51.  
  52. a:link, a:active, a:visited{
  53. color: {color:link}; text-decoration:none}
  54. a:hover{
  55. color:{color:text};color:{color:linkhovercolor};
  56. }
  57.  
  58. #entries {margin-left:500px; margin-top:40px; width:525px;}
  59.  
  60. #posts{width:500px; background-color:{color:post}; margin-bottom:10px; padding:5px;}
  61.  
  62. #sbar {
  63. margin-left: 240px;
  64. margin-top: -30px;
  65. position:fixed;
  66. }
  67.  
  68. #sbar:hover #link {
  69. opacity:1; display:block; margin-left:-425px;
  70. }
  71.  
  72. #simg {
  73. margin-top: 250px;
  74. margin-left: -180px;
  75. width: 250px;
  76. }
  77.  
  78. #simg img {
  79. border-right: 1px solid #000000;
  80. padding: 6px;
  81. margin-left:1px;
  82. max-width:250px;
  83. height:250px;
  84. }
  85.  
  86. #link {
  87. position:fixed;
  88. display:inline;
  89. margin-left: -200px;
  90. margin-top: 265px;
  91. width: 245px;
  92. font-size:15px;
  93. text-transform: uppercase;
  94. font-family:open sans Condensed;
  95. text-align:right;
  96. opacity:0;
  97. -webkit-transition:0.9s linear;
  98. }
  99.  
  100. #nav {
  101. position:fixed;
  102. display:inline;
  103. margin-left: -180px;
  104. margin-top: 245px;
  105. font-family:open sans Condensed;
  106. font-size:25px;
  107. width:250px;
  108. text-transform: uppercase;
  109. text-align:center;
  110. opacity: 1;
  111. -webkit-transition:0.9s linear
  112. }
  113.  
  114. #desc {
  115. position:fixed;
  116. width:55px;
  117. margin-left:75px;
  118. margin-top: -220px;
  119. text-align:left;
  120. padding:17px;
  121. }
  122.  
  123. #icon {
  124. position:fixed;
  125. margin-left:90px;
  126. margin-top: -255px;
  127. }
  128.  
  129. #pagination { font-family:trebuchet ms; text-align:center; font-size:26px; }
  130.  
  131. h1{
  132. color:{color:text};
  133. font-family:Great Vibes;
  134. text-transform: lowercase;
  135. font-size:50px;
  136. line-height:17px;
  137. letter-spacing:1px;
  138. font-weight:normal;
  139. margin:0px;
  140. padding:0px;
  141. text-align:center;
  142. }
  143.  
  144. h2{
  145. color:{color:text};
  146. font-family:Great Vibes;
  147. text-transform: lowercase;
  148. font-size:40px;
  149. line-height:30px;
  150. letter-spacing:1px;
  151. font-weight:normal;
  152. margin:0px;
  153. padding:0px;
  154. text-align:center;
  155. }
  156.  
  157. #credit {
  158. right:10px;
  159. bottom:10px;
  160. position:fixed;
  161. text-transform: italic;
  162. }
  163.  
  164. #info {
  165. opacity: 1;
  166. text-align: left;
  167. opacity: 0.1;
  168. border: 1px dashed {color:post border};
  169. -webkit-transition:0.3s linear;
  170. }
  171.  
  172. #posts:hover #info {
  173. opacity:1
  174. }
  175.  
  176. #source {
  177. text-align: right;
  178. display:block;
  179. margin:0px 0px 0px 0px;
  180. padding:0px;
  181. font-family:trebuchet ms;
  182. text-transform:uppercase;
  183. font-size:9px;
  184. opacity:0.8;
  185. letter-spacing:-1px;
  186. }
  187.  
  188. #source img {
  189. float:right;
  190. display: inline;
  191. height: 20px;
  192. margin-left:4px;
  193. border: 3px solid #FAFAFA;
  194. }
  195.  
  196.  
  197.  
  198. #question {font-size: 10px; color:{color:text};margin-bottom:8px; padding: 8px; background: {color:ask bg};
  199. }
  200.  
  201. #question img{float: left; padding: 0px; margin: 0px 2px 2px 0px;
  202. }
  203.  
  204. .triangle {font-size:40px;padding:0px;color:{color:ask bg};margin-left:-5px;}
  205.  
  206. blockquote {
  207. border-left:2px {color:body} solid;
  208. padding-left:5px;
  209. margin:0px 2px 0px 10px
  210. }
  211.  
  212. #quote {
  213. font-family:trebuchet ms;
  214. font-size: 15px;
  215. letter-spacing:-1px;
  216. line-height: 100%;
  217. margin-left: 10px;
  218. padding: 10px;
  219. border-left: 5px solid;
  220. border-color: {color:border};
  221. }
  222.  
  223. #quote:first-letter{
  224. font-weight:bold;
  225. font-size:19px;
  226. }
  227.  
  228. blockquote {
  229. padding-left:7px;
  230. margin:2px;
  231. border-left:5px solid {color:border};
  232. }
  233.  
  234. img a{border:none; width:100%}
  235. .audio{display:block;}
  236.  
  237. .user_1 .label {color:{color:italic}; font-weight:bold}
  238. .user_2 .label {color:{color:bold}; font-weight:bold}
  239. .user_3 .label {color:{color:italic}; font-weight:bold}
  240. .user_4 .label {color:{color:bold}; font-weight:bold}
  241. .user_5 .label {color:{color:italic}; font-weight:bold}
  242. .user_6 .label {color:{color:bold}; font-weight:bold}
  243. .user_7 .label {color:{color:italic}; font-weight:bold}
  244. .user_8 .label {color:{color:bold}; font-weight:bold}
  245. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  246.  
  247.  
  248.  
  249. #notes {font-weight:normal}
  250. #notes li {padding-bottom:0.5em}
  251. #notes li img.avatar {vertical-align:-4px; margin-right:5px; width:16px; height:16px; border-radius:50%;}
  252.  
  253. iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
  254.  
  255.  
  256. </style>
  257.  
  258.  
  259. </head>
  260.  
  261. <body>
  262.  
  263. <div id="credit">
  264. <div id="credit"><a href="http://lwthemes.tumblr.com/">★ LANAWINTIRS</a>
  265. </div>
  266.  
  267. <div id="sbar">
  268. <div id="nav">
  269. <a href="/">home</a>&nbsp;&nbsp;
  270. <a href="/ask">ask</a>&nbsp;&nbsp;
  271. <a href="/archive">past</a>
  272. </div>
  273.  
  274.  
  275. <div id="link">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  276. <p>
  277. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  278. <p>
  279. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  280. <p>
  281. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
  282.  
  283. <br>
  284. <div id="simg"><img src="{image:sidebar}"/></a></div>
  285. </center>
  286. <div id="icon"><img src="{PortraitURL-48}"></div>
  287. <div id="desc">{block:Description}{Description}{/block:Description}
  288. </div>
  289.  
  290. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}
  291. </div></div>
  292.  
  293.  
  294. <div id="entries">
  295. {block:Posts}
  296. <div id="posts">
  297. {block:Quote}<h2>"{Quote}</h2>&nbsp; - {Source}{/block:Quote}
  298. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  299. {block:Text}{Body}{/block:Text}
  300.  
  301. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  302. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  303.  
  304. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  305. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  306.  
  307. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  308.  
  309. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  310.  
  311. {block:Answer}
  312. <div id="question"><img src="{AskerPortraitURL-24}"> {Asker} asked: <br />{Question}</div><div class="triangle">&#9660;</div>
  313. <div id="answer">{Answer}</div>{/block:Answer}
  314.  
  315. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  316.  
  317.  
  318. <div id="info">
  319. <img src="{PostAuthorPortraitURL-24}"> {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  320.  
  321. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  322.  
  323. {block:RebloggedFrom}via <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">{ReblogParentName}</a> / {/block:RebloggedFrom}
  324.  
  325. {block:ContentSource}source <a href="{SourceURL}">{SourceLink}</a><br />{/block:ContentSource}
  326.  
  327. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  328. </div>
  329. <br>
  330. </div>
  331. {block:PostNotes}{PostNotes}{/block:PostNotes}
  332. </body>
  333. </html>