MediaWiki:Common.css: mudanças entre as edições
De Wiki Cursos IFPR Foz
Ir para navegaçãoIr para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
(3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
Linha 1: | Linha 1: | ||
input#wpSave { | |||
background: rgb(10, 53, 189); | |||
border-radius: 3px; | |||
color: white; | |||
border: 0px; | |||
padding: 4px 10px; | |||
cursor:pointer; | |||
} | |||
input#wpSave:hover { | |||
background: rgb(173, 0, 0); | |||
} | |||
#catlinks li{ | #catlinks li{ | ||
border: none !important; | border: none !important; | ||
Linha 28: | Linha 39: | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
div.catlinks ul a.new{ | |||
color: #a55858; | |||
} | |||
a:visited{ | a:visited{ | ||
color: #0645ad | color: #0645ad; | ||
} | } | ||
.mw-userlink{ | .mw-userlink{ |
Edição atual tal como às 01h25min de 11 de abril de 2014
input#wpSave {
background: rgb(10, 53, 189);
border-radius: 3px;
color: white;
border: 0px;
padding: 4px 10px;
cursor:pointer;
}
input#wpSave:hover {
background: rgb(173, 0, 0);
}
#catlinks li{
border: none !important;
}
pre{
font-size:14px;
}
div.catlinks ul a:hover {
background-color: #14A7C6;
color: #F3F1D9;
border: 2px solid #14A7C6;
text-decoration: none;
color: white !important;
}
div.catlinks ul a{
color: #1087A4;
background-color: #fff;
border: 2px solid #14A7C6;
padding: 3px 5px 3px 5px;
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
margin: 2px 2px 2px 0;
text-decoration: none;
font-size: 90%;
line-height: 1.4;
white-space: nowrap;
display: inline-block;
}
div.catlinks ul a.new{
color: #a55858;
}
a:visited{
color: #0645ad;
}
.mw-userlink{
color: black !important;
}
a .mw-userlink{
color: black !important;
}
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px dashed #2f6fab;
}
.mw-geshi{
font-size:14px;
}