Difere entre revisas de "MediaWiki:Chameleon.css"
De Red Zambala
Zambala (discute | contribuis) No resoma de edita |
Zambala (discute | contribuis) No resoma de edita |
||
| Linia 48: | Linia 48: | ||
/* Create a container for better navbar positioning */ | |||
/* Create a container for better navbar positioning */ | /* Create a container for better navbar positioning */ | ||
.navbar-navhead .container, | .navbar-navhead .container, | ||
| Linia 58: | Linia 59: | ||
} | } | ||
/* Create a centered brand | /* Create a centered brand text using ::before on the container */ | ||
.navbar | .navbar .container::before { | ||
content: "Red Zambala"; | |||
position: absolute; | position: absolute; | ||
left: 50%; | left: 50%; | ||
transform: translateX(-50%); | transform: translateX(-50%); | ||
top: | top: 0.2rem; | ||
font-family: 'Times New Roman', 'Times', Serif; | font-family: 'Times New Roman', 'Times', Serif; | ||
letter-spacing: .5px; | letter-spacing: .5px; | ||
| Linia 73: | Linia 71: | ||
font-size: calc(26px + .88vw); | font-size: calc(26px + .88vw); | ||
color: #008ff1 !important; | color: #008ff1 !important; | ||
z-index: 1000; | |||
pointer-events: none; | |||
} | } | ||
/* | /* Hide the original Red Zambala link in navigation */ | ||
.navbar-nav a[href*="Red_Zambala"] | .navbar-nav a[href*="Red_Zambala"], | ||
.navbar-nav a[title="Red Zambala"] { | |||
display: none; | |||
} | } | ||
/* | /* Also hide it in the collapsed mobile menu */ | ||
.navbar- | .navbar-collapse .navbar-nav a[href*="Red_Zambala"], | ||
.navbar-collapse .navbar-nav a[title="Red Zambala"] { | |||
display: none; | |||
} | } | ||
.navbar- | /* Make sure the logo doesn't overlap with our centered brand */ | ||
.navbar-header .navbar-brand { | |||
margin-right: 3rem; | |||
} | } | ||
/* | /* Give more space for our brand in mobile view */ | ||
.navbar- | @media (max-width: 767px) { | ||
.navbar .container::before { | |||
font-size: calc(22px + .8vw); | |||
top: 0.5rem; | |||
} | |||
/* Push navbar toggle button to the edge */ | |||
.navbar-toggler { | |||
margin-right: 0; | |||
padding-right: 0; | |||
} | |||
} | } | ||
Revisa de 23:25, 15 maio 2025
.p-navbar {
background-color: transparent;
border-bottom: solid #f1008f;
}
.navbar-light .navbar-nav .nav-link,.p-navbar .navbar-nav .nav-link, .navbar-light .navbar-nav .p-navbar .navbar-tool > a, .p-navbar .navbar-light .navbar-nav .navbar-tool > a, .p-navbar .navbar-nav .navbar-tool > a {
color: #282A36;
}
#footer-places{display:none !important}
#footer-info div:nth-of-type(2){display:none}
#footer-icons div:nth-of-type(2) {
display: none;
}
.navbar-light .navbar-nav .nav-link:hover, .p-navbar .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .p-navbar .navbar-tool > a:hover, .p-navbar .navbar-light .navbar-nav .navbar-tool > a:hover, .p-navbar .navbar-nav .navbar-tool > a:hover, .navbar-light .navbar-nav .nav-link:focus, .p-navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .p-navbar .navbar-tool > a:focus, .p-navbar .navbar-light .navbar-nav .navbar-tool > a:focus, .p-navbar .navbar-nav .navbar-tool > a:focus {
color: #282A36;
}
body {
background: url(/img/sicily.jpg) 0 #fff;
}
#content {
background-color: #ffffff;
}
#bodyContent p {font-size: 1.125rem}
/* Internal wiki links */
#mw-content-text a,
#mw-content-text a:visited,
#mw-content-text a:hover,
#mw-content-text a:focus {
color: #007fff;
}
.mw-parser-output a.extiw:visited, .mw-parser-output a.external:visited {
color: #d51bb3 !important;
}
.mw-parser-output a.extiw, .mw-parser-output a.external {
color: #d51bb3 !important;
}
.mw-body .catlinks a {
color: #ff5582;
}
/* Create a container for better navbar positioning */
/* Create a container for better navbar positioning */
.navbar-navhead .container,
.navbar .container {
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
width: 100%;
}
/* Create a centered brand text using ::before on the container */
.navbar .container::before {
content: "Red Zambala";
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0.2rem;
font-family: 'Times New Roman', 'Times', Serif;
letter-spacing: .5px;
font-weight: 500;
font-size: calc(26px + .88vw);
color: #008ff1 !important;
z-index: 1000;
pointer-events: none;
}
/* Hide the original Red Zambala link in navigation */
.navbar-nav a[href*="Red_Zambala"],
.navbar-nav a[title="Red Zambala"] {
display: none;
}
/* Also hide it in the collapsed mobile menu */
.navbar-collapse .navbar-nav a[href*="Red_Zambala"],
.navbar-collapse .navbar-nav a[title="Red Zambala"] {
display: none;
}
/* Make sure the logo doesn't overlap with our centered brand */
.navbar-header .navbar-brand {
margin-right: 3rem;
}
/* Give more space for our brand in mobile view */
@media (max-width: 767px) {
.navbar .container::before {
font-size: calc(22px + .8vw);
top: 0.5rem;
}
/* Push navbar toggle button to the edge */
.navbar-toggler {
margin-right: 0;
padding-right: 0;
}
}