Advertisement
getnakedmiley

Here Without You Theme

Aug 25th, 2012
3,885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.12 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. <!-- Here Without You theme by GETNAKEDMILEY -->
  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:sidebar" content="#FFFFFF">
  13. <meta name="color:posts" content="#FFFFFF">
  14. <meta name="color:link" content="#ACA9A1">
  15. <meta name="color:hover" content="#E9E2D2">
  16. <meta name="color:linkbg" content="#F7F7F7">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:infobg" content="#F5F5F5">
  19.  
  20. <meta name="image:sbimage" content="http://static.tumblr.com/qlfmldj/9ADm9cekn/500.png"/>
  21.  
  22. <meta name="text:link 1" content="">
  23. <meta name="text:link 1 url" content="/">
  24. <meta name="text:link 2" content="">
  25. <meta name="text:link 2 url" content="/">
  26. <meta name="text:link 3" content="">
  27. <meta name="text:link 3 url" content="/">
  28.  
  29.  
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. a {
  40. color:{color:link};
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47. a:hover {
  48. color:{color:hover};
  49. }
  50.  
  51. ::-webkit-scrollbar-thumb:vertical {
  52. background-color:{color:sidebar};
  53. height:10px;
  54. }
  55. ::-webkit-scrollbar-thumb:horizontal {
  56. background-color:{color:sidebar};
  57. height:10px!important;
  58. }
  59. ::-webkit-scrollbar {
  60. color:{color:bg};
  61. height:5px;
  62. width:10px;
  63. }
  64.  
  65. @font-face { font-family: "PRS"; src: url('http://static.tumblr.com/qlfmldj/uPpm9avdl/punk_rock_show.ttf'); }
  66.  
  67. @font-face { font-family: "ILR"; src: url('http://static.tumblr.com/qlfmldj/Idhm9axug/impact_label_reversed.ttf'); }
  68.  
  69. body {
  70. background-color:{color:bg};
  71. }
  72.  
  73.  
  74. h1 {
  75. font-family:'ILR';
  76. font-size:25px;
  77. text-align:center;
  78. font-weight:normal;
  79. line-height:120%;
  80. padding-bottom:5px;
  81. letter-spacing:-4px;
  82. text-transform:uppercase;
  83. }
  84.  
  85. h2 {
  86. font-family:'ILR';
  87. font-size:25px;
  88. text-align:center;
  89. font-weight:normal;
  90. line-height:120%;
  91. padding-bottom:5px;
  92. letter-spacing:-2px;
  93. text-transform:uppercase;
  94. }
  95.  
  96. #theme {
  97. background-color:{color:bg};
  98. margin-bottom: 5%;
  99. width:600px;
  100. margin: auto;
  101. text-align:center;
  102. }
  103.  
  104. #sidebar {
  105. background-image:{image:sbimage};
  106. background-color:{color:sidebar};
  107. position:fixed;
  108. width:610px;
  109. padding-top:5px;
  110. margin-top:-100px;
  111. font-family:calibri;
  112. font-size:10px;
  113. height:auto;
  114. text-align:center;
  115. line-height:90%;
  116. color:{color:text};
  117. z-index:2;
  118. }
  119.  
  120. .desc {
  121. background-color:{color:sidebar};
  122. margin-top:100px;
  123. width:590px;
  124. padding:10px;
  125. text-align:center;
  126. }
  127.  
  128. .bg {
  129. width:590px;
  130. padding:10px;
  131. text-align:center;
  132. }
  133.  
  134.  
  135. #pagination {
  136. background-color:{color:sidebar};
  137. max-width:200px;
  138. padding:5px;
  139. text-align:center;
  140. }
  141.  
  142. .links {
  143. background-color:{color:sidebar};
  144. margin-top:35px;
  145. padding-top:5px;
  146. padding-bottom: 5px;
  147. width:600px;
  148. text-align:center;
  149. position: fixed;
  150. }
  151. .links a {
  152. opacity:1;
  153. font-family:'PRS';
  154. font-size:11px;
  155. letter-spacing:-0.5px;
  156. text-transform:uppercase;
  157. }
  158. .links a:hover{
  159. opacity:0;
  160. font-family:'PRS';
  161. font-size:11px;
  162. letter-spacing:-0.5px;
  163. text-transform:uppercase;
  164. }
  165.  
  166. #stuffcontainer {
  167. width:500px;
  168. margin: auto;
  169. margin-left:45px;
  170. text-align:center;
  171. background-color:{color:bg};
  172. font-family:calibri;
  173. font-size:10px;
  174. line-height:90%;
  175. color:{color:text};
  176. margin-bottom: 5%;
  177. }
  178.  
  179. .stuff {
  180. width:500px;
  181. margin-top:100px;
  182. padding-top:10px;
  183. padding-left:10px;
  184. padding-right:10px;
  185. padding-bottom:10px;
  186. background-color:{color:posts};
  187. font-family:calibri;
  188. font-size:10px;
  189. line-height:90%;
  190. color:{color:text};
  191. }
  192.  
  193. .caption {
  194. width:500px;
  195. text-align:justify;
  196. line-height:120%;
  197. }
  198.  
  199. .audio {
  200. width:500px;
  201. height:160px;
  202. }
  203. .albumart {
  204. width:150px;
  205. height:150px;
  206. position:absolute;}
  207. .albumart img {
  208. width:150px;
  209. height:150px;
  210. float:left;}
  211. .playercontainer {
  212. display:block;
  213. width:150px;
  214. height:150px;
  215. background-color:#ffffff;
  216. position:absolute;
  217. }
  218. .player {
  219. margin-left:36px;
  220. margin-top:36px;
  221. width:25px;
  222. height:25px;
  223. overflow:hidden;
  224. background-color:white;
  225. }
  226. .audioinfo {
  227. margin-left:160px;
  228. float:left;
  229. width:200px;
  230. padding:2px;
  231. margin-top:3px;
  232. }
  233.  
  234. .postinfo {
  235. width:520px;
  236. text-transform:uppercase;
  237. text-align: center;
  238. padding-top:5px;
  239. padding-bottom:5px;
  240. font-size: 9px;
  241. line-height:120%;
  242. margin-bottom:10px;
  243. opacity:.5;
  244. background-color: {color:infobg};
  245. }
  246.  
  247. .postinfo li {
  248. list-style-type: none;
  249. text-align:left;
  250. margin-left: 20px;
  251. }
  252.  
  253. .tags {
  254. text-align:center;
  255. padding:-7px 0px 0px 5px;
  256. }
  257.  
  258. .tags a {
  259. text-decoration: none;
  260. }
  261.  
  262. .audio {
  263. background-color:{color:background};
  264. display:{color:background};
  265. }
  266.  
  267. .user_1 .label {
  268. color:{color:text};
  269. font-weight:normal;
  270. }
  271. .user_2 .label {
  272. color:{color:info};
  273. font-weight:normal;
  274. }
  275. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  276.  
  277. </style>
  278.  
  279. </head>
  280. <body>
  281.  
  282. <div id="theme">
  283. <div id="sidebar">
  284.  
  285.  
  286.  
  287. <div class="desc">{Description}</div>
  288. <div class="links">
  289. <center>{block:PreviousPage}
  290. <a href="{PreviousPage}">«</a>
  291. {/block:PreviousPage}
  292. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  293. <a href="/">home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  294. <a href="/ask">ask</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  295. <a href="{text:link 1 url}">{text:link 1}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  296. <a href="{text:link 2 url}">{text:link 2}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  297. <a href="{text:link 3 url}">{text:link 3}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  298. {block:NextPage}
  299. <a href="{NextPage}">»</a>
  300. {/block:NextPage}
  301. {/block:Pagination}</div>
  302. <div class="bg"><center><img src="{image:sbimage}"></center>
  303.  
  304.  
  305. </div>
  306.  
  307. </div>
  308. <br> <br> <br>
  309. <div id="stuffcontainer">
  310.  
  311.  
  312. {block:Posts}
  313.  
  314.  
  315. {block:Text}<div class="stuff">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  316.  
  317. {block:Quote}<div class="stuff"><h1>“{Quote}” — {Source}</h1></div>{/block:Quote}
  318.  
  319. {block:Link}<div class="stuff"><a href="{URL}"><h2>{Name}</h2></a>
  320. {block:Description}<p>{Description}</p>{/block:Description}</div>{/block:Link}
  321.  
  322. {block:Photo}<div class="stuff"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  323.  
  324. {block:Photoset}<div class="stuff"><center>{Photoset-500}</center>
  325. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  326.  
  327. {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}
  328.  
  329. {block:Video}<div class="stuff">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  330.  
  331. {block:Answer}<div class="stuff"><b>{Asker} said:</b> <br>{Question}
  332. {Answer}</div>{/block:answer}
  333.  
  334. {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>
  335. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  336. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  337. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  338. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  339.  
  340. <div class="postinfo">
  341. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  342. {block:ContentSource} <a href="{SourceURL}">©</a>{/block:ContentSource}
  343. {block:PostNotes}{PostNotes}{/block:PostNotes}</br>
  344. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag} </a> {/block:Tags} {/block:HasTags}
  345. </div>
  346.  
  347. {/block:Posts}
  348.  
  349.  
  350.  
  351.  
  352. <div style="right:5px;bottom:5px;position:fixed;font-family:'PRS';font-size:9px;letter-spacing:2px"><a href="http://sunsgodownthemes.tumblr.com/">THEME</a></div>
  353. </div>
  354. </div></div>
  355. </body>
  356. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement