Mudanças entre as edições de "MediaWiki:Common.css"
Linha 7: | Linha 7: | ||
min-width: 100px; | min-width: 100px; | ||
padding-left: 15px; | padding-left: 15px; | ||
− | + | text-align: center; | |
/* gerado por: http://border-radius.com/ */ | /* gerado por: http://border-radius.com/ */ | ||
− | |||
-webkit-border-bottom-right-radius: 30px; | -webkit-border-bottom-right-radius: 30px; | ||
− | - | + | -webkit-border-bottom-left-radius: 30px; |
-moz-border-radius-bottomright: 30px; | -moz-border-radius-bottomright: 30px; | ||
− | + | -moz-border-radius-bottomleft: 30px; | |
border-bottom-right-radius: 30px; | border-bottom-right-radius: 30px; | ||
+ | border-bottom-left-radius: 30px; | ||
margin-right:10px | margin-right:10px |
Edição das 14h41min de 10 de julho de 2014
/** o código CSS colocado aqui será aplicado a todos os temas */ span.relaseTopic{ color:white; display: inline-block; min-width: 100px; padding-left: 15px; text-align: center; /* gerado por: http://border-radius.com/ */ -webkit-border-bottom-right-radius: 30px; -webkit-border-bottom-left-radius: 30px; -moz-border-radius-bottomright: 30px; -moz-border-radius-bottomleft: 30px; border-bottom-right-radius: 30px; border-bottom-left-radius: 30px; margin-right:10px } span.fix{ background:orange; } span.new{ background:#33cc33; } span.improve{ background:#0066ff; } span.break{ background:red; } ul.releaseTopicList li{ list-style-type: none !important; list-style-image: none; margin-left:-10px; }