Advertisement
thaisz

Theme 60

Sep 20th, 2014
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.26 KB | None | 0 0
  1. <!------------------❀ ✿ THEME POR SURFLOWERR ❀ ✿--------------->
  2.  
  3.  
  4. <head>
  5.  
  6.  
  7.  
  8.  
  9. <meta name="color:background" content="#ffffff" />
  10. <meta name="image:background" content="" />
  11. <meta name="color:text" content="#000" />
  12. <meta name="color:link" content="#000" />
  13. <meta name="color:hover" content="#000" />
  14. <meta name="color:frase" content="#000" />
  15. <meta name="color:linksh" content="#fff" />
  16. <meta name="image:foto" content="" />
  17. <meta name="text:frase" content="frase aqui" />
  18. <meta name="text:frase2" content="frase aqui" />
  19. <meta name="text:Link1" content="/" />
  20. <meta name="text:Link1 Title" content="link" />
  21. <meta name="text:Link2" content="/" />
  22. <meta name="text:Link2 Title" content="link" />
  23. <meta name="text:Link3" content="/" />
  24. <meta name="text:Link3 Title" content="link" />
  25. <meta name="text:Link4" content="/" />
  26. <meta name="text:Link4 Title" content="link" />
  27.  
  28.  
  29.  
  30.  
  31.                      <title>{Title}</title>
  32.         <link rel="shortcut icon" href="{Favicon}">
  33.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34.         {block:Description}
  35.   <meta name="description" content="{MetaDescription}" />
  36.         {/block:Description}
  37.        
  38.      
  39. </head>
  40.  
  41.  
  42. <style type="text/css">
  43. body {background-color:{color:background}; font-family:Tahoma; font-size:10px; color:{color:text}; background:url('{image:background}'); background-repeat:no-repeat; background-image:fixed;}
  44. h1 {font-size:15px; text-align:center;text-decoration: none; text-transform: none;font-weight: normal}
  45.  
  46. a {color:{color:link};text-decoration:none;}
  47. a:hover{color:{color:hover};text-decoration:none}
  48. p {margin: 6px 0 0 0}
  49.  
  50. blockquote {text-decoration:none;border-left: 4px solid {color:text};padding-left:4px;}
  51. blockquote img{max-width: 470px!important}
  52.  
  53. iframe#tumblr_controls {
  54. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;}
  55.  
  56. ::-webkit-scrollbar{width:3px;height:0px;}
  57. ::-webkit-scrollbar-button:start:decrement
  58. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  59. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  60. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:{color:text};-webkit-border-radius:px;}
  61.  
  62. #entry {width:410px; margin-top:20px; margin-left:450px;;}
  63. .posts {position:relative; width:450px; padding:5px; float:left; margin-top:5px; text-align:justify; background:{color:background};font-size:12px;}
  64.  
  65. /** ol notes por omg - duda**/
  66. .ol {text-align:left;font-family:arial;font-size:9px;width:380px;border-bottom:1px solid #f0f0f0;padding-bottom:2px;margin-top:10px;-webkit-transition: all 0.8s ease-out;}
  67.  
  68. .ol:hover {padding-left: 20px;-webkit-transition: all 0.8s ease-out;}
  69.  
  70. .ol a{color:{color: text};text-align:left;font-family:arial;font-size:9px;}
  71.  
  72. .image {text-align: center; border: 0px}
  73. .image img {width: 400px; margin-bottom: 2px;}
  74.  
  75. #notes ol, .notes-bottom ul {margin: 0;padding: 0;list-style: none;}
  76. #notes li {background:#f0f0f0;margin: 2px 2px 2px 09px;padding: 5px 0 10px 0;font-size: 11px; text-indent : 8px;-webkit-transition-duration: .50s; float: left; padding: 5px;width: 387px;margin-top:5px;margin-left:1px;text-align:left;color:{color:text};}
  77. #notes li:hover {font-size: 11px;position: relative; text-indent : 15px;}
  78. #notes li img {width: auto;padding: 2px; background: #fff; border: 3px solid #fff;display: block;float: left; margin: 0 5px 5px 0;}
  79.  
  80. .pquote {font-family:calibri;text-align:justify;font-size:12px; line-height: 16px; }
  81. .pquotesource {text-align:left;margin-bottom:0px;font-family:calibri; font-size:13px; }
  82.  
  83.  .pergunta{text-align:justify;color:{color:text};font-family:calibri;font-size:14px;}
  84.  .resposta{text-align:justify;border-bottom:1px solid #f1f1f1;padding:2px;}
  85.  
  86.  
  87. .vsanna{display:none;}
  88.  
  89. .posts .notes{ float:center; text-align:left; z-index:10; opacity:0;position:absolute; display:block; top:0px; left:460px; width:100px; padding:3px; font-size:10px; text-transform:lowercase;  -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  90. .notes a{color:{color:text};}
  91. .posts:hover .notes{left:460px; opacity:1;  -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;}
  92.  
  93.  
  94. #tumblr_controls{position: fixed!important}
  95. #tumblr_controls{position: fixed!important}
  96. #tumblr_controls{position: fixed!important}
  97. #tumblr_controls{position: fixed!important}
  98. .tumblrAutoPager_page_separator,
  99. .tumblrAutoPager_page_info {display:none;}
  100.  
  101.   #credito{font-family:arial;font-size:9px;position:fixed;bottom:30px;padding:8px;color:{color:text};overflow:hidden;height:5px;;text-transform:lowercase;text-transform:uppercase;-webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out;text-align:center ;right:14px}
  102. #credito img{width:10px;height:auto;margin-top:3px;margin-left:1px;}
  103.  
  104. #credito:hover{height:21px;}
  105.  
  106. #sidebar{position:fixed;margin-left:200px;margin-top:60px;overflow:hidden;width:235px;height:380px;}
  107.  
  108. #foto{position:fixed;margin-left:40px;margin-top:10px;-webkit-transition-duration:0.6s}
  109. #foto img{width:180px;height:240px;}
  110.  
  111.  
  112. #lacinho{position:fixed;margin-left:206px;margin-top:260px;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s}
  113. #lacinho img{width:15px;height:auto;}
  114.  
  115. #frase{position:fixed;margin-left:40px;margin-top:262px;width:165px;font-family:arial;text-align:center;text-decoration:none;color:{color:frase};font-size:12px;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s;;}
  116.  
  117. #frase2{position:fixed;margin-left:40px;margin-top:262px;width:165px;font-family:arial;text-align:center;text-decoration:none;color:{color:frase};font-size:12px;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s;opacity:0}
  118.  
  119. #links{position:fixed;border-bottom:1px dashed {color:linksh};padding:3px;color:{color:frase};margin-left:40px;margin-top:210px;font-family:calibri;font-size:13px;width:174px;text-align:center;font-style:italic;opacity:1;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s;opacity:0;}
  120. #links a:hover{color:{color:linksh};text-shadow:0 0 1px {color:linksh};-webkit-transition-duration:0.6s}
  121.  
  122. #sidebar:hover #frase{opacity:0;}
  123. #sidebar:hover #frase2{opacity:1;}
  124. #sidebar:hover #links{opacity:1;margin-top:220px;}
  125. #sidebar:hover #lacinho{rotate(0deg);-webkit-transform:rotate(360deg);-webkit-transition-duration:0.6s}
  126.  
  127.  
  128. </style>
  129.  
  130.  
  131.  
  132. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  133.  
  134. <div id="sidebar">
  135. <div id="foto"><img src="{image:foto}"></div>
  136. <div id="lacinho"><img src="http://static.tumblr.com/7cjwmpx/xUPnc7nqo/tumblr_inline_n9w7t5it911r1shc4.png"></div>
  137. <div id="borda"></div>
  138.  
  139. <div id="frase">{text:frase}</div>
  140. <div id="frase2">{text:frase2}</div>
  141.  
  142. <div id="links">
  143. <a href="{text:Link1}">{text:Link1 Title}</a>
  144. <a href="{text:Link2}">{text:Link2 Title}</a>
  145. <a href="{text:Link3}">{text:Link3 Title}</a>
  146. <a href="{text:Link4}">{text:Link4 Title}</a>
  147. </div>
  148.  
  149. </div>
  150. <div id="entry">
  151.  
  152. <div class="autopagerize_page_element">
  153. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  154.  
  155. {block:Posts}
  156. <div class="posts">
  157.  
  158. {block:IndexPage}
  159. <div class="notes">
  160. {TimeAgo} </br>
  161. <a href="{permalink}">{NoteCount} notes</a> </br>  
  162. <a href="{reblogurl}"><b>reblog</b></a>
  163. {block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}    
  164. </span>
  165. </div>
  166. {/block:IndexPage}
  167.  
  168.  
  169.  
  170. {block:Text}
  171. {block:Title}{Title}{/block:Title}
  172. {body}
  173. {/block:Text}
  174.  
  175.  
  176.  
  177.  
  178.  {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  179.  {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  180.  
  181.  
  182.  
  183. {block:Photoset}{Photoset-400}{/block:Photoset}
  184.  
  185.  
  186.  
  187. {block:Quote}
  188. <div class="pquote">{Quote}</div>
  189. {block:Source}<div class="pquotesource"> <b>{Source}</b></div>
  190. {/block:Source}
  191. {/block:Quote}
  192.  
  193. {block:Answer}
  194. <div class="pergunta"><b>{Asker}</b>: {Question}</div>
  195. <div class="resposta">{Answer}</div>
  196. {/block:Answer}
  197.  
  198. {block:Link}
  199. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  200. {block:Description} {Description}{/block:Description}
  201. {/block:Link}
  202.  
  203.  
  204. {block:Chat}
  205. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  206. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  207. {block:Chat}
  208.  
  209.  
  210.  
  211. {block:Video}
  212. {Video-500}
  213. {block:Caption}{Caption}{/block:Caption}
  214. {/block:Video}
  215.  
  216.  
  217. {block:Audio}
  218. {AudioPlayerGrey}
  219. {block:TrackName}{TrackName}{/block:TrackName}
  220. {block:Artist}{Artist}{/block:Artist}
  221. {block:Album}{Album}{/block:Album}
  222. {block:PlayCount}{PlayCount}{/block:PlayCount}
  223. {block:Caption}{Caption}{/block:Caption}
  224. {/block:Audio}
  225.  
  226.  
  227.  
  228. <div class="vsanna">
  229. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  230. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  231. </div>
  232.  
  233. </div>
  234. {/block:Posts}
  235.  
  236. {block:PostNotes}
  237.  
  238.  <div class="ol">
  239. <b>Posted in:</b> {DayOfWeek}, {DayOfMonthWithZero} of {Month}, {Year}
  240. </div>
  241. <div class="ol">
  242. <b>Tags:</b> {block:HasTags}{/block:HasTags}
  243. {block:HasTags}
  244. {block:Tags}
  245. <a class="tag" href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  246. </div>
  247. <div class="ol">
  248. <b>With:</b> {NoteCount} notes.
  249. </div>
  250. <div id="notes">{PostNotes}</div>
  251. {/block:PostNotes}<br /></div>
  252. {/block:Posts}
  253. {/block:Posts}
  254.  
  255.  </div> </div> </div> </div> </div>
  256.  
  257.    <div id="credito">
  258. <a href="http://surflowerr.tumblr.com/"><b>surflowerr</b><center><small>by theme</small><img src="http://media.tumblr.com/tumblr_lohoss1GVg1qda978.gif"></center></a>
  259. </a>
  260. </div>
  261.  
  262.  
  263.  
  264.  
  265.  
  266. </div></div>
  267. </body>
  268. </html>
  269.  
  270. </body>
  271. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement