Mudanças entre as edições de "MediaWiki:Common.css"
Linha 13: | Linha 13: | ||
margin-top: 4px; | margin-top: 4px; | ||
border: 1px solid transparent; | border: 1px solid transparent; | ||
− | |||
− | |||
} | } | ||
− | span.fix{ | + | span.relaseTopic.fix{ |
color: black; | color: black; | ||
border-color: orange; | border-color: orange; | ||
Linha 30: | Linha 28: | ||
} | } | ||
− | span.new{ | + | span.relaseTopic.new{ |
border-color: #238e2e; | border-color: #238e2e; | ||
background: #33cc33; | background: #33cc33; | ||
Linha 42: | Linha 40: | ||
} | } | ||
− | span.improve{ | + | span.relaseTopic.improve{ |
border-color: #0040cc; | border-color: #0040cc; | ||
background:#0066ff; | background:#0066ff; | ||
Linha 55: | Linha 53: | ||
} | } | ||
− | span.break{ | + | span.relaseTopic.break{ |
border-color: #bf0000; | border-color: #bf0000; | ||
background:red; | background:red; | ||
Linha 65: | Linha 63: | ||
background: linear-gradient(to bottom, #ff0000 0%,#bf0000 100%); /* W3C */ | background: linear-gradient(to bottom, #ff0000 0%,#bf0000 100%); /* W3C */ | ||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bf0000',GradientType=0 ); /* IE6-9 */ | filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bf0000',GradientType=0 ); /* IE6-9 */ | ||
− | |||
} | } | ||
Edição das 14h21min 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; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-right:10px; margin-top: 4px; border: 1px solid transparent; } span.relaseTopic.fix{ color: black; border-color: orange; background: orange; background: -moz-linear-gradient(top, #fcef00 0%, #ffa500 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcef00), color-stop(100%,#ffa500)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #fcef00 0%,#ffa500 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #fcef00 0%,#ffa500 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #fcef00 0%,#ffa500 100%); /* IE10+ */ background: linear-gradient(to bottom, #fcef00 0%,#ffa500 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcef00', endColorstr='#ffa500',GradientType=0 ); /* IE6-9 */ } span.relaseTopic.new{ border-color: #238e2e; 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.relaseTopic.improve{ border-color: #0040cc; background:#0066ff; background: -moz-linear-gradient(top, #0066ff 0%, #0040cc 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066ff), color-stop(100%,#0040cc)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #0066ff 0%,#0040cc 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #0066ff 0%,#0040cc 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #0066ff 0%,#0040cc 100%); /* IE10+ */ background: linear-gradient(to bottom, #0066ff 0%,#0040cc 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0066ff', endColorstr='#0040cc',GradientType=0 ); /* IE6-9 */ } span.relaseTopic.break{ border-color: #bf0000; background:red; background: -moz-linear-gradient(top, #ff0000 0%, #bf0000 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0000), color-stop(100%,#bf0000)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ff0000 0%,#bf0000 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ff0000 0%,#bf0000 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ff0000 0%,#bf0000 100%); /* IE10+ */ background: linear-gradient(to bottom, #ff0000 0%,#bf0000 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#bf0000',GradientType=0 ); /* IE6-9 */ } 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; }