Advertisement
getnakedmiley

Fall Theme

Sep 15th, 2012
6,218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.58 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. #sb:hover .desc{
  141. margin-top:0px;
  142. opacity:1;
  143. -moz-transition-duration:0.5s;
  144. -webkit-transition-duration:0.5s;
  145. -o-transition-duration:0.5s;
  146. }
  147.  
  148. .desc {
  149. opacity:0;
  150. -moz-transition-duration:0.5s;
  151. -webkit-transition-duration:0.5s;
  152. -o-transition-duration:0.5s;
  153. background-color:{color:sbtextbg};
  154. margin:0px 10px 10px 10px;
  155. margin-top:-100px;
  156. color:{color:sbtext};
  157. font-family:calibri;
  158. font-size:10px;
  159. text-transform:uppercase;
  160. letter-spacing:1px;
  161. text-align:center;
  162. line-height:11px;
  163. width:210px;
  164. padding:10px;
  165. }
  166.  
  167. .desc a {
  168. opacity:1;
  169. color:{color:sbtext};
  170. }
  171.  
  172. .desc a:hover{
  173. opacity:0;
  174. color:{color:sbtext};
  175. }
  176.  
  177. .links a{
  178. text-decoration:underline;
  179. }
  180.  
  181. #page {
  182. position:fixed;
  183. text-align:center;
  184. width:250px;
  185. margin-left:50px;
  186. margin-top:100px;
  187. font-family:calibri;
  188. font-size:25px;
  189. text-transform:uppercase;
  190. letter-spacing:1px;
  191. }
  192.  
  193. #stuffcontainer {
  194. width:600px;
  195. float:left;
  196. margin-top:90px;
  197. margin-left:320px;
  198. text-align:justify;
  199. background-color:{color:bg};
  200. font-family:cambria;
  201. color:{color:text};
  202. margin-bottom: 5%;
  203. }
  204.  
  205. .stuff {
  206. width:500px;
  207. margin-top:50px;
  208. padding-bottom:15px;
  209. font-family:calibri;
  210. text-align:justify;
  211. font-size:11px;
  212. line-height:120%;
  213. letter-spacing:0.5px;
  214. color:{color:text};
  215. }
  216.  
  217. .caption {
  218. width:500px;
  219. text-align:justify;
  220. line-height:120%;
  221. }
  222.  
  223. .ask {
  224. background-color: {color:infobg};
  225. padding:10px 20px 10px 20px;
  226. text-align:left;
  227. color:{color:text};
  228. }
  229.  
  230. .triangle {
  231. font-family:calibri;
  232. margin-top:-12px;
  233. font-size:40px;
  234. line-height:20px;
  235. text-align:center;
  236. color: {color:infobg};
  237. }
  238.  
  239. .asker {
  240. font-family:calibri;
  241. font-size:10px;
  242. height:26px;
  243. text-align:right;
  244. font-weight:normal;
  245. line-height:120%;
  246. letter-spacing:1px;
  247. text-transform:uppercase;
  248. }
  249.  
  250. .audio {
  251. width:500px;
  252. height:160px;
  253. }
  254. .albumart {
  255. width:150px;
  256. height:150px;
  257. position:absolute;}
  258. .albumart img {
  259. width:150px;
  260. height:150px;
  261. float:left;}
  262. .playercontainer {
  263. display:block;
  264. width:150px;
  265. height:150px;
  266. background-color:#ffffff;
  267. position:absolute;
  268. }
  269. .player {
  270. margin-left:36px;
  271. margin-top:36px;
  272. width:25px;
  273. height:25px;
  274. overflow:hidden;
  275. background-color:white;
  276. }
  277. .audioinfo {
  278. margin-left:160px;
  279. float:left;
  280. width:200px;
  281. padding:2px;
  282. margin-top:3px;
  283. }
  284.  
  285. .postinfo {
  286. width:450px;
  287. text-transform:uppercase;
  288. font-family:calibri;
  289. text-align: center;
  290. padding:5px 25px 5px 25px;
  291. letter-spacing:1px;
  292. font-size: 9px;
  293. line-height:120%;
  294. margin-bottom:10px;
  295. background-color: {color:infobg};
  296. border-top:1px solid {color:border};
  297. color:{color:link};
  298. }
  299.  
  300. .postinfo li {
  301. width:450px;
  302. padding:5px 25px 5px 25px;
  303. list-style-type: none;
  304. text-align:left;
  305. margin-left:-40px;
  306. color:{color:link};
  307. }
  308.  
  309. .audio {
  310. background-color:{color:background};
  311. display:{color:background};
  312. }
  313.  
  314. .user_1 .label {
  315. color:{color:text};
  316. font-weight:normal;
  317. }
  318. .user_2 .label {
  319. color:{color:info};
  320. font-weight:normal;
  321. }
  322. ul.chat, .chat ol, .chat li {
  323. list-style:none;
  324. margin:0px;
  325. padding:0px
  326. }
  327.  
  328.  
  329. </style>
  330.  
  331. </head>
  332. <body>
  333.  
  334. <div id="theme">
  335. <div id="page">
  336. {block:Pagination}
  337. {block:PreviousPage}
  338. <a href="{PreviousPage}">-</a>
  339. {/block:PreviousPage}
  340. {block:NextPage}
  341. <a href="{NextPage}">+</a>
  342. {/block:NextPage}
  343. {/block:Pagination}
  344. </div>
  345. <div id="sb">
  346. <a href="/"><img src="{image:sbimage}"></a>
  347. <div class="desc">
  348. <div class="links">
  349. <a href="{text:link 1 url}">{text:link 1}</a>
  350. &nbsp;&nbsp;x&nbsp;&nbsp;
  351. <a href="{text:link 2 url}">{text:link 2}</a>
  352. &nbsp;&nbsp;x&nbsp;&nbsp;
  353. <a href="{text:link 3 url}">{text:link 3}</a>
  354. &nbsp;&nbsp;x&nbsp;&nbsp;
  355. <a href="{text:link 4 url}">{text:link 4}</a>
  356. </div>
  357. <br><br>
  358. {Description}
  359. </div>
  360. </div>
  361.  
  362.  
  363. <div id="stuffcontainer">
  364.  
  365.  
  366. {block:Posts}
  367.  
  368.  
  369. {block:Text}<div class="stuff">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  370.  
  371. {block:Quote}<div class="stuff"><h2>“{Quote}”</h2><h1>— {Source}</h1></div>{/block:Quote}
  372.  
  373. {block:Link}<div class="stuff"><a href="{URL}"><h2>{Name}</h2></a>
  374. {block:Description}<p>{Description}</p>{/block:Description}</div>{/block:Link}
  375.  
  376. {block:Photo}<div class="stuff"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  377.  
  378. {block:Photoset}<div class="stuff"><center>{Photoset-500}</center>
  379. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  380.  
  381. {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}
  382.  
  383. {block:Video}<div class="stuff">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  384.  
  385. {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}
  386.  
  387. {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>
  388. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  389. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  390. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  391. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  392.  
  393. <div class="postinfo">
  394. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  395. {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}
  396.  
  397. </div>
  398.  
  399. {/block:Posts}
  400.  
  401.  
  402.  
  403.  
  404. <div style="right:5px;bottom:5px;position:fixed;font-family:calibri;font-size:9px;letter-spacing:2px"><a href="http://sunsgodownthemes.tumblr.com/">THEME</a></div>
  405. </div>
  406. </div>
  407. </body>
  408. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement