MediaWiki:Chameleon.css

De Red Zambala

Nota: Pos fisa, tu debe cisa sircoveni la memoria de tua surfador per vide la cambias.

  • Firefox / Safari: Presa la tecla Maj (Shift) e clica Refresci, o presa o Ctrl-F5 o Ctrl-R (⌘-R a Mac)
  • Google Chrome: Presa Ctrl-Shift-R (⌘-Shift-R a Mac)
  • Internet Explorer: Presa Ctrl e clica Refresci, o presa Ctrl-F5
  • Opera: Vade a Menu → Settings (Opera → Preferences a Mac) e de ala a Privacy & security → Clear browsing data → Cached images and files.
.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;
}

/* Style for the navbar to ensure proper flexbox behavior */
.navbar-nav .brand-name {
    text-align: center;
    min-width: 200px;
}

.brand-name a,
.brand-name a:visited,
.brand-name a:hover,
.brand-name a:focus
{
    font-family: 'Times New Roman', 'Times', Serif;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: calc(22px + .7vw);
    color: #008ff1;
    text-decoration: none;
}



/* 1) By default, make every direct child of .navbar NOT grow: */
.navbar-nav > * {
  flex: 0 0 auto;
}

/* 2) But let our brand box grow & center itself: */
.navbar-nav > .navbar-text.mx-auto {
  flex: 1 1 auto;        /* allow it to expand and shrink */
  display: flex;         /* turn it into a flex container */
  justify-content: center; /* center the brand-name inside it */
}

/* 3) Tidy up your brand’s own styling: */
.brand-name {
  white-space: nowrap;    /* avoid wrap */
  text-align: center;     /* extra safety */
}