diff --git a/i18n/cuchulublog.py b/i18n/cuchulublog.py index d2dc493..ef988ba 100644 --- a/i18n/cuchulublog.py +++ b/i18n/cuchulublog.py @@ -72,7 +72,7 @@ I18n.l['en-US']['cuchulublog']['cuchulu_is_set_projects']='Cuchulu.com is a set I18n.l['en-US']['cuchulublog']['you_can_find_multiple']='You can find multiple utilities for Linux administration, cloud systems, monitoritation tools and more.' -I18n.l['en-US']['cuchulublog']['of_course_if_you_need']='Of course, if you need Linux admin services, create an App or other computer enginering services, you can contact me.' +I18n.l['en-US']['cuchulublog']['of_course_if_you_need']='Of course, if you need Linux admin services, create an App or other computer enginering services, you can contact me.' I18n.l['en-US']['cuchulublog']['blog_last_posts']='Blog - Last posts' @@ -160,7 +160,7 @@ I18n.l['es-ES']['cuchulublog']['cuchulu_is_set_projects']='Cuchulu.com es un con I18n.l['es-ES']['cuchulublog']['you_can_find_multiple']='Aquí puede encontrar múltiples utilidades para administración de Linux, sistemas cloud, herramientas de monitorización y más.' -I18n.l['es-ES']['cuchulublog']['of_course_if_you_need']='Por supuesto, si necesita servicios de administración Linux, crear una aplicación u otros servicios de ingeniería informática, puede contactarme.' +I18n.l['es-ES']['cuchulublog']['of_course_if_you_need']='Por supuesto, si necesita servicios de administración Linux, crear una aplicación u otros servicios de ingeniería informática, puede contactarme.' I18n.l['es-ES']['cuchulublog']['blog_last_posts']='Blog - Últimos posts' diff --git a/media/css/layout.css b/media/css/layout.css index 3fe8697..d23e24c 100644 --- a/media/css/layout.css +++ b/media/css/layout.css @@ -2,9 +2,11 @@ body { margin: 0px; - background: #fbfbfb; - background-image:url('../images/background.png'); + background: #444444; + /*background-image:url('../images/background.png');*/ + /*font-family: "Roboto Slab";*/ font-family: "Roboto Slab"; + color: #dddddd; } @@ -27,6 +29,12 @@ body { } +.container_home { + + background-color: #333333; + +} + .column_left { width:25%; @@ -252,7 +260,7 @@ nav#nav_home a.title_menu { a { text-decoration:none; - color: #00409f; + color: #4496ff; } @@ -265,7 +273,7 @@ a { article { margin-bottom:15px; - border: solid #cbcbcb; + border: solid #555555; border-width: 0px 0px 1px 0px; } @@ -296,7 +304,7 @@ article { .content_section { - background: #fff; + background: #454545; padding:10px 15px; box-sizing: border-box; border: solid #cbcbcb 1px; diff --git a/templates/home.phtml b/templates/home.phtml index 222087b..8c59e87 100644 --- a/templates/home.phtml +++ b/templates/home.phtml @@ -12,8 +12,8 @@ base_url=config.application_root <%block name="metatags"> ${title} - - + + @@ -44,7 +44,7 @@ base_url=config.application_root
-
+