Advertisement
getnakedmiley

21 Guns theme

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