Advertisement
thaisz

Theme 90

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