Diferencia entre revisiones de «MediaWiki:Common.css»

De WIKI Derecho Fácil
Saltar a: navegación, buscar
 
Línea 86: Línea 86:
 
.images .center .floatnone a img
 
.images .center .floatnone a img
 
{
 
{
width: 90%!important;
+
width: 100%!important;
 
height: auto;
 
height: auto;
 
}
 
}

Revisión actual del 16:22 19 jun 2018

/* Los estilos CSS colocados aquí se aplicarán a todas las apariencias */

.main_title
{
text-align: center; 
font-size: 40px;
}

.main_subtitle
{
text-align: center;
font-size: 20px;
}

.main_form
{
text-align: center;
margin: 20px 0;
}

.main_form form input
{
border-radius: 4px;
padding: 10px 16px;
font-size: 18px;
line-height: 1.3333333;
}

.main_table
{
width: 100%;
overflow:hidden;
}

.main_table2
{
width: 99%;
overflow: hidden;
border: 1px solid #cdddf6;
background: #eff4fb;
padding: 20px 0.12em;
text-align: center;
margin: 20px 0;
}

.column
{
width: 47%;
min-height: 224px;
float:left;
padding: 1% 1% 20px;
margin: 1em 1em 0 0;
border: 1px solid #cdddf6;
text-align: center;
background: #eff4fb;
}

.column:last-child
{
margin-right:0;
}

.main_table_title
{
margin-bottom: 15px;
font-size: 20px;
line-height: 35px;
color: #FFF;
background-color: #2d4569;
}

.main_table_title2
{
margin-bottom: 15px;
font-size: 20px;
line-height: 35px;
}

@media (max-width: 1145px) {
.column
{
width: 100%;
}
}

.images .center .floatnone a img
{
width: 100%!important;
height: auto;
}