Advertisement
thmsjana

theme 016

Oct 27th, 2014
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.88 KB | None | 0 0
  1. <!-- NÃO PLAGIA QUERIDINHA, SEJA MAIS VOCÊ
  2. -->
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. <html>
  11.  
  12. <head>
  13.  
  14. <!-- DEFAULT -->
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:hover" content="#000" />
  17. <meta name="color:text" content="#000" />
  18. <meta name="color:links" content="#000" />
  19. <meta name="color:descriptionlinha" content="#949494" />
  20.  
  21.  
  22.  
  23.  
  24.  
  25. <meta name="image:sidebar" content="" />
  26.  
  27. <meta name="if:Rolagem infinita" content="1"/>
  28. <meta name="image:background" content=""/>
  29.  
  30.  
  31.  
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:Link1 Title" content="" />
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:Link2 Title" content="" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:Link3 Title" content="" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:Link4 Title" content="" />
  40. <meta name="text:xoxo" content="" />
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52. <title>{Title}</title>
  53. <link rel="shortcut icon" href="{FavIcon}">
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  55. {block:Description}
  56. <meta name="description" content="{MetaDescription}" />
  57. {/block:Description}
  58.  
  59. <style type="text/css">
  60.  
  61. body {background-color: {color:background}; background-image:{image:background}; color:{color:text}; font:11px calibri; text-align: center;}
  62.  
  63.  
  64.  
  65.  
  66.  
  67. a {color: {color:links}; text-decoration: none; text-transform: none;}
  68. a:hover {color: #777}
  69.  
  70. p {margin: 6px 0 0 0}
  71.  
  72.  
  73.  
  74.  
  75. h1 {text-align: center;font-weight: normal;font-family:corbel; font-size: 13px; color: #000;}
  76.  
  77. s {color: #000;}
  78. i {color: #000;}
  79. b, strong {color: #000;}
  80. u, span.sublinha {color: #000; text-decoration: none; border-bottom:1px solid #000;}
  81.  
  82. blockquote {margin: 3px; border-left: 3px solid {color:background}; padding-left: 5px; }
  83. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  84. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  85. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  86.  
  87. blockquote img{max-width: 470px!important}
  88. blockquote blockquote img{max-width: 450px!important}
  89. blockquote blockquote blockquote img{max-width: 430px!important}
  90. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  91.  
  92. #container {width: 420px; margin:50px auto: 50px auto;}
  93.  
  94.  
  95.  
  96.  
  97. iframe#tumblr_controls {
  98. top:0px !important;
  99. right:3px !important;
  100. position: fixed !important;
  101. -webkit-transition: opacity 0.7s linear;
  102. opacity: 0.4;
  103. -webkit-transition: all 0.8s ease-out;
  104. -moz-transition: all 0.8s ease-out;
  105. transition: all 0.8s ease-out;
  106. z-index:999999999999999999;}
  107.  
  108. iframe#tumblr_controls:hover{
  109. -webkit-transition: opacity 0.7s linear;
  110. opacity: 1;
  111. -webkit-transition: all 0.4s ease-out;
  112. -moz-transition: all 0.4s ease-out;
  113. transition: all 0.4s ease-out;
  114. z-index:999999999999999999999;}
  115.  
  116.  
  117.  
  118.  
  119. #entries {width:450px; float:left; margin-left:530px; margin-top:20px;position:relative; z-index:999; padding-right:0px; padding-top:0px}
  120.  
  121. .entries {width:450px; padding:5px; background-color:#ffffff; margin:0px 0px 0px 0px; margin-bottom:-0px; float:right; text-align:justify; font-family:calibri; font-size:11px; font-family:calibri; }
  122.  
  123.  
  124. .image {text-align: center; border: 0px}
  125. .image img {width: 450px; margin-bottom: 1px; }
  126. .image img:hover { -webkit-filter: grayscale(0%);-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;}
  127.  
  128. .quote {font-family:calibri; text-align: justify; font-size: 12px; line-height:15px; padding: 2px;}
  129. .quotesource {text-align:left; text-transform: none; margin-bottom: 2px;font-family:corbel; font-size: 10px;}
  130.  
  131. .chat {line-height: 13px; list-style: none }
  132. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  133. .person1 {color: {color:text}; padding: 2px; }
  134. .person1 .label {font-weight: bold; color:{color:text}}
  135. .person2 {color: {color:text}; padding: 2px; }
  136. .person2 .label {font-weight: bold; color:{color:text}}
  137.  
  138. .player {background-color: #000; text-align: left; display:block;}
  139.  
  140. #asker {font-family:calibri; text-align: justify; background-color:#fff;color:#696969; font-size:11px;padding:2px; border-bottom:0px solid #D3D3D3; border-left:px solid #D8BFD8; border:px dashed #ddd }
  141. .answer {padding: 1px; font-family:calibri; font-size:11px;color:#696969;}
  142. .answer img {max-width: 400px;}
  143. #asker a:hover {color:;}
  144. #ssource{margin-left:9px; display:none}
  145.  
  146.  
  147.  
  148. #hoverphoto { padding:3px;opacity:0; margin:0px 0px 495px 495px; filter: alpha(opacity = 0.2); position:absolute; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out;margin-top:-5px; background-color:transparent;text-transform:lowercase }
  149. #hoverphoto:hover {color:#000;}
  150.  
  151. .entries:hover #hoverphoto { opacity:1.0;}
  152.  
  153.  
  154. #gogoho {margin-left:-44px; text-align:left; font-size: 10px; font-family: calibri; width:100px;height: auto; text-transform:lowercase}
  155. #gogoho a {text-transform:lowercase; font-style:normal}
  156. #gogoho a:hover {color:#777;}
  157. .notes {width:550px; padding:0px; margin-top:1px; margin-bottom:1px; font-size:12px; text-align:center} ol.notes {list-style: none; margin: 0 20px 0 0px; padding:0px; bord00er-bottom: 1px sólida # ccc; z-index:11;} ol.notes li {background-color:{color:post};margin-bottom:1px; padding:5px;}.notes img{display:none; border:0px}
  158.  
  159. #sidebar {position:fixed; width: auto; height:auto; margin-left:350px;margin-top:-15px;}
  160.  
  161. #foto {margin-top:90px; margin-left:-67px; margin-bottom:0px; padding:9px;border:px solid {color:border}; height:auto; width:px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;}
  162. #foto img {display: inline; height:auto; height:auto; width:150px; border-top:px solid #eee;border-right:px solid #000; ; border-left:px solid #000; padding:3px; }
  163. #foto img {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;}
  164. #sidebar:hover #foto {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;-moz-transition:All 1s ease; -o-transition:All 1s ease; -webkit-filter: grayscale(0.0) blur(1px);-webkit-transition:All 1s ease;}
  165.  
  166.  
  167.  
  168. #tg {-webkit-transition-duration: 0.3s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed; font: 12px corbel;color:#949494; opacity:1;width:130px;letter-spacing:px;text-align:center;margin-left:-40px;margin-top:-10px;}
  169. #sidebar:hover #tg {opacity:1;}
  170.  
  171.  
  172. #symbols {background:#fff; width:auto; margin-top:-10px; margin-left:-52px; opacity:1; text-align:center; position:fixed; font-family:arial; font-size:14px; color:#c3c3c3;}
  173.  
  174.  
  175. #symbo {-webkit-transition-duration: 0.3s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out; background:transparent; width:auto; margin-top:-10px; margin-left:-60px; opacity:1; text-align:center; position:fixed; font-family:arial; font-size:12px; color:#FFC0CB;}
  176. #sidebar:hover #symbo {-moz-transform: rotate(0deg);-webkit-transition-duration: 0.90s;-webkit-transform: rotate(359deg)}
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183. /**MENU EXCLUSIVO BRUTEIRA, NÃO PEGUE SEM AVISAR ***/
  184.  
  185. #l{border-top:1px solid #eee; position:fixed; width:60px;height:14px; margin-left:35px; margin-top:5px; overflow:hidden; padding: 0px;transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;z-index:9999999; color:{color:descriptionlinha};font:10px consolas;}
  186. #l a {margin-left:-25px;display: block; font-family:consolas; overflow: hidden;font-size:9px; text-align:center; font-style:normal;color:{color:descriptionlinha}; text-transform:none; height:4px; margin-top: 1px; padding: 5px;line-height:7px;background:transparent;width:100px;transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;}
  187. #l:hover{height:93px; transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease;}
  188. #l a:hover {text-shadow:0px 0px 1px; color:#949494; transition:All .9s ease;-webkit-transition:All .9s ease;-moz-transition:All .9s ease;-o-transition:All .9s ease; }
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209. </style>
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221. <body>
  222.  
  223.  
  224.  
  225. </center>
  226. </div>
  227. </div>
  228.  
  229.  
  230.  
  231.  
  232. <div id="sidebar">
  233.  
  234. <div id="foto"><img src="{image:sidebar}"></div>
  235. <div id="tg">{description}</div>
  236.  
  237.  
  238. <div id="symbols">✿
  239.  
  240. </div>
  241. <div id="symbo">✿
  242.  
  243. </div>
  244.  
  245.  
  246.  
  247.  
  248. <div id="l">
  249. {text:xoxo}
  250.  
  251. <a href="{text:link1}">{text:link1 title}</a>
  252. <a href="{text:link2}">{text:link2 title}</a>
  253. <a href="{text:link3}">{text:link3 title}</a>
  254. <a href="{text:link4}">{text:link4 title}</a>
  255.  
  256. </div></div></div>
  257.  
  258. <div id="entries">
  259. <div class="autopagerize_page_element">
  260.  
  261.  
  262. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  263. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  264.  
  265.  
  266. {block:Posts}
  267.  
  268.  
  269. <div class="entries">
  270. <div id="hoverphoto">
  271. <div id="gogoho"><a href="{Permalink}">{block:NoteCount}{notecount}{/block:NoteCount}</a></div>{LinkCloseTag}
  272. {block:RebloggedFrom}
  273. <div id="gogoho"><a href="{ReblogParentURL}"></a><a href="{ReblogRootURL}">source</a></div>
  274. {/block:RebloggedFrom}
  275. <div id="gogoho"><a href="{ReblogURL}" target="_blank">reblog <img src="http://media.tumblr.com/tumblr_m0niknoQfK1qe5v0r.png" style="width:7px; height:6px;"> </a></div>
  276. {block:HasTags}{block:Tags}
  277. <div id="gogoho"><a href="{TagURL}"><b></b>#{Tag}</a>&nbsp;</div>{/block:Tags}{/block:HasTags}</div>
  278.  
  279. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  280.  
  281. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  282.  
  283. {block:Photoset}{Photoset-450}{/block:Photoset}
  284.  
  285. {block:Quote}
  286. <div class="quote">“{Quote}”</div>
  287. {block:Source}<div class="quotesource">
  288. <b>{Source}</b></div>
  289. {/block:Source}
  290. {/block:Quote}
  291.  
  292. {block:Link}
  293. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  294. {block:Description}{Description}{/block:Description}
  295. {/block:Link}
  296.  
  297. {block:Chat}
  298. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  299. <div class="chat"><ul>{block:Lines}
  300. <li class="person{UserNumber}">{block:Label}
  301. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  302. {/block:Chat}
  303.  
  304. {block:Audio}
  305. <div class="player">{AudioPlayerBlack}</div>
  306. {block:Caption}{Caption}{/block:Caption}
  307. {/block:Audio}
  308.  
  309. {block:Video}{Video-400}{/block:Video}
  310.  
  311.  
  312. {block:Answer}
  313. <div id="asker"> <font color=#FFC0CB>❥</font> <b>{Asker}</b>:</i> {Question}</div>
  314. <div class="answer">{Answer}</div>
  315. {/block:Answer}
  316.  
  317. {block:Photoset}<div class="photoset">{Photoset-400}</div>{block:Caption}<h2>{Caption}</h2>{/block:Caption}{/block:Photoset}
  318.  
  319. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  320. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  321. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  322. {/block:ContentSource}</div>
  323.  
  324. </div>
  325.  
  326. {/block:Posts}
  327.  
  328. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  329.  
  330.  
  331. </div>
  332. </div>
  333. </div>
  334. </div>
  335.  
  336.  
  337.  
  338. </div>
  339. </div>
  340. </div>
  341.  
  342.  
  343.  
  344. </body>
  345. <div style="font-size:10px;
  346. font-family:consolas;position:fixed;bottom:35px;right:17px;moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color:#949494; ">
  347. <a href="http://bruteira.tumblr.com/" target="_blank" title="theme bruteira -sem plagios-"><font color=#949494> BRUTEIRA <font color=#CD6090>✚</font> </font></div>
  348. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement