Advertisement
getnakedmiley

I'll Be theme

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