Se ajusta el mensaje de aviso de cookies para homogeneizarlo con manuel.cillero.es
This commit is contained in:
parent
ce6f344f79
commit
eb7c88141b
2 changed files with 9 additions and 1 deletions
|
@ -168,7 +168,7 @@ window.cookieconsent.initialise({
|
||||||
"palette": { "popup": { "background": "rgba(20,20,20,0.8)" }, "button": { "background": "#fff" } },
|
"palette": { "popup": { "background": "rgba(20,20,20,0.8)" }, "button": { "background": "#fff" } },
|
||||||
"theme": "classic",
|
"theme": "classic",
|
||||||
"position": "bottom-left",
|
"position": "bottom-left",
|
||||||
"content": { "message": "Este sitio requiere el uso de cookies para ofrecer la mejor experiencia de acceso a sus contenidos. Puedes aceptar su uso o abandonar la página si lo deseas.", "dismiss": "ACEPTO SU USO", "link": "Más información", "href": "/projects/suitepro/wiki/Pol%C3%ADtica_de_cookies", "target": "_self" }
|
"content": { "message": "<a href='https://suitepro.cillero.es'>SuitePro</a> requiere el uso de cookies para ofrecer la mejor experiencia de acceso a sus contenidos. Puedes aceptar su uso o abandonar la página si lo deseas.", "dismiss": "ACEPTO SU USO", "link": "Más información", "href": "/projects/suitepro/wiki/Pol%C3%ADtica_de_cookies", "target": "_self" }
|
||||||
})});
|
})});
|
||||||
//]]>
|
//]]>
|
||||||
</script>
|
</script>
|
||||||
|
|
|
@ -232,8 +232,16 @@ div.wiki .external {
|
||||||
font-size: .92em;
|
font-size: .92em;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
.cc-window a {
|
||||||
|
color: #aaa;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
.cc-window a:hover {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
.cc-window .cc-link {
|
.cc-window .cc-link {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
font-weight: normal;
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue