< Usuario:Hasley | sandbox
Sin resumen de edición Etiqueta: Revertido |
Sin resumen de edición Etiqueta: Reversión manual |
||
Línea 38: | Línea 38: | ||
} | } | ||
.tile .tile | .tile .tile.double { | ||
width: 310px; | width: 310px; | ||
} | } |
Revisión del 17:18 22 oct 2021
.tile {
display: block;
float: left;
background-color: #525252;
width: 150px;
height: 150px;
cursor: pointer;
box-shadow: inset 0px 0px 1px #FFFFCC;
text-decoration: none;
color: #ffffff;
position: relative;
font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-weight: 300;
font-size: 11pt;
letter-spacing: 0.02em;
line-height: 14pt;
margin: 0 10px 10px 0;
overflow: hidden;
}
.tile-content {
width: 100%;
height: 100%;
padding: 0;
padding-bottom: 30px;
vertical-align: top;
padding: 10px 15px;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
font-family: 'Segoe UI', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 9pt;
line-height: 11pt;
color: #000000;
color: #ffffff;
line-height: 16px;
}
.tile .tile.double {
width: 310px;
}