Advertisement
thaisz

Theme 85

Oct 22nd, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.03 KB | None | 0 0
  1. <!------------------❀ ✿ THEME POR SURFLOWERR ❀ ✿--------------->
  2.  
  3.  
  4. <head>
  5.  
  6.  
  7.  
  8. <meta name="color:background" content="#ffffff" />
  9. <meta name="image:background" content="" />
  10. <meta name="color:text" content="#000" />
  11. <meta name="color:link" content="#000" />
  12. <meta name="color:hover" content="#000" />
  13. <meta name="color:frase" content="#000" />
  14. <meta name="color:ask" content="#000" />
  15. <meta name="image:foto" content="" />
  16. <meta name="text:frase" content="frase aqui" />
  17.  
  18.  
  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;padding:2px;border-bottom:1px dashed {color:ask};}
  84.  .resposta{text-align:justify;}
  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:12px;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;width:235px;height:380px;}
  107.  
  108.  
  109. #foto{position:fixed;margin-left:40px;margin-top:10px;-webkit-transition: 0.9s ease-in;-moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
  110. #foto img{width:180px;height:240px;}
  111.  
  112. #ancora{position:fixed;margin-left:40px;margin-top:258px;;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s}
  113. #ancora img{width:19px;height:auto;}
  114. #frase{position:fixed;width:160px;background:#fff;color:{color:frase};font-family:cambria;font-size:8px;margin-top:259px;margin-left:62px;text-transform:uppercase;text-align:center;letter-spacing:1px;font-weight:bold;text-shadow:0px -10px 0px transparent, 0px 10px 0px transparent;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s;}
  115.  
  116. #sidebar:hover #frase{text-shadow:0px 0px 0px {color:frase};, 0px 0px 0px {color:frase};-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s;}
  117.  
  118. #links{width:178px;background:#000;margin-left:40px;margin-top:265px;opacity:0;color:#fff;text-align:center;font-size:9px;font-family:arial;text-transform:uppercase;padding:2px;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s;}
  119. #links a{color:#fff;}
  120. #links a:hover{font-weight:bold;}
  121.  
  122. #sidebar:hover #links{margin-top:272px;opacity:1;}
  123. </style>
  124.  
  125.  
  126.  
  127. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  128.  
  129.  
  130.  
  131.  
  132. <div id="sidebar">
  133. <div id="foto"><img src="{image:foto}"></div>
  134. <div id="ancora"><img src="http://static.tumblr.com/7cjwmpx/7Tzndv4d1/1305811843-pixelizacao-bone-new-era-edit-4-ranieriloko2010.png"></div>
  135.  
  136. <div id="frase">{text:frase}</div>
  137.  
  138. <div id="links">
  139. <a href="{text:Link1}">{text:Link1 Title}</a>
  140. <a href="{text:Link2}">{text:Link2 Title}</a>
  141. <a href="{text:Link3}">{text:Link3 Title}</a>
  142. <a href="{text:Link4}">{text:Link4 Title}</a>
  143. </div>
  144. </div>
  145. <div id="entry">
  146.  
  147. <div class="autopagerize_page_element">
  148. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  149.  
  150. {block:Posts}
  151. <div class="posts">
  152.  
  153. {block:IndexPage}
  154. <div class="notes">
  155. {TimeAgo} </br>
  156. <a href="{permalink}">{NoteCount} notes</a> </br>  
  157. <a href="{reblogurl}"><b>reblog</b></a>
  158. {block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}    
  159. </span>
  160. </div>
  161. {/block:IndexPage}
  162.  
  163.  
  164.  
  165. {block:Text}
  166. {block:Title}{Title}{/block:Title}
  167. {body}
  168. {/block:Text}
  169.  
  170.  
  171.  
  172.  
  173.  {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  174.  {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  175.  
  176.  
  177.  
  178. {block:Photoset}{Photoset-400}{/block:Photoset}
  179.  
  180.  
  181.  
  182. {block:Quote}
  183. <div class="pquote">{Quote}</div>
  184. {block:Source}<div class="pquotesource"> <b>{Source}</b></div>
  185. {/block:Source}
  186. {/block:Quote}
  187.  
  188. {block:Answer}
  189. <div class="pergunta"><font color="{color:ask}"></font> <b>{Asker}</b>: {Question}</div>
  190. <div class="resposta">{Answer}</div>
  191. {/block:Answer}
  192.  
  193. {block:Link}
  194. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  195. {block:Description} {Description}{/block:Description}
  196. {/block:Link}
  197.  
  198.  
  199. {block:Chat}
  200. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  201. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  202. {block:Chat}
  203.  
  204.  
  205.  
  206. {block:Video}
  207. {Video-500}
  208. {block:Caption}{Caption}{/block:Caption}
  209. {/block:Video}
  210.  
  211.  
  212. {block:Audio}
  213. {AudioPlayerGrey}
  214. {block:TrackName}{TrackName}{/block:TrackName}
  215. {block:Artist}{Artist}{/block:Artist}
  216. {block:Album}{Album}{/block:Album}
  217. {block:PlayCount}{PlayCount}{/block:PlayCount}
  218. {block:Caption}{Caption}{/block:Caption}
  219. {/block:Audio}
  220.  
  221.  
  222.  
  223. <div class="vsanna">
  224. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  225. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  226. </div>
  227.  
  228. </div>
  229. {/block:Posts}
  230.  
  231. {block:PostNotes}
  232.  
  233.  <div class="ol">
  234. <b>Posted in:</b> {DayOfWeek}, {DayOfMonthWithZero} of {Month}, {Year}
  235. </div>
  236. <div class="ol">
  237. <b>Tags:</b> {block:HasTags}{/block:HasTags}
  238. {block:HasTags}
  239. {block:Tags}
  240. <a class="tag" href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  241. </div>
  242. <div class="ol">
  243. <b>With:</b> {NoteCount} notes.
  244. </div>
  245. <div id="notes">{PostNotes}</div>
  246. {/block:PostNotes}<br /></div>
  247. {/block:Posts}
  248. {/block:Posts}
  249.  
  250.  </div> </div> </div> </div> </div>
  251.  
  252.    <div id="credito">
  253. <a href="http://surflowerr.tumblr.com/theminhos"><b>surflowerr</b><center><small>by themes</small><img src="http://static.tumblr.com/7cjwmpx/heLndlk25/2-7.png"></center></a>
  254. </a>
  255. </div>
  256.  
  257.  
  258.  
  259.  
  260.  
  261. </div></div>
  262. </body>
  263. </html>
  264.  
  265. </body>
  266. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement