| Línea 37: | Línea 37: | ||
} | } | ||
| − | table td.mw-input | + | table td.mw-input{ |
| − | { | + | |
display: inline-block; | display: inline-block; | ||
-webkit-box-sizing: border-box; | -webkit-box-sizing: border-box; | ||
| Línea 44: | Línea 43: | ||
box-sizing: border-box; | box-sizing: border-box; | ||
width: 340px; | width: 340px; | ||
| − | |||
padding: 10px 20px; | padding: 10px 20px; | ||
border: 1px solid #dcdcdc; | border: 1px solid #dcdcdc; | ||
| Línea 63: | Línea 61: | ||
-webkit-background-size: auto auto; | -webkit-background-size: auto auto; | ||
background-size: auto auto; | background-size: auto auto; | ||
| + | } | ||
| + | table td.mw-input input{ | ||
| + | height: 50px; | ||
| + | } | ||
| + | |||
| + | table td.mw-input textarea{ | ||
| + | height: 300px; | ||
} | } | ||
Revisión del 10:26 2 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;
}
table td.mw-input{
display: inline-block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 340px;
padding: 10px 20px;
border: 1px solid #dcdcdc;
-webkit-border-radius: 1px;
border-radius: 1px;
font: normal 16px/normal "Raleway",Helvetica,sans-serif;
color: #8F8F8F;
-o-text-overflow: clip;
text-overflow: clip;
background: -webkit-linear-gradient(90deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 74%,rgba(198,198,198,1) 100%);
background: -moz-linear-gradient(0deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 74%,rgba(198,198,198,1) 100%);
background: linear-gradient(0deg,rgba(255,255,255,1) 0,rgba(255,255,255,1) 74%,rgba(198,198,198,1) 100%);
background-position: 50% 50%;
-webkit-background-origin: padding-box;
background-origin: padding-box;
-webkit-background-clip: border-box;
background-clip: border-box;
-webkit-background-size: auto auto;
background-size: auto auto;
}
table td.mw-input input{
height: 50px;
}
table td.mw-input textarea{
height: 300px;
}
