Dejanja

MediaWiki

Common.css: Razlika med redakcijama

Vrstica 1: Vrstica 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
/*
 
.top-bar,
 
.top-bar,
 
.top-bar-section ul li,
 
.top-bar-section ul li,
Vrstica 5: Vrstica 6:
 
   background-color: #eb4c7d;
 
   background-color: #eb4c7d;
 
   color: black;
 
   color: black;
}
 
.top-bar {
 
  padding: .3rem 0;
 
 
}
 
}
 
.top-bar-section li.active:not(.has-form) a:not(.button),
 
.top-bar-section li.active:not(.has-form) a:not(.button),
Vrstica 16: Vrstica 14:
 
button {
 
button {
 
   background-color: black;
 
   background-color: black;
 +
}
 +
*/
 +
.top-bar {
 +
  padding: .3rem 0;
 
}
 
}

Redakcija: 23:08, 17. maj 2021

/* CSS placed here will be applied to all skins */
/*
.top-bar,
.top-bar-section ul li,
.top-bar-section .has-form {
  background-color: #eb4c7d;
  color: black;
}
.top-bar-section li.active:not(.has-form) a:not(.button),
.title-name {
  color: black;
}

button {
  background-color: black;
}
*/
.top-bar {
  padding: .3rem 0;
}