MediaWiki:Vector.css: Różnice pomiędzy wersjami

Z Mammonopedia
Przejdź do nawigacji Przejdź do wyszukiwania
mNie podano opisu zmian
mNie podano opisu zmian
Znacznik: Ręczne wycofanie zmian
 
(Nie pokazano 33 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 4: Linia 4:
   height: 160px !important;
   height: 160px !important;
   display: block !important;
   display: block !important;
  margin: 7px !important;
}
}
# p-logo a:hover {
#p-logo a:hover {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}
 
 


}


#p-tb {
#p-tb {
Linia 15: Linia 21:


#mw-panel {
#mw-panel {
   font-size: 16px;
   font-size: 19px;
   line-height: 1.4;
   line-height: 1.4;
  width: 300px;
  padding-left: 0;
  box-sizing: border-box;
}
}




#mw-panel a {
#mw-panel a:not(#p-logo a) {
   color: #666 !important;
   color: #666 !important;
   text-decoration: none;
   text-decoration: none;
   padding: 2px 4px;
   padding: 6px 8px;
   display: block;
   display: block;
   border-radius: 4px;
   border-radius: 4px;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
   transition: background 0.2s ease, color 0.2s ease;
   transition: background 0.2s ease, color 0.2s ease;
}
}


#mw-panel a:hover {
 
#mw-panel a:hover:not(#p-logo a) {
   background-color: #555 !important;
   background-color: #555 !important;
   color: #f0f0f0 !important;
   color: #f0f0f0 !important;
}
}
#footer a {
#footer a {
   color: #666;
   color: #666;
Linia 60: Linia 76:
   background-color: #555 !important;
   background-color: #555 !important;
   color: #f0f0f0 !important;
   color: #f0f0f0 !important;
}
body.page-Strona_główna h1.firstHeading {
    display: none;
}
}

Aktualna wersja na dzień 20:09, 29 lip 2025

#p-logo a {
  background-size: contain !important;
  width: 160px !important;
  height: 160px !important;
  display: block !important;
  margin: 7px !important;
}
#p-logo a:hover {
  background-color: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}




#p-tb {
  display: none;
}


#mw-panel {
  font-size: 19px;
  line-height: 1.4;
  width: 300px;
  padding-left: 0;
  box-sizing: border-box; 
}


#mw-panel a:not(#p-logo a) {
  color: #666 !important;
  text-decoration: none;
  padding: 6px 8px;
  display: block;
  border-radius: 4px;
  max-width: 130px;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
  transition: background 0.2s ease, color 0.2s ease;
}


#mw-panel a:hover:not(#p-logo a) {
  background-color: #555 !important;
  color: #f0f0f0 !important;
}


#footer a {
  color: #666;
  text-decoration: none;
  margin: 0 6px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

#footer a:hover {
  background-color: #555 !important;
  color: #f0f0f0 !important;
}
#pt-login a,
#pt-createaccount a {
  color: #666;
  text-decoration: none;
  margin: 0 6px;
  padding: 4px 8px;
  border-radius: 4px;
  transition: background 0.2s ease, color 0.2s ease;
}

#pt-login a:hover,
#pt-createaccount a:hover {
  background-color: #555 !important;
  color: #f0f0f0 !important;
}
body.page-Strona_główna h1.firstHeading {
    display: none;
}