- -
Oficina de Aprendizaje Digital

Árbol de páginas

Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...

UI Expand
titleCódigo y cambios que aplica


UI Tabs


UI Tab
titleHipervínculos y texto


Column

Código

Bloque de código
languagecss
themeRDark
titleFormato de texto
collapsetrue
.column {
	font-family: "Century Gothic" , CenturyGothic , AppleGothic , sans-serif;
	font-size: 16.0px;
        border: 0px solid white !important;
}


Bloque de código
languagecss
themeRDark
titleEstilo de hipervínculo
collapsetrue
.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
titleSubpáginas


Column

Código

Bloque de código
languagecss
themeRDark
titleSubpáginas
collapsetrue
.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






...