...
| UI Expand |
|---|
| title | Código y cambios que aplica |
|---|
|
| UI Tabs |
|---|
| UI Tab |
|---|
| title | Hipervínculos y texto |
|---|
|
| Column |
|---|
Código| Bloque de código |
|---|
| language | css |
|---|
| theme | RDark |
|---|
| title | Formato de texto |
|---|
| collapse | true |
|---|
| .column {
font-family: "Century Gothic" , CenturyGothic , AppleGothic , sans-serif;
font-size: 16.0px;
border: 0px solid white !important;
}
|
| Bloque de código |
|---|
| language | css |
|---|
| theme | RDark |
|---|
| title | Estilo de hipervínculo |
|---|
| collapse | true |
|---|
| .textbox a {
text-decoration: none !important;
color: #b90505 !important;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease-in-out;
}
.textbox a:hover {
transform: scale(1.1);
box-shadow: 0 0 10px #000000;
background: #ffffff;
color: #0770cd !important;
}
.textbox a:active {
transform: scale(0.9);
box-shadow: 0 0 20px #000000;
color: #FFFFFF !important;
} |
|
| Column |
|---|
Cambios
|
|
| UI Tab |
|---|
|
| Column |
|---|
Código| Bloque de código |
|---|
| language | css |
|---|
| theme | RDark |
|---|
| title | Subpáginas |
|---|
| collapse | true |
|---|
| .pageType .itemlink span {
align-items: center;
display: flex;
padding: 10px 50px;
width: auto;
margin:0 auto;
text-decoration: none !important;
background: #132e6f;
color: #ffffff !important;
font-weight: 600;
font-size: 18px;
cursor: pointer;
border-radius: 5px;
transition: all 0.3s ease-in-out;
}
.pageType .itemlink span:hover {
background-image:url('https://poliformat.upv.es/access/content/group/ESP_0_3054/iconos%20plantilla/bggrande.png');
background-repeat:no-repeat;
background-position:center;
padding:40px 100px;
color: #ffffff!important;
}
.pageType .itemlink span:active {
transform: scale(0.9);
box-shadow: 0 0 20px #000000;
color: #ffffff !important;
background: #000000;
} |
|
| Column |
|---|
Cambio
|
|
|
|
...