Advertisement
worenow

Theme 28

Jul 21st, 2014
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.60 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html>
  4.  
  5. <!--
  6. theme feito por worenow
  7. -->
  8.  
  9. <!-- DEFAULT -->
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:link" content="#000000" />
  12. <meta name="color:text" content="#000000" />
  13. <meta name="color:post" content="#ffffff" />
  14. <meta name="color:scrollbar" content="#000" />
  15. <meta name="color:scrollbar bg" content="#fff" />
  16. <meta name="color:lhover" content="#555555" />
  17.  
  18.  
  19. <meta name="image:sidebar" content="" />
  20. <meta name="if:Rolagem infinita" content="1"/>
  21. <meta name="text:frase" content="E o copo ? O copo ainda ta na mão." />
  22.  
  23. <meta name="text:Link1" content="/" />
  24. <meta name="text:Link1 Title" content="link" />
  25. <meta name="text:Link2" content="/" />
  26. <meta name="text:Link2 Title" content="link" />
  27. <meta name="text:Link3" content="/" />
  28. <meta name="text:Link3 Title" content="link" />
  29. <meta name="text:Link4" content="/" />
  30. <meta name="text:Link4 Title" content="link" />
  31. <meta name="text:Link5" content="/" />
  32. <meta name="text:Link5 Title" content="link" />
  33.  
  34.  
  35.  
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{FavIcon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}
  41. <meta name="description" content="{MetaDescription}" />
  42. {/block:Description}
  43.  
  44. <style type="text/css">
  45.  
  46. body {background-color: {color:background}; background-image:url('{image:background}'); color: {color:text}; font:13px calibri; text-align: center;}
  47.  
  48.  
  49. a {color: {color:link}; text-decoration: none; text-transform: none;}
  50. a:hover {color: #777}
  51.  
  52. p {margin: 6px 0 0 0}
  53.  
  54. ::-webkit-scrollbar{width:10px;
  55. height:0px;}
  56. ::-webkit-scrollbar-button:start:decrement
  57. ::-webkit-scrollbar-button:end:increment{display:block;
  58. height:0;
  59. background-color:{color:scrollbar bg};}
  60. ::-webkit-scrollbar-track-piece{background-color:{color:scrollbar bg};
  61. -webkit-border-radius:0;
  62. -webkit-border-bottom-right-radius:3px;
  63. -webkit-border-bottom-left-radius:3px;}
  64. ::-webkit-scrollbar-thumb:vertical{height:70px;
  65. background-color:{color:scrollbar};}
  66. ::-webkit-scrollbar-thumb:horizontal{width:70px;
  67. background-color:{color:scrollbar};}
  68.  
  69.  
  70.  
  71. .tumblrAutoPager_page_separator, .tumblrAutoPager_page_info {display: none;}
  72.  
  73. blockquote {margin: 3px; border-left: 3px solid {color:background}; padding-left: 5px; }
  74. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  75. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  76. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  77.  
  78. blockquote img{max-width: 470px!important}
  79. blockquote blockquote img{max-width: 450px!important}
  80. blockquote blockquote blockquote img{max-width: 430px!important}
  81. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  82.  
  83. #container {width: 420px; margin:50px auto: 50px auto;}
  84.  
  85. iframe#tumblr_controls {
  86. top:0px !important;
  87. right:3px !important;
  88. position: fixed !important;
  89. -webkit-transition: opacity 0.7s linear;
  90. opacity: 0.4;
  91. -webkit-transition: all 0.8s ease-out;
  92. -moz-transition: all 0.8s ease-out;
  93. transition: all 0.8s ease-out;
  94. z-index:999999999999999999;}
  95.  
  96. iframe#tumblr_controls:hover{
  97. -webkit-transition: opacity 0.7s linear;
  98. opacity: 1;
  99. -webkit-transition: all 0.4s ease-out;
  100. -moz-transition: all 0.4s ease-out;
  101. transition: all 0.4s ease-out;
  102. z-index:999999999999999999999;}
  103.  
  104.  
  105. #entries {width:450px; float:left; margin-left:540px; margin-top:0px; position:relative; z-index:999; padding-right:5px; padding-top:10px; line-height:px;}
  106. .entries {width:450px; padding:0px; background-color:#ffffff; margin:0px 0px 0px 0px; margin-bottom:4px; float:right; font-size:13px;text-align:justify; padding-right:5px; padding-left:px; padding-top:px; padding-bottom:px; border-top: px solid ;}
  107.  
  108.  
  109. h1 {font-family:calibri; font-size: 14px; line-height: 17px; text-align: center; font-weight: normal; margin-bottom:8px;}
  110. h1 a {color: {color:link};}
  111. h1 a:hover {color: {color:hover};}
  112.  
  113. .image {text-align: center; border: 0px}
  114. .image img {width: 450px; margin-bottom: 1px; }
  115. .image img {-webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-filter: grayscale(%);
  116. margin-bottom: 1px
  117. }
  118.  
  119.  
  120. .quote {font-family: calibri; text-align: justify; font-size: 14px; line-height:15px; padding: 1px; }
  121. .quotesource {text-align:center;font-size:12px; font-family:cambria;font-style:; padding:5px; margin-top:-5px; text-transform:; margin-bottom:px;border-bottom:px solid #ececec;}
  122.  
  123.  
  124. .chat {line-height: 13px; list-style: none }
  125. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  126. .person1 {color: {color:text}; padding: 2px; }
  127. .person1 .label {font-weight: bold; color:{color:text}}
  128. .person2 {color: {color:text}; padding: 2px; }
  129. .person2 .label {font-weight: bold; color:{color:text}}
  130.  
  131. .player {background-color: #000; text-align: left; display:block;}
  132.  
  133. #asker {font-family:calibri; text-align: justify; background-color:#;color:#000; font-size:12px;padding:px;}
  134. .answer {padding: px; font-family:calibri; font-size:12px; margin-top:2px;}
  135. .answer img {max-width: 400px;}
  136. #asker a:hover {color:{color:lhover};}
  137. #ssource{margin-left:10px; display:none}
  138.  
  139. #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:{color:post}; }
  140. #hoverphoto:hover {color:{color:hover};}
  141.  
  142. .entries:hover #hoverphoto { opacity:1.0;}
  143.  
  144. #tequila {margin-left:-44px; text-align:left; font-size: 10px; font-family: calibri; width:100px;height: auto}
  145. #tequila a {font-size: 10px;font-family: calibri;border-left:px solid #000}
  146. #tequila:hover {color:{color:hover} ;}
  147.  
  148.  
  149. .notes {width:400px; padding:0px; font-style:; margin-top:1px; margin-bottom:1px; font-size:11px; text-align:left;text-transform:;}
  150. ol.notes {list-style: none; margin: 0 20px 0 0px; padding:0px; border-bottom: 1px sólida # ccc; z-index:11;}
  151. ol.notes li {background-color:;margin-bottom:px; padding:5px;text-transform:;}
  152.  
  153. .notes img{display:none; border:0px}
  154.  
  155. /*----------------------------------------
  156. Update Tab #1 (CSS Left) by Incedo
  157. http://incedothemes.tumblr.com
  158. Please do not remove the credit.
  159. Instructions @ http://incedothenes.tumblr.com/tab
  160. Updated 6/14/14
  161. ------------------------------------------*/
  162.  
  163. #updatetab {
  164. font-family: helvetica; /*this is the font*/
  165. color: #A0A0A0;} /*this is the font color*/
  166. #tabtitle, #dropdown, #dropdown p {
  167. background-color:#ffffff; /*this is the background color*/
  168. border-color: #D8D8D8;} /*this is the border color*/
  169.  
  170. #updatetab {
  171. width:100px;
  172. position:fixed;
  173. top:14px;
  174. left:14px;}
  175.  
  176. #tabtitle {
  177. text-align:center;
  178. padding:1px 3px;
  179. letter-spacing:2px;
  180. font-size:9px;
  181. text-transform:uppercase;
  182. border-width:1px;
  183. border-style:solid;
  184. border-radius: 2px;
  185. -moz-border-radius: 2px;
  186. -webkit-border-radius: 2px;}
  187.  
  188. #dropdown {
  189. border-style:solid;
  190. border-width:0px 1px 1px 1px;
  191. padding:2px 5px 0px 5px;
  192. border-bottom-right-radius: 2px;
  193. -moz-border-bottom-right-radius: 2px;
  194. -webkit-border-bottom-right-radius: 2px;
  195. border-bottom-left-radius: 2px;
  196. -moz-border-bottom-left-radius: 2px;
  197. -webkit-border-bottom-left-radius: 2px;
  198. opacity:0;
  199. -webkit-transition: all 0.5s ease-in-out;
  200. -moz-transition: all 0.5s ease-in-out;
  201. -o-transition: all 0.5s ease-in-out;
  202. -ms-transition: all 0.5s ease-in-out;
  203. transition: all 0.5s ease-in-out;}
  204.  
  205. #updatetab:hover #dropdown {
  206. opacity:1;
  207. -webkit-transition: all 0.5s ease-in-out;
  208. -moz-transition: all 0.5s ease-in-out;
  209. -o-transition: all 0.5s ease-in-out;
  210. -ms-transition: all 0.5s ease-in-out;
  211. transition: all 0.5s ease-in-out;}
  212.  
  213. #dropdown p {
  214. padding-top:3px;
  215. padding-bottom:3px;
  216. border-width:0px 0px 1px 0px;
  217. border-style:solid;
  218. font-size:10px;}
  219.  
  220. #dropdown p:last-of-type {
  221. border-bottom:0px solid transparent;}
  222.  
  223. p, ul, li, ol {
  224. margin: 0px 0px 0px 0px;}
  225.  
  226. #c {
  227. position:fixed;
  228. bottom:4px;
  229. right:4px;
  230. font-size:13px;
  231. font-family:helvetica;}
  232.  
  233. #sidebar {float:left; position:fixed; width:210px; bottom:85px; height:8px;top:130px; left:270px; position: fixed;}
  234.  
  235. #foto {margin-top:10px; margin-left:10px; 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;}
  236. #foto img {display: inline; height:auto; height:280px; width:195px; border-top:px solid #eee;border-right:px solid #000; ; border-left:px solid #000; padding:3px; }
  237. #foto img {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;}
  238. #foto img:hover {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out; -webkit-filter: grayscale(50%)}
  239.  
  240. #links {opacity:0;width:185px;position: fixed;text-transform:uppercase;font-style:; font-size: 9px font-family:cambria; background-color:#fff;border-left:px solid #cdcdcd;letter-spacing:px;;word-spacing:1px; line-height:14px; height:15px;text-align:center; padding-left:-5px;border-left:px solid;margin-top:34px;margin-left:25px;border-top:px solid #000;letter-spacing:px;}
  241. #links {opacity:;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  242. #links a:hover {color:#555555;}
  243. #sidebar:hover #links {margin-top:-10px;opacity:10;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.8s ease-out;}
  244.  
  245.  
  246. #descri {opacity:0;width:175px;border-radius:10px 10px 10px 10px;position: fixed; font-family:tahoma; font-size:9px; line-height:auto; height:px;text-align:center; color:#000;background-color:#; padding:0px;margin-top:135px;margin-left:62px;border-bottom:px solid #ddd;border:px solid #ddd;border-left:px solid #ddd; text-transform:uppercase;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out; font-weight:; padding-bottom:1px; padding-top:1px; font-weight:;}
  247. #sidebar:hover #descri {opacity:10; margin-top:-311px}
  248.  
  249.  
  250.  
  251. #oizinho2 {opacity:10;margin-left:18px; margin-top:305px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -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}
  252. #oizinho2 img { width:210px; height:auto;}
  253. #sidebar:hover #oizinho2 {opacity:0}
  254.  
  255.  
  256. #oizinho3 {position:fixed;background-color:#ffffff-webkit-transition-duration: 0.4s; -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;height:230px; width:150px; padding:3px;margin-left:18px; margin-top:-4px; position:fixed; text-align:left;}
  257. #oizinho3 img {line-height:45px; width:65px; height:auto; opacity:0.9; }
  258.  
  259.  
  260.  
  261. </style>
  262.  
  263.  
  264.  
  265. <style type="text/css"></style>
  266.  
  267.  
  268.  
  269.  
  270. <body>
  271.  
  272.  
  273.  
  274. <div id="container">
  275. <div id="sidebar">
  276. <div id="oizinho2"><img src="https://38.media.tumblr.com/51dda2b7ba954405f51a19dc19adbd2a/tumblr_n7iwjeP9TX1t4uhw5o1_400.jpg"/></div>
  277. <div id="oizinho3"><img src="https://24.media.tumblr.com/e7a4be8f3383dc6eb8a7f178b4116dd1/tumblr_n5zavvZG5Q1t4uhw5o1_400.jpg"/></div>
  278. <div id="foto"><img src="{image:sidebar}"/></div>
  279. <div id="descri">mina nós era só clima</div>
  280. <div id="links">
  281. <b><a href="{text:link1}">{text:link1 title}</a></b>
  282. <b><a href="{text:link2}">{text:link2 title}</a></b>
  283. <b><a href="{text:link3}">{text:link3 title}</a></b>
  284. <b><a href="{text:link4}">{text:link4 title}</a></b>
  285. <b><a href="{text:link4}">{text:link4 title}</a></b>
  286.  
  287.  
  288.  
  289.  
  290. </div>
  291. </div>
  292. </div>
  293.  
  294.  
  295. <div id="entries">
  296. <div class="autopagerize_page_element">
  297.  
  298.  
  299. {IfRolagemInfinita}<div class="autopagerize_page_element">
  300. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  301.  
  302.  
  303. {block:Posts}
  304.  
  305.  
  306. <div class="entries">
  307.  
  308. <div id="hoverphoto">
  309. <div id= "tequila"><a href="{Permalink}">{TimeAgo}</a></div>
  310. <div id= "tequila"><a href="{Permalink}"{block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a></br></div>{LinkCloseTag}
  311. {block:RebloggedFrom}
  312. <div id="tequila"><a href="{ReblogParentURL}"></a><a href="{ReblogRootURL}">source</a></div>
  313. {/block:RebloggedFrom}
  314. <div id="tequila"><a href="{ReblogURL}" target="_blank"><b>reblog</b></a></div>
  315. {block:HasTags}{block:Tags}
  316. <div id="tequila"><a href="{TagURL}"><b></b>#{Tag}</a>&nbsp;</div>{/block:Tags}{/block:HasTags}</div>
  317.  
  318.  
  319. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  320.  
  321. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  322.  
  323. {block:Photoset}{Photoset-400}{/block:Photoset}
  324.  
  325. {block:Quote}
  326. <div class="quote">“{Quote}”</div>
  327. {block:Source}<div class="quotesource">
  328. — <b>{Source}</b></div>
  329. {/block:Source}
  330. {/block:Quote}
  331.  
  332. {block:Link}
  333. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  334. {block:Description}{Description}{/block:Description}
  335. {/block:Link}
  336.  
  337. {block:Chat}
  338. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  339. <div class="chat"><ul>{block:Lines}
  340. <li class="person{UserNumber}">{block:Label}
  341. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  342. {/block:Chat}
  343.  
  344. {block:Audio}
  345. <div class="player">{AudioPlayerBlack}</div>
  346. {block:Caption}{Caption}{/block:Caption}
  347. {/block:Audio}
  348.  
  349. {block:Video}{Video-400}{/block:Video}
  350.  
  351.  
  352. {block:Answer}
  353. <div id="asker"> <b>{Asker}</b> gemeu gostoso :</i> {Question}</div>
  354. <div class="answer">{Answer}</div>
  355. {/block:Answer}
  356.  
  357. <div id="photoset">
  358. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  359. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  360. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  361. </div>
  362.  
  363.  
  364.  
  365. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  366. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  367. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  368. {/block:ContentSource}</div>
  369.  
  370. </div>
  371.  
  372. {/block:Posts}
  373.  
  374. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  375.  
  376.  
  377. </div>
  378. </div>
  379. </div>
  380. </div>
  381.  
  382.  
  383.  
  384. </div>
  385. </div>
  386. </div>
  387.  
  388.  
  389. </body>
  390. <a style="width:120px; font-size:9px; color:#4a4a4a; font-family:cambria;position:fixed;font-style:;bottom:30px;right:-15px;" href="http://worenow.tumblr.com/" title="">theme por <b>worenow</b></a>
  391.  
  392.  
  393. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement