Advertisement
getnakedmiley

Take You Theme

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