Advertisement
mchthemes

Theme 6

Mar 11th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.32 KB | None | 0 0
  1. <!------------------------------------------
  2.                                          
  3.                      THEME BY MACONHHA
  4.                                          
  5. ------------------------------------------->
  6. <html>
  7. <head>
  8.  
  9.  
  10. <meta name="color:background" content="#fff" />
  11. <meta name="color:link" content="#000" />
  12. <meta name="color:link hover" content="#87CEEB" />
  13. <meta name="color:text" content="#000" />
  14. <meta name="color:post" content="#fff" />
  15.  
  16.  
  17. <meta name="image:background" content="" />
  18. <meta name="image:sidebar" content="" />
  19.  
  20. <meta name="text:Link1" content="/" />
  21. <meta name="text:Link1 Title" content="link1" />
  22. <meta name="text:Link2" content="/" />
  23. <meta name="text:Link2 Title" content="link2" />
  24. <meta name="text:Link3" content="/" />
  25. <meta name="text:Link3 Title" content="link3" />
  26. <meta name="text:Link4" content="/" />
  27. <meta name="text:Link4 Title" content="link4" />
  28. <meta name="text:Link5" content="/" />
  29. <meta name="text:Link5 Title" content="link5" />
  30.  
  31. <meta name="if:Rolagem infinita" content="1"/>
  32.  
  33.  
  34.                       <title>{Title}</title>
  35.         <link rel="shortcut icon" href="{Favicon}">
  36.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37.         {block:Description}
  38.   <meta name="description" content="{MetaDescription}" />
  39.         {/block:Description}
  40.  
  41. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  42.  
  43.     <style type="text/css">
  44.  
  45. body {background: {color:background}; url('{image:background}')  repeat; color:{color:text}; font-family:tahoma; font-size:11px; line-height:110%}
  46.  
  47.  
  48. a { text-decoration:none; color:{color:link};}
  49. a:hover {text-decoration:none; color:{color:link hover};}
  50.  
  51. p {margin: 6px 0 0 0}
  52.  
  53. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:text}; padding-left: 5px; }
  54. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text};}
  55. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  56. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:text}; }
  57.  
  58. blockquote img{max-width: 470px!important}
  59. blockquote blockquote img{max-width: 450px!important}
  60. blockquote blockquote blockquote img{max-width: 430px!important}
  61. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  62.  
  63. #post {float:left; margin-left:500px;}
  64.  
  65. #postbox {width:500px; background-color:{color:post}; padding:10px; text-align: justify; position: relative;border-bottom:1px solid {color:background};}
  66.  
  67. h1 {color:{color:text}; font-family:Calibri; font-size:14px; line-height:16px; text-align: center; font-weight:normal; }
  68. h1 a {color:{color:link}}
  69. h1 a:hover {color:{color:link hover}}
  70.  
  71. .image {text-align: center; border: 0px}
  72. .image img {max-width: 500px; margin-bottom: 2px }
  73.  
  74. .quote {font-family:Calibri; text-align: center; font-size:14px; line-height: 16px; padding: 3px;}
  75. .quotesource {text-align: center; text-transform:uppercase; margin-bottom: 5px;}
  76.  
  77. .chat {line-height: 13px; list-style: none }
  78. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  79. .person1 {color: {color:text}; padding: 2px; }
  80. .person1 .label {font-weight: bold;  color:{color:text}}
  81. .person2 {color: {color:text}; padding: 2px;  }
  82. .person2 .label {font-weight: bold;  color:{color:text}}
  83.  
  84. .player {background-color: #000; text-align: left; display:block;}
  85.  
  86. #asker {font-family:calibri; text-align: left;color:#000; font-size:14px;padding:4px; background:#eee;}
  87. .answer {padding: 5px; font-family:calibri; font-size:13px; text-align:left; margin-top:-10px}
  88. .answer img {max-width: 400px;}
  89. #asker a:hover  {color:#000;}
  90. #ssource{margin-left:10px; display:none}
  91.  
  92. #date {text-align: right; font-size: 9px; font-family: Cambria; text-transform: lowercase; z-index: 11;font-style:italic;}
  93. #date a {font-size: 9px;}
  94.  
  95. .tags {color: {color:text};  font-size:11px; font-family:Cambria;display: inline; list-style: none; text-transform:none;}
  96. .tags a {font-size: 9px; color:georgia; display: inline; list-style: none; text-transform: lowercase;font-style:italic;}
  97.  
  98. #cap {width: 500px; margin-top: -2px;}
  99. .source {display: none;}
  100.  
  101. .notes {width: 500px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 11px; text-align:center;font-style:italic;}
  102. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  103. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  104. .notes img{display: none; border:0px}
  105.  
  106. #aut {left: 130px; top: 100px; position:fixed; width:190px; height:200px; } #aut img {width: 150px; height: 200px; background:#fff ;padding:4px;z-index: 11;-webkit-transition:All 1s ease; -moz-transition:All 1s ease; -o-transition:All 1s ease; -webkit-filter: grayscale(0.1) blur(0px); -webkit-transition-duration: .90s; outline-offset: 4px;margin-bottom:5px;}
  107. #aut img:hover { opacity:0.8;}
  108.  
  109.  
  110. .linkss  {font-family:Cambria;width:150px; position:fixed;display:block;height:14px; margin-top:300px; margin-left:125px; font-size:10px; font-style:normal; padding:3px;text-align:center;letter-spacing:1px;color:{color:linkss};text-transform:lowercase;}
  111.  
  112. .linkss a:hover {color:{color:link hover};-webkit-transition-duration: .90s; word-spacing:normal;font-size:125%}
  113.  
  114. #descri {font-family:Cambria;width:200px; position:fixed;display:block;height:10px; margin-top:330px; margin-left:115px; font-size:10px; font-style:italic; padding:4px;text-align:none;letter-spacing:1px;color:{color:descri}; text-transform:none;}
  115.  
  116.  
  117. #tumblr_controls{position: fixed!important}
  118. #tumblr_controls{position: fixed!important}
  119. #tumblr_controls{position: fixed!important}
  120. #tumblr_controls{position: fixed!important}
  121.  
  122. ::-webkit-scrollbar {width: 5px; height: 5px;}
  123. ::-webkit-scrollbar-track-piece {background-color: transparent;}  
  124. ::-webkit-scrollbar-thumb:vertical {height: 5px;background-color: {color:text};}
  125. ::-webkit-scrollbar-thumb:horizontal {width: 5px;background-color: {color:text};}
  126. ::moz-selection {color:{color:post}; background:{color:text};}
  127. ::selection {color:{color:post}; background:{color:text};}
  128.  
  129. </style>
  130.  
  131. <body onkeydown="return false">
  132. <div id="aut"><img src={image:sidebar}></div></div>
  133. <div id="descri">{description}</div>
  134.  
  135. <div class="linkss">
  136. <a href="{text:Link1}">{text:Link1 Title}</a>  
  137. <a href="{text:Link2}">{text:Link2 Title}</a>  
  138. <a href="{text:Link3}">{text:Link3 Title}</a>
  139. <a href="{text:Link4}">{text:Link4 Title}</a>
  140. <a href="{text:Link5}">{text:Link5 Title}</a>
  141.  
  142. </div>
  143.  
  144.  
  145.  
  146. </div>
  147. </div>
  148.  
  149. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  150. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  151.  
  152. <div id="post">
  153.  
  154. {block:Posts}
  155.  
  156. <div id="postbox">
  157. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  158.  
  159. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  160.  
  161. {block:Photoset}{Photoset-400}{/block:Photoset}
  162.  
  163. {block:Quote}
  164. <div class="quote">“{Quote}”</div>
  165. {block:Source}<div class="quotesource"><b>{Source}</b></div>
  166. {/block:Source}
  167. {/block:Quote}
  168.  
  169. {block:Link}
  170. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  171. {block:Description}{Description}{/block:Description}
  172. {/block:Link}
  173.  
  174. {block:Chat}
  175. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  176. <div class="chat"><ul>{block:Lines}
  177. <li class="person{UserNumber}">{block:Label}
  178. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  179. {/block:Chat}
  180.  
  181. {block:Audio}
  182. <div class="player">{AudioPlayerBlack}</div>
  183. {block:Caption}{Caption}{/block:Caption}
  184. {/block:Audio}
  185.  
  186. {block:Video}{Video-500}{/block:Video}
  187.  
  188.  
  189. {block:Answer}
  190. <div id="asker"> <b>{Asker}</b> falou: {Question}</div>
  191. <div class="answer">{Answer}</div>
  192. {/block:Answer}
  193.  
  194.  
  195. <div id="cap">
  196. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  197. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  198. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  199.  
  200. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  201.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  202.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  203. {/block:ContentSource}</div></div>
  204. <br>
  205.  
  206.  
  207. <div id="date">
  208. {block:Date}
  209. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}  · <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} · <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}
  210. {block:RebloggedFrom}· (<a href="{ReblogParentURL}" title="{ReblogParentTitle}">via</a>{/block:RebloggedFrom}{block:RebloggedFrom}/<a href="{ReblogRootURL}" title="{ReblogRootTitle}">source</a>){/block:RebloggedFrom}<br><div class="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}
  211. </div>
  212. </div>
  213. </div>{/block:Date}
  214.  
  215.  
  216.  {/block:Posts}
  217.  
  218. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  219.  
  220.  
  221. </div>
  222. </div>
  223. </div>
  224. </div>
  225.  
  226. </body>
  227. <a style="width:120px; font-size:15px; color:#000000; font-family:Cambria;position:fixed;font-style:;bottom:30px;right:-15px;" href="http://maconhha.tumblr.com/" title="feito por maconhha"><i>maconhha</i></a>
  228. </head>
  229. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement