Menú alternativo
Menú alternativo personal
No has accedido
Tu dirección IP será visible si haces alguna edición
Sin resumen de edición
Sin resumen de edición
 
(No se muestran 18 ediciones intermedias del mismo usuario)
Línea 1: Línea 1:
.tile {
.wp20-menu ul {
  display: block;
display: flex;
  float: left;
columns: 1;
  background-color: #525252;
flex-wrap: wrap;
  width: 150px;
list-style: none;
  height: 150px;
margin: 0;
  cursor: pointer;
}
  box-shadow: inset 0px 0px 1px #FFFFCC;
.wp20-menu li {
  text-decoration: none;
flex: 1 0 30%;
  color: #ffffff;
background-color: #eee;
  position: relative;
margin: 1px;
  font-family: 'Segoe UI Semilight', 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
border-top: 3px solid;
  font-weight: 300;
padding: .5em .5em;
  font-size: 11pt;
text-align: center;
  letter-spacing: 0.02em;
line-height: 1.15;
  line-height: 14pt;
font-size: 1.5em;
  margin: 0 10px 10px 0;
color: #111;
  overflow: hidden;
word-spacing: -1px;
}
.wp20-menu li:nth-child(1) {
border-color: #3e3e3e;
}
.wp20-menu-selected-1 li:nth-child(1) {
background-color: #3e3e3e;
color: #fefefe;
}
.wp20-menu li:nth-child(2) {
border-color: #009eff;
}
.wp20-menu-selected-2 li:nth-child(2) {
background-color: #009eff;
}
.wp20-menu li:nth-child(3) {
border-color: #c1e7ff;
}
.wp20-menu-selected-3 li:nth-child(3) {
background-color: #c1e7ff;
color: #fefefe;
}
.wp20-menu li:nth-child(4) {
border-color: #69c25f;
}
.wp20-menu-selected-4 li:nth-child(4) {
background-color: #69c25f;
}
.wp20-menu li:nth-child(5) {
border-color: #2471a0;
}
.wp20-menu-selected-5 li:nth-child(5) {
background-color: #2471a0;
color: #fefefe;
}
.wp20-menu li:nth-child(6) {
border-color: #c62e77;
}
.wp20-menu-selected-6 li:nth-child(6) {
background-color: #c62e77;
color: #fefefe;
}
 
.wp20-menu-selected-1 li:nth-child(1) a,
.wp20-menu-selected-3 li:nth-child(3) a,
.wp20-menu-selected-5 li:nth-child(5) a,
.wp20-menu-selected-6 li:nth-child(6) a {
color: inherit;
}
}


.tile-content {
.wp20-menu li small {
  width: 100%;
display: block;
  height: 100%;
margin-top: .5em;
  padding: 0;
font-size: 60%;
  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-double {
.wp20-menu-helptranslate {
  display: block;
font-size: smaller;
  float: left;
  background-color: #525252;
  width: 310px;
  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;
}
}

Revisión actual - 00:48 13 jul 2022

.wp20-menu ul {
	display: flex;
	columns: 1;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
}
.wp20-menu li {
	flex: 1 0 30%;
	background-color: #eee;
	margin: 1px;
	border-top: 3px solid;
	padding: .5em .5em;
	text-align: center;
	line-height: 1.15;
	font-size: 1.5em;
	color: #111;
	word-spacing: -1px;
}
.wp20-menu li:nth-child(1) {
	border-color: #3e3e3e;
}
.wp20-menu-selected-1 li:nth-child(1) {
	background-color: #3e3e3e;
	color: #fefefe;
}
.wp20-menu li:nth-child(2) {
	border-color: #009eff;
}
.wp20-menu-selected-2 li:nth-child(2) {
	background-color: #009eff;
}
.wp20-menu li:nth-child(3) {
	border-color: #c1e7ff;
}
.wp20-menu-selected-3 li:nth-child(3) {
	background-color: #c1e7ff;
	color: #fefefe;
}
.wp20-menu li:nth-child(4) {
	border-color: #69c25f;
}
.wp20-menu-selected-4 li:nth-child(4) {
	background-color: #69c25f;
}
.wp20-menu li:nth-child(5) {
	border-color: #2471a0;
}
.wp20-menu-selected-5 li:nth-child(5) {
	background-color: #2471a0;
	color: #fefefe;
}
.wp20-menu li:nth-child(6) {
	border-color: #c62e77;
}
.wp20-menu-selected-6 li:nth-child(6) {
	background-color: #c62e77;
	color: #fefefe;
}

.wp20-menu-selected-1 li:nth-child(1) a,
.wp20-menu-selected-3 li:nth-child(3) a,
.wp20-menu-selected-5 li:nth-child(5) a,
.wp20-menu-selected-6 li:nth-child(6) a {
	color: inherit;
}

.wp20-menu li small {
	display: block;
	margin-top: .5em;
	font-size: 60%;
}

.wp20-menu-helptranslate {
	font-size: smaller;
}