Advertisement
Dancebeforethedawn

theme 23 - runaway love

Aug 20th, 2012
15,145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.54 KB | None | 0 0
  1. <!--
  2. Theme 023
  3. - Runaway love 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="#eee9db"/>
  22. <meta name="color:Title" content="#c0af95"/>
  23. <meta name="color:link one" content="#fdb39a"/>
  24. <meta name="color:link two" content="#fdc8b6"/>
  25. <meta name="color:Link" content="#c4d5f7"/>
  26. <meta name="color:Link Hover" content="#fae5be"/>
  27. <meta name="color:Scrollbar" content="#eef7fc"/>
  28. <meta name="color:Border" content="#eef7fc"/>
  29. <meta name="color:Text Hover" content="#fae5be"/>
  30.  
  31.  
  32. <meta name="image:Sidebar" content=""/>
  33. <meta name="image:Background" content=""/>
  34.  
  35.  
  36. <meta name="text:Link1" content="" />
  37. <meta name="text:Link1 Title" content="" />
  38. <meta name="text:Link2" content="" />
  39. <meta name="text:Link2 Title" content="" />
  40. <meta name="text:Link3" content="" />
  41. <meta name="text:Link3 Title" content="" />
  42. <meta name="text:Link4" content="" />
  43. <meta name="text:Link4 Title" content="" />
  44.  
  45.  
  46. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
  47.  
  48. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  49.  
  50. <link href='http://fonts.googleapis.com/css?family=Crushed' rel='stylesheet' type='text/css'>
  51.  
  52. <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
  53.  
  54.  
  55. <style type="text/css">
  56.  
  57. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  58. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  59. ::-webkit-scrollbar-track{background-color:{color:background};}
  60.  
  61. ::selection {
  62. background:{color:text hover};
  63. }
  64.  
  65. ::-moz-selection {
  66. background:{color:text hover};
  67. }
  68.  
  69. ::-webkit-selection {
  70. background:{color:text hover};
  71. }
  72.  
  73. 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;}
  74.  
  75.  
  76. a {color: {color:link}; text-decoration:none;}
  77. a:hover {color:{color:link hover}; text-decoration:none;}
  78.  
  79. small {font-size:10px;}
  80. big {font-size:12px;}
  81. b, strong {color:{color:link};}
  82. i, em {color:{color:text};}
  83. p {margin-top:5px; margin-bottom:5px}
  84. blockquote {border-left:3px solid {color:border}; padding-left:5px; margin:5px;}
  85.  
  86.  
  87.  
  88. #content {width:500px; margin-top:25px; margin-bottom:30px; position: relative; left:490px;}
  89. #posts {margin-bottom:30px;}
  90.  
  91. #title{color:{color:title}; font-family:'Codystar', cursive; font-size:19px; letter-spacing:1px; text-align:center; margin-top:-20px; margin-bottom:-5px; width:180px;}
  92.  
  93. #sidebarimage {margin:-0px 0 9px 0; text-align:center;}
  94. #sidebarimage img {margin-top:5px; margin-left: -5px; max-width:180px; max-height:180px; text-align:center; border:3px solid {color:border};}
  95. #sidebar {position:fixed; margin-top:165px; left:140px; width:105px;}
  96.  
  97. #sbar {
  98. width: 250px;
  99. height: auto;
  100. margin-left: 0px;
  101. text-align: left;
  102. margin-top: 60px;
  103. position:fixed;
  104. }
  105.  
  106. #nav {position:fixed; overflow:hidden; margin-top:120px;margin-left:316px;}
  107. #link1 a, #link2 a, #link3 a, #link4 a, #link5 a, #link6 a, #link7 a {display:block; line-height:8px; letter-spacing:1px; font-family:calibri; font-size:8.5px; text-transform: uppercase; text-align:left ;width: 140px; height:7px;margin-bottom: 1px; padding:5px;}
  108. #nav :hover {transition: all 0.9s ease-out;
  109. -o-transition-transition: all 0.5s ease-out;
  110. -webkit-transition: all 0.5s ease-out;
  111. -moz-transition: all 0.5s ease-out;
  112. padding-left: 0px;
  113. }
  114.  
  115. #link1 {width:250px; display: block; background-color:{color:none};}
  116. #link2 {width:250px; display: block; background-color:{color:none};}
  117. #link3 {width:250px; display: block; background-color:{color:none};}
  118. #link4 {width:250px; display: block; background-color:{color:none};}
  119. #link5 {width:250px; display: block; background-color:{color:none};}
  120. #link6 {width:250px; display: block; background-color:{color:none};}
  121. #link7 {width:250px; display: block; background-color:{color:none};}
  122.  
  123. #description {font-family:calibri; font-size:10px; text-align:center; width:180px; margin-top:-5px; }
  124.  
  125. #pagination {font-size:10px; text-align: center; font-family:{font:Body}; text-align:center; padding:4px; width:180px; }
  126. #pagination a{color:{color:Link}}
  127.  
  128. 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;}
  129.  
  130. h2{font-family:calibri; color:{color:title}; font-size:12px; letter-spacing:0px; font-weight:normal; margin:5px; text-align:center; line-height:20px;}
  131.  
  132. #tags{ margin-right:auto; font-family:arial; font-size:9px; text-align: center; letter-spacing:1px;}
  133.  
  134. #tags a{ color: {color:link};}
  135.  
  136. #tags a:hover{ color: {color:link hover};}
  137.  
  138. #tagscontainer{ width:520px;}
  139.  
  140. #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};}
  141.  
  142. #notes a{color: {color:link};}
  143.  
  144. #notes a:hover{ color: {color:link hover};}
  145.  
  146. #notescontainer{ width: 500px;}
  147.  
  148. #postnotes{ width: 500px;padding: 8px; margin-top: 15px; background-color: {color:none}; }
  149.  
  150.  
  151. #asker {margin-left:70px;text-align:center; text-transform:lowercase; color:{color:text};}
  152.  
  153.  
  154. #question {background-color:{color:box};font-size: 10px;line-height:90%;
  155. color: {color:text}; margin: 0 0 11px 0; padding: 15px; position: relative;}
  156.  
  157. #box {width: 12px; height: 6px; font-size:30px; font-family:calibri; position: absolute;
  158. color:{color:box}; bottom: -1.5px; left: 230px;}
  159.  
  160. #answer {color:{color:text};}
  161.  
  162.  
  163. #cred {font-size:11px; letter-spacing:1px; opacity:0.8; text-transform:uppercase; bottom:10px; right:10px; position:fixed;}
  164.  
  165.  
  166. #source {margin-top:1px; text-align:right; font-size:10px;}
  167.  
  168. #audio{padding:5px;}
  169. .player{background-color:black; padding-right:200px;}
  170. .alabel{text-align:left;}
  171.  
  172. .chat {line-height:12px; list-style:none; }
  173. .chat ul {line-height:15px; list-style:none; padding:0px; line-height:20px;}
  174. .person1 {background-color:white; color:{color:text}; }
  175. .person1 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  176. .person2 {color:{color:text};}
  177. .person2 .label {font-weight:bold; padding:0px; margin-left:5px; color:{color:text}}
  178.  
  179. iframe#tumblr_controls {
  180. top:0px !important;
  181. right:3px !important;
  182. position: fixed !important;
  183. -webkit-transition: opacity 0.7s linear;
  184. opacity: 0.4;
  185. -webkit-transition: all 0.8s ease-out;
  186. -moz-transition: all 0.8s ease-out;
  187. transition: all 0.8s ease-out;
  188. z-index:99;}
  189.  
  190. iframe#tumblr_controls:hover{
  191. -webkit-transition: opacity 0.7s linear;
  192. opacity: 1;
  193. -webkit-transition: all 0.4s ease-out;
  194. -moz-transition: all 0.4s ease-out;
  195. transition: all 0.4s ease-out;
  196. z-index:99;}
  197.  
  198. </style>
  199. <style type="text/css">{CustomCSS}</style>
  200. </head>
  201.  
  202. <body>
  203.  
  204. <div id="sbar">
  205.  
  206. <div id="nav">
  207. <div id=link1><a href="/">home</a></div>
  208. <div id=link2><a href="/ask">mssg</a></div>
  209. <div id=link3>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</div>
  210. <div id=link4>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div>
  211. <div id=link5>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div>
  212. <div id=link6>{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div>
  213. <div id=link7><a href="http://icatchingfire.tumblr.com/Work">credit</a></div>
  214. </div>
  215. </div></div>
  216.  
  217.  
  218.  
  219. <div id="content">
  220.  
  221.  
  222. <div id="sidebar">
  223. <center><div id="title">{Title}</div></center>
  224. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
  225. <div id="description">{block:Description}{Description}{/block:Description}</div>
  226.  
  227.  
  228.  
  229. <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>
  230. <center><div class="thm">
  231. </div></center>
  232.  
  233. </div><br>
  234.  
  235.  
  236.  
  237. <br>
  238. <div id="posts">
  239.  
  240. {block:Posts}
  241.  
  242. <div id="posts">
  243.  
  244. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  245.  
  246. {block:Quote}<h2>“{Quote}” — {Source}</h2>{/block:Quote}
  247.  
  248. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  249. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  250.  
  251. {block:Photo}<center><img src="{PhotoURL-500}"/></center>
  252. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  253.  
  254. {block:Photoset}<center>{Photoset-500}</center>
  255. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  256.  
  257. {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}
  258.  
  259. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  260.  
  261.  
  262. {block:Answer}
  263. <div id="question">
  264. <br>
  265. <div id="box">◥</div>
  266. {Question}
  267. <br>
  268. <br>
  269. </div>
  270. <div id="asker">{Asker}</div>
  271. <div id="answer">{Answer}</div>
  272. {/block:answer}
  273.  
  274. {block:Audio}<div class="audio"><div class="player">{AudioPlayerBlack}</div><br>
  275. <div class="alabel">{block:Caption}{Caption}{/block:Caption}</div></center><br clear="all" /></div> {/block:Audio}
  276.  
  277. <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>
  278. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  279. </div>
  280.  
  281. {/block:Posts}
  282.  
  283. {block:PostNotes}
  284. <div id="postnotes">{PostNotes}</div></div>
  285. {/block:PostNotes}
  286.  
  287.  
  288.  
  289. </div>
  290. </div>
  291. </div>
  292.  
  293. </body>
  294. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement