Advertisement
Dancebeforethedawn

Theme 027 - Forever young

Sep 19th, 2012
19,557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.42 KB | None | 0 0
  1. <!--
  2. Theme 027
  3. - Forever young 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:Box" content="#e9e8e6"/>
  22. <meta name="color:Title" content="#bbbbbb"/>
  23. <meta name="color:Title2" content="#bbbbbb"/>
  24. <meta name="color:Nav" content="#b4b4b4"/>
  25. <meta name="color:Link" content="#aca6a1"/>
  26. <meta name="color:Link Hover" content="#e7e7e7"/>
  27. <meta name="color:Scrollbar" content="#e4e5e6"/>
  28. <meta name="color:Text Hover" content="#fae5be"/>
  29. <meta name="color:Menu Hover" content="#FFFFFF"/>
  30.  
  31. <meta name="text:second title" content="" />
  32. <meta name="image:Sidebar" content=""/>
  33. <meta name="image:Background" content=""/>
  34.  
  35. <meta name="text:Link1" content="" />
  36. <meta name="text:Link1 Title" content="Link 1" />
  37. <meta name="text:Link2" content="" />
  38. <meta name="text:Link2 Title" content="Link 2" />
  39. <meta name="text:Link3" content="" />
  40. <meta name="text:Link3 Title" content="Link 3" />
  41. <meta name="text:Link4" content="" />
  42. <meta name="text:Link4 Title" content="Link 4" />
  43.  
  44.  
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. @font-face {
  58. font-family: 'StarsFromOurEyesRegular';
  59. src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot');
  60. src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot?#iefix') format('embedded-opentype'),
  61. url('http://static.tumblr.com/2lqtwbf/8Obly7nj0/starsfromoureyes-webfont.ttf') format('truetype'),
  62. url('http://static.tumblr.com/2lqtwbf/8NAly7nnb/starsfromoureyes-webfont.svg') format('svg');
  63. font-weight: normal;
  64. font-style: normal;
  65. }
  66.  
  67. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  68. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  69. ::-webkit-scrollbar-track{background-color:{color:background};}
  70.  
  71. ::selection {
  72. background:{color:text hover};
  73. }
  74.  
  75. ::-moz-selection {
  76. background:{color:text hover};
  77. }
  78.  
  79. ::-webkit-selection {
  80. background:{color:text hover};
  81. }
  82.  
  83. @font-face {
  84. font-family: 'StarsFromOurEyesRegular';
  85. src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot');
  86. src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot?#iefix') format('embedded-opentype'),
  87. url('http://static.tumblr.com/2lqtwbf/8Obly7nj0/starsfromoureyes-webfont.ttf') format('truetype'),
  88. url('http://static.tumblr.com/2lqtwbf/8NAly7nnb/starsfromoureyes-webfont.svg') format('svg');
  89. font-weight: normal;
  90. font-style: normal;
  91. }
  92.  
  93. 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;}
  94.  
  95.  
  96. a {color: {color:link}; text-decoration:none;}
  97. a:hover {color:{color:link hover}; text-decoration:none;}
  98.  
  99. small {font-size:10px;}
  100. big {font-size:12px;}
  101. b, strong {color:{color:link};}
  102. i, em {color:{color:text};}
  103. p {margin-top:5px; margin-bottom:5px}
  104. blockquote {border-left:3px solid {color:border}; padding-left:5px; margin:5px;}
  105.  
  106. a:hover{
  107. color: {color:linkhover};
  108. -webkit-transition: all 0.3s ease-in-out;
  109. -moz-transition: all 0.3s ease-in-out;
  110. opacity: 1;
  111. -o-transition: all 0.3s ease-in-out;
  112. -ms-transition: all 0.3s ease-in-out;
  113. transition: all 0.3s ease-in-out;}
  114.  
  115.  
  116. #content {width:500px; margin-top:25px; margin-bottom:30px; position: relative; left:490px;}
  117. #posts {margin-bottom:30px;}
  118.  
  119. #title{color:{color:title}; font-family:'StarsFromOurEyesRegular'; font-size:14px; letter-spacing:1px; text-align:left; margin-top:-230px; margin-bottom:-5px; width:180px;}
  120.  
  121. #titlez{color:{color:title2}; font-family:leaguegothicregular; font-size:9px; letter-spacing:1px; text-align:right; margin-top:-10px;text-transform: uppercase; margin-bottom:-5px; width:180px;line-height:120%;}
  122.  
  123.  
  124. #sidebar { position:fixed; margin-top:140px;
  125. margin-left:150px; padding: 5px; background-color:transparent; text-align:center; }
  126.  
  127. #sidebar:hover .links { margin-top:15px;
  128. filter:alpha(opacity=100);
  129. -moz-opacity:1;
  130. -khtml-opacity: 1;
  131. opacity: 1;
  132. -webkit-transition:all 0.8s ease-out;
  133. -moz-transition:all 0.8s ease-out;
  134. transition:all 0.8s ease-out;}
  135.  
  136. .links { width:15px; margin-top:-70px; padding:25px; text-align: center;
  137. margin-left:35px; display:block; font-size:10px; font-family:consolas; line-spacing:6px; background-color:tansparent; letter-spacing: 1px; position:fixed; overflow: visible; border-radius: 0px; filter:alpha(opacity=0);
  138. -moz-opacity:0.;
  139. -khtml-opacity: 0; opacity: 0; text-align:center;
  140. -webkit-transition:all 0.9s ease-out;
  141. -moz-transition:all 0.9s ease-out;
  142. transition:all 0.9s ease-out; }
  143.  
  144. .links a { display:inline-block; width: 60px; height: 10px;
  145. background-color: {color:Nav}; color:white; margin-top: 0px; text-transform: lowercase; font-weight: none; margin-bottom: 2px;
  146. -webkit-transition: all 0.8s ease-in-out;
  147. -moz-transition: all 0.8s ease-in-out;
  148. text-position: middle;
  149. -o-transition: all 0.8s ease-in-out;
  150. -ms-transition: all 0.8s ease-in-out;
  151. transition: all 0.8s ease-in-out;
  152. text-decoration: none;
  153. border-radius: 1px;
  154. opacity:1;
  155. text-align: center;
  156. padding:5px;}
  157.  
  158. .links a:hover {
  159. color:{color:text};
  160. background-color: white;
  161. border-radius: 1px;
  162. opacity: 1;
  163. -o-transition: all 0.3s ease-in-out;
  164. -ms-transition: all 0.3s ease-in-out;
  165. transition: all 0.3s ease-in-out;
  166. {block:ifRotationLinks}
  167. -webkit-transition: all 0.6s ease-in-out;
  168. -moz-transition: all 0.6s ease-in-out;
  169. -webkit-transform: rotate(360deg);
  170. -moz-transform: rotate(360deg);
  171. {/block:ifRotationLinks}}
  172.  
  173. #sidebarpic img { margin-top:10px; max-width:189px;
  174. height:auto; border:1px solid #f2f2f2; padding:5px; text-align:center; }
  175.  
  176.  
  177. #description { padding:5px; margin-top:183px; text-align:center; width: 189px; border: 1px solid #f2f2f2;}
  178.  
  179. #pagination {font-size:12px; text-align: center; font-family:{font:Body}; text-align:center; padding:4px; width:180px; }
  180. #pagination a{color:{color:Link}}
  181.  
  182. 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;}
  183.  
  184. h2{font-family:calibri; color:{color:title}; font-size:12px; letter-spacing:0px; font-weight:normal; margin:5px; text-align:center; line-height:20px;}
  185.  
  186. #tags{ margin-right:auto; font-family:arial; font-size:9px; text-align: center; letter-spacing:1px;}
  187.  
  188. #tags a{ color: {color:link};}
  189.  
  190. #tags a:hover{ color: {color:link hover};}
  191.  
  192. #tagscontainer{ width:520px;}
  193.  
  194. #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};}
  195.  
  196. #notes a{color: {color:link};}
  197.  
  198. #notes a:hover{ color: {color:link hover};}
  199.  
  200. #notescontainer{ width: 500px;}
  201.  
  202. #postnotes{ width: 500px;padding: 8px; margin-top: 15px; background-color: {color:none}; }
  203.  
  204. #question { padding:15px; background-color: {color:box}; position: relative;}
  205.  
  206. #question:after, #demo:before { border: solid transparent; content: ' ';
  207. height: 0; left: 100%; position: absolute;
  208. width: 0;}
  209.  
  210. #question:after { border-width: 9px; border-left-color: {color:box};
  211. top: 15px;}
  212.  
  213. #question:before { border-width: 14px; border-left-color: {color:box};
  214. top: 10px;}
  215.  
  216.  
  217. #cred {font-size:11px; letter-spacing:1px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  218.  
  219.  
  220. #source {margin-top:1px; text-align:right; font-size:10px;}
  221.  
  222. #audio{padding:5px;}
  223. .player{background-color:black; padding-right:200px;}
  224. .alabel{text-align:left;}
  225.  
  226. .chat {line-height:12px; list-style:none; }
  227. .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
  228. .person1 {background-color:white; color:{color:text}; }
  229. .person1 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  230. .person2 {color:{color:text};}
  231. .person2 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  232.  
  233. iframe#tumblr_controls {
  234. top:0px !important;
  235. right:3px !important;
  236. position: fixed !important;
  237. -webkit-transition: opacity 0.7s linear;
  238. opacity: 0.4;
  239. -webkit-transition: all 0.8s ease-out;
  240. -moz-transition: all 0.8s ease-out;
  241. transition: all 0.8s ease-out;
  242. z-index:99;}
  243.  
  244. iframe#tumblr_controls:hover{
  245. -webkit-transition: opacity 0.7s linear;
  246. opacity: 1;
  247. -webkit-transition: all 0.4s ease-out;
  248. -moz-transition: all 0.4s ease-out;
  249. transition: all 0.4s ease-out;
  250. z-index:99;}
  251.  
  252. </style>
  253. <style type="text/css">{CustomCSS}</style>
  254. </head>
  255.  
  256. <body>
  257.  
  258.  
  259.  
  260.  
  261. <div id="container">
  262.  
  263. <div id="sidebar">
  264.  
  265. <div class="links">
  266. <a href="/">refresh</a>
  267. <a href="/ask">askbox</a>
  268. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br>{/block:ifLink1}
  269. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  270. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  271. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  272. </div>
  273.  
  274. <div id="sidebarpic">
  275. <a href="/"><img src="{image:Sidebar}"/></a>
  276. </div>
  277.  
  278. <center><div id="title">{Title}</div></center>
  279. <center><div id="titlez">{text:second title}</div></center>
  280.  
  281. <br>
  282. <br>
  283.  
  284. <div id="description">{Description}</div>
  285.  
  286.  
  287. <div id="cred"><a href="http://icatchingfire.tumblr.com/">&copy; icatchingfire</a></div>
  288.  
  289. <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">»</a>{/block:NextPage}</div></center>
  290. <center><div class="thm">
  291. </div></center>
  292. </div>
  293.  
  294.  
  295. </a>
  296. </div>
  297.  
  298.  
  299. <br>
  300.  
  301. <div id="content">
  302.  
  303.  
  304. <div id="posts">
  305.  
  306. {block:Posts}
  307.  
  308. <div id="posts">
  309.  
  310.  
  311. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  312.  
  313. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  314.  
  315. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  316. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  317.  
  318. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  319. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  320.  
  321. {block:Photoset}<center>{Photoset-500}</center>
  322. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  323.  
  324. {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}
  325.  
  326. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  327.  
  328.  
  329. {block:Answer}
  330. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  331. {Answer}
  332. {/block:Answer}
  333.  
  334. {block:Audio}<div class="audio"><div class="player">{AudioPlayerBlack}</div><br>
  335. <div class="alabel">{block:Caption}{Caption}{/block:Caption}</div></center><br clear="all" /></div> {/block:Audio}
  336.  
  337. <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>
  338. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  339. </div>
  340.  
  341. {/block:Posts}
  342.  
  343. {block:PostNotes}
  344. <div id="postnotes">{PostNotes}</div></div>
  345. {/block:PostNotes}
  346.  
  347. </div>
  348. </div>
  349. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement