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
 
(Nie pokazano 32 pośrednich wersji utworzonych przez tego samego użytkownika)
Linia 1: Linia 1:
.mw-structurednav-navigation-container {
.mw-structurednav-navigation-container {
background: transparent;
background: transparent;
border: none;
    border: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-radius: 4px;
/*    overflow-y: auto; */
    box-sizing: border-box;
    max-width: 768px;
    text-align: left;
}
}
.mw-structurednav-header {
.mw-structurednav-header {
background: transparent;
/* var(--color-progressive); */
/* background: #3366cc; */
font-weight: bold;
font-weight: bold;
border-radius: 8px;
padding-top: 10px;
padding-bottom: 10px;
}
}
.mw-structurednav-header-title {
.mw-structurednav-header-title {
color: white;
text-align: center;
}
}
.mw-structurednav-groups-container {
.mw-structurednav-groups-container {
Linia 14: Linia 27:
.mw-structurednav-group {
.mw-structurednav-group {
background: transparent;
background: transparent;
    vertical-align: middle;
}
}
.mw-structurednav-group-title {
.mw-structurednav-group-title {
background: transparent;
background: none;
color: #a3a3c2;
/* color: #242e42; */
border: none;
border: none;
font-weight: bold;
font-weight: bold;
font-size: 1.25em;
     vertical-align: middle;
     vertical-align: text-top;
}
}
.mw-structurednav-group-content-list {
.mw-structurednav-group-content-list {
    margin: .35em;
    padding: .35em;
    line-height: 1.5em;
}
}
.mw-structurednav-group-content-item {
.mw-structurednav-group-content-item {
    vertical-align: text-top;
margin: 0px;
padding: 0px;
}
}

Aktualna wersja na dzień 00:38, 12 lip 2024

.mw-structurednav-navigation-container {
	background: transparent;
    border: none;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-radius: 4px;
/*    overflow-y: auto; */
    box-sizing: border-box;
    max-width: 768px;
    text-align: left;
}
.mw-structurednav-header {
	/* var(--color-progressive); */
/*	background: #3366cc; */
	font-weight: bold;
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mw-structurednav-header-title {
	color: white;
	text-align: center;
}
.mw-structurednav-groups-container {
	background: transparent;
}
.mw-structurednav-group {
	background: transparent;
    vertical-align: middle;
}
.mw-structurednav-group-title {
	background: none;
/*	color: #242e42; */
	border: none;
	font-weight: bold;
    vertical-align: middle;
}
.mw-structurednav-group-content-list {
    margin: .35em;
    padding: .35em;
    line-height: 1.5em;
}
.mw-structurednav-group-content-item {
	margin: 0px;
	padding: 0px;
}