Usuario:Timwi/monobook.css
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é.
/* Please feel free to consider the contents of this page
as being in the public domain. You may copy and modify
this freely. Currently, this doesn't do very much. */
/* Round the corners of everything. */
#p-cactions ul li, #p-cactions ul li a {
-moz-border-radius-topleft: 8.1px; /* 0.59em; */
-moz-border-radius-topright: 8px; /* 0.57em; */
}
#content {
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-bottomleft: 8.5px;
}
div.pBody {
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 8.4px;
}
pre, table#toc, div.thumb div {
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8.5px;
-moz-border-radius-bottomright: 8.4px;
}
/* Change the background colour (and selected tab border
colour) for non-article pages */
#content, #p-cactions ul li.selected a {
background: #f5f5ff;
}
#p-cactions ul li.selected {
border-color: #1080fa;
}
.ns-0 #content, .ns-0 #p-cactions ul li.selected a {
background: white;
}
.ns-0 #p-cactions ul li.selected {
border-color: #fabd23;
}
/* Change the colour and style of the borders around
"pre"s. */
pre {
border: 1px solid #A2C5E6;
}
/* make the Table of Contents look the same way as the
info box in the top-right of my User page. */
table#toc {
border: 1px solid #aaaaaa;
border-spacing: 0;
background-color: #f9f9f9;
padding: 0;
font-size: 95%;
}
table#toc tr td {
background-color: #e9e9e9;
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-topright: 8px;
padding: 0 10px;
}
table#toc tr#tocinside td {
border-top: 1px solid #aaaaaa;
background-color: inherit;
padding: 5px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
}
/* Change the category box to a right-floating, rounded,
smaller box. */
div#catlinks, p.catlinks {
margin: 0;
}
div#catlinks {
padding: 8px;
float: right;
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8.5px;
-moz-border-radius-bottomright: 8.4px;
}
/* Underline all links. */
a { text-decoration: underline; }
table { background: inherit; }
#siteNotice {
background: #fff4f4;
border: 1px solid #ff8080;
text-align: center;
-moz-border-radius-topleft: 8.1px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomleft: 8.5px;
-moz-border-radius-bottomright: 8.4px;
}