Advertisement
stephaniesthemes

theme 7 by sparksfalling

Feb 2nd, 2013
1,473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.90 KB | None | 0 0
  1. <!--THEME 07 BY SPARKSFALLING
  2. PLEASE KEEP THE CREDIT INTACT AND LIKE THE POST IF YOU USE.
  3. DO NOT USE AS A BASE CODE. THANK YOU. -->
  4. <html>
  5. <head>
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  14.  
  15. <!--Default Variables-->
  16. <!--Colors-->
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar Background Color" content="#ffffff"/>
  20. <meta name="color:Text" content="#333333"/>
  21. <meta name="color:Link" content="#717581"/>
  22. <meta name="color:Hover" content="#333333"/>
  23. <meta name="color:Border" content="#969696"/>
  24.  
  25. <!--Images-->
  26.  
  27. <meta name="image:Background" content=""/>
  28. <meta name="image:sidebar bg" content=""/>
  29.  
  30. <!--Links-->
  31. <meta name="text:Link1" content="/" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="/" />
  34. <meta name="text:Link2 Title" content="" />
  35.  
  36. <style type="text/css">
  37.  
  38. ::-webkit-scrollbar {height: auto;width: 6px;}
  39. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  40. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  41.  
  42. body {
  43. background:{color:background};
  44. background-image: url('{image:background}') no-repeat fixed center;;
  45. margin:0px;
  46. color:{color:text};
  47. font-family:cambria;
  48. text-transform:lowercase;
  49. font-size:10px;
  50. letter-spacing:1px;
  51. line-height:100%;
  52. }
  53.  
  54. a {
  55. text-decoration:none;
  56. outline:none;
  57. -moz-outline-style:none;
  58. color:{color:link};
  59. -webkit-transition: all 0.5s ease;
  60. -moz-transition: all 0.5s ease;
  61. -o-transition: all 0.5s ease
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote blockquote {
  69. padding-left:5px;
  70. border-left:1px solid;
  71. }
  72.  
  73. h1 {
  74. font-size:11px;
  75. font-family:calibri;
  76. text-transform:uppercase;
  77. }
  78.  
  79. a:hover {
  80. opacity:10;
  81. color:{color:hover};
  82. -webkit-transition: all 0.7s ease;
  83. -moz-transition: all 0.7s ease;
  84. -o-transition: all 0.7s ease
  85. }
  86.  
  87. small{
  88. font-size:9px;
  89. line-height:110%
  90. }
  91.  
  92. big {
  93. font-size:14px;
  94. line-height:110%
  95. }
  96.  
  97. b, strong{
  98. color:{color:text}
  99. }
  100. i, em {
  101. color:{color:text}
  102. }
  103. p{
  104. margin-top:5px;
  105. margin-bottom:5px
  106. }
  107. blockquote {
  108. padding:0px;
  109. padding-left:5px;
  110. margin:5px;
  111. border-left:1px dotted {color:text}
  112. }
  113.  
  114. blockquote img {
  115. max-width:300px
  116. }
  117.  
  118. ul, li img {
  119. max-with:250px
  120. }
  121.  
  122. .audio {width:500px;height:160px;}
  123. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  124. .albumart img {width:150px;height:150px;float:left;}
  125. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  126. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  127. overflow:hidden;background-color:white;}
  128. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  129.  
  130. #entries {padding:10px; width:500px; margin-left:500px; margin-top:40px;}
  131.  
  132. #post {width:500px;padding-bottom:25px;
  133. padding-top:15px;font-style:none; margin-bottom:20px;border:1px solid #efefef; padding:20px;}
  134.  
  135. #sidebar {
  136. width:230px;
  137. height: 400%;
  138. position:fixed;
  139. margin-left:160px;
  140. background-color: {color:Sidebar Background Color};
  141. margin-top:-100px;
  142. background-image:url('{image:sidebar bg}');
  143. }
  144.  
  145. #sidebarimage img{
  146. margin-left:34px;
  147. margin-top:145px;
  148. width:150px;
  149. padding:0px;
  150. -webkit-transition: all 0.5s ease;
  151. -moz-transition: all 0.5s ease;
  152. -o-transition: all 0.5s ease
  153. }
  154.  
  155. .links {
  156. position:absolute;
  157. width:30px;
  158. line-height: 90%;
  159. text-transform: uppercase;
  160. position:fixed;
  161. margin-left: 230px;
  162. text-align: center;
  163. margin-top:10px;
  164. display:block;
  165. padding: 0px;
  166. text-transform:uppercase;
  167. }
  168.  
  169. .links a{
  170.  
  171. font-family:cambria;
  172. font-size:0px;
  173. text-transform:lowercase;
  174. color:#a8a8a8;
  175. display:block;
  176. width:20px;
  177. padding-top:2px;
  178. padding-bottom:2px;
  179. padding-left:3px;
  180. margin-top: 10px;
  181. letter-spacing:0px;
  182. background-image:url('{image:sidebar bg}');
  183. background-color: {color:Sidebar Background Color};
  184. text-decoration:none;
  185. -moz-transition-duration:1s;
  186. -webkit-transition-duration:1s;
  187. -o-transition-duration:1s;
  188. }
  189.  
  190. .links a:hover {
  191. transition: all 0.5s ease-out;
  192. -o-transition-transition: all 0.5s ease-out;
  193. -webkit-transition: all 0.5s ease-out;
  194. -moz-transition: all 0.5s ease-out;
  195. font-size:9px;
  196. padding-left:20px;
  197. padding-right:20px;
  198. }
  199.  
  200. #description {
  201. padding:5px;
  202. text-transform:lowercase;
  203. font-family:consolas;
  204. line-height:15px;
  205. color:#a8a8a8;
  206. font-size:11px;
  207. opacity: 0.8;
  208. text-align:center;
  209. margin-top:40px;
  210. width:150px;
  211. margin-left:33px;
  212. }
  213.  
  214. #pagination {
  215. font-size:9px;
  216. text-align:center;
  217. margin-right:14px;
  218. color:{color:link};
  219. font-family:consolas;
  220. letter-spacing:2px;
  221. margin-left:11px;
  222. }
  223.  
  224. #info {
  225. text-align:center;padding:5px;
  226. margin-top:5px;
  227. border-top:1px solid #efefef;
  228. margin-bottom:10px;
  229. padding-top:10px;
  230. text-align:center;
  231. text-transform: lowercase;
  232. font-family:cambria;
  233. font-size:9px;
  234. }
  235.  
  236. #tags {
  237. font-family:cambria;
  238. letter-spacing:1px;
  239. text-transform:lowercase;
  240. font-size:9px;
  241. margin-top:4px;
  242. a {display:inline; background-color:{color:linkb};
  243. padding:-4px;
  244. text-align:center;
  245. -webkit-transition: all 0.6s ease-in-out;
  246. -moz-transition: all 0.6s ease-in-out;
  247. -o-transition: all 0.6s ease-in-out;
  248. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  249.  
  250. #asker {
  251. float:left;
  252. margin-right:5px;
  253. }
  254.  
  255. #asked {
  256. font-family:consolas;
  257. text-transform:lowercase;
  258. letter-spacing:1px;
  259. padding-bottom:3px;
  260. }
  261.  
  262. #notes {
  263. font-family:consolas;
  264. text-transform:lowercase;
  265. font-size:9px;
  266. }
  267.  
  268. #question {
  269. font-family:consolas;
  270. font-style:italic;
  271. font-size:10px;
  272. }
  273.  
  274. #answer {
  275. font-family:consolas;
  276. text-transform:uppercase;
  277. font-size:10px;
  278. }
  279.  
  280. {CustomCSS}</style></head><body>
  281.  
  282. <div id="sidebar">
  283. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  284. <div class="links">
  285. <a href="/">home</a>
  286. <a href="/ask">ask</a>
  287. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  288. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  289. </div>
  290.  
  291. <div id="description">{Description}</div>
  292.  
  293. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}"><</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">></a>{/block:NextPage}</div>{/block:Pagination}
  294. </div>
  295.  
  296. <div id="entries">{block:Posts}<div id="post">
  297.  
  298. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  299.  
  300. {block:Photo}
  301. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  302. {/block:Photo}
  303.  
  304. {block:Photoset}
  305. <center>{Photoset-500}</center>{block:Caption}<i>{Caption}</i>{/block:Caption}
  306. {/block:Photoset}
  307.  
  308. {block:Quote}❝<i>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</i>
  309.  
  310. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<i>{Description}</i>{/block:Description}{/block:Link}
  311.  
  312. {block:Chat}<i>{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}</i>
  313.  
  314. {block:Audio}{AudioPlayerWhite}{block:Caption}<i>{Caption}</i>{/block:Caption}{/block:Audio}
  315.  
  316. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  317.  
  318. {block:Answer}<div id="questions">❝<b>{Asker}</b> sent: {Question}</div>
  319. <div id="answer"><i>{Answer}</i></div>{/block:answer}
  320.  
  321. <div id="info">
  322. {block:Date}shared on <a href="{Permalink}">{month} {dayofmonth} {/block:Date}{/block:Date}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}{/block:NoteCount}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> {/block:RebloggedFrom}</a> {block:ContentSource} <a href="{SourceURL}">(© {SourceLink}</a>){/block:ContentSource}</div>
  323.  
  324. <div id="tags">
  325. {block:HasTags} {block:Tags} <a href="{TagURL}"># {Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</div>
  326.  
  327. <div class="note">
  328. {block:PostNotes}{PostNotes}{/block:PostNotes}
  329. </div>
  330. </div>
  331. {block:Posts}
  332.  
  333. <div style="font-size: 9px; letter-spacing: 1px; background-color:#efefef; padding:4px;float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://sparksfalling.tumblr.com"><img src="http://static.tumblr.com/61fvshe/FU4mj3dmf/credit.png"></a></div>
  334.  
  335. </body>
  336.  
  337. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement