/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,button { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html,body{width:100%; height:100%;} body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } strong{ font-weight:bold;} .hidden{ display:none;} .link, button, a{ cursor:pointer;} .clear{ clear:both;} .centered{ text-align:center;} .left{ float:left;} .right{ float:right;} .block{ display:block;} .inline{ display:inline-block; zoom:1; *display:inline;} .uppercase{ text-transform:uppercase;} .unselectable{ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .border-radius (@tl: 5px, @tr: 5px, @bl: 5px, @br: 5px) { -webkit-border-top-left-radius: @tl; -webkit-border-top-right-radius: @tr; -webkit-border-bottom-right-radius: @br; -webkit-border-bottom-left-radius: @bl; -moz-border-radius-topleft: @tl; -moz-border-radius-topright: @tr; -moz-border-radius-bottomright: @br; -moz-border-radius-bottomleft: @bl; border-top-left-radius: @tl; border-top-right-radius: @tr; border-bottom-right-radius: @br; border-bottom-left-radius: @bl; behavior: url(PIE.htc); } .inner_shadow (@value: 5px){ -moz-box-shadow: inset 1px 1px @value #888; -webkit-box-shadow: inset 1px 1px @value #888; box-shadow: inner 1px 1px @value #888; behavior: url(PIE.htc); } .shadow (@value: 5px, @color: #444){ -moz-box-shadow: 5px 5px @value @color; -webkit-box-shadow: 5px 5px @value @color; box-shadow: 5px 5px @value @color; behavior: url(PIE.htc); } .opacity (@value: .50, @filter: 50){ opacity:@value; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity='@{filter}'); /* filter:alpha(opacity=@filter); */ } .interface{ position:absolute; z-index:99999; .unselectable; } /*Gradients*/ .gradient_color(@color: #000, @color2: transparent, @rgba1: #000, @rgba2: transparent, @rgba3: transparent){ background: -moz-linear-gradient(top, @rgba1 0%, @rgba2 58%, @rgba3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,@rgba1), color-stop(58%,@rgba2), color-stop(100%,@rgba3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, @rgba1 0%,@rgba2 58%,@rgba3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, @rgba1 0%,@rgba2 58%,@rgba3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, @rgba1 0%,@rgba2 58%,@rgba3 100%); /* IE10+ */ background: linear-gradient(to bottom, @rgba1 0%,@rgba2 58%,@rgba3 100%); /* W3C */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf442f00', endColorstr='#03442f00',GradientType=0 ); /* IE6-9 */ } .gradient_orange{ background: #d95717; /* Old browsers */ background: -moz-linear-gradient(left, #d95717 0%, #e99429 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d95717), color-stop(100%,#e99429)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(left, #d95717 0%,#e99429 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(left, #d95717 0%,#e99429 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(left, #d95717 0%,#e99429 100%); /* IE10+ */ background: linear-gradient(to right, #d95717 0%,#e99429 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d95717', endColorstr='#e99429',GradientType=1 ); /* IE6-9 */ } .tooltip{ display:none; width:136px; .top{ width:100%; height:6px; background:url(../images/tooltip_simulador_top.png) top center no-repeat;} .content{ background:#fff; font-size:12px; line-height:14px; padding:6px 12px; color:#000; word-wrap:normal; text-align:justify; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto; .border-radius(); } .bottom{ width:100%; height:7px; background:url(../images/tooltip_simulador_bottom.png) center center no-repeat;} }