Przełącz menu
Przełącz menu użytkownika
Nie jesteś zalogowany
Twój adres IP będzie publicznie widoczny, jeśli dokonasz jakichkolwiek zmian.

styles.css: Różnice pomiędzy wersjami

Z SwiadoWiki
(Utworzono nową stronę ".mw-structurednav-navigation-container { background: transparent; border: none; } .mw-structurednav-header { background: transparent; font-weight: bold; } .mw-structurednav-header-title { } .mw-structurednav-groups-container { background: transparent; } .mw-structurednav-group { background: transparent; } .mw-structurednav-group-title { background: transparent; color: #a3a3c2; border: none; font-weight: bold; font-size: 1.25em; vertical-align: text-…")
 
mNie podano opisu zmian
Linia 1: Linia 1:
.mw-structurednav-navigation-container {
.mw-structurednav-navigation-container {
background: transparent;
/* background: transparent; */
border: none;
border: none;
}
}
.mw-structurednav-header {
.mw-structurednav-header {
background: transparent;
/* background: transparent; */
font-weight: bold;
font-weight: bold;
}
}
Linia 10: Linia 10:
}
}
.mw-structurednav-groups-container {
.mw-structurednav-groups-container {
background: transparent;
/* background: transparent; */
}
}
.mw-structurednav-group {
.mw-structurednav-group {
background: transparent;
/* background: transparent; */
}
}
.mw-structurednav-group-title {
.mw-structurednav-group-title {
background: transparent;
/* background: transparent; */
color: #a3a3c2;
color: #a3a3c2;
border: none;
border: none;
font-weight: bold;
font-weight: bold;
font-size: 1.25em;  
font-size: 1.25em;  
     vertical-align: text-top;
     vertical-align: middle;
}
}
.mw-structurednav-group-content-list {
.mw-structurednav-group-content-list {
}
}
.mw-structurednav-group-content-item {
.mw-structurednav-group-content-item {
     vertical-align: text-top;
     vertical-align: middle;
}
}

Wersja z 13:58, 28 lut 2024

.mw-structurednav-navigation-container {
/*	background: transparent; */
	border: none;
}
.mw-structurednav-header {
/*	background: transparent; */
	font-weight: bold;
}
.mw-structurednav-header-title {
}
.mw-structurednav-groups-container {
/*	background: transparent; */
}
.mw-structurednav-group {
/*	background: transparent; */
}
.mw-structurednav-group-title {
/*	background: transparent; */
	color: #a3a3c2;
	border: none;
	font-weight: bold;
	font-size: 1.25em; 
    vertical-align: middle;
}
.mw-structurednav-group-content-list {
}
.mw-structurednav-group-content-item {
    vertical-align: middle;
}