Advertisement
getnakedmiley

Take A Bow Theme

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