Dejanja

MediaWiki

Common.css: Razlika med redakcijama

(navbar barva)
 
 
(10 vmesnih redakcij istega uporabnika ni prikazanih)
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-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 {
 
.top-bar {
   background-color: #eb4c7d;
+
  padding: .3rem 0;
 +
}
 +
#footer-right-icons {
 +
  background: url(logo/footer-ozadje.jpg);
 +
   background-size: cover;
 +
  padding-top: 30px;
 +
  margin-top: 10px;
 +
}
 +
 
 +
#footer {
 +
  position: absolute;
 +
  bottom: 0;
 +
  left: 0;
 +
  right: 0;
 +
}
 +
#footer-right-icons {
 +
width: 100%;
 +
}
 +
#page-content {
 +
  position: relative;
 +
  padding-bottom: 120px;
 +
  min-height: 100%;
 +
}
 +
 
 +
#mw-indicator-smw-entity-examiner {
 +
display: none;
 
}
 
}

Trenutna redakcija s časom 00:50, 1. julij 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;
}
#footer-right-icons {
  background: url(logo/footer-ozadje.jpg);
  background-size: cover;
  padding-top: 30px;
  margin-top: 10px;
}

#footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#footer-right-icons {
	width: 100%;
}
#page-content {
  position: relative;
  padding-bottom: 120px;
  min-height: 100%;
}

#mw-indicator-smw-entity-examiner {
	display: none;
}