Advertisement
Dancebeforethedawn

Theme 024 - It's time to begin

Sep 9th, 2012
10,275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. <!--
  2. Theme 024
  3. - It's time to begin by Michelle http://icatchingfire.tumblr.com/
  4. don't remove my credits
  5. dont edit and claim it as your own
  6. enjoy
  7. !-->
  8.  
  9. <html>
  10. <head>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17. </head>
  18.  
  19. <meta name="color:Background" content="#ffffff"/>
  20. <meta name="color:Text" content="#bdb5ac"/>
  21. <meta name="color:Title" content="#c0af95"/>
  22. <meta name="color:link one" content="#fdb39a"/>
  23. <meta name="color:link two" content="#fdc8b6"/>
  24. <meta name="color:Link" content="#c4d5f7"/>
  25. <meta name="color:Link Hover" content="#fae5be"/>
  26. <meta name="color:Scrollbar" content="#eef7fc"/>
  27. <meta name="color:Border" content="#eef7fc"/>
  28. <meta name="color:Text Hover" content="#fae5be"/>
  29.  
  30.  
  31. <meta name="image:Sidebar" content=""/>
  32. <meta name="image:Background" content=""/>
  33.  
  34.  
  35. <meta name="text:Link one" content="" />
  36. <meta name="text:Link one Title" content=""/>
  37. <meta name="text:Link two" content=""/>
  38. <meta name="text:Link two Title" content=""/>
  39. <meta name="text:Link three" content=""/>
  40. <meta name="text:Link three Title" content=""/>
  41. <meta name="text:Link four" content=""/>
  42. <meta name="text:Link four Title" content=""/>
  43.  
  44.  
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  53. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  54. ::-webkit-scrollbar-track{background-color:{color:background};}
  55.  
  56. ::selection {
  57. background:{color:text hover};
  58. }
  59.  
  60. ::-moz-selection {
  61. background:{color:text hover};
  62. }
  63.  
  64. ::-webkit-selection {
  65. background:{color:text hover};
  66. }
  67.  
  68. body {color:{color:text}; background-attachment:fixed; background-color:{color:background}; background-image: url('{image:Background}'); background-repeat:yes-repeat; text-align:justify; backgroung-top:40px; font-family:calibri; font-size:10px;}
  69.  
  70.  
  71. a {color: {color:link}; text-decoration:none;}
  72. a:hover {color:{color:link hover}; text-decoration:none;}
  73.  
  74. small {font-size:10px;}
  75. big {font-size:12px;}
  76. b, strong {color:{color:link};}
  77. i, em {color:{color:text};}
  78. p {margin-top:5px; margin-bottom:5px}
  79. blockquote {border-left:3px solid {color:border}; padding-left:5px; margin:5px;}
  80.  
  81.  
  82.  
  83. #content {width:500px; margin-top:30px; margin-bottom:30px; position: relative; left:490px;}
  84. #posts {margin-bottom:30px;}
  85.  
  86. #title{color:{color:title}; font-family:'codystar' cursive; font-size:15px; letter-spacing:1px; text-align:center; margin-top:-20px; margin-bottom:-5px; width:180px;}
  87.  
  88. #sidebarimage {margin:-0px 0 9px 0; text-align:center;}
  89. #sidebarimage img {margin-top:5px; margin-left: -5px; max-width:180px; max-height:180px; text-align:center; border:3px solid {color:border};}
  90. #sidebar {position:fixed; margin-top:165px; left:100px; width:105px;}
  91.  
  92. #sbar {
  93. width: 250px;
  94. height: auto;
  95. margin-left: 0px;
  96. text-align: left;
  97. margin-top: 60px;
  98. position:fixed;
  99. }
  100.  
  101. #nav1 {
  102. font-family:calibri;
  103. text-transform:uppercase;
  104. display: inline-block;
  105. text-align:center;
  106. position: fixed;
  107. padding: 4px;
  108. width: 70px;
  109. height: 10px;
  110. background: {color:link one};
  111. border-top-right-radius: 0px;
  112. -moz-border-radius-topright: 0px;
  113. -webkit-border-top-right-radius: 0px;
  114. border-bottom-right-radius: 0px;
  115. -moz-border-radius-bottom-left: 0px;
  116. -webkit-border-bottom-right-radius: 0px;
  117. transition: all 0.5s ease-out;
  118. -o-transition-transition: all 0.5s ease-out;
  119. -webkit-transition: all 0.5s ease-out;
  120. -moz-transition: all 0.5s ease-out;
  121. margin: 140px 0px 0px 212px;
  122. }
  123.  
  124. #nav1:hover {
  125. transition: all 0.5s ease-out;
  126. -o-transition-transition: all 0.6s ease-out;
  127. -webkit-transition: all 0.6s ease-out;
  128. -moz-transition: all 0.6s ease-out;
  129. padding-left: 60px;
  130. : 50px;
  131.  
  132. }
  133.  
  134. #nav2 {
  135. display: inline-block;
  136. text-align: center;
  137. font-family:calibri;
  138. text-transform:uppercase;
  139. position: fixed;
  140. padding: 4px;
  141. height: 10px;
  142. width: 70px;
  143. background: {color:link two};
  144. border-top-right-radius: 0px;
  145. -moz-border-radius-topright: 0px;
  146. -webkit-border-top-right-radius: 0px;
  147. border-bottom-right-radius: 0px;
  148. -moz-border-radius-bottom-left: 0px;
  149. -webkit-border-bottom-right-radius: 0px;
  150. transition: all 0.5s ease-out;
  151. -o-transition-transition: all 0.5s ease-out;
  152. -webkit-transition: all 0.5s ease-out;
  153. -moz-transition: all 0.5s ease-out;
  154. margin: 162px 0px 0px 212px;
  155. }
  156.  
  157. #nav2:hover {
  158. transition: all 0.5s ease-out;
  159. -o-transition-transition: all 0.5s ease-out;
  160. -webkit-transition: all 0.5s ease-out;
  161. -moz-transition: all 0.5s ease-out;
  162. padding-left: 60px;
  163. }
  164.  
  165. #nav3 {
  166. display: inline-block;
  167. text-align: center;
  168. position: fixed;
  169. font-family:calibri;
  170. text-transform:uppercase;
  171. width: 70px;
  172. padding: 4px;
  173. height: 10px;
  174. background: {color:link one};
  175. border-top-right-radius: 0px;
  176. -moz-border-radius-topright: 0px;
  177. -webkit-border-top-right-radius: 0px;
  178. border-bottom-right-radius: 0px;
  179. -moz-border-radius-bottom-left: 0px;
  180. -webkit-border-bottom-right-radius: 0px;
  181. transition: all 0.5s ease-out;
  182. -o-transition-transition: all 0.5s ease-out;
  183. -webkit-transition: all 0.5s ease-out;
  184. -moz-transition: all 0.5s ease-out;
  185. margin: 184px 0px 0px 212px;
  186. }
  187.  
  188. #nav3:hover {
  189. transition: all 0.5s ease-out;
  190. -o-transition-transition: all 0.5s ease-out;
  191. -webkit-transition: all 0.5s ease-out;
  192. -moz-transition: all 0.5s ease-out;
  193. padding-left: 60px;
  194. }
  195.  
  196. #nav4 {
  197. width: 70px;
  198. display: inline-block;
  199. font-family:calibri;
  200. text-transform:uppercase;
  201. text-align: center;
  202. position: fixed;
  203. padding: 4px;
  204. height: 10px;
  205. background: {color:link two};
  206. border-top-right-radius: 0px;
  207. -moz-border-radius-topright: 0px;
  208. -webkit-border-top-right-radius: 0px;
  209. border-bottom-right-radius: 0px;
  210. -moz-border-radius-bottom-left: 0px;
  211. -webkit-border-bottom-right-radius: 0px;
  212. transition: all 0.5s ease-out;
  213. -o-transition-transition: all 0.5s ease-out;
  214. -webkit-transition: all 0.5s ease-out;
  215. -moz-transition: all 0.5s ease-out;
  216. margin: 206px 0px 0px 212px;
  217. }
  218.  
  219. #nav4:hover {
  220. transition: all 0.5s ease-out;
  221. -o-transition-transition: all 0.5s ease-out;
  222. -webkit-transition: all 0.5s ease-out;
  223. -moz-transition: all 0.5s ease-out;
  224. padding-left: 60px;
  225. }
  226.  
  227. #nav5 {
  228. width: 70px;
  229. display: inline-block;
  230. font-family:calibri;
  231. text-transform:uppercase;
  232. text-align: center;
  233. position: fixed;
  234. padding: 4px;
  235. height: 10px;
  236. background: {color:link one};
  237. border-top-right-radius: 0px;
  238. -moz-border-radius-topright: 0px;
  239. -webkit-border-top-right-radius: 0px;
  240. border-bottom-right-radius: 0px;
  241. -moz-border-radius-bottom-left: 0px;
  242. -webkit-border-bottom-right-radius: 0px;
  243. transition: all 0.5s ease-out;
  244. -o-transition-transition: all 0.5s ease-out;
  245. -webkit-transition: all 0.5s ease-out;
  246. -moz-transition: all 0.5s ease-out;
  247. margin: 228px 0px 0px 212px;
  248. }
  249.  
  250. #nav5:hover {
  251. transition: all 0.5s ease-out;
  252. -o-transition-transition: all 0.5s ease-out;
  253. -webkit-transition: all 0.5s ease-out;
  254. -moz-transition: all 0.5s ease-out;
  255. padding-left: 60px;
  256. }
  257.  
  258. #nav6 {
  259. width: 70px;
  260. display: inline-block;
  261. text-align: center;
  262. position: fixed;
  263. padding: 4px;
  264. height: 10px;
  265. font-family:calibri;
  266. text-transform:uppercase;
  267. background: {color:link two};
  268. border-top-right-radius: 0px;
  269. -moz-border-radius-topright: 0px;
  270. -webkit-border-top-right-radius: 0px;
  271. border-bottom-right-radius: 0px;
  272. -moz-border-radius-bottom-left: 0px;
  273. -webkit-border-bottom-right-radius: 0px;
  274. transition: all 0.5s ease-out;
  275. -o-transition-transition: all 0.5s ease-out;
  276. -webkit-transition: all 0.5s ease-out;
  277. -moz-transition: all 0.5s ease-out;
  278. margin: 251px 0px 0px 212px;
  279. }
  280.  
  281. #nav6:hover {
  282. transition: all 0.5s ease-out;
  283. -o-transition-transition: all 0.5s ease-out;
  284. -webkit-transition: all 0.5s ease-out;
  285. -moz-transition: all 0.5s ease-out;
  286. padding-left: 60px;
  287. }
  288.  
  289. #description {font-family:calibri; font-size:10px; text-align:justified; width:175px; margin-top:-20px; }
  290.  
  291. #pagination {font-size:10px; text-align: center; font-family:{font:Body}; text-align:center; padding:4px; width:180px; }
  292. #pagination a{color:{color:Link}}
  293.  
  294. h1{font-family:calibri; color:{color:title}; text-transform:uppercase; font-size:12px; letter-spacing:0px; font-weight:normal; margin:0px; text-align:left; line-height:10px;}
  295.  
  296. h2{font-family:calibri; color:{color:title}; font-size:12px; letter-spacing:0px; font-weight:normal; margin:5px; text-align:center; line-height:20px;}
  297.  
  298. #tags{ margin-right:auto; font-family:arial; font-size:9px; text-align: center; letter-spacing:1px;}
  299.  
  300. #tags a{ color: {color:link};}
  301.  
  302. #tags a:hover{ color: {color:link hover};}
  303.  
  304. #tagscontainer{ width:520px;}
  305.  
  306. #notes{ text-align:center; font-family:arial; font-size:9px; letter-spacing:1px; margin-bottom: 1px; -moz-border-radius: 0em 0em 1em 1em; border-radius: 0em 0em 1em 1em; -webkit-border-radius: 0em 0em 1em 1em; border-top: 1px dotted {color:Link Hover}; background-color: {color:none};}
  307.  
  308. #notes a{color: {color:link};}
  309.  
  310. #notes a:hover{ color: {color:link hover};}
  311.  
  312. #notescontainer{ width: 500px;}
  313.  
  314. #postnotes{ width: 500px;padding: 8px; margin-top: 15px; background-color: {color:none}; }
  315.  
  316.  
  317. #question {font-size: 10px; font-family:calibri; background-color:{color:background}; color:{color:bold};margin-bottom:3px; padding: 5px; font-style: italic;z-index: 1; box-shadow: 0px 1px 5px rgba(0,0,0,0.10)}
  318.  
  319. #answer {font-size: 10px; font-family:calibri; color:{color:text};padding-top: 3px; font-style: italic;}
  320.  
  321.  
  322. #cred {font-size:11px; letter-spacing:1px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  323.  
  324.  
  325. #source {margin-top:1px; text-align:right; font-size:10px;}
  326.  
  327. #audio{padding:5px;}
  328. .player{background-color:black; padding-right:200px;}
  329. .alabel{text-align:left;}
  330.  
  331. .chat {line-height:12px; list-style:none; }
  332. .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
  333. .person1 {background-color:white; color:{color:text}; }
  334. .person1 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  335. .person2 {color:{color:text};}
  336. .person2 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  337.  
  338. iframe#tumblr_controls {
  339. top:0px !important;
  340. right:3px !important;
  341. position: fixed !important;
  342. -webkit-transition: opacity 0.7s linear;
  343. opacity: 0.4;
  344. -webkit-transition: all 0.8s ease-out;
  345. -moz-transition: all 0.8s ease-out;
  346. transition: all 0.8s ease-out;
  347. z-index:99;}
  348.  
  349. iframe#tumblr_controls:hover{
  350. -webkit-transition: opacity 0.7s linear;
  351. opacity: 1;
  352. -webkit-transition: all 0.4s ease-out;
  353. -moz-transition: all 0.4s ease-out;
  354. transition: all 0.4s ease-out;
  355. z-index:99;}
  356.  
  357. </style>
  358. <style type="text/css">{CustomCSS}</style>
  359. </head>
  360.  
  361. <body>
  362.  
  363. <div id="sbar">
  364.  
  365.  
  366. <div id="nav1">
  367. <a href="/">HOME</a>
  368. </div>
  369. <div id="nav2">
  370. <a href="/ask">ASK</a>
  371. </div>
  372. <div id="nav3">
  373. <a href="{text:Link one}">{text:Link one Title}</a>
  374. </div>
  375. <div id="nav4">
  376. <a href="{text:Link two}">{text:Link two Title}</a>
  377. </div>
  378. <div id="nav5">
  379. <a href="{text:Link three}">{text:Link three Title}</a>
  380. </div>
  381. <div id="nav6">
  382. <a href="{text:Link four}">{text:Link four Title}</a>
  383. </div>
  384. </div></div>
  385.  
  386. <div id="content">
  387.  
  388.  
  389. <div id="sidebar">
  390. <center><div id="title">{Title}</div></center>
  391. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
  392. <div id="links"><center><br>
  393. </div>
  394. <div id="description">{block:Description}{Description}{/block:Description}</div>
  395.  
  396. <div id="cred"><a href="http://icatchingfire.tumblr.com/">&copy; icatchingfire</a></div>
  397.  
  398. <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{CurrentPage}/{TotalPages}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></center>
  399. <center><div class="thm">
  400. </div></center>
  401.  
  402. </div><br>
  403.  
  404.  
  405.  
  406. <br>
  407. <div id="posts">
  408.  
  409. {block:Posts}
  410.  
  411. <div id="posts">
  412.  
  413. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  414.  
  415. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  416.  
  417. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  418. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  419.  
  420. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  421. {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: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.  
  431. {block:Answer}
  432. <div id="question"><b>{Asker}</b> Question: <br />{Question}</div>
  433. <div id="answer">{Answer}</div>{/block:Answer}
  434.  
  435. {block:Audio}<div class="audio"><div class="player">{AudioPlayerBlack}</div><br>
  436. <div class="alabel">{block:Caption}{Caption}{/block:Caption}</div></center><br clear="all" /></div> {/block:Audio}
  437.  
  438. <div id="notes">{block:Date}Posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} (originally <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom}{block:NoteCount} + <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}</div>
  439. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  440. </div>
  441.  
  442. {/block:Posts}
  443.  
  444. {block:PostNotes}
  445. <div id="postnotes">{PostNotes}</div></div>
  446. {/block:PostNotes}
  447.  
  448.  
  449.  
  450. </div>
  451. </div>
  452. </div>
  453.  
  454. </body>
  455. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement