Advertisement
mchthemes

Theme 7

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