Advertisement
Dancebeforethedawn

Theme 028 - Chasing Pavements

Sep 19th, 2012
15,632
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.60 KB | None | 0 0
  1. <!--
  2. Theme 028
  3. - Chasing Pavements 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. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}
  14. <meta name="description" content="{MetaDescription}" />
  15. {/block:Description}
  16. </head>
  17.  
  18. <meta name="color:background" content="#ffffff"/>
  19. <meta name="color:text" content="#838282"/>
  20. <meta name="color:Box" content="#79787a"/>
  21. <meta name="color:link" content="#b8b8b8"/>
  22. <meta name="color:navbar" content="#f8f4eb" />
  23. <meta name="color:Scrollbar" content="#e6cfd5"/>
  24. <meta name="color:link hover" content="889499" />
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="text:Link1" content="" />
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="" />
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="" />
  31. <meta name="text:Link3 Title" content="" />
  32. <meta name="text:Link4" content="" />
  33. <meta name="text:Link4 Title" content="" />
  34.  
  35.  
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Oxygen+Mono' rel='stylesheet' type='text/css'>
  38.  
  39. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono' rel='stylesheet' type='text/css'>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  47. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  48. ::-webkit-scrollbar-track{background-color:{color:background};}
  49.  
  50. @font-face {
  51. font-family: 'StarsFromOurEyesRegular';
  52. src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot');
  53. src: url('http://static.tumblr.com/2lqtwbf/GwJly7nlm/starsfromoureyes-webfont.eot?#iefix') format('embedded-opentype'),
  54. url('http://static.tumblr.com/2lqtwbf/8Obly7nj0/starsfromoureyes-webfont.ttf') format('truetype'),
  55. url('http://static.tumblr.com/2lqtwbf/8NAly7nnb/starsfromoureyes-webfont.svg') format('svg');
  56. font-weight: normal;
  57. font-style: normal;
  58. }
  59.  
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-family:Calibri;
  66. font-size:10px;
  67. line-height:100%;}
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. -webkit-transition: opacity 0.5s linear;
  75. -webkit-transition: all 0.5s ease-in-out;
  76. -moz-transition: all 0.5s ease-in-out;
  77. -o-transition: all 0.5s ease-in-out;}
  78.  
  79. a:hover {
  80. color:{color:link};
  81. background-color:{color:link hover};
  82. -webkit-transition: opacity 0.5s linear;
  83. -webkit-transition: all 0.5s ease-in-out;
  84. -moz-transition: all 0.5s ease-in-out;
  85. -o-transition: all 0.5s ease-in-out;}
  86.  
  87. img {
  88. border:none;}
  89.  
  90.  
  91. h1 {
  92. text-transform: lowercase;
  93. font-family: Calibri;
  94. letter-spacing:-1px;
  95. font-size:12px;}
  96.  
  97. #entries {
  98. padding:15px;
  99. width:500px;
  100. margin-left:460px;
  101. font-family: Calibri;
  102. margin-top:30px;
  103. }
  104.  
  105. #post {
  106. padding:15px;
  107. ;
  108. font-family: Calibri;
  109. width:500px;
  110. padding-bottom:5px;
  111. border:1px solid #e8e8e8; padding:15px;}
  112.  
  113. #post:hover .tags {
  114. opacity: 1;
  115. display: block;
  116. margin-left:525px;
  117. -webkit-transition: opacity 0.5s linear;
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;}
  121.  
  122. .tags {
  123. float: left;
  124. position:absolute;
  125. padding-top: 2px;
  126. width: 200px;
  127. opacity: 0;
  128. font-family: oxygen mono, sans-serif;
  129. font-size:9px;
  130. color:{color:text};
  131. text-transform: lowercase;
  132. margin-left:400px;
  133. margin-top:-10px;
  134. padding: 5px;
  135. line-height:11px;
  136. -webkit-transition: opacity 0.5s linear;
  137. -webkit-transition: all 0.5s ease-in-out;
  138. -moz-transition: all 0.5s ease-in-out;
  139. -o-transition: all 0.5s ease-in-out;}
  140.  
  141. .tags a {
  142. color:{color:link};}
  143.  
  144. .tags a:hover {
  145. background-color:{color:link hover};}
  146.  
  147. #sidebar {
  148. background-color:{color:bacground};
  149. width:230px;
  150. position:fixed;
  151. margin-left:150px;
  152. margin-top:150px;}
  153.  
  154.  
  155. #sidebarimage {
  156. width 205px;
  157. }
  158.  
  159. #sidebarimage img {
  160. width:205px;
  161. border:1px solid #e8e8e8; padding:5px;}
  162.  
  163. #navbar {
  164. background-color:{color:navbar};
  165. display:block;
  166. border:1px solid #e8e8e8; padding:5px;
  167. padding: 5px ;
  168. width: 205px;
  169. line-height:100%;
  170. margin-top:3px;
  171. margin-left:7px;
  172. text-align:center;
  173. }
  174.  
  175. .navigation a {
  176. background-color:{color:navbar};
  177. color:{color:link};
  178. font-size:10px;
  179. font-family: 'Ubuntu Mono', sans-serif;
  180. display:block inline;
  181. margin-bottom: 1px;
  182. text-transform: lowercase ;
  183. text-decoration:none;
  184. overflow:hidden;
  185. }
  186.  
  187. .navigation a:hover {
  188. font-style: italic;
  189. color:{color:link hover};
  190. }
  191.  
  192.  
  193.  
  194. #description {
  195. padding:5px;
  196. text-align:left;
  197. font-size: 10px;
  198. margin-left:7px;
  199. width:205px;}
  200.  
  201. #pagination {
  202. width:205px;
  203. font-size:10px;
  204. word-spacing:7px;}
  205.  
  206. .jump_page {
  207. padding:3px;
  208. background-color:#transparent; }
  209.  
  210. .current_page {
  211. padding:3px;
  212. background-color:#transparent;
  213. color:{color:body}; }
  214.  
  215.  
  216. #info {
  217. font-family: calibri;
  218. font-size: 10px;
  219. text-align:left;
  220. margin-top:10px;
  221. padding-top: 8px;
  222. border-top: 2px solid #f7f7f7;}
  223.  
  224. /*MISC POST STYLING (please leave these alone)*/
  225. .cover {position: relative; z-index: 1; width: 160px;}
  226. .playbutton {width: 20px; height: 30px; overflow: hidden; position: relative; z-index: 1000; margin: 15px 24px 13px 16px;}
  227. .playbox {background-color: #000; position: absolute; z-index: 1000; margin-top: 52px; margin-left: 50px; -webkit-border-radius: 100px; -moz-border-radius: 100px; border-radius: 100px;opacity: 0.7;}
  228.  
  229.  
  230. #credits {font-size:9px;
  231. letter-spacing:1px;
  232. bottom:7px;
  233. text-transform: uppercase;
  234. right:10px;
  235. position:fixed;
  236. padding:5px;
  237. text-align:right;
  238. border-left:1px solid #cfcdcd;
  239. border-top:1px solid #cfcdcd;
  240. border-right:1px solid #cfcdcd;
  241. border-bottom:1px solid #cfcdcd}
  242.  
  243. #quote {
  244. width: 450px!Important;
  245. font-family: calibri;
  246. font-size: 16px;
  247. font-style: italic;
  248. text-transform: none;
  249. line-height:16px;}
  250.  
  251. #s {
  252. font-family: calibri;
  253. text-align: right;
  254. font-size:12px;
  255. letter-spacing:1px;}
  256.  
  257. #question { padding:15px;
  258. background-color: {color:box};
  259. position: relative;}
  260.  
  261. #question:after, #demo:before { border: solid transparent;
  262. content: ' ';
  263. height: 0; left: 100%;
  264. position: absolute;
  265. width: 0;}
  266.  
  267. #question:after { border-width: 9px;
  268. border-left-color: {color:box};
  269. top: 15px;}
  270.  
  271. #question:before { border-width: 14px;
  272. border-left-color: {color:box};
  273. top: 10px;}
  274.  
  275. ol {
  276. list-style-type: none;
  277. margin: 0; }
  278.  
  279. ol.notes li {
  280. width: 500px;
  281. padding: 10px;
  282. margin: 0 0 10px -35px;
  283. border-bottom: 1px solid {color:box}; }
  284.  
  285. ol.notes li:hover {
  286. border-bottom: 1px solid {color:box}; }
  287.  
  288. ol.notes li img {
  289. width:16px;
  290. padding-right: 10px;
  291. margin-bottom: -5px;
  292. opacity: 0.85;
  293. filter:alpha(opacity=85); }
  294.  
  295. ol.notes li img:hover {
  296. opacity: 1;
  297. filter:alpha(opacity=100); }
  298.  
  299.  
  300.  
  301.  
  302. {CustomCSS}</style></head><body>
  303.  
  304. <div id="credits">
  305. <a href="http://icatchingfire.tumblr.com">Credit</a></div>
  306.  
  307. <div id="sidebar">
  308.  
  309.  
  310. <center><div id="sidebarimage"><img src="{image:Sidebar}"/></div></center>
  311.  
  312. <div id="navbar">
  313. <div class="navigation">
  314. <a href="/">home</a> · <a href="/ask">ask</a>{block:ifshowrandom} · <a href="/random">random</a>{/block:ifshowrandom}{block:ifshowarchive} · <a href="/archive">archive</a>{/block:ifshowarchive}{block:ifLink1} · <a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} {block:ifLink2} · <a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}{block:ifLink3} · <a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} · <a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  315. </div></div>
  316.  
  317. <div id="description">{Description}</div>
  318.  
  319. <br>
  320. <center> {block:Pagination}
  321. {block:PreviousPage}<a style="font-size:11px;" class="current_page" href="{PreviousPage}">&lsaquo;</a>{/block:PreviousPage}
  322. {CurrentPage} of {TotalPages}
  323. {block:NextPage}<a style="font-size:11px;" class="jump_page" href="{NextPage}">&rsaquo;</a>{/block:NextPage}
  324. {/block:Pagination} </center>
  325. </div>
  326.  
  327. </div>
  328.  
  329. <div id="entries">{block:Posts}<p>
  330. <div id="post">
  331.  
  332. <div class="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a><br>{/block:Tags}{/block:HasTags}</div>
  333.  
  334. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  335.  
  336. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  337.  
  338. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  339.  
  340. {block:Quote}<div id="quote">{Quote}</div><div id="s">{block:Source} —{Source}</div>{/block:Source}{/block:Quote}
  341.  
  342. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  343.  
  344. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  345.  
  346. {block:Audio}<div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>{block:AlbumArt} <img src="{AlbumArtURL}" class="cover"> {/block:AlbumArt}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  347.  
  348. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  349.  
  350. {block:Answer}
  351. <img align="right" src="{AskerPortraitURL-40}"> <div id="question" style="width:420px;">{Asker}: {Question}</div> <BR>
  352. {Answer}
  353. {/block:Answer}
  354.  
  355.  
  356. <div id="info">
  357. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  358. {NoteCountWithLabel}</a>&nbsp;{block:RebloggedFrom}<small>(©</small> <a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a><small>)</small>{/block:RebloggedFrom}</div>
  359. </p>
  360. </div>
  361.  
  362. {block:ContentSource}
  363. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  364. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  365. {/block:SourceLogo}
  366. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  367. {/block:ContentSource}
  368.  
  369. {/block:Posts}
  370.  
  371. {block:PostNotes}{PostNotes}{/block:PostNotes}
  372. {/block:Posts}</div>
  373.  
  374. </body>
  375.  
  376.  
  377. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement