Mudanças entre as edições de "MediaWiki:Common.css"
De FNS
| Linha 14: | Linha 14: | ||
background: #3D87C4 | background: #3D87C4 | ||
| + | } | ||
| + | |||
| + | .column { | ||
| + | float: left; | ||
| + | position: relative; | ||
| + | width: 20%; | ||
| + | |||
| + | /*for demo purposes only */ | ||
| + | background: #f2f2f2; | ||
| + | border: 1px solid #e6e6e6; | ||
| + | box-sizing: border-box; | ||
| + | } | ||
| + | |||
| + | .column-offset-1 { | ||
| + | left: 20%; | ||
| + | } | ||
| + | .column-offset-2 { | ||
| + | left: 40%; | ||
| + | } | ||
| + | .column-offset-3 { | ||
| + | left: 60%; | ||
| + | } | ||
| + | .column-offset-4 { | ||
| + | left: 80%; | ||
| + | } | ||
| + | |||
| + | .column-inset-1 { | ||
| + | left: -20%; | ||
| + | } | ||
| + | .column-inset-2 { | ||
| + | left: -40%; | ||
| + | } | ||
| + | .column-inset-3 { | ||
| + | left: -60%; | ||
| + | } | ||
| + | .column-inset-4 { | ||
| + | left: -80%; | ||
} | } | ||
Edição das 12h07min de 30 de maio de 2022
#mw-head{
background: #68ACE3;
color: #fff;
}
#mw-body{
background: #3D87C4
}
.column {
float: left;
position: relative;
width: 20%;
/*for demo purposes only */
background: #f2f2f2;
border: 1px solid #e6e6e6;
box-sizing: border-box;
}
.column-offset-1 {
left: 20%;
}
.column-offset-2 {
left: 40%;
}
.column-offset-3 {
left: 60%;
}
.column-offset-4 {
left: 80%;
}
.column-inset-1 {
left: -20%;
}
.column-inset-2 {
left: -40%;
}
.column-inset-3 {
left: -60%;
}
.column-inset-4 {
left: -80%;
}