Advertisement
shotforthesky

Theme 006

Feb 19th, 2012
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.67 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. theme by Mimì @ fireworkprodz.deviantart.com
  4. -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8. <html>
  9. <head>
  10.  
  11. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://dl.dropbox.com/u/38384326/TopButton1.png" width="60px" height="60px" border="0"></a>
  12.  
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:sidebar" content="#F1E1E1"/>
  15. <meta name="color:text" content="#000000"/>
  16. <meta name="color:title" content="#000000"/>
  17. <meta name="color:entry" content="#F1E1E1"/>
  18. <meta name="color:link" content="#000000"/>
  19. <meta name="color:hover" content="#BD7F7F"/>
  20. <meta name="color:slink" content="#000000"/>
  21. <meta name="color:nlink" content="#DB9C94"/>
  22. <meta name="color:icon" content="#f1e1e1"/>
  23. <meta name="color:Scrollbar and Borders" content="#665C61" />
  24. <meta name="font:body" content="Georgia"/>
  25. <meta name="font:title" content="Georgia"/>
  26. <meta name="image:background" content=""/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="if:title" content="1"/>
  29. <meta name="if:Infinite Scrolling" content""/>
  30.  
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Title" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Title" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 3 Title" content="" />
  37. <meta name="text:Link 4" content="" />
  38. <meta name="text:Link 4 Title" content="" />
  39.  
  40. <title>{Title}</title>
  41. <link rel="shortcut icon" href="{Favicon}">
  42. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  43. {block:Description}
  44. <meta name="description" content="{MetaDescription}" />
  45. {/block:Description}
  46.  
  47. <style type="text/css">
  48.  
  49. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 10px; right: 15px;}
  50.  
  51. body {
  52. background-color:{color:background};
  53. background-image:url ({image:background});
  54. background-attachment:fixed;
  55. color:{color:text};
  56. font-family:{font:body};
  57. font-size:11px;
  58. margin:0px;
  59. }
  60.  
  61. a:link, a:active, a:visited {
  62. color:{color:link};
  63. text-decoration:none;
  64. }
  65. a:hover {
  66. color:{color:hover};
  67. -webkit-transition.duration: 0.5s;
  68. -moz-transition-duration:0,5s;
  69. }
  70.  
  71. #entries {
  72. margin-left:450px;
  73. margin-top:0px;
  74. width:500px;
  75. }
  76.  
  77. #posts {
  78. width:500px;
  79. background-color:{color:entry};
  80. padding:6px;
  81. }
  82.  
  83. #title {
  84. text-align:center;
  85. letter-spacing:3px;
  86. color:{color:title};
  87. font-family:Georgia;
  88. text-transform:lowercase;
  89. font-style:Georgia;
  90. margin-top:50px;
  91. margin-left:170px;
  92. line-height:110%;
  93. position:fixed;
  94. }
  95.  
  96. #sidebarimg img {
  97. width:300px;
  98. height:auto;
  99. margin-top:75px;
  100. margin-left:132px;
  101. position:fixed;
  102. text-align:center;
  103. -webkit-transition: all 0.3s ease;
  104. -moz-transition: all 0.3s ease;
  105. transition: all 0.3s ease;
  106. }
  107. #sidebarimg:hover{
  108. filter: alpha (opacity=90);
  109. opacity: 0.90;
  110. -webkit-transition: all 0.3s ease;
  111. -moz-transition: all 0.3s ease;
  112. transition: all 0.3s ease;
  113. }
  114.  
  115. #sidebar {
  116. width:295px;
  117. height:auto;
  118. float:left;
  119. margin-left:130px;
  120. margin-top:276px;
  121. padding:4px;
  122. background-color:{color:sidebar};
  123. text-align:center;
  124. position:fixed;
  125. }
  126.  
  127. #pagination {
  128. margin-top: 280px;
  129. margin-left:51px;
  130. width:50px;
  131. height:50px;
  132. background-color: {color:sidebar};
  133. padding: 7px;
  134. text-align:center;
  135. border-radius: 35px;
  136. -webkit-border-radius: 35px;
  137. -moz-border-radius: 35px;
  138. font-family:georgia;
  139. text-align:center;
  140. font-size:12px;
  141. position:fixed;
  142. }
  143.  
  144. h1 {
  145. color:{color:title};
  146. font-family:{font:title};
  147. font-size:16px;
  148. line-height:17px;
  149. letter-spacing:0px;
  150. font-weight:normal;
  151. margin:0px;
  152. padding:0px;
  153. text-align:center;
  154. text-transform:lowercase;
  155. }
  156.  
  157. h2 {
  158. color:{color:title};
  159. font-family:{font:title};
  160. font-size:16px;
  161. line-height:14px;
  162. letter-spacing:0px;
  163. font-weight:normal;
  164. margin:0px;
  165. padding:0px;
  166. margin-bottom:-0px;
  167. font-style:italic;
  168. text-align:center;
  169. text-transform:lowercase;
  170. }
  171.  
  172. #links {
  173. width:320px;
  174. text-align:center;
  175. margin-top:212px;
  176. margin-left:121px;
  177. position:fixed;
  178. }
  179.  
  180. #links a {
  181. width:320px;
  182. background-color:{color:sidebar};
  183. font:9px georgia;
  184. text-transform: lowercase;
  185. color:{color:link};
  186. text-decoration: none;
  187. letter-spacing: 1px;
  188. text-align:center;
  189. padding:5px 20px 5px 20px;
  190. }
  191.  
  192. #links a:hover {
  193. background-color: {color:nlink};
  194. color: {color:hover};
  195. transition: all 1.0s ease-out;
  196. -o-transition-transition: all 1.0s ease-out;
  197. -webkit-transition: all 1.0s ease-out;
  198. -moz-transition: all 1.0s ease-out;
  199. }
  200.  
  201. #nav {
  202. margin-top: 40px;
  203. margin-left:60px;
  204. float: left;
  205. top: 40px;
  206. width: 80px;
  207. position: fixed;
  208. }
  209.  
  210. #nav a {
  211. background-color: {color:sidebar};
  212. display: block;
  213. width: 35px;
  214. height: 35px;
  215. border-radius: 35px;
  216. -webkit-border-radius: 35px;
  217. -moz-border-radius: 35px;
  218. padding: 6px;
  219. font-family: georgia;
  220. font-size: 9px;
  221. color: {color:link};
  222. text-transform: lowercase;
  223. line-height: 36px;
  224. text-decoration: none;
  225. text-align: center;
  226. margin-bottom: 6px;
  227. -webkit-transition: all 0.5s ease-in-out;
  228. -moz-transition: all 0.5s ease-in-out;
  229. -o-transition: all 0.5s ease-in-out;
  230. -ms-transition: all 0.5s ease-in-out;
  231. transition: all 0.5s ease-in-out;
  232. }
  233.  
  234. #nav a:hover {
  235. background-color: {color:nlink};
  236. color: {color:hover};
  237. }
  238.  
  239. #info {
  240. font-family:arial;
  241. font-size:9px;
  242. text-transform:lowercase;
  243. text-align:center
  244. }
  245.  
  246. #box {
  247. position:relative;
  248. color:{color:text};
  249. background-color:{color:Scrollbar and Borders};
  250. width:488px;
  251. padding:6px;
  252. }
  253.  
  254. #answer {
  255. margin-top:0px;
  256. }
  257.  
  258. #question {
  259. font:13px arial;
  260. letter-spacing:0px;
  261. }
  262. #asker a {
  263. color: {color:link};
  264. }
  265. #asker img {
  266. float:left;
  267. margin:10px;
  268. }
  269.  
  270. blockquote {
  271. border-left:2px {color:body} solid;
  272. padding-left:5px;
  273. margin:0px 2px 0px 10px;
  274. }
  275. blockquote img, blockquote a img {max-width: 490px}
  276.  
  277. b, strong {
  278. color:{color:title};
  279. }
  280. i, em {
  281. color:{color:title};
  282. }
  283. p {
  284. margin-top:3px;
  285. margin-bottom:3px;
  286. }
  287.  
  288. img a {border:none}
  289. .audio {
  290. background-color:black;
  291. display:block;
  292. }
  293.  
  294. .user_1 .label {
  295. color:{color:title};
  296. font-weight:bold;
  297. }
  298. .user_2 .label {
  299. color:{color:text};
  300. font-weight:bold;
  301. }
  302. ul.chat, .chat ol, .chat li {
  303. list-style:none;
  304. margin:0px;
  305. padding:0px;
  306. }
  307.  
  308. .notes img {
  309. width:10px;
  310. position:relative;
  311. top:1px;
  312. }
  313. ol.notes, .notes li {
  314. list-style:none;
  315. margin:0px;
  316. padding:0px;
  317. }
  318. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  319. background-color:transparent!important;
  320. }
  321.  
  322. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar and Borders}; height:50px;}
  323. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar and Borders}; height:10px!important;}
  324. ::-webkit-scrollbar {background-color:#ffffff; height:10px; width:10px;}
  325. ::-moz-selection {background-color:transparent; color:{color:Link};}
  326. ::selection {background-color:transparent; color:{color:link};}
  327.  
  328. </style>
  329. <style type="text/css">{CustomCSS}</style>
  330.  
  331. {block:ifInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScrolling}
  332.  
  333. </head>
  334.  
  335. <body>
  336. {block:ifTitle}<div id="title"><a href="/"><font size="4">{Title}</font></a></div>{/block:ifTitle}
  337. <div id="sidebarimg">
  338. <img src="{image:sidebar}"/></div>
  339. <div id="sidebar">
  340. {block:Description}{Description}{/block:Description}
  341. </div>
  342. <br>
  343.  
  344. {block:ifNotInfiniteScrolling}<div id="pagination"><br>
  345. {block:PreviousPage}<a href="{PreviousPage}">◄</a> &nbsp; {/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}<a href="{NextPage}">►</a>{/block:NextPage}</div>{/block:ifNotInfiniteScrolling}
  346. <br>
  347.  
  348. <div id="nav">
  349. {block:ifLink1}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1}
  350. {block:ifLink2}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2}
  351. {block:ifLink3}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3}
  352. {block:ifLink4}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4}
  353. </div>
  354. <br>
  355.  
  356. <div id="links">
  357. <a href="/">Home</a>
  358. <a href="/archive">Archive</a>
  359. <a href="/ask">Ask me</a>
  360. <a target="_blank" href="http://fireworkprodz.deviantart.com">Theme</a></div>
  361.  
  362. <div id="entries">
  363.  
  364. {block:ifInfiniteScrolling}<div class="autopagerize_page_element">{/block:ifInfiniteScrolling}
  365.  
  366. {block:Posts}
  367. <div id="posts">
  368. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  369. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  370. {block:Text}{Body}{/block:Text}
  371.  
  372. {block:ContentSource}
  373. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  374. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  375. {/block:SourceLogo}
  376. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  377. {/block:ContentSource}
  378.  
  379. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  380. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  381.  
  382. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  383. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  384.  
  385. {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}
  386.  
  387. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  388.  
  389. {block:Answer}
  390. <div id="question"> <img src="{AskerPortraitURL-40}" border="0" style=" float: left; margin:2px;" /> <b>{Asker}</b> asked: <br />{Question}</div><br>
  391. <div id="answer">{Answer}</div>{/block:Answer}
  392.  
  393. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  394.  
  395. <div id="box">
  396. <div id="info">{block:Date}<font style="text-transform:capitalize">Posted</font> <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount}with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} - <a href="{ReblogURL}" target="_blank" class="details" style="text-transform:capitalize">Reblog</a> {block:RebloggedFrom} - via <a href="{ReblogParentURL}" title="{ReblogParentURL}">{ReblogParentName}</a> - originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  397. {/block:RebloggedFrom}<br>{block:HasTags}
  398. {block:Tags}
  399. <a href="{TagURL}">#{Tag}</a>
  400. {/block:Tags}
  401. {/block:HasTags}</div></div></div><br>
  402. {/block:Posts}{block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}
  403. {block:PostNotes}{PostNotes}{/block:PostNotes}
  404. </div>
  405. </div>
  406.  
  407. </body>
  408. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement