Advertisement
getnakedmiley

fallthemeedited

Sep 19th, 2012
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- Fall theme by SUNSGODOWN -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#9A9A9A">
  14. <meta name="color:linkbg" content="#FCFCFC">
  15. <meta name="color:infobg" content="#FCFCFC">
  16. <meta name="color:text" content="#9A9A9A">
  17. <meta name="color:tags" content="#EDEDED">
  18. <meta name="color:scrollbar" content="#D6D5D5">
  19. <meta name="color:border" content="#F2F2F2">
  20. <meta name="color:sbtext" content="#DEDEDE">
  21. <meta name="color:sbtextbg" content="#FCFCFC">
  22.  
  23. <meta name="image:sbimage" content=""/>
  24.  
  25. <meta name="text:link 1" content="">
  26. <meta name="text:link 1 url" content="/">
  27. <meta name="text:link 2" content="">
  28. <meta name="text:link 2 url" content="/">
  29. <meta name="text:link 3" content="">
  30. <meta name="text:link 3 url" content="/">
  31. <meta name="text:link 4" content="">
  32. <meta name="text:link 4 url" content="/">
  33.  
  34.  
  35. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  36. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  37. <link rel="shortcut icon" href="{Favicon}" />
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. a {
  44. color:{color:link};
  45. text-decoration:none;
  46. -moz-transition-duration:0.5s;
  47. -webkit-transition-duration:0.5s;
  48. -o-transition-duration:0.5s;
  49. }
  50.  
  51. a:hover {
  52. color:{color:hover};
  53. }
  54.  
  55. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  56.  
  57. ::-webkit-scrollbar-corner {background:{color:bg}}
  58.  
  59. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  60.  
  61. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  62.  
  63. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  64.  
  65. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  66.  
  67. @font-face { font-family: "bold"; src: url('http://static.tumblr.com/qlfmldj/LiWmabtr2/altehaasgroteskbold.ttf'); }
  68.  
  69. @font-face { font-family: "regular"; src: url('http://static.tumblr.com/qlfmldj/2Dnmabts2/altehaasgroteskregular.ttf'); }
  70.  
  71. body {
  72. background-color:{color:bg};
  73. }
  74.  
  75.  
  76. h1 {
  77. font-family:calibri;
  78. font-size:10px;
  79. text-align:center;
  80. font-weight:normal;
  81. line-height:120%;
  82. letter-spacing:1px;
  83. text-transform:uppercase;
  84. }
  85.  
  86. h2 {
  87. font-family:cambria;
  88. font-size:15px;
  89. text-align:center;
  90. font-weight:normal;
  91. line-height:120%;
  92. font-style:italic;
  93. letter-spacing:-0.5px;
  94. }
  95.  
  96. blockquote {
  97. border-left:2px solid {color:text};
  98. padding-left:5px;
  99. margin:5px;
  100. }
  101.  
  102. #theme {
  103. background-color:{color:bg};
  104. width: 900px;
  105. text-align: center;
  106. margin: 0 auto -12px auto;
  107. }
  108.  
  109. #sb {
  110. position:fixed;
  111. background-color:{color:bg};
  112. width:250px;
  113. margin-top:130px;
  114. margin-left:50px;
  115. font-family:calibri;
  116. font-size:9px;
  117. text-transform:uppercase;
  118. letter-spacing:1px;
  119. color:{color:sbtext};
  120. }
  121.  
  122. #sb img{
  123. opacity:1;
  124. padding:10px;
  125. max-width:230px;
  126. -moz-transition-duration:0.5s;
  127. -webkit-transition-duration:0.5s;
  128. -o-transition-duration:0.5s;
  129. }
  130.  
  131. #sb img:hover{
  132. opacity:0.5;
  133. padding:10px;
  134. max-width:230px;
  135. -moz-transition-duration:0.5s;
  136. -webkit-transition-duration:0.5s;
  137. -o-transition-duration:0.5s;
  138. }
  139.  
  140. .desc {
  141. background-color:{color:sbtextbg};
  142. margin:0px 10px 10px 10px;
  143. color:{color:sbtext};
  144. font-family:calibri;
  145. font-size:10px;
  146. text-transform:uppercase;
  147. letter-spacing:1px;
  148. text-align:center;
  149. line-height:11px;
  150. width:210px;
  151. padding:10px;
  152. }
  153.  
  154. .desc a {
  155. opacity:1;
  156. color:{color:sbtext};
  157. }
  158.  
  159. .desc a:hover{
  160. opacity:0;
  161. color:{color:sbtext};
  162. }
  163.  
  164. .links a{
  165. text-decoration:underline;
  166. }
  167.  
  168. #page {
  169. position:fixed;
  170. text-align:center;
  171. width:250px;
  172. margin-left:50px;
  173. margin-top:100px;
  174. font-family:calibri;
  175. font-size:25px;
  176. text-transform:uppercase;
  177. letter-spacing:1px;
  178. }
  179.  
  180. #stuffcontainer {
  181. width:600px;
  182. float:left;
  183. margin-top:90px;
  184. margin-left:320px;
  185. text-align:justify;
  186. background-color:{color:bg};
  187. font-family:cambria;
  188. color:{color:text};
  189. margin-bottom: 5%;
  190. }
  191.  
  192. .stuff {
  193. width:500px;
  194. margin-top:50px;
  195. padding-bottom:15px;
  196. font-family:calibri;
  197. text-align:justify;
  198. font-size:11px;
  199. line-height:120%;
  200. letter-spacing:0.5px;
  201. color:{color:text};
  202. }
  203.  
  204. .caption {
  205. width:500px;
  206. text-align:justify;
  207. line-height:120%;
  208. }
  209.  
  210. .ask {
  211. background-color: {color:infobg};
  212. padding:10px 20px 10px 20px;
  213. text-align:left;
  214. color:{color:text};
  215. }
  216.  
  217. .triangle {
  218. font-family:calibri;
  219. margin-top:-12px;
  220. font-size:40px;
  221. line-height:20px;
  222. text-align:center;
  223. color: {color:infobg};
  224. }
  225.  
  226. .asker {
  227. font-family:calibri;
  228. font-size:10px;
  229. height:26px;
  230. text-align:right;
  231. font-weight:normal;
  232. line-height:120%;
  233. letter-spacing:1px;
  234. text-transform:uppercase;
  235. }
  236.  
  237. .audio {
  238. width:500px;
  239. height:160px;
  240. }
  241. .albumart {
  242. width:150px;
  243. height:150px;
  244. position:absolute;}
  245. .albumart img {
  246. width:150px;
  247. height:150px;
  248. float:left;}
  249. .playercontainer {
  250. display:block;
  251. width:150px;
  252. height:150px;
  253. background-color:#ffffff;
  254. position:absolute;
  255. }
  256. .player {
  257. margin-left:36px;
  258. margin-top:36px;
  259. width:25px;
  260. height:25px;
  261. overflow:hidden;
  262. background-color:white;
  263. }
  264. .audioinfo {
  265. margin-left:160px;
  266. float:left;
  267. width:200px;
  268. padding:2px;
  269. margin-top:3px;
  270. }
  271.  
  272. .postinfo {
  273. width:450px;
  274. text-transform:uppercase;
  275. font-family:calibri;
  276. text-align: center;
  277. padding:5px 25px 5px 25px;
  278. letter-spacing:1px;
  279. font-size: 9px;
  280. line-height:120%;
  281. margin-bottom:10px;
  282. background-color: {color:infobg};
  283. border-top:1px solid {color:border};
  284. color:{color:link};
  285. }
  286.  
  287. .postinfo li {
  288. width:450px;
  289. padding:5px 25px 5px 25px;
  290. list-style-type: none;
  291. text-align:left;
  292. margin-left:-40px;
  293. color:{color:link};
  294. }
  295.  
  296. .audio {
  297. background-color:{color:background};
  298. display:{color:background};
  299. }
  300.  
  301. .user_1 .label {
  302. color:{color:text};
  303. font-weight:normal;
  304. }
  305. .user_2 .label {
  306. color:{color:info};
  307. font-weight:normal;
  308. }
  309. ul.chat, .chat ol, .chat li {
  310. list-style:none;
  311. margin:0px;
  312. padding:0px
  313. }
  314.  
  315.  
  316. </style>
  317.  
  318. </head>
  319. <body>
  320.  
  321. <div id="theme">
  322. <div id="page">
  323. {block:Pagination}
  324. {block:PreviousPage}
  325. <a href="{PreviousPage}">-</a>
  326. {/block:PreviousPage}
  327. {block:NextPage}
  328. <a href="{NextPage}">+</a>
  329. {/block:NextPage}
  330. {/block:Pagination}
  331. </div>
  332. <div id="sb">
  333. <a href="/"><img src="{image:sbimage}"></a>
  334. <div class="desc">
  335. <div class="links">
  336. <a href="{text:link 1 url}">{text:link 1}</a>
  337. &nbsp;&nbsp;x&nbsp;&nbsp;
  338. <a href="{text:link 2 url}">{text:link 2}</a>
  339. &nbsp;&nbsp;x&nbsp;&nbsp;
  340. <a href="{text:link 3 url}">{text:link 3}</a>
  341. &nbsp;&nbsp;x&nbsp;&nbsp;
  342. <a href="{text:link 4 url}">{text:link 4}</a>
  343. </div>
  344. <br><br>
  345. {Description}
  346. </div>
  347. </div>
  348.  
  349.  
  350. <div id="stuffcontainer">
  351.  
  352.  
  353. {block:Posts}
  354.  
  355.  
  356. {block:Text}<div class="stuff">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  357.  
  358. {block:Quote}<div class="stuff"><h2>“{Quote}”</h2><h1>— {Source}</h1></div>{/block:Quote}
  359.  
  360. {block:Link}<div class="stuff"><a href="{URL}"><h2>{Name}</h2></a>
  361. {block:Description}<p>{Description}</p>{/block:Description}</div>{/block:Link}
  362.  
  363. {block:Photo}<div class="stuff"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  364.  
  365. {block:Photoset}<div class="stuff"><center>{Photoset-500}</center>
  366. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  367.  
  368. {block:Chat}<div class="stuff"><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  369.  
  370. {block:Video}<div class="stuff">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  371.  
  372. {block:Answer}<div class="stuff"><div class="ask"><h2>{Question}</h2><div class="asker">- {Asker}<br></div></div><div class="triangle">▼</div><center><br>{Answer}</center></div>{/block:answer}
  373.  
  374. {block:Audio}<div class="stuff">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  375. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  376. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  377. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  378. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  379.  
  380. <div class="postinfo">
  381. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  382. {block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}{block:HasTags}&nbsp;&nbsp;&nbsp;/&nbsp;&nbsp;&nbsp;{block:Tags}&nbsp;&nbsp;#<a href="{TagURL}">{Tag} </a> {/block:Tags} {/block:HasTags}{block:PostNotes}{PostNotes}{/block:PostNotes}
  383.  
  384. </div>
  385.  
  386. {/block:Posts}
  387.  
  388.  
  389.  
  390.  
  391. <div style="right:5px;bottom:5px;position:fixed;font-family:calibri;font-size:9px;letter-spacing:2px"><a href="http://sunsgodown.tumblr.com/">SUNSGODOWN</a></div>
  392. </div>
  393. </div>
  394. </body>
  395. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement