Diferencia entre revisiones de «Usuario:JanKlaaseen/mediawiki:common.css Ver historial

(Página blanqueada)
Etiqueta: Vaciado
Sin resumen de edición
 
(No se muestran 4 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
h1 {
padding: 0.2em 0.4em;
border: 5px blue;
-moz-border-radius:5px;-webkit-border-radius:5px;
margin:0 0 10px 0;
border:2px solid #000;
background: #006cb0; color:white;
font-size:140%;
font-weight:bold;
text-align:center;
}


h2{
font-family: sans-serif;
margin: 100px auto;
text-align: center;
font-size: 40px;
max-width: 600px;
position:relative;
}
h2:before{
content: "";
display:block;
width: 120px;
height:2px;
background: #000;
position: absolute;
left: 0;
top: 50%;
z-index: -2;
}
h2:after{
content: "";
display:block;
width: 120px;
height:2px;
background: #000;
position: absolute;
right: 0;
top: 50%;
z-index: -2;
}

Revisión actual - 16:58 16 feb 2022

h1 {
padding: 0.2em 0.4em;
border: 5px blue;
-moz-border-radius:5px;-webkit-border-radius:5px;
margin:0 0 10px 0;
border:2px solid #000;
background: #006cb0; color:white;
font-size:140%;
font-weight:bold;
text-align:center;
}

h2{
font-family: sans-serif;
margin: 100px auto;
text-align: center;
font-size: 40px;
max-width: 600px;
position:relative;
}
h2:before{
content: "";
display:block;
width: 120px;
height:2px;
background: #000;
position: absolute;
left: 0;
top: 50%;
z-index: -2;
}
h2:after{
content: "";
display:block;
width: 120px;
height:2px;
background: #000;
position: absolute;
right: 0;
top: 50%;
z-index: -2;
}