Advertisement
Dancebeforethedawn

Theme 40 - Fix you

Jan 3rd, 2013
26,259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.75 KB | None | 0 0
  1. <!--
  2. Theme 40
  3. - Fix you 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.  
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:background" content="#ffffff" />
  15. <meta name="color:scrollbg" content="#ffffff" />
  16. <meta name="color:scrollbar" content="#dfdfdf" />
  17. <meta name="color:text" content="#9b9b9b" />
  18. <meta name="color:link" content="#9b9b9b" />
  19. <meta name="color:linkhovercolor" content="#575656" />
  20. <meta name="color:imgsidebar border" content="#f2f2f2">
  21. <meta name="color:selection" content="#cacaca"/>
  22. <meta name="color:selectionbg" content="#fcfcfc"/>
  23.  
  24. <meta name="image:sidebar" content=""/>
  25. <meta name="image:background" content="" />
  26.  
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 1 Text" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 2 Text" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 3 Text" content="" />
  33.  
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore|Yesteryear|Marck+Script|Contrail+One|Reenie+Beanie|Open+Sans+Condensed:700,300|Nothing+You+Could+Do|Kaushan+Script&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  36.  
  37. <meta name="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="if:Show Link 3" content="1" />
  40.  
  41.  
  42.  
  43. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  44. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53. ::-moz-selection {background-color:{color:selectionbg};
  54. color:{color:selection};}
  55.  
  56. ::selection {background-color:{color:selectionbg};
  57. color:{color:selection};}
  58.  
  59. ::-webkit-scrollbar {width: 12px; height:auto; background:{color:scrollbg}}
  60. ::-webkit-scrollbar-corner {padding:2px;background:{color:scrollbg}}
  61. ::-webkit-scrollbar-button:vertical {height:5px; display: block; background:{color:scrollbar}}
  62. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 5px; display: block; background:{color:scrollbar}}
  63. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  64. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg};}
  65. ::-webkit-scrollbar-thumb {background: {color:scrollbar};}
  66.  
  67.  
  68. body{ color:{color:text}; font-family: cambria; font-size:10px; background-color:{color:background}; background-position: center; background-attachment:fixed; line-height:11px; text-align:justify; font-weight: normal;}
  69.  
  70. a:link, a:active, a:visited{
  71. color: {color:link};
  72. text-decoration:none;
  73. -webkit-transition-duration: .90s;
  74. padding: 1px;}
  75. a:hover{
  76. color:{color:linkhovercolor};
  77. -webkit-transition-duration: .90s;}
  78.  
  79.  
  80. .entries{ font-family: cambria; padding:15px; width:520px; margin-left:450px; margin-top:35px; font-style: italic; font-weight: normal; line-height:11px; }
  81.  
  82. .post{ width:500px; padding:10px; padding-bottom: 15px; border: 1px solid #f8f8f8; margin-top:0px; margin-bottom:5px; font-style: italic; font-weight: normal; line-height:11px; background-color:{color:background};margin-top: 15px;font-family: cambria;}
  83.  
  84. #title { width:170px; line-height:18px; height:18px; margin-left:170px; margin-top:-155px; color:{color:title}; font-family: Open Sans Condensed; padding: 1px; text-transform: uppercase; letter-spacing:1px; font-size: 15px; text-align:center;
  85. text-shadow:2px 0 0 rgba(244,0,0,0.2), -2px 0 0 rgba(0,244,0,0.2); background-color: #363835; background: rgba(255, 255, 255, 0.0);
  86. }
  87.  
  88.  
  89. #pagination {font-size:10px; text-align: center; font-family:{font:Body}; text-align:center; padding:4px; width:150px; color:#b4b4b4 }
  90.  
  91.  
  92. h1{ color:{color:title}; font-family:cambria; font-size:11px; line-height:12px; letter-spacing:0px; font-weight:bold; text-transform:lowercase; margin:0px; padding:10px; text-align:left; font-style: italic;}
  93.  
  94. h2{ color:{color:title}; background-color: #fcfcfc; border-bottom: 1px solid #f5f5f5; font-family:calibri; font-size:8px; line-height:12px; letter-spacing:1px; font-weight:normal; text-transform:uppercase; margin:0px; padding:25px; text-align:center; font-style: normal;}
  95.  
  96.  
  97. #sbarimage img{width: 140px; height: 140px; padding: 10px; border: 1px solid {color:imgsidebar border};}
  98.  
  99.  
  100. #sbar { width:180px; position:fixed; margin-left:60px; margin-top:180px; }
  101.  
  102.  
  103. #description{ z-index:2; color:#b4b4b4; background:#FCFCFC; text-align:justify; font-style:italic; position: fixed; margin-top:3px; margin-left:170px; line-height: 130%; border-top:1px double; border-bottom:1px double; padding:10px; border-color:#f1f1f1; width:150px; }
  104.  
  105. .links {
  106. -webkit-transition:all 0.2s ease-out;
  107. -moz-transition:all 0.2s ease-out;
  108. transition:all 0.2s ease-out;margin-left:170px; margin-top:3px; width:170px; text-align:center;border-top: 1px solid {color:imgsidebar border}; border-bottom: 1px solid{color:imgsidebar border}; }
  109.  
  110. .links a { color: {color:link}; margin-bottom: -10px; text-transform: uppercase; padding:5px; font-family:cambria, sans-serif;
  111. opacity: 1; padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; height: 14.5px; font-size: 8px; letter-spacing: 1px; margin-left: 1px; }
  112.  
  113. .links a:hover { color: {color:linkhovercolor}; background-color: {color:link hover};
  114. }
  115.  
  116.  
  117. #info { text-align:left; font-family:cambria; font-size: 10px; font-style: italic; margin-top:10px;border-top: 1px dashed #eee; padding:3px; text-transform:lowercase;}
  118.  
  119. .tags{ color: {color:tags}; background-color: #fff; border-top: 1px dashed #eee; width:490px; margin-top: 0px; font-family:cambria; font-size: 8.5px; letter-spacing: 1px; font-style: normal; text-align:left; line-height:10px; padding:4px; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; text-transform:uppercase;}
  120.  
  121. .tags a:hover{ color: {color:linkhovercolor} padding: 1px; -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s;}
  122.  
  123.  
  124. .questions{ color: #747474; font-family: cambria; font-size:9.5px; background-color: #fcfcfc; padding:25px; margin-bottom:0px; text-align:left; letter-spacing: 0px;}
  125.  
  126. .questions a:hover{ color:{color:linkhovercolor};text-decoration: underline;;}
  127.  
  128. .answer{ color:#747474; font-family:cambria; font-size:10px; font-style: none; background-color:{color:background}; padding:5px; margin-bottom:0px; text-align:left; line-height: 12px;}
  129.  
  130.  
  131. blockquote{ color: {color:blockquote text}; background-color: #fcfcfc; border: 1px solid #f8f8f8; font-family: cambria; font-size: 10px; font-style: italic; margin-left:20px; margin:5px; padding:5px; max-width: 490px; border-radius: 5px;} blockquote img, blockquote a img {max-width: 490px;}
  132.  
  133. p{margin-top:3px; margin-bottom:3px}
  134.  
  135.  
  136.  
  137. .audio {opacity: 1.0; position:relative; overflow:hidden; min-height:130px; font-size: 8px;} .player {position:absolute; z-index:3; background:#000000; margin-top:45px; margin-left:73px; opacity:0.75; filter:alpha(opacity=75); border:0px #000000 solid; border-radius: 100px;} .audioplayer {background: #fcfcfc; border: 1px solid #ededed; width:207px; height:18px; overflow:hidden; padding:5px; padding-bottom:13px; margin-right:11px} .audioinfo {margin-left:140px; line-height:155%; font-family: cambria; font-size:10px!important;} .audiocaption {margin-left:172px;} .audiocaption img {max-width:330px!important} .audiocaption blockquote img {max-width:320px!important} .audiocaption blockquote blockquote img {max-width:310px!important}
  138.  
  139.  
  140.  
  141. .user_1 .label {color:{color:text}; font-weight:bold;}
  142. .user_2 .label {color:{color:chat text}; font-weight:bold; background-color: #f5f5f5;}
  143. .user_3 .label {color:{color:text}; font-weight:bold;}
  144. .user_4 .label {color:{color:chat text}; font-weight:bold; background-color: #f5f5f5;}
  145. .user_5 .label {color:{color:text}; font-weight:bold;}
  146. .user_6 .label {color:{color:chat text}; font-weight:bold; background-color: #f5f5f5;}
  147. .ul.chat {}
  148. .chat ol {}
  149. .chat li {list-style:none; margin-left:-40px; padding:4px; font-family: cambria; font-style: none; font-size: 9.5px;}
  150.  
  151.  
  152.  
  153. ol.notes {padding: 0px; margin: 25px 0px; list-style-type: none; border: solid 0px #fcfcfc; font-family:calibri; font-size: 8px; text-transform: uppercase; letter-spacing: 0px; text-align: left; font-style: normal;}
  154.  
  155. ol.notes li.note {border-top: solid 0px #f8f8f8; padding: 10px;}
  156.  
  157. ol.notes li.note img.avatar {vertical-align: -4px; margin-right: 10px; width: 24px; height: 24px; border-radius: 0px; border: 3px double #eeeeee; opacity: 0.6;}
  158.  
  159. ol.notes li.note span.action {font-style: normal;}
  160.  
  161. ol.notes li.note .answer_content {font-weight: normal;}
  162.  
  163. ol.notes li.note blockquote {color: {color:text}; background-color: #f8f8f8; padding: 4px 10px; margin: 10px 0px 0px 25px;}
  164.  
  165. ol.notes li.note blockquote a {text-decoration: none; font-weight: bold;}
  166.  
  167.  
  168.  
  169. .credit {position:fixed; bottom:15px; right:15px; font: 8px cambria, sans-serif; background: #fcfcfc; color: #cccccc; border: 1px solid #f2f2f2; text-transform:uppercase; letter-spacing: 0px; padding: 5px; }
  170. .credit a{color:{color:link}; opacity:0.8;}
  171. .credit a:hover{color:{color:linkhovercolor}; opacity:1.0;}
  172. </style>
  173. </head>
  174.  
  175. <body onkeydown="return false">
  176.  
  177.  
  178.  
  179. <div id="sbar">
  180.  
  181.  
  182.  
  183. <div id="sbarimage"><img src="{image:Sidebar}"></div>
  184.  
  185.  
  186. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a> - {/block:PreviousPage} {CurrentPage} of {TotalPages} - {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div>
  187.  
  188.  
  189.  
  190. <div id="title">{Title}</div>
  191.  
  192.  
  193.  
  194. <div class="links">
  195. <a href="/">Home</a>
  196.  
  197. <a href="/ask">MAIL</a>
  198.  
  199. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  200.  
  201. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>
  202. {/block:IfShowLink2}
  203.  
  204. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>
  205. {/block:IfShowLink3}
  206.  
  207. </div>
  208.  
  209.  
  210. <div id="description">{block:Description}{Description}{/block:Description}
  211. </div>
  212.  
  213. </div>
  214.  
  215.  
  216. <div class="entries">{block:Posts}<div class="post">
  217.  
  218. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  219.  
  220. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  221.  
  222. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  223.  
  224. {block:Quote}<h2>{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}</h2>
  225.  
  226. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  227.  
  228. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  229.  
  230. {block:Audio}<div class="audio"><span style="background-color:{color:Background}; position:absolute; width:80px; height:80px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="110px" height="110px" align="left" style="margin-left:30px; opacity: 0.7; border: 1px solid #ededed; padding: 3px; font-size: 8px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  231. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  232. </div><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  233.  
  234. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  235.  
  236. {block:Answer}<div class="questions"><b>{Asker}:</b> "{Question}"</div>
  237. <div class="answer">{Answer}</div>{/block:answer}
  238.  
  239. <div id="info">
  240. {block:Date}posted {TimeAgo}
  241. with <a href="{Permalink}">{NoteCountWithLabel}</a>
  242. {block:RebloggedFrom} , <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"> via</a>{/block:RebloggedFrom}
  243. {block:ContentSource}, <a href="{SourceURL}"> source</a>
  244. {/block:ContentSource} - <a href="{ReblogURL}" target="_blank">reblog</a>
  245. <br>
  246. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:Date} </div>
  247. </div>
  248. {/block:Posts}
  249. {block:Posts}{PostNotes}{/block:Posts}
  250. <div class="credit"><a href="http://icatchingfire.tumblr.com/">Credit</a></div>
  251. </body>
  252. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement