Diferencia entre revisiones de «MediaWiki:Print.css»
De MateWiki
| Línea 4: | Línea 4: | ||
font-size: 10pt; | font-size: 10pt; | ||
} | } | ||
| + | |||
| + | :link { text-decoration: underline; } | ||
a:active { | a:active { | ||
Revisión del 19:48 30 jun 2013
/* Los estilos CSS colocados aquí afectarán la impresión */
html, body {
font-familiy: sans-serif;
font-size: 10pt;
}
:link { text-decoration: underline; }
a:active {
color: #0645ad;
text-decoration: underline;
}
div.matlab {
padding: 1em;
margin: 1em 0;
border: 1px
dashed #2f6fab;
background-color: #f9f9f9;
}
div.matlab.source-matlab {
font-size: 9pt;
}