Advertisement
getnakedmiley

Innocent Remix theme

Sep 10th, 2012
2,892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.47 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 Remix 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 url" content="/">
  25. <meta name="text:link 2 url" content="/">
  26. <meta name="text:link 3 url" content="/">
  27. <meta name="text:link 4 url" content="/">
  28. <meta name="text:link 5 url" content="/">
  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 {width: 7px; height:auto; background:{color:bg}}
  52.  
  53. ::-webkit-scrollbar-corner {background:{color:bg}}
  54.  
  55. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  56.  
  57. ::-webkit-scrollbar-button:horizontal {width: 4px; height: 4px; display: block; background:{color:scrollbar}}
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:bg}; border-bottom: 1px solid {color:bg}}
  60.  
  61. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:bg}}
  62.  
  63. body {
  64. background-color:{color:bg};
  65. }
  66.  
  67.  
  68. h1 {
  69. font-family:calibri;
  70. font-size:10px;
  71. text-align:center;
  72. font-weight:normal;
  73. line-height:120%;
  74. letter-spacing:1px;
  75. text-transform:uppercase;
  76. }
  77.  
  78. h2 {
  79. font-family:cambria;
  80. font-size:15px;
  81. text-align:center;
  82. font-weight:normal;
  83. line-height:120%;
  84. letter-spacing:-0.5px;
  85. }
  86.  
  87. blockquote {
  88. border-left:2px solid {color:text};
  89. padding-left:5px;
  90. margin:5px;
  91. }
  92.  
  93. #theme {
  94. background-color:{color:bg};
  95. width: 900px;
  96. text-align: center;
  97. margin: 0 auto -12px auto;
  98. }
  99.  
  100. #image {
  101. position:fixed;
  102. width:250px;
  103. margin-top:175px;
  104. margin-left:0px;
  105. }
  106.  
  107. #desc {
  108. position:fixed;
  109. font-family:cambria;
  110. color:{color:text};
  111. font-size:11px;
  112. text-align:center;
  113. line-height:9px;
  114. width:250px;
  115. margin-top:475px;
  116. margin-left:0px;
  117. }
  118.  
  119.  
  120. #links {
  121. position:fixed;
  122. width:230px;
  123. margin-top:430px;
  124. margin-left:0px;
  125. padding:3px 10px 3px 10px;
  126. font-family:calibri;
  127. font-size:9px;
  128. text-align:center;
  129. text-transform:uppercase;
  130. letter-spacing:1px;
  131. color:{color:sblink};
  132. }
  133.  
  134. #links a {
  135. opacity:1;
  136. color:{color:sblink};
  137. }
  138.  
  139. #links a:hover{
  140. opacity:0.5;
  141. color:{color:sblink};
  142. }
  143.  
  144. #stuffcontainer {
  145. width:600px;
  146. float:left;
  147. margin-left:300px;
  148. text-align:justify;
  149. background-color:{color:bg};
  150. font-family:cambria;
  151. color:{color:text};
  152. margin-bottom: 5%;
  153. }
  154.  
  155. .stuff {
  156. width:520px;
  157. margin-top:50px;
  158. padding:10px;
  159. font-family:cambria;
  160. text-align:justify;
  161. font-size:10px;
  162. line-height:90%;
  163. color:{color:text};
  164. }
  165.  
  166. .caption {
  167. width:500px;
  168. text-align:justify;
  169. line-height:120%;
  170. }
  171.  
  172. .ask {
  173. background-color: {color:border};
  174. padding:10px 20px 10px 20px;
  175. text-align:left;
  176. color:{color:text};
  177. }
  178. .triangle {
  179. font-family:calibri;
  180. margin-top:-12px;
  181. font-size:40px;
  182. line-height:20px;
  183. text-align:center;
  184. color: {color:border};
  185. }
  186.  
  187. .audio {
  188. width:500px;
  189. height:160px;
  190. }
  191. .albumart {
  192. width:150px;
  193. height:150px;
  194. position:absolute;}
  195. .albumart img {
  196. width:150px;
  197. height:150px;
  198. float:left;}
  199. .playercontainer {
  200. display:block;
  201. width:150px;
  202. height:150px;
  203. background-color:#ffffff;
  204. position:absolute;
  205. }
  206. .player {
  207. margin-left:36px;
  208. margin-top:36px;
  209. width:25px;
  210. height:25px;
  211. overflow:hidden;
  212. background-color:white;
  213. }
  214. .audioinfo {
  215. margin-left:160px;
  216. float:left;
  217. width:200px;
  218. padding:2px;
  219. margin-top:3px;
  220. }
  221.  
  222. .postinfo {
  223. width:520px;
  224. text-transform:uppercase;
  225. font-family:calibri;
  226. text-align: center;
  227. padding:5px 10px 5px 10px;
  228. letter-spacing:1px;
  229. font-size: 9px;
  230. line-height:120%;
  231. margin-bottom:10px;
  232. background-color: {color:infobg};
  233. color:{color:link};
  234. }
  235.  
  236. .postinfo li {
  237. list-style-type: none;
  238. text-align:left;
  239. margin-left: 20px;
  240. }
  241.  
  242. .audio {
  243. background-color:{color:background};
  244. display:{color:background};
  245. }
  246.  
  247. .user_1 .label {
  248. color:{color:text};
  249. font-weight:normal;
  250. }
  251. .user_2 .label {
  252. color:{color:info};
  253. font-weight:normal;
  254. }
  255. ul.chat, .chat ol, .chat li {
  256. list-style:none;
  257. margin:0px;
  258. padding:0px
  259. }
  260.  
  261.  
  262. </style>
  263.  
  264. </head>
  265. <body>
  266.  
  267. <div id="theme">
  268.  
  269. <div id="image">
  270. <img src="{image:sbimage}">
  271. </div>
  272. <div id="desc">
  273. {Description}
  274. </br></br></br>
  275. {block:Pagination}
  276. {block:PreviousPage}
  277. <a href="{PreviousPage}">&laquo;</a>
  278. {/block:PreviousPage}
  279. {CurrentPage} of {TotalPages}
  280. {block:NextPage}
  281. <a href="{NextPage}">&raquo;</a>
  282. {/block:NextPage}
  283. {/block:Pagination}
  284. </div>
  285. <div id="links">
  286. <a href="{text:link 1 url}">
  287. <img src="http://static.tumblr.com/qlfmldj/h3qma2yyp/home.png"></a>
  288. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  289. <a href="{text:link 2 url}">
  290. <img src="http://static.tumblr.com/qlfmldj/fDPma2yz3/ask.png"></a>
  291. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  292. <a href="{text:link 3 url}">
  293. <img src="http://static.tumblr.com/qlfmldj/bcYma2yzg/link1.png"></a>
  294. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  295. <a href="{text:link 4 url}">
  296. <img src="http://static.tumblr.com/qlfmldj/PLdma2yzt/link2.png"></a>
  297. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  298. <a href="{text:link 5 url}">
  299. <img src="http://static.tumblr.com/qlfmldj/V9rma2z0d/link3.png"></a>
  300. </div>
  301.  
  302.  
  303. </br>
  304.  
  305. <div id="stuffcontainer">
  306.  
  307.  
  308. {block:Posts}
  309.  
  310.  
  311. {block:Text}<div class="stuff">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</div>{/block:Text}
  312.  
  313. {block:Quote}<div class="stuff"><h2>“{Quote}”</h2><h1>— {Source}</h1></div>{/block:Quote}
  314.  
  315. {block:Link}<div class="stuff"><a href="{URL}"><h2>{Name}</h2></a>
  316. {block:Description}<p>{Description}</p>{/block:Description}</div>{/block:Link}
  317.  
  318. {block:Photo}<div class="stuff"><center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  319.  
  320. {block:Photoset}<div class="stuff"><center>{Photoset-500}</center>
  321. {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
  322.  
  323. {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}
  324.  
  325. {block:Video}<div class="stuff">{Video-500}{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  326.  
  327. {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}
  328.  
  329. {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>
  330. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  331. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  332. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  333. {block:Caption}{Caption}{/block:Caption}<br></div>{/block:Audio}
  334.  
  335. <div class="postinfo">
  336. {block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  337. {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>
  338.  
  339. {/block:Posts}
  340.  
  341.  
  342.  
  343.  
  344. <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>
  345. </div>
  346. </div>
  347. </body>
  348. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement