Advertisement
thaisz

Theme 86

Oct 23rd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.43 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:8px;height:auto;;margin-left:1px;margin-top:4px;}
  103.  
  104. #credito:hover{height:21px;}
  105.  
  106. #sidebar{position:fixed;margin-left:210px;margin-top:40px;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:155px; height:207px;}
  111.  
  112.  
  113. #menu{position:fixed;margin-left:53px;width:140px;font-family:calibri;font-size:10px;text-align:center;margin-top:225px;color:{color:frase};text-decoration:none;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s;text-transform:uppercase;opacity:0;}
  114. #menu a:hover{text-decoration:line-through}
  115.  
  116. #flor{position:fixed;margin-left:40px;margin-top:225px;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s}
  117. #flor img{Width:13px;}
  118.  
  119. #sidebar:hover #flor{opacity:0;}
  120.  
  121. #flor2{position:fixed;margin-left:40px;margin-top:225px;-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;}
  122. #flor2 img{Width:13px;}
  123.  
  124. #sidebar:hover #flor2{opacity:1;}
  125.  
  126. #frase{position:fixed;margin-left:57px;margin-top:225px;width:138px;color:{color:frase};font-family:calibri;font-size:10px;text-align:left;text-decoration:none;text-transform:uppercase;background:;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s}
  127.  
  128. #sidebar:hover #menu{margin-top:240px;opacity:1;}
  129.  
  130. #borda{position:fixed;margin-left:35px;height:207px;bordeR-left:1px dashed #000;margin-top:10px;width:30px;-webkit-transition: all 0.6s ease-in-out; -moz-transition-duration:0.6s; -webkit-transition-duration:0.6s; -o-transition-duration:0.6s}
  131.  
  132. #sidebar:hover #borda{opacity:0;}
  133.  
  134. </style>
  135.  
  136.  
  137.  
  138. <body oncontextmenu="return false" onselectstart="return false" onmousedown="return false" onkeydown="return false">
  139.  
  140.  
  141.  
  142.  
  143. <div id="sidebar">
  144. <div id="foto"><img src="{image:foto}"></div>
  145.  
  146. <div id="flor"><img src="http://static.tumblr.com/7cjwmpx/3z2ndwur9/sem_t__tulo_1x_-_c__pia.png"></div>
  147.  
  148. <div id="menu">
  149. <a href="{text:Link1}">{text:Link1 Title}</a>
  150. <a href="{text:Link2}"><b>{text:Link2 Title}</b></a>
  151. <a href="{text:Link3}">{text:Link3 Title}</a>
  152. <a href="{text:Link4}"><b>{text:Link4 Title}</b></a>
  153. </div>    
  154.  
  155. <div id="frase">{text:frase}</div>
  156.  
  157. <div id="flor2"><img src="http://static.tumblr.com/7cjwmpx/DSXndwvax/sem_t__tulo_1x.png"></div>
  158.  
  159. <div id="borda"></div>    
  160. </div>
  161. </div>
  162. <div id="entry">
  163.  
  164. <div class="autopagerize_page_element">
  165. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  166.  
  167. {block:Posts}
  168. <div class="posts">
  169.  
  170. {block:IndexPage}
  171. <div class="notes">
  172. {TimeAgo} </br>
  173. <a href="{permalink}">{NoteCount} notes</a> </br>  
  174. <a href="{reblogurl}"><b>reblog</b></a>
  175. {block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}    
  176. </span>
  177. </div>
  178. {/block:IndexPage}
  179.  
  180.  
  181.  
  182. {block:Text}
  183. {block:Title}{Title}{/block:Title}
  184. {body}
  185. {/block:Text}
  186.  
  187.  
  188.  
  189.  
  190.  {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}
  191.  {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  192.  
  193.  
  194.  
  195. {block:Photoset}{Photoset-400}{/block:Photoset}
  196.  
  197.  
  198.  
  199. {block:Quote}
  200. <div class="pquote">{Quote}</div>
  201. {block:Source}<div class="pquotesource"> <b>{Source}</b></div>
  202. {/block:Source}
  203. {/block:Quote}
  204.  
  205. {block:Answer}
  206. <div class="pergunta"><font color="{color:ask}"></font> <b>{Asker}</b>: {Question}</div>
  207. <div class="resposta">{Answer}</div>
  208. {/block:Answer}
  209.  
  210. {block:Link}
  211. <a href="{URL}" {Target}><h1>{Name}</h1></a>
  212. {block:Description} {Description}{/block:Description}
  213. {/block:Link}
  214.  
  215.  
  216. {block:Chat}
  217. {block:Title}<a href="{Permalink}">{Title}</a>{/block:Title}
  218. {block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <b>{Label}</b> {/block:Label} {Line}</li>{/block:Lines}
  219. {block:Chat}
  220.  
  221.  
  222.  
  223. {block:Video}
  224. {Video-500}
  225. {block:Caption}{Caption}{/block:Caption}
  226. {/block:Video}
  227.  
  228.  
  229. {block:Audio}
  230. {AudioPlayerGrey}
  231. {block:TrackName}{TrackName}{/block:TrackName}
  232. {block:Artist}{Artist}{/block:Artist}
  233. {block:Album}{Album}{/block:Album}
  234. {block:PlayCount}{PlayCount}{/block:PlayCount}
  235. {block:Caption}{Caption}{/block:Caption}
  236. {/block:Audio}
  237.  
  238.  
  239.  
  240. <div class="vsanna">
  241. {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  242. {block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  243. </div>
  244.  
  245. </div>
  246. {/block:Posts}
  247.  
  248. {block:PostNotes}
  249.  
  250.  <div class="ol">
  251. <b>Posted in:</b> {DayOfWeek}, {DayOfMonthWithZero} of {Month}, {Year}
  252. </div>
  253. <div class="ol">
  254. <b>Tags:</b> {block:HasTags}{/block:HasTags}
  255. {block:HasTags}
  256. {block:Tags}
  257. <a class="tag" href="{TagURL}">{Tag},</a> {/block:Tags}{/block:HasTags}
  258. </div>
  259. <div class="ol">
  260. <b>With:</b> {NoteCount} notes.
  261. </div>
  262. <div id="notes">{PostNotes}</div>
  263. {/block:PostNotes}<br /></div>
  264. {/block:Posts}
  265. {/block:Posts}
  266.  
  267.  </div> </div> </div> </div> </div>
  268.  
  269.    <div id="credito">
  270. <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>
  271. </a>
  272. </div>
  273.  
  274.  
  275.  
  276.  
  277.  
  278. </div></div>
  279. </body>
  280. </html>
  281.  
  282. </body>
  283. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement