Diferencia entre revisiones de «Usuario:Hasley/sandbox/styles.css»

(Hasley cambió el modelo de contenido de la página Usuario:Hasley/sandbox/styles.css de "CSS" a "CSS expurgado")
Etiqueta: cambio de modelo de contenido
Sin resumen de edición
Línea 1: Línea 1:
h2 {  
.ptile .tile {
font-size: 1.4375rem;
  display: block;
font-weight: 700;
  float: left;
padding: 0;
  background-color: #525252;
margin: 0 0 1rem 0;
  width: 150px;
font-family: 'Segoe UI';
  height: 150px;
text-decoration: none;
  cursor: pointer;
border: 0;
  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;
}
}


h3 {  
.ptile .tile .tile-content {
font-size: .9375rem;
  width: 100%;
color: #6d7378;
  height: 100%;
font-weight: 700;
  padding: 0;
font-family: 'Segoe UI';
  padding-bottom: 30px;
text-transform: uppercase;
  vertical-align: top;
margin-bottom: 0
  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;
}
}

Revisión del 17:08 22 oct 2021

.ptile .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;
}

.ptile .tile .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;
}