Hackmeeting 2017
diff --git a/theme/img/bg_hm.png b/static/bg_hm.png
similarity index 100%
rename from theme/img/bg_hm.png
rename to static/bg_hm.png
diff --git a/theme/img/ciberfascismo.png b/static/ciberfascismo.png
similarity index 100%
rename from theme/img/ciberfascismo.png
rename to static/ciberfascismo.png
diff --git a/theme/logo/hm-2010.jpg b/static/hm-2010.jpg
similarity index 100%
rename from theme/logo/hm-2010.jpg
rename to static/hm-2010.jpg
diff --git a/theme/logo/hm-favicon.png b/static/hm-favicon.png
similarity index 100%
rename from theme/logo/hm-favicon.png
rename to static/hm-favicon.png
diff --git a/css/estilos.css b/style.css
similarity index 89%
rename from css/estilos.css
rename to style.css
index c342ffb..1f4fe8e 100644
--- a/css/estilos.css
+++ b/style.css
@@ -56,13 +56,13 @@ body {
.contenidoContenedor {
margin: 0 auto;
text-align: center;
- width: 90%;
- display: "flex";
+ color: #1be21e;
+ font-size: 60px;
}
.cabeceraMonigote {
display: inline-block;
- background-image: url(../theme/logo/hm-favicon.png);
+ background-image: url(../static/hm-favicon.png);
background-position: center top;
height: 46px;
width: 68px;
@@ -70,13 +70,9 @@ body {
}
.cabeceraDescripcion {
- display: inline-block;
- margin: 0 auto;
text-align: center;
- margin-left: 10px;
- margin-right: 10px;
+ font-size: 14px;
font-family: coolvetica;
- font-size: 1.2em;
vertical-align: super;
}