Advertisement
Dancebeforethedawn

Theme 012 - Lucky

Jun 7th, 2012
11,920
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.93 KB | None | 0 0
  1.  
  2. <!--
  3. Theme 013
  4. - Lucky by Michelle http://icatchingfire.tumblr.com/
  5. don't remove my credits
  6. dont edit and claim it as your own
  7. enjoy
  8. !-->
  9.  
  10. <html>
  11.  
  12. <head>
  13.  
  14. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16. <link rel="shortcut icon" href="{Favicon}" />
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  18.  
  19. <meta name="color:Background" content ="#F7F3E4"/>
  20. <meta name="color:Text" content="#9E9186"/>
  21. <meta name="color:Bold" content="#708E90"/>
  22. <meta name="color:Italic" content="#708E90"/>
  23. <meta name="color:Link" content="#708E90"/>
  24. <meta name="color:Pagination" content="#a3a09d"/>
  25. <meta name="color:Link Hover" content="#dbcaa4"/>
  26. <meta name="color:Scrollbar" content ="#FFFBF7"/>
  27. <meta name="color:ScrollbarBg" content ="#FFFBF7"/>
  28. <meta name="color:sbar border" content="#fffcf8" />
  29. <meta name="color:stext background" content="#fffcf8" /
  30. <meta name="color:Pagination" content="#a3a09d"/>
  31. <meta name="color:Hold" content="#e4bca6"/>
  32. <meta name="color:sbar border" content="#fffcf8" />
  33. <meta name="color:ask background" content="#fffcf8" />
  34. <meta name="color:stext background" content="#fffcf8" />
  35. <meta name="color:Link" content="#6f89b9"/>
  36. <meta name="color:Border" content="#6f89b9"/>
  37. <meta name="color:HoverBg" content="#FFFFFF"/>
  38. <meta name="color:homeBg" content="#c7c7c7"/>
  39. <meta name="color:MsgBg" content="#dad8d8"/>
  40. <meta name="color:Link1Bg" content="#dddcdc"/>
  41. <meta name="color:Link2Bg" content="#c7c7c7"/>
  42. <meta name="color:Link3Bg" content="#dad8d8"/>
  43. <meta name="color:Link5Bg" content="#dddcdc"/>
  44. <meta name="color:Question Background" content ="#FFFFFF"/>
  45. <meta name="if:Show Sidebar Pic" content="0"/>
  46. <meta name="image:Background" content=""/>
  47.  
  48. <meta name="image:Sidebar" content=""/>
  49.  
  50. <meta name="if:Title" content="1"/>
  51.  
  52. <meta name="text:Link1 Url" content="" />
  53.  
  54. <meta name="text:Link1 Title" content="" />
  55.  
  56. <meta name="text:Link2 Url" content="" />
  57.  
  58. <meta name="text:Link2 Title" content="" />
  59.  
  60. <meta name="text:Link3 Url" content="" />
  61.  
  62. <meta name="text:Link3 Title" content="" />
  63.  
  64. <meta name="text:Link4 Url" content="" />
  65.  
  66. <meta name="text:Link4 Title" content="" />
  67.  
  68. <meta name="text: "http://dancebeforethedawn.tumblr.com/tagged/themes" content="" />
  69.  
  70. <link href='http://fonts.googleapis.com/css?family=Handlee' rel='stylesheet' type='text/css'>
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  73.  
  74. <link href='http://fonts.googleapis.com/css?family=Crushed' rel='stylesheet' type='text/css'>
  75.  
  76. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  77. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  78. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  79. <link rel="shortcut icon" href="{Favicon}" />
  80. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  81.  
  82. <style type="text/css">
  83.  
  84. ::-webkit-scrollbar{height: 10px; width: 10px; -webkit-border-radius: 0px; background-color:{color:background};}
  85. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  86. ::-webkit-scrollbar-track{background-color:{color:scrollbarBg};}
  87.  
  88. body {
  89. background-attachment:fixed; background-color:{color:background}; background-image: url('{image:Background}'); background-repeat:no-repeat; background-position:right top; text-align:justify; font-family: cambria; color: {color:text}; font-size: 10px; line-height:100%;}
  90.  
  91. a:link, a:active, a:visited{color:{color:Link}; text-decoration:none; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  92. a:hover{color:{color:Link Hover};}
  93.  
  94. p{margin-top:5px; margin-bottom:5px; }
  95.  
  96. b {color:{color:bold};}
  97. em, i {color:{color:italic};}
  98.  
  99. blockquote {text-align:left; padding-left:10px; margin:5px; border-left:3px solid {color:link};}
  100. blockquote img{max-width:200px;}
  101.  
  102.  
  103. h3{font-family:'Handlee', cursive; text-align:center; font-weight: 400; font-size: 18px; text-transform: uppercase; text-decoration: none; letter-spacing: -0.05em; word-spacing: -0.02em;}
  104. h3 a{-moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  105.  
  106.  
  107.  
  108.  
  109.  
  110. #content {width:500px; margin-top:60px; margin-bottom:30px; position: relative; left: 520px; font-family:'Handlee', cursive; font-size: 12px}
  111.  
  112. #posts {margin-bottom:30px; }
  113.  
  114.  
  115. #sbar {
  116. width: 250px;
  117. height: auto;
  118. margin-left: 100px;
  119. text-align: center;
  120. margin-top: 30px;
  121. position:fixed;
  122. }
  123. .simg {
  124. width:250px;
  125. border: 2px solid;
  126. margin-top:12px;
  127. margin-left: 18px;
  128. border-color:{color:sbar border};
  129. -webkit-transition: all 0.6s ease;
  130. overflow: hidden;
  131. position:absolute;
  132. }
  133.  
  134. .simg img {
  135. display: block;
  136. width:250px;
  137. }
  138.  
  139. .simg:hover {
  140. opacity:0.8;
  141. -webkit-transition: all 0.6s ease;
  142. }
  143.  
  144. .simg:hover #stext {
  145. margin-top:50px;
  146. height:auto;
  147. margin-left:10px;
  148. }
  149.  
  150. #stext {
  151. position:absolute;
  152. margin-top:50px;
  153. width:224px;
  154. height:auto;
  155. -webkit-transition: all 0.6s ease;
  156. margin-left: -250px;
  157. display:block;
  158. overflow:hidden;
  159. float:left;
  160. background:{color:stext background};
  161. border-radius: 10px 10px 10px 10px;
  162. padding:3px;
  163. opacity:0.9;}
  164.  
  165. #linkage{margin-top:-75px; margin-left:180px; width:250px;}
  166.  
  167. #linkage a{width:40px; font-family:'Handlee', cursive; font-size:11px; line-height:40px; overflow:hidden; display: list-item; text-align:center; font-style:arial; letter-spacing:1px; padding:2px; text-transform:lowercase; margin-right:5px; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  168.  
  169. #linkage a:hover {border-bottom:4px solid {color: underline Hover}; opacity:100%;-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  170.  
  171. #nav {position:fixed; margin-left:37px;margin-top:175px;}
  172.  
  173. .rf a{color:{color:HoverBg}; background-color:{color:HomeBg};}
  174. .rf a:hover{background-color:{color:HoverBg}; color:{color:HomeBg};}
  175.  
  176. .msg a{margin-right:7px; margin-top:4px; color:{color:HoverBg}; background-color:{color:MsgBg};}
  177. .msg a:hover{background-color:{color:HoverBg}; color:{color:MsgBg};}
  178.  
  179. .l1 a{margin-tight:17px; margin-top:4px; color:{color:HoverBg}; background-color:{color:Link1Bg};}
  180. .l1 a:hover{background-color:{color:HoverBg}; color:{color:Link1Bg};}
  181.  
  182. .l2 a{margin-right:7px; margin-top:4px; color:{color:HoverBg}; background-color:{color:Link2Bg};}
  183. .l2 a:hover{background-color:{color:HoverBg}; color:{color:Link2Bg};}
  184.  
  185. .l3 a{margin-right:27px; margin-top:4px; color:{color:HoverBg}; background-color:{color:Link3Bg};}
  186. .l3 a:hover{background-color:{color:HoverBg}; color:{color:Link3Bg};}
  187.  
  188.  
  189. .l5 a{margin-right:17px; margin-top:4px; color:{color:HoverBg}; background-color:{color:Link5Bg};}
  190. .l5 a:hover{background-color:{color:HoverBg}; color:{color:Link5Bg};}
  191.  
  192.  
  193. .quote {font-family:'Handlee', cursive; font-weight: 400; font-size: 18px; text-transform: none; text-decoration: none; letter-spacing: -0.05em; word-spacing: -0.02em; line-height: 1.14;}
  194.  
  195. .source {font-family:'Handlee', cursive; font-style: normal; text-align:justify; font-weight: 400; font-size: 10px; text-transform: ; text-decoration: none;letter-spacing: 0.113em;word-spacing: 0.267em;line-height: 1.4; text-align:right; margin-bottom:5px; margin-top:5px;}
  196.  
  197. .source a{font-family:'Handlee', cursive; -webkit-transition: 0.7s ease-in-out; -moz-transition: 0.7s ease-in-out; -o-transition: 0.7s ease-in-out;}
  198. .source a:hover{opacity:1;}
  199.  
  200. .postinfo {border-top:1px solid {color:text}; opacity:.6; font-family:trebuchet ms; padding-left:5px; font-size:9px; text-transform: uppercase; word-spacing:1px; padding-top:2px; color:{color:text};
  201. -webkit-transition: 0.7s ease-in-out; -moz-transition: 0.7s ease-in-out;-o-transition: 0.7s ease-in-out;}
  202.  
  203. .postinfo a{color:{color:text};-webkit-transition: 0.7s ease-in-out; -moz-transition: 0.7s ease-in-out;-o-transition: 0.7s ease-in-out;}
  204. .postinfo a:hover{color:{color:link};}
  205.  
  206. #plus {float:right; text-transform:uppercase; text-align:right;-moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  207.  
  208. .tag{position:absolute; font:10px calibri; text-transform:uppercase; color:{color:link}; margin-left:500px; opacity:0; width: 90px; background-color:#trans; display:block; padding:2px; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; display:block;}
  209.  
  210. .tag a{color:{color:text}; text-transform:uppercase; display:block; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;}
  211. .tag a:hover{color:{color:link hover};}
  212.  
  213. #posts:hover .tag{opacity:1; margin-left:525px; }
  214.  
  215. .chat {line-height: 12px; list-style: none; }
  216. .chat ul {line-height: 15px; list-style: none;padding:5px; line-height:20px;}
  217. .person1 {background-color:white; color: {color:text}; padding: 3px;}
  218. .person1 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:link}}
  219. .person2 {color: {color:text};padding: 3px;}
  220. .person2 .label {font-weight: bold; padding: 0px; margin-left: 5px; color:{color:text};}
  221.  
  222. .link { font-family: cambria; font-style: italic; text-align:center; font-weight: 400; font-size: 17px; text-transform: none; text-decoration: none; letter-spacing: -0.05em; word-spacing: -0.02em; line-height: 1;}
  223.  
  224. .audio{padding:5px;}
  225. .player{background-color:white; padding-right:200px;}
  226. .alabel{text-align:center;}
  227.  
  228. #ask{width:500px;}
  229. .question{padding:3px; background-color:{color:border}; font-size: 9px; font-family: 'Handlee', cursive; text-transform: uppercase;text-align: center;margin-top:px;color:white;}
  230. .question a{color:white;}
  231. .answer{padding-top:10px; text-align:left; font-family:'Handlee', cursive;}
  232. .answer img{max-width:170px;}
  233.  
  234.  
  235.  
  236. #blogtitle{font-family:'Pacifico', cursive; text-transform:lowercase; font-size:23px; line-height:0px; font-weight:normal; padding:6px; text-align:center; letter-spacing:1px; font-style:arial; margin-bottom:-8px;margin-left:-145px ;}
  237. #blogtitle:hover{}
  238.  
  239.  
  240. #pagination {z-index:100;width:245px;text-align:right; opacity:0.8; position:fixed; letter-spacing:1px;font-size:50px; line-height:0px; margin-top:270px; margin-left:5px; }
  241. #pagination a {color:{color:pagination};}
  242. #bottompost{width: 495px; font-size:9px; text-align:center; letter-spacing:1px; padding:5px; text-transform: lowercase; margin-left:2px;}
  243. #bottompost a{color: {color:Link};}
  244. #bottompost a:hover{color: {color:Hold}}
  245.  
  246. #perma {display:block; word-spacing:2px; margin-top:-15px; margin-bottom:30px; width:500px; float:right; font:10px calibri;}
  247.  
  248. .noteperma {width:470px; border-left:10px solid {color:text}; font:10px calibri; text-transform:lowercase; color:{color:text}; padding:2px 4px; line-height:90%; margin-left:5px;}
  249.  
  250.  
  251. .tagperma {width:470px; border-left:10px solid #B3A395; font:10px calibri; text-transform:lowercase; color:{color:text}; padding:2px 4px; line-height:90%; margin-left:5px;}
  252.  
  253. .notperma a, .tagperma a, {color:{color:link};}
  254. .notes img a{
  255. border: 0px;
  256. }
  257.  
  258. .notes li {
  259. list-style-type: none;
  260. }
  261.  
  262. ol.notes {
  263. padding-left: 15px;
  264. margin: 1px 0px;
  265. list-style-type: none;
  266. border-bottom: solid 1px #f7f7f7;
  267. }
  268.  
  269. ol.notes li.note {
  270. border-top: solid 1px #f7f7f7;
  271. padding: 1px;
  272. }
  273.  
  274. ol.notes li.note img.avatar {
  275. vertical-align: -2px;
  276. margin-right: 10px;
  277. width: 10px;
  278. height: 10px;
  279. }
  280.  
  281. ol.notes li.note span.action {
  282. font-weight: normal;
  283. }
  284.  
  285. ol.notes li.note .answer_content {
  286. font-weight: normal;
  287. }
  288.  
  289. ol.notes li.note blockquote {
  290. border-color: {color:link};
  291. padding-left: 5px;
  292. padding-bottom:3px;
  293. margin-left: 15px;
  294. }
  295.  
  296. ol.notes li.note blockquote a {
  297. text-decoration: none;
  298. }
  299.  
  300.  
  301. </style>
  302.  
  303. </head>
  304.  
  305. <body>
  306.  
  307.  
  308. <div id="nav">
  309.  
  310. <div id="linkage">
  311.  
  312. <div id="sbar">
  313.  
  314.  
  315. <div class="rf"><a href="/">home</a></div>
  316. <div class="msg"><a href="/ask">mssg</a></div>
  317. <div class="l1">{block:ifLink1Title}<a href="{text:Link1 Url}">{text:Link1 Title}</a>{/block:ifLink1Title}</div>
  318. <div class="l2">{block:ifLink2Title}<a href="{text:Link2 Url}">{text:Link2 Title}</a>{/block:ifLink2Title}</div>
  319. <div class="l3">{block:ifLink3Title}<a href="{text:Link3 Url}">{text:Link3 Title}</a>{/block:ifLink3Title}</div>
  320. <div class="l5"><a href="http://icatchingfire.tumblr.com/Work">Theme</a></div>
  321. </div></div>
  322.  
  323. <div class="nac"><center>
  324. <div id="blogtitle"><a href="/">{title}</a></div>
  325. <br><div class="simg">
  326. <div id="stext">{block:Description}{Description}{/block:Description}</div>
  327. <img src="{image:sidebar}"> <div id="nav">
  328. </div></center></div>
  329.  
  330. <div id="stext"><div id="stext">{block:Description}{Description}{/block:Description}</div></div>
  331. <center><div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">ยซ</a> &nbsp;{/block:PreviousPage}{block:NextPage}&nbsp;<a href="{NextPage}">ยป</a>{/block:NextPage}</div></center>
  332. <center><div class="thm">
  333. </div></center>
  334.  
  335. </div>
  336.  
  337. </div>
  338. <div id="content">
  339. {block:Posts}
  340. <div id="posts">
  341.  
  342. {block:IndexPage}
  343. {block:HasTags}<div class="tag">Filed Under: {block:Tags} <a href="{TagURL}" target="_blank">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}{/block:IndexPage}
  344.  
  345. {block:Text}
  346. <div class="post text">
  347. {block:Title}
  348. <a href="{Permalink}"><h3>{Title}</h3></a>
  349. {/block:Title}
  350. {Body}
  351. </div>
  352. {/block:Text}
  353.  
  354. {Block:Photo}
  355. {LinkOpenTag}
  356. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  357. {LinkCloseTag}
  358.  
  359. {block:Caption}
  360. {Caption}
  361. {/block:Caption}
  362. {/Block:Photo}
  363.  
  364. {block:Photoset}
  365. <div class="photoset">
  366. <center>{Photoset-500}</center>
  367.  
  368. {block:Caption}
  369. <div class="caption">{Caption}</div>
  370. {/block:Caption}
  371. </div>
  372. {/block:Photoset}
  373.  
  374. {block:Quote}
  375. <div class="quote"><center>"{Quote}"</center></div>
  376. {block:Source}<div class="source">โ€” {Source}{/block:Source}</div>{/block:Quote}
  377.  
  378. {block:Link}
  379. <h3>
  380. <a href="{URL}" {Target}>{Name}</a></h3>
  381. {block:Description}
  382. <div class="description">{Description}</div>
  383. {/block:Description}
  384.  
  385. {/block:Link}
  386.  
  387. {block:Chat}
  388. {block:Title}{Title}{/block:Title}
  389. <div class="chat"><ul>{block:Lines}
  390. <li class="person{UserNumber}">{block:Label}
  391. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  392. {/block:Chat}
  393.  
  394. {block:Answer}<div class"ask"><div class="question"><div class="asker">{Asker} asked: </div>"{Question}"</div><div class="answer">{Answer}</div></div>{/block:Answer}
  395.  
  396. {block:Video}
  397. <div class="post video">
  398. <center>{Video-500}</center>
  399. {block:Caption}
  400. <div class="caption">{Caption}</div>
  401. {/block:Caption}
  402. </div>
  403. {/block:Video}
  404.  
  405. {block:Audio}<div class="audio"><div class="player">{AudioPlayerWhite}</div><br>
  406. <div class="alabel">{block:Caption}{Caption}{/block:Caption}</div></center><br clear="all" /></div> {/block:Audio}
  407.  
  408. <div class="postinfo">{block:Date}posted on <a href="{Permalink}" alt="with {NoteCountWithLabel}">{ShortMonth} {DayOfMonthWithZero}, {Year}</a> at {24HourWithZero}:{Minutes}{/block:Date}{block:RebloggedFrom}with {block:NoteCount}{NoteCountWithLabel}.{/block:NoteCount}<div id="plus"><a href="{ReblogParentURL}" >via</a> / <a href="{ReblogRootURL}">source</a></div> {/block:RebloggedFrom}
  409. </div>
  410. </div>
  411.  
  412. {block:PermalinkPage}
  413. <div id="perma">
  414. {block:NoteCount}<div class="noteperma">{NoteCountWithLabel}</div>{/block:NoteCount}
  415. {block:HasTags}<div class="tagperma"> tagged as: {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}</div>
  416. <br>
  417. {/block:PermalinkPage}
  418. {/block:Posts}
  419. {block:PostNotes}{PostNotes}{/block:PostNotes}
  420. </div>
  421. </body>
  422. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement