Advertisement
getnakedmiley

Ghost of You theme

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