Skip to content

Commit

Permalink
panorama de datos
Browse files Browse the repository at this point in the history
  • Loading branch information
editio committed Oct 4, 2024
1 parent cd22850 commit 2344d15
Show file tree
Hide file tree
Showing 6 changed files with 605 additions and 20 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@
[submodule "reveal.js-4.5.0"]
path = reveal.js-4.5.0
url = https://github.com/hakimel/reveal.js
[submodule "reveal.js-5.1.0"]
path = reveal.js-5.1.0
url = https://github.com/hakimel/reveal.js
56 changes: 36 additions & 20 deletions css/mychanges.css
Original file line number Diff line number Diff line change
@@ -1,25 +1,39 @@
/*Mis cambios*/

/*#0072a7 :: color corporativo de la Universidad para cambiar en el theme (serif) correspondiente */

/*Copio y modifico aquí algunos de los elementos del css del them serif. miscambios.css overwrites it porque está el úlitmo en el header*/

/*#0072a7 :: color corporativo de la Universidad de Wroclaw para cambiar en el theme (serif) correspondiente */
/*#A5D7D2 :: color corporativo de la Universidad de Basel para cambiar en el theme (serif) correspondiente */


/*Copio y modifico aquí algunos de los elementos del css del them serif. miscambios.css overwrites it porque está el úlitmo en el header*/

.reveal .controls .controls-arrow {
color: #A5D7D2;
}
.reveal .controls .controls-arrow:hover {
color: #A5D7D2;
}
.reveal .controls .controls-arrow:active {
color: #A5D7D2;
}
.reveal section img {
border: none;
}
.reveal {
font-size: 35px;
}

/*.reveal .slide-number {*/
/* color: #2D373C;*/
/* background-color: green;*/
/* }*/

.reveal .slide-number {
color: #0072a7;
background-color: green;
}

/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: #D20537;
}

/*.reveal section img {
margin: 15px 0px;
Expand All @@ -35,7 +49,7 @@
*/

.reveal .slide-number {
color: #0072a7;
color: #A5D7D2;
background-color: inherit;
}

Expand All @@ -54,7 +68,7 @@ border-bottom: 1px gray dotted;
}

.reveal a:not(.image):hover {
color: #0072a7;
color: #A5D7D2;
text-shadow: none;
border: none;
}
Expand Down Expand Up @@ -96,7 +110,6 @@ white-space: pre\9; /* IE7+ */
}



/* el theme serif tiene un tono de gris*/

/*.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5, .reveal h6 {color: black;}*/
Expand Down Expand Up @@ -144,17 +157,21 @@ font-size: 1.3em;


#logo {
top: -7px;
right: -14px;
padding-right: 5px;
position: absolute;
}
top: 0;
right: 0;
left: 0;
height: 70px; /* Match the height of the logo image */
padding: 4px 6px;
position: absolute;
background-color: #A5D7D2; /* Add your desired background color here */
text-align: right; /* Align the logo to the right */
}


#logo a {
color: #8F8F8F;
display: inline-block;
padding: 0.5em;
/*#padding: 0.5em;*/
text-shadow: 0 1px 0 #EDEDED;
text-decoration: none;
}
Expand All @@ -167,8 +184,7 @@ font-size: 1.3em;

#logo img {
border: 0; /*puesto solo para IE*/

max-height: 70px;
max-height: 60px;

}

Expand Down
Binary file added imagenes/UnibasLogotransparentDE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 2344d15

Please sign in to comment.