Advertisement
worenow

Theme 04

Jul 1st, 2014
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.63 KB | None | 0 0
  1. <!-- baseflyedd
  2. theme feito por worenow
  3. dtls raiodluar-->
  4. <html>
  5.  
  6. <head>
  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:lhover" content="#ff008c" />
  15.  
  16.  
  17. <meta name="image:sidebar" content="" />
  18. <meta name="if:Rolagem infinita" content="1"/>
  19.  
  20.  
  21. <meta name="text:Link1" content="/" />
  22. <meta name="text:Link1 Title" content="link" />
  23. <meta name="text:Link2" content="/" />
  24. <meta name="text:Link2 Title" content="link" />
  25. <meta name="text:Link3" content="/" />
  26. <meta name="text:Link3 Title" content="link" />
  27. <meta name="text:Link4" content="/" />
  28. <meta name="text:Link4 Title" content="link" />
  29. <meta name="text:Link5" content="/" />
  30. <meta name="text:Link5 Title" content="link" />
  31.  
  32.  
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{FavIcon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}
  38. <meta name="description" content="{MetaDescription}" />
  39. {/block:Description}
  40.  
  41. <style type="text/css">
  42.  
  43. body {background-color: {color:background}; background-image:url('{image:background}'); color: {color:text}; font:12px cambria; text-align: center;}
  44.  
  45.  
  46. a {color: {color:link}; text-decoration: none; text-transform: none;}
  47. a:hover {color:#777;}
  48. a:hover {font-style:normal}
  49.  
  50. p {margin: 6px 0 0 0}
  51.  
  52. blockquote {margin: 3px; border-left: 3px solid {color:background}; padding-left: 5px; }
  53. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background};}
  54. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  55. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  56.  
  57. blockquote img{max-width: 470px!important}
  58. blockquote blockquote img{max-width: 450px!important}
  59. blockquote blockquote blockquote img{max-width: 430px!important}
  60. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  61.  
  62. #container {width: 420px; margin:50px auto: 50px auto;}
  63.  
  64. iframe#tumblr_controls {
  65. top:0px !important;
  66. right:3px !important;
  67. position: fixed !important;
  68. -webkit-transition: opacity 0.7s linear;
  69. opacity: 0.4;
  70. -webkit-transition: all 0.8s ease-out;
  71. -moz-transition: all 0.8s ease-out;
  72. transition: all 0.8s ease-out;
  73. z-index:999999999999999999;}
  74.  
  75. iframe#tumblr_controls:hover{
  76. -webkit-transition: opacity 0.7s linear;
  77. opacity: 1;
  78. -webkit-transition: all 0.4s ease-out;
  79. -moz-transition: all 0.4s ease-out;
  80. transition: all 0.4s ease-out;
  81. z-index:999999999999999999999;}
  82.  
  83.  
  84. #entries {width:450px; float:left; margin-left:470px; margin-top:10px; position:relative; z-index:999; padding-right:0px; padding-top:0px}
  85.  
  86. .entries {width:450px; padding:px; background-color:#ffffff; margin:0px 0px 0px 0px; margin-bottom:-0px; float:right; text-align:justify; font-family:verdana; font-size:11px; font-family:verdana; }
  87.  
  88.  
  89. h1 {font-family: cambria; font-size: 14px; line-height: 14px; text-align: center; font-weight: normal; margin-bottom:8px;}
  90. h1 a {color: {color:link};}
  91. h1 a:hover {color: {color:hover};}
  92.  
  93. .image {text-align: center; border: 0px}
  94. .image img {width: 450px; margin-bottom: 1px; }
  95. .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;}
  96.  
  97. .quote {font-family:calibri; line-height:15px; padding: 2px; border-top: px solid #eee; text-align:left; font-size: 14px}
  98. .quotesource {text-align: center; text-transform: none; margin-bottom: 3px;font-family:calibri; font-size: 12px; background:}
  99.  
  100. .chat {line-height: 13px; list-style: none }
  101. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  102. .person1 {color: {color:text}; padding: 2px; }
  103. .person1 .label {font-weight: bold; color:{color:text}}
  104. .person2 {color: {color:text}; padding: 2px; }
  105. .person2 .label {font-weight: bold; color:{color:text}}
  106.  
  107. .player {background-color: #000; text-align: left; display:block;}
  108.  
  109.  
  110. #asker {font-family:verdana; text-align: left;color:#000; font-size:11px;padding:4px;}
  111. .answer {padding: 5px; font-family:verdana; font-size:11px; text-align:left; margin-top:-3px}
  112. .answer img {max-width: 400px;}
  113. #asker a:hover {color:#000;}
  114. #ssource{margin-left:10px; display:none}
  115.  
  116. #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 }
  117. #hoverphoto:hover {color:#777;}
  118.  
  119. .entries:hover #hoverphoto { opacity:1.0;}
  120.  
  121. #tequila {margin-left:-44px; text-align:left; font-size: 10px; font-family: calibri; width:100px;height: auto; text-transform:lowercase}
  122. #tequila a {text-transform:lowercase; font-style:normal}
  123. #tequila a:hover {color:#777;}
  124.  
  125. .notes {width:520px; padding:0px; font-style:; margin-top:1px; margin-bottom:1px; font-size:11px; text-align:left; font-family:calibri}
  126. ol.notes {list-style: none; margin: 0 20px 0 0px; padding:0px; border-bottom: 1px sΓ³lida # ccc; z-index:11;}
  127. ol.notes li {background-color:transparent;margin-bottom:1px; padding:5px;text-transform:lowercase;}
  128. .notes img{display:none; border:0px}
  129.  
  130.  
  131. #sidebar {float:left; position:fixed; width:210px; bottom:85px; height:8px;top:130px; left:210px; position: fixed;}
  132.  
  133. #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;}
  134. #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; }
  135. #foto img {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;}
  136. #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%)}
  137.  
  138. #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;}
  139. #links {opacity:;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  140. #links a:hover {color:#555555;}
  141. #sidebar:hover #links {margin-top:-310px;opacity:10;-webkit-transition: all 0.7s ease-out; -moz-transition: all 0.8s ease-out;}
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. #bleh{width:210px; position:fixed; margin-left:-78px;height:55px;margin-top:270px; text-align:center; padding:0px; line-height:12px; letter-spacing:0px; font-family:cambria; font-size:20px; color:#000;border-bottom:px solid ; background:; opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  150. #sidebar:hover #bleh {opacity:1;}
  151.  
  152. #bleh2{width:210px; position:fixed; margin-left:112px;height:55px;margin-top:270px; text-align:center; padding:0px; line-height:12px; letter-spacing:0px; font-family:cambria; font-size:20px; color:#000;border-bottom:px solid ; background:; opacity:0;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.9s ease-out;all 0.3s ease-out;}
  153. #sidebar:hover #bleh2 {opacity:1;}
  154.  
  155.  
  156. #oizinho {;margin-left:22px; margin-top:247px; 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}
  157. #oizinho img { width:185px; height:20px;}
  158. #sidebar:hover #oizinho {opacity:0}
  159.  
  160. #descri {opacity:9;width:100px;border-radius:310px 100px 10px 10px;position: fixed;font-weight:bold; font-family:cambria; font-size:0px; line-height:auto; height:0px;text-align:center; color:#000;padding:-100px;margin-top:-310px;margin-left:-80px;border-bottom:0px solid #ddd;border:px solid #ddd;border-left:0px 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; font-weight:;}
  161. #sidebar:hover #descri {opacity:0; margin-top:0px;color solid #fff;}
  162.  
  163.  
  164.  
  165. #oizinho2 {opacity:10;margin-left:10px; margin-top:245px; 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}
  166. #oizinho2 img { width:210px; height:auto;}
  167. #sidebar:hover #oizinho2 {opacity:0}
  168.  
  169.  
  170. #oizinho3 {opacity:10;margin-left:10px; margin-top:-12px; 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 hidden; -webkit-transition: all .7s ease-in-out}
  171. #oizinho3 img { width:220px; height:auto;}
  172. #sidebar:hover #oizinho3 {opacity:0}
  173.  
  174.  
  175. </style>
  176.  
  177.  
  178.  
  179. <style type="text/css"></style>
  180.  
  181.  
  182.  
  183.  
  184. <body>
  185.  
  186.  
  187.  
  188. <div id="container">
  189. <div id="sidebar">
  190. <div id="oizinho2"><img src="http://static.tumblr.com/xjqx5xm/8Avn65gk1/tumblr_n5449mlpod1tzbqdco1_500.png"/></div>
  191. <div id="oizinho3"><img src="http://static.tumblr.com/ywstpsk/Tp2n74iqp/feminino.jpg"/></div>
  192. <div id="foto"><img src="{image:sidebar}"/></div>
  193. <div id="descri"></div>
  194. <div id="links">
  195. <a href="{text:link1}">{text:link1 title}</a>
  196. <b><a href="{text:link2}">{text:link2 title}</a></b>
  197. <a href="{text:link3}">{text:link3 title}</a>
  198. <b><a href="{text:link4}">{text:link4 title}</a></b>
  199. <a href="{text:link5}">{text:link5 title}</a>
  200.  
  201.  
  202.  
  203. </div>
  204. </div>
  205. </div>
  206.  
  207.  
  208. <div id="entries">
  209. <div class="autopagerize_page_element">
  210.  
  211.  
  212. {block:IfRolagemInfinita}<div class="autopagerize_page_element">
  213. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfRolagemInfinita}
  214.  
  215.  
  216. {block:Posts}
  217.  
  218.  
  219. <div class="entries">
  220.  
  221. <div id="hoverphoto">
  222. <div id= "tequila"><a href="{Permalink}">{TimeAgo}</a></div>
  223. <div id="tequila"><a href="{Permalink}">{block:NoteCount}{notecount}{/block:NoteCount}</a></div>{LinkCloseTag}
  224. {block:RebloggedFrom}
  225. <div id="tequila"><a href="{ReblogParentURL}"></a><a href="{ReblogRootURL}">source</a></div>
  226. {/block:RebloggedFrom}
  227. <div id="tequila"><a href="{ReblogURL}" target="_blank">reblog</a></div>
  228. {block:HasTags}{block:Tags}
  229. <div id="tequila"><a href="{TagURL}"><b></b>#{Tag}</a>&nbsp;</div>{/block:Tags}{/block:HasTags}</div>
  230.  
  231.  
  232. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  233.  
  234. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  235.  
  236. {block:Photoset}{Photoset-400}{/block:Photoset}
  237.  
  238. {block:Quote}
  239. <div class="quote">β€œ{Quote}”</div>
  240. {block:Source}<div class="quotesource">
  241. <b>{Source}</b></div>
  242. {/block:Source}
  243. {/block:Quote}
  244.  
  245. {block:Link}
  246. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  247. {block:Description}{Description}{/block:Description}
  248. {/block:Link}
  249.  
  250. {block:Chat}
  251. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  252. <div class="chat"><ul>{block:Lines}
  253. <li class="person{UserNumber}">{block:Label}
  254. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  255. {/block:Chat}
  256.  
  257. {block:Audio}
  258. <div class="player">{AudioPlayerBlack}</div>
  259. {block:Caption}{Caption}{/block:Caption}
  260. {/block:Audio}
  261.  
  262. {block:Video}{Video-400}{/block:Video}
  263.  
  264.  
  265. {block:Answer}
  266. <div id="asker"> <b>{Asker}</b> gemeu :</i> {Question}</div>
  267. <div class="answer">{Answer}</div>
  268. {/block:Answer}
  269.  
  270. <div id="photoset">
  271. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  272. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  273. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  274. </div>
  275.  
  276.  
  277.  
  278. <div id="ssource">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  279. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  280. {/block:ContentSource}</div>
  281.  
  282. </div>
  283.  
  284. {/block:Posts}
  285.  
  286. {block:PostNotes}{PostNotes}{/block:PostNotes}<br />
  287.  
  288.  
  289. </div>
  290. </div>
  291. </div>
  292. </div>
  293.  
  294.  
  295.  
  296. </div>
  297. </div>
  298. </div>
  299. </body>
  300. <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>
  301. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement