Advertisement
getnakedmiley

Stay Theme

Sep 20th, 2012
1,413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.74 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. <!-- Stay 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:sblink" content="#DEDEDE">
  21.  
  22. <meta name="image:sbimage" content=""/>
  23.  
  24. <meta name="text:link 1" content="">
  25. <meta name="text:link 1 url" content="/">
  26. <meta name="text:link 2" content="">
  27. <meta name="text:link 2 url" content="/">
  28. <meta name="text:link 3" content="">
  29. <meta name="text:link 3 url" content="/">
  30. <meta name="text:link 4" content="">
  31. <meta name="text:link 4 url" content="/">
  32.  
  33.  
  34. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  35. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42. a {
  43. color:{color:link};
  44. text-decoration:none;
  45. -moz-transition-duration:0.5s;
  46. -webkit-transition-duration:0.5s;
  47. -o-transition-duration:0.5s;
  48. }
  49.  
  50. a:hover {
  51. color:{color:hover};
  52. }
  53.  
  54. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  55.  
  56. ::-webkit-scrollbar-corner {background:{color:bg}}
  57.  
  58. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  59.  
  60. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  61.  
  62. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  63.  
  64. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  65.  
  66. @font-face { font-family: "parisienne"; src: url('http://static.tumblr.com/qlfmldj/2voma2ku7/parisienne-regular.ttf'); }
  67.  
  68. body {
  69. background-color:{color:bg};
  70. }
  71.  
  72.  
  73. h1 {
  74. font-family:calibri;
  75. font-size:10px;
  76. text-align:center;
  77. font-weight:normal;
  78. line-height:120%;
  79. letter-spacing:1px;
  80. text-transform:uppercase;
  81. }
  82.  
  83. h2 {
  84. font-family:cambria;
  85. font-size:15px;
  86. text-align:center;
  87. font-weight:normal;
  88. line-height:120%;
  89. letter-spacing:-0.5px;
  90. }
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #theme {
  99. background-color:{color:bg};
  100. width: 900px;
  101. text-align: center;
  102. margin: 0 auto -12px auto;
  103. }
  104.  
  105. #sb {
  106. position:fixed;
  107. background-color:{color:infobg};
  108. width:305px;
  109. height:105px;
  110. margin-top:230px;
  111. margin-left:0px;
  112. font-family:calibri;
  113. font-size:9px;
  114. text-transform:uppercase;
  115. letter-spacing:1px;
  116. color:{color:sblink};
  117. border:1px dashed {color:borders};
  118. }
  119.  
  120. .links{
  121. margin-left:105px;
  122. text-align:left;
  123. width:190px;
  124. padding:10px 10px 10px 0px;
  125. }
  126.  
  127. .links a {
  128. opacity:1;
  129. color:{color:sblink};
  130. }
  131.  
  132. .links a:hover{
  133. opacity:0;
  134. color:{color:sblink};
  135. }
  136.  
  137. #image {
  138. position:fixed;
  139. max-width:85px;
  140. margin:10px 0px 0px 10px;
  141. }
  142.  
  143. #image img{
  144. opacity:1;
  145. border-radius:5px;
  146. -webkit-transition: all 1s ease;
  147. -moz-transition: all 1s ease;
  148. -o-transition: all 1s ease;
  149. }
  150. #image img:hover{
  151. opacity:.2;
  152. -webkit-transition: all 1s ease;
  153. -moz-transition: all 1s ease;
  154. -o-transition: all 1s ease;
  155. }
  156.  
  157. .desc {
  158. text-transform:none;
  159. color:{color:text};
  160. font-size:11px;
  161. letter-spacing:0px;
  162. text-align:left;
  163. line-height:9px;
  164. padding:0px 10px 10px 0px;
  165. margin-left:105px;
  166. width:190px;
  167. }
  168.  
  169. #pagi {
  170. position:fixed;
  171. width:307px;
  172. margin-top:215px;
  173. text-align:right;
  174. font-family:calibri;
  175. font-size:8px;
  176. text-transform:uppercase;
  177. letter-spacing:1px;
  178. color:{color:sblink};
  179. }
  180.  
  181. .next {
  182. padding:5px;
  183. margin-left:5px;
  184. width:20px;
  185. background-color:{color:linkbg};
  186. border:1px dashed {color:borders};
  187. border-radius:4px 4px 0px 0px;
  188. }
  189.  
  190. #stuffcontainer {
  191. float:left;
  192. margin-top:90px;
  193. margin-left:350px;
  194. text-align:justify;
  195. background-color:{color:bg};
  196. font-family:cambria;
  197. color:{color:text};
  198. margin-bottom: 5%;
  199. }
  200.  
  201. #stuff {
  202. width:500px;
  203. margin-top:50px;
  204. font-family:calibri;
  205. text-align:justify;
  206. font-size:11px;
  207. line-height:120%;
  208. letter-spacing:0.5px;
  209. color:{color:text};
  210. padding-bottom:20px;
  211. }
  212.  
  213. #stuff:hover #tags {
  214. display:block;
  215. margin-left:520px;
  216. opacity:1;
  217. -moz-transition-duration:0.5s;
  218. -webkit-transition-duration:0.5s;
  219. -o-transition-duration:0.5s;
  220. }
  221.  
  222. .caption {
  223. width:500px;
  224. text-align:justify;
  225. line-height:120%;
  226. }
  227.  
  228. .ask {
  229. background-color: {color:infobg};
  230. padding:10px 20px 10px 20px;
  231. text-align:left;
  232. color:{color:text};
  233. }
  234.  
  235. .triangle {
  236. font-family:calibri;
  237. margin-top:-12px;
  238. font-size:40px;
  239. line-height:20px;
  240. text-align:center;
  241. color: {color:infobg};
  242. }
  243.  
  244. .asker {
  245. font-family:calibri;
  246. font-size:10px;
  247. height:26px;
  248. text-align:right;
  249. font-weight:normal;
  250. line-height:120%;
  251. letter-spacing:1px;
  252. text-transform:uppercase;
  253. }
  254.  
  255. .audio {
  256. width:500px;
  257. height:160px;
  258. }
  259. .albumart {
  260. width:150px;
  261. height:150px;
  262. position:absolute;}
  263. .albumart img {
  264. width:150px;
  265. height:150px;
  266. float:left;}
  267. .playercontainer {
  268. display:block;
  269. width:150px;
  270. height:150px;
  271. background-color:#ffffff;
  272. position:absolute;
  273. }
  274. .player {
  275. margin-left:36px;
  276. margin-top:36px;
  277. width:25px;
  278. height:25px;
  279. overflow:hidden;
  280. background-color:white;
  281. }
  282. .audioinfo {
  283. margin-left:160px;
  284. float:left;
  285. width:200px;
  286. padding:2px;
  287. margin-top:3px;
  288. }
  289.  
  290. #postinfo {
  291. background-color:{color:infobg};
  292. text-transform:uppercase;
  293. font-family:calibri;
  294. text-align:right;
  295. letter-spacing:1px;
  296. font-size: 9px;
  297. line-height:120%;
  298. margin-bottom:10px;
  299. padding-left:20px;
  300. color:{color:link};
  301. padding:4px;
  302. border-right: 0px solid {color:link};
  303. -moz-transition-duration:0.5s;
  304. -webkit-transition-duration:0.5s;
  305. -o-transition-duration:0.5s;
  306. }
  307.  
  308. .date {
  309. padding:4px;
  310. border-right: 0px solid {color:link};
  311. -moz-transition-duration:0.5s;
  312. -webkit-transition-duration:0.5s;
  313. -o-transition-duration:0.5s;
  314. }
  315.  
  316. .date:hover {
  317. padding-right:20px;
  318. border-right: 5px solid {color:hover};
  319. -moz-transition-duration:0.5s;
  320. -webkit-transition-duration:0.5s;
  321. -o-transition-duration:0.5s;
  322. }
  323.  
  324. #postinfo li {
  325. padding:5px 25px 5px 25px;
  326. list-style-type: none;
  327. text-align:left;
  328. margin-left:-40px;
  329. }
  330.  
  331. #tags {
  332. opacity:0;
  333. position:absolute;
  334. margin-left:500px;
  335. text-transform:uppercase;
  336. font-family:calibri;
  337. text-align:left;
  338. letter-spacing:1px;
  339. font-size: 9px;
  340. line-height:120%;
  341. margin-bottom:10px;
  342. padding-left:20px;
  343. border-left:2px solid {color:tags};
  344. color:{color:tags};
  345. -moz-transition-duration:0.5s;
  346. -webkit-transition-duration:0.5s;
  347. -o-transition-duration:0.5s;
  348. }
  349.  
  350. #tags a {
  351. color:{color:tags};
  352. -moz-transition-duration:0.5s;
  353. -webkit-transition-duration:0.5s;
  354. -o-transition-duration:0.5s;
  355. }
  356.  
  357. #tags a:hover {
  358. color:{color:bg};
  359. -moz-transition-duration:0.5s;
  360. -webkit-transition-duration:0.5s;
  361. -o-transition-duration:0.5s;
  362. }
  363.  
  364. .audio {
  365. background-color:{color:background};
  366. display:{color:background};
  367. }
  368.  
  369. .user_1 .label {
  370. color:{color:text};
  371. font-weight:normal;
  372. }
  373. .user_2 .label {
  374. color:{color:info};
  375. font-weight:normal;
  376. }
  377. ul.chat, .chat ol, .chat li {
  378. list-style:none;
  379. margin:0px;
  380. padding:0px
  381. }
  382.  
  383.  
  384. </style>
  385.  
  386. </head>
  387. <body>
  388.  
  389. <div id="theme">
  390. <div id="sb">
  391. <div id="image">
  392. <a href="/"><img src="{image:sbimage}">
  393. </div>
  394. <div class="links">
  395. <a href="{text:link 1 url}">{text:link 1}</a>&nbsp;・&nbsp;
  396. <a href="{text:link 2 url}">{text:link 2}</a>&nbsp;・&nbsp;
  397. <a href="{text:link 3 url}">{text:link 3}</a>&nbsp;・&nbsp;
  398. <a href="{text:link 4 url}">{text:link 4}</a>
  399. </div>
  400. <div class="desc">
  401. {Description}
  402. </div>
  403. </div>
  404. <div id="pagi">
  405. {block:Pagination}
  406. {block:PreviousPage}
  407. <span class="next">
  408. <a href="{PreviousPage}">prev</a>
  409. </span>
  410. {/block:PreviousPage}
  411. {block:NextPage}
  412. <span class="next">
  413. <a href="{NextPage}">next</a>
  414. </span>
  415. {/block:NextPage}
  416. {/block:Pagination}
  417. </div>
  418.  
  419. <div id="stuffcontainer">
  420.  
  421.  
  422. {block:Posts}
  423. <div id="stuff">
  424.  
  425. <div id="tags">
  426. {block:HasTags}{block:Tags}<a href="{TagURL}"># {Tag}<br></a> {/block:Tags} {/block:HasTags}
  427.  
  428. </div>
  429.  
  430. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  431.  
  432. {block:Quote}<h2>“{Quote}”</h2><h1>— {Source}</h1>{/block:Quote}
  433.  
  434. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  435. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  436.  
  437. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  438.  
  439. {block:Photoset}<center>{Photoset-500}</center>
  440. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  441.  
  442. {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}
  443.  
  444. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  445.  
  446. {block:Answer}<div class="ask"><h2>{Question}</h2><div class="asker">- {Asker}<br></div></div><div class="triangle">▼</div><center><br>{Answer}</center>{/block:answer}
  447.  
  448. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerblack}<br></span>
  449. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  450. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  451. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  452. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  453. </div>
  454. <div id="postinfo">
  455. <div class="date">
  456. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  457. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  458. {block:RebloggedFrom}/ <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  459. {block:ContentSource}/ <a href="{SourceURL}">SOURCE</a>{/block:ContentSource}
  460. </div>{block:PostNotes}{PostNotes}{/block:PostNotes}
  461. </div>
  462.  
  463. {/block:Posts}
  464.  
  465.  
  466.  
  467.  
  468. <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>
  469. </div>
  470. </div>
  471. </body>
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement