| Línea 32: | Línea 32: | ||
font-size: 25px; | font-size: 25px; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
| + | } | ||
| + | td.mw-input #mw-input-wpText{ | ||
| + | width: 453px; | ||
} | } | ||
Revisión del 18:39 1 sep 2015
/* El CSS colocado en esta página será aplicado a todas las apariencias */
table {
width:100%;
border-spacing: 0px;
table-layout: fixed;
}
table, tr{
border: 2px solid #004aa1;
}
td{
border-left: 1px solid #004AA1;
border-right: 1px solid #004AA1;
}
th{
text-align: center;
background-color: #004AA1;
color: white;
padding: 6px;
font-size: 25px;
}
h3{
color: white;
background-color: lightgray;
font-weight: unset;
padding: 8px;
font-size: 20px;
}
h2{
color: #00529E;
font-size: 25px;
text-transform: uppercase;
}
td.mw-input #mw-input-wpText{
width: 453px;
}
