Advertisement
thmsjana

theme 015

Oct 27th, 2014
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.36 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="#696969" />
  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:140px;letter-spacing:1px;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. /**feito por bruteira cred. futurasuicida- não pegue sem me avisar ***/
  184.  
  185. #l {-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;opacity:0; z-index:999999999999999;position: fixed; width:100px; margin-left:-72px; margin-top:-115px; padding: 0px; text-align: left;}
  186. #l a {float: left; display: block; font-size:10px; font-family:corbel; text-align: center; margin-bottom:2px; margin-left:1px; color:#fff; text-shadow:0px 0px 0.1px; color:#fff; text-decoration: none; line-height:25px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; height:20px;width:90px;background:#transparent;-overflow:hidden;text-indent: 0px;}
  187. #l a:hover { text-shadow:0px 0px 1px; color:#eee; background-color: -moz-opacity:0; -khtml-opacity: 1.0; opacity: 1; -webkit-transition: all 0.5s linear; -webkit-transition: all 0.4s linear; -moz-transition: all 0.4s linear; transition: all 0.4s linear;}
  188. #sidebar:hover #l {opacity:1;margin-top:-116px}
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195. #j {border-top:1px solid #eee; color: {color:descriptionlinha}; margin-left:30px; margin-top:5px;font-style:;width:160px letter-spacing:px; font:10px consolas;; position:fixed;text-align:center;-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;opacity:0.70 ;}
  196. #sidebar:hover #j {text-shadow:0px 0px 2px; color:{color:descriptionlinha};}
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211. </style>
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. <body>
  224.  
  225.  
  226.  
  227. </center>
  228. </div>
  229. </div>
  230.  
  231.  
  232.  
  233.  
  234. <div id="sidebar">
  235.  
  236. <div id="foto"><img src="{image:sidebar}"></div>
  237. <div id="tg">{description}</div>
  238.  
  239.  
  240. <div id="symbols">✿
  241.  
  242. </div>
  243. <div id="symbo">✿
  244.  
  245. </div>
  246.  
  247. <div id="j"> {text:xoxo}</div>
  248.  
  249.  
  250. <div id="l">
  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>
  257.  
  258.  
  259. <div id="entries">
  260. <div class="autopagerize_page_element">
  261.  
  262.  
  263. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  264. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  265.  
  266.  
  267. {block:Posts}
  268.  
  269.  
  270. <div class="entries">
  271. <div id="hoverphoto">
  272. <div id="gogoho"><a href="{Permalink}">{block:NoteCount}{notecount}{/block:NoteCount}</a></div>{LinkCloseTag}
  273. {block:RebloggedFrom}
  274. <div id="gogoho"><a href="{ReblogParentURL}"></a><a href="{ReblogRootURL}">source</a></div>
  275. {/block:RebloggedFrom}
  276. <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>
  277. {block:HasTags}{block:Tags}
  278. <div id="gogoho"><a href="{TagURL}"><b></b>#{Tag}</a>&nbsp;</div>{/block:Tags}{/block:HasTags}</div>
  279.  
  280. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  281.  
  282. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  283.  
  284. {block:Photoset}{Photoset-450}{/block:Photoset}
  285.  
  286. {block:Quote}
  287. <div class="quote">“{Quote}”</div>
  288. {block:Source}<div class="quotesource">
  289. <b>{Source}</b></div>
  290. {/block:Source}
  291. {/block:Quote}
  292.  
  293. {block:Link}
  294. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  295. {block:Description}{Description}{/block:Description}
  296. {/block:Link}
  297.  
  298. {block:Chat}
  299. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  300. <div class="chat"><ul>{block:Lines}
  301. <li class="person{UserNumber}">{block:Label}
  302. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  303. {/block:Chat}
  304.  
  305. {block:Audio}
  306. <div class="player">{AudioPlayerBlack}</div>
  307. {block:Caption}{Caption}{/block:Caption}
  308. {/block:Audio}
  309.  
  310. {block:Video}{Video-400}{/block:Video}
  311.  
  312.  
  313. {block:Answer}
  314. <div id="asker"> <font color=#FFC0CB>❥</font> <b>{Asker}</b>:</i> {Question}</div>
  315. <div class="answer">{Answer}</div>
  316. {/block:Answer}
  317.  
  318. {block:Photoset}<div class="photoset">{Photoset-400}</div>{block:Caption}<h2>{Caption}</h2>{/block:Caption}{/block:Photoset}
  319.  
  320. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  321. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  322. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  323. {/block:ContentSource}</div>
  324.  
  325. </div>
  326.  
  327. {/block:Posts}
  328.  
  329. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  330.  
  331.  
  332. </div>
  333. </div>
  334. </div>
  335. </div>
  336.  
  337.  
  338.  
  339. </div>
  340. </div>
  341. </div>
  342.  
  343.  
  344.  
  345. </body>
  346. <div style="font-size:10px;
  347. font-family:consolas;position:fixed;bottom:35px;right:17px;moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; color:#949494; ">
  348. <a href="http://bruteira.tumblr.com/" target="_blank" title="theme bruteira -sem plagios-"><font color=#949494> BRUTEIRA <font color=#CD6090>✚</font> </font></div>
  349. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement