Diferencia entre revisiones de «MediaWiki:Common.css»
De WIKI Derecho Fácil
(Página creada con «→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; fon...») |
|||
(No se muestran 6 ediciones intermedias del mismo usuario) | |||
Línea 46: | Línea 46: | ||
.column | .column | ||
{ | { | ||
− | width: | + | width: 47%; |
min-height: 224px; | min-height: 224px; | ||
float:left; | float:left; | ||
− | padding: | + | padding: 1% 1% 20px; |
margin: 1em 1em 0 0; | margin: 1em 1em 0 0; | ||
border: 1px solid #cdddf6; | border: 1px solid #cdddf6; | ||
Línea 75: | Línea 75: | ||
font-size: 20px; | font-size: 20px; | ||
line-height: 35px; | line-height: 35px; | ||
+ | } | ||
+ | |||
+ | @media (max-width: 1145px) { | ||
+ | .column | ||
+ | { | ||
+ | width: 100%; | ||
+ | } | ||
+ | } | ||
+ | |||
+ | .images .center .floatnone a img | ||
+ | { | ||
+ | width: 100%!important; | ||
+ | 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;
}