MediaWiki:Common.css: mudanças entre as edições

De Wiki Cursos IFPR Foz
Ir para navegaçãoIr para pesquisar
(Desfeita a edição 464 de Root (Discussão))
Sem resumo de edição
 
(12 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 1: Linha 1:
/** o código CSS colocado aqui será aplicado a todos os temas */
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{
a:visited{
color: #0645ad !important;
color: #0645ad;
}
}
.mw-userlink{
.mw-userlink{
Linha 8: Linha 52:
a .mw-userlink{
a .mw-userlink{
color: black !important;
color: black !important;
}
div.mw-geshi {
  padding: 1em;
  margin: 1em 0;
  border: 1px dashed #2f6fab;
}
.mw-geshi{
font-size:14px;
}
}

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;
}