MediaWiki: Common.css

Da ViscianoPedia.

Nota: dopo aver salvato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tenere premuto il tasto delle maiuscole Shift e fare clic su Ricarica, oppure premere Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premere Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer: tenere premuto il tasto Ctrl e fare clic su Aggiorna, oppure premere Ctrl-F5
  • Opera: Vai nel Menu → Impostazioni (Opera → Preferenze su un Mac) e poi in Privacy & sicurezza → Pulisci dati del browser → Immagini e file nella cache.
/* Gli stili CSS inseriti qui si applicano a tutte le skin */

body {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #444444;
  background-color: #ffffff;
}


.navbar-brand {
    color: #fff;
}

.navbar-default{
background-image: linear-gradient(to bottom,#2196f3 0,#2196f3 100%);
background-repeat: repeat-x;

}

navbar{
  background-color: #2196f3;
  border-color: #0d8aee;
background-image: linear-gradient(to bottom,#2196f3 0,#2196f3 100%);
background-repeat: repeat-x;
}

navbar-inner{
  background-color: #2196f3;
  border-color: #0d8aee;
background-image: linear-gradient(to bottom,#2196f3 0,#2196f3 100%);
background-repeat: repeat-x;
}

background-image{
  background-color: #2196f3;
  border-color: #0d8aee;
background-image: linear-gradient(to bottom,#2196f3 0,#2196f3 100%);
background-repeat: repeat-x;
}


row {
margin-left: 0;
width: 100%;
}

col{
margin-left: 0;
width: 100%;
}

.col-md-offset-1{
    margin-left: 0;
width: 100%;;
}

.col-md-10
{
    margin-left: 0;
width: 100%;
}