Ir al contenido

Usuario:Swazmo/monobook.css

De Wikipedia, la enciclopedia libre

Nota: Después de guardar, debes refrescar la caché de tu navegador para ver los cambios. Internet Explorer: mantén presionada Ctrl mientras pulsas Actualizar. Firefox: mientras presionas Mayús pulsas el botón Actualizar, (o presiona Ctrl-Shift-R). Los usuarios de Google Chrome y Safari pueden simplemente pulsar el botón Recargar. Para más detalles e instrucciones acerca de otros exploradores, véase Ayuda:Cómo limpiar la caché.

#p-personal {
		/* align-content: center; */
		align-items: center;
		background: #898989;
		border: 0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		height: 4vh;
		justify-content: space-around;
		left: 0;
		line-height: 5.2vh;
		margin: 0;
		overflow: visible;
		padding: 0;
		position: absolute;
		top: 0;
		white-space: nowrap;
		width: 100%;
		z-index: 3 !important;}
#utcdate a {
    font-weight: bolder;
    font-size: 150%;
    font-family: monospace;
    line-height: 110%;
}
.mw-disambig a{
	
	font-weight: bolder;
    font-size: 130%;
    font-family: monospace;
    line-height: 110%;
    background:#909090;
}

.bkl-link{
	background:#909090 !important;
	}
.mw-editform #wpSummaryLabel {
    margin: 0;
    text-wrap: pretty;
}
.wikEdFrame {
    float: left;
    width: 133vh !important;
    border: 0;
}
#column-content {
        float: right;
        margin: 38px 0 0.6em -12.2em !important;
	z-index:4 !important;
}
#p-cactions {
        position: absolute !important;
        top: 32px !important;
        left: 12.5em !important;
        margin: 0 !important;
        white-space: nowrap !important;
        width: 91% !important;
        line-height: 1.1em !important;
        overflow: visible !important;
        background: brown !important;
        border-collapse: collapse !important;
        display: flex !important;
        font-size: 95% !important;
        z-index: 6 !important;
    }
#p-cactions ul {
        list-style-type: none !important;
        list-style-image: none !important;
        height:2vh !important;
        display: flex !important;
        align-content: flex-end !important;
        justify-content: center !important;
    }
#p-cactions li {
        margin: 0.2vh !important;
        padding: 0.1vh !important;
        overflow: visible !important;
        display: inline !important;
        border: 1px solid #aaa !important;
        background: #fbfbfb22 !important;
    }
#p-cactions li.selected {
	    background: #fbfbfb99 !important;
        border: 0.500vh solid #fabd23 !important;
        font-weight: bold !important;
    }
 #p-cactions li a {
        background: #fbfbfb22 !important;
        color: #002bb8 !important;
        border: 0 !important;
        padding: 0 0.8em !important;
        text-decoration: none !important;
    }