Differenze tra le versioni di "MediaWiki: Common.css"

Da ViscianoPedia.
Riga 7: Riga 7:
 
   color: #444444;
 
   color: #444444;
 
   background-color: #ffffff;
 
   background-color: #ffffff;
 +
}
 +
 +
 +
.navbar-default{
 +
background-image: linear-gradient(to bottom,#2196f3 0,#2196f3 100%);
 +
background-repeat: repeat-x;
 +
 
}
 
}
  
Riga 12: Riga 19:
 
   background-color: #2196f3;
 
   background-color: #2196f3;
 
   border-color: #0d8aee;
 
   border-color: #0d8aee;
 +
background-image: linear-gradient(to bottom,#2196f3 0,#2196f3 100%);
 +
background-repeat: repeat-x;
 
}
 
}
  
Riga 17: Riga 26:
 
   background-color: #2196f3;
 
   background-color: #2196f3;
 
   border-color: #0d8aee;
 
   border-color: #0d8aee;
 +
background-image: linear-gradient(to bottom,#2196f3 0,#2196f3 100%);
 +
background-repeat: repeat-x;
 
}
 
}
  
Riga 22: Riga 33:
 
   background-color: #2196f3;
 
   background-color: #2196f3;
 
   border-color: #0d8aee;
 
   border-color: #0d8aee;
 +
background-image: linear-gradient(to bottom,#2196f3 0,#2196f3 100%);
 +
background-repeat: repeat-x;
 
}
 
}
  

Versione delle 11:32, 5 apr 2017

/* 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-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%;
}