diff --git a/pycltheme/static/css/cl.css b/pycltheme/static/css/cl.css index a7f1996..9250b55 100644 --- a/pycltheme/static/css/cl.css +++ b/pycltheme/static/css/cl.css @@ -1,3 +1,8 @@ +:root { + --cl-blue: #0057a8; + --cl-red: #e22914; +} + * { font-family: 'Open Sans', sans-serif; } @@ -15,6 +20,15 @@ font-weight: bold; } +a { + color: var(--cl-blue); + text-decoration: underline; +} + +a:hover { + color: var(--cl-red); +} + .cabecera-index { color: white; @@ -96,7 +110,7 @@ .plataformas { /*background: #343a40;*/ - background: #0057a8; + background: var(--cl-blue); padding-top: 10px; padding-bottom: 10px; } @@ -108,7 +122,7 @@ } .fondo-azul { - background: #0057a8; + background: var(--cl-blue); padding-top: 10px; padding-bottom: 10px; } @@ -177,7 +191,7 @@ /* Footer */ .footer { - background: #0057a8; + background: var(--cl-blue); color:white; } @@ -257,7 +271,7 @@ blockquote { } .blue { - color: #0057a7; + color: var(--cl-blue); font-style: normal; } @@ -439,3 +453,20 @@ ul.navbar-nav { color: #343a40; font-weight: 800; } + +.w-30 { + width: 30% ! important; +} + +.w-40 { + width: 40% ! important; +} + +.w-60 { + width: 60% ! important; +} + +.btn-primary { + background-color: var(--cl-blue); + text-decoration: none; +} diff --git a/pycltheme/templates/card.html b/pycltheme/templates/card.html index 7d6bbc1..7661ed3 100644 --- a/pycltheme/templates/card.html +++ b/pycltheme/templates/card.html @@ -13,18 +13,25 @@
por {{ author }} {% endfor %}
-
- -
- Ver publicación + Ver publicación
diff --git a/pycltheme/templates/communities.html b/pycltheme/templates/communities.html index 9e95a52..a7c2a9a 100644 --- a/pycltheme/templates/communities.html +++ b/pycltheme/templates/communities.html @@ -1,6 +1,6 @@
-
+
{% block content_title %} {% endblock %} diff --git a/pycltheme/templates/index.html b/pycltheme/templates/index.html index abb8a7b..1b1a808 100644 --- a/pycltheme/templates/index.html +++ b/pycltheme/templates/index.html @@ -19,7 +19,7 @@

PRÓXIMO EVENTO

-
+
{% block content_title %} {% endblock %} @@ -40,7 +40,7 @@

ÚLTIMAS ENTRADAS

{% include 'communities.html'%} -
+

Nuestros Patrocinantes