Advertisement
getnakedmiley

Innocent theme

Sep 10th, 2012
9,020
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.16 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. <!-- Innocent 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="#F7F7F7">
  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. <meta name="text:link 5" content="">
  33. <meta name="text:link 5 url" content="/">
  34.  
  35.  
  36. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  37. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  38. <link rel="shortcut icon" href="{Favicon}" />
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. a {
  45. color:{color:link};
  46. text-decoration:none;
  47. -moz-transition-duration:0.5s;
  48. -webkit-transition-duration:0.5s;
  49. -o-transition-duration:0.5s;
  50. }
  51.  
  52. a:hover {
  53. color:{color:hover};
  54. }
  55.  
  56. ::-webkit-scrollbar {width: 7px; height:auto; background:{color:bg}}
  57.  
  58. ::-webkit-scrollbar-corner {background:{color:bg}}
  59.  
  60. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  61.  
  62. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  63.  
  64. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  65.  
  66. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  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. #image {
  106. position:fixed;
  107. width:250px;
  108. margin-top:175px;
  109. margin-left:0px;
  110. }
  111.  
  112. #desc {
  113. position:fixed;
  114. font-family:cambria;
  115. color:{color:text};
  116. font-size:11px;
  117. text-align:center;
  118. line-height:9px;
  119. width:250px;
  120. margin-top:475px;
  121. margin-left:0px;
  122. }
  123.  
  124.  
  125. #links {
  126. position:fixed;
  127. background-color:{color:linkbg};
  128. width:230px;
  129. margin-top:430px;
  130. margin-left:0px;
  131. padding:7px 10px 7px 10px;
  132. font-family:calibri;
  133. font-size:9px;
  134. text-align:center;
  135. text-transform:uppercase;
  136. letter-spacing:1px;
  137. color:{color:sblink};
  138. }
  139.  
  140. #links a {
  141. opacity:1;
  142. color:{color:sblink};
  143. }
  144.  
  145. #links a:hover{
  146. opacity:0;
  147. color:{color:sblink};
  148. }
  149.  
  150. #stuffcontainer {
  151. width:600px;
  152. float:left;
  153. margin-left:300px;
  154. text-align:justify;
  155. background-color:{color:bg};
  156. font-family:cambria;
  157. color:{color:text};
  158. margin-bottom: 5%;
  159. }
  160.  
  161. .stuff {
  162. width:520px;
  163. margin-top:50px;
  164. padding:10px;
  165. font-family:cambria;
  166. text-align:justify;
  167. font-size:10px;
  168. line-height:90%;
  169. color:{color:text};
  170. }
  171.  
  172. .caption {
  173. width:500px;
  174. text-align:justify;
  175. line-height:120%;
  176. }
  177.  
  178. .ask {
  179. background-color: {color:border};
  180. padding:10px 20px 10px 20px;
  181. text-align:left;
  182. color:{color:text};
  183. }
  184. .triangle {
  185. font-family:calibri;
  186. margin-top:-12px;
  187. font-size:40px;
  188. line-height:20px;
  189. text-align:center;
  190. color: {color:border};
  191. }
  192.  
  193. .audio {
  194. width:500px;
  195. height:160px;
  196. }
  197. .albumart {
  198. width:150px;
  199. height:150px;
  200. position:absolute;}
  201. .albumart img {
  202. width:150px;
  203. height:150px;
  204. float:left;}
  205. .playercontainer {
  206. display:block;
  207. width:150px;
  208. height:150px;
  209. background-color:#ffffff;
  210. position:absolute;
  211. }
  212. .player {
  213. margin-left:36px;
  214. margin-top:36px;
  215. width:25px;
  216. height:25px;
  217. overflow:hidden;
  218. background-color:white;
  219. }
  220. .audioinfo {
  221. margin-left:160px;
  222. float:left;
  223. width:200px;
  224. padding:2px;
  225. margin-top:3px;
  226. }
  227.  
  228. .postinfo {
  229. width:520px;
  230. text-transform:uppercase;
  231. font-family:calibri;
  232. text-align: center;
  233. padding:5px 10px 5px 10px;
  234. letter-spacing:1px;
  235. font-size: 9px;
  236. line-height:120%;
  237. margin-bottom:10px;
  238. background-color: {color:infobg};
  239. color:{color:link};
  240. }
  241.  
  242. .postinfo li {
  243. list-style-type: none;
  244. text-align:left;
  245. margin-left: 20px;
  246. }
  247.  
  248. .audio {
  249. background-color:{color:background};
  250. display:{color:background};
  251. }
  252.  
  253. .user_1 .label {
  254. color:{color:text};
  255. font-weight:normal;
  256. }
  257. .user_2 .label {
  258. color:{color:info};
  259. font-weight:normal;
  260. }
  261. ul.chat, .chat ol, .chat li {
  262. list-style:none;
  263. margin:0px;
  264. padding:0px
  265. }
  266.  
  267.  
  268. </style>
  269.  
  270. </head>
  271. <body>
  272.  
  273. <div id="theme">
  274.  
  275. <div id="image">
  276. <img src="{image:sbimage}">
  277. </div>
  278. <div id="desc">
  279. {Description}
  280. </br></br></br>
  281. {block:Pagination}
  282. {block:PreviousPage}
  283. <a href="{PreviousPage}">&laquo;</a>
  284. {/block:PreviousPage}
  285. {CurrentPage} of {TotalPages}
  286. {block:NextPage}
  287. <a href="{NextPage}">&raquo;</a>
  288. {/block:NextPage}
  289. {/block:Pagination}
  290. </div>
  291. <div id="links">
  292. <a href="{text:link 1 url}">{text:link 1}</a>&nbsp;・&nbsp;
  293. <a href="{text:link 2 url}">{text:link 2}</a>&nbsp;・&nbsp;
  294. <a href="{text:link 3 url}">{text:link 3}</a>&nbsp;・&nbsp;
  295. <a href="{text:link 4 url}">{text:link 4}</a>&nbsp;・&nbsp;
  296. <a href="{text:link 5 url}">{text:link 5}</a>
  297. </div>
  298.  
  299.  
  300. </br>
  301.  
  302. <div id="stuffcontainer">
  303.  
  304.  
  305. {block:Posts}
  306.  
  307.  
  308. {block:Text}<div class="stuff">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  309.  
  310. {block:Quote}<div class="stuff"><h2>“{Quote}”</h2><h1>— {Source}</h1></div>{/block:Quote}
  311.  
  312. {block:Link}<div class="stuff"><a href="{URL}"><h2>{Name}</h2></a>
  313. {block:Description}<p>{Description}</p>{/block:Description}</div>{/block:Link}
  314.  
  315. {block:Photo}<div class="stuff"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  316.  
  317. {block:Photoset}<div class="stuff"><center>{Photoset-500}</center>
  318. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  319.  
  320. {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}
  321.  
  322. {block:Video}<div class="stuff">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  323.  
  324. {block:Answer}<div class="stuff"><div class="ask"><h1>{Asker} said:<br>{Question}</h1></div><div class="triangle">▼</div><center><br><h2>{Answer}</h2></center></div>{/block:answer}
  325.  
  326. {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>
  327. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  328. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  329. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  330. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  331.  
  332. <div class="postinfo">
  333. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  334. {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}</div>
  335.  
  336. {/block:Posts}
  337.  
  338.  
  339.  
  340.  
  341. <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>
  342. </div>
  343. </div>
  344. </body>
  345. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement