Mudanças entre as edições de "MediaWiki:Common.css"
Linha 32: | Linha 32: | ||
background:#33cc33; | background:#33cc33; | ||
+ | background: -moz-linear-gradient(top, #33cc33 0%, #238e2e 100%); /* FF3.6+ */ | ||
+ | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33cc33), color-stop(100%,#238e2e)); /* Chrome,Safari4+ */ | ||
+ | background: -webkit-linear-gradient(top, #33cc33 0%,#238e2e 100%); /* Chrome10+,Safari5.1+ */ | ||
+ | background: -o-linear-gradient(top, #33cc33 0%,#238e2e 100%); /* Opera 11.10+ */ | ||
+ | background: -ms-linear-gradient(top, #33cc33 0%,#238e2e 100%); /* IE10+ */ | ||
+ | background: linear-gradient(to bottom, #33cc33 0%,#238e2e 100%); /* W3C */ | ||
+ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cc33', endColorstr='#238e2e',GradientType=0 ); /* IE6-9 */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } |
Edição das 14h02min de 29 de abril de 2015
/** o código CSS colocado aqui será aplicado a todos os temas */ span.relaseTopic{ color:white; display: inline-block; min-width: 100px; text-align: center; /* gerado por: http://border-radius.com/ */ /*-webkit-border-top-left-radius: 15px; -webkit-border-bottom-right-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-bottomright: 15px; border-top-left-radius: 15px; border-bottom-right-radius: 15px;*/ -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-right:10px } span.fix{ background:orange; } span.new{ background:#33cc33; background: -moz-linear-gradient(top, #33cc33 0%, #238e2e 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33cc33), color-stop(100%,#238e2e)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #33cc33 0%,#238e2e 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #33cc33 0%,#238e2e 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #33cc33 0%,#238e2e 100%); /* IE10+ */ background: linear-gradient(to bottom, #33cc33 0%,#238e2e 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33cc33', endColorstr='#238e2e',GradientType=0 ); /* IE6-9 */ } span.improve{ background:#0066ff; } span.break{ background:red; } ul.releaseTopicList li{ list-style-type: none !important; list-style-image: none; margin-left:-10px; } div.sideBySide{ overflow: hidden; height: 100%; } div.sideBySide div.tleft, div.sideBySide div.floatleft, div.sideBySide table.floatleft{ clear: none; } table.wikitable.propertytable > tbody > tr > td:first-child { width: 250px !important; }