Advertisement
mchthemes

Theme 8

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