diff --git a/wp-content/themes/Grace/custom.css b/wp-content/themes/Grace/custom.css index a2bd535..0722897 100644 --- a/wp-content/themes/Grace/custom.css +++ b/wp-content/themes/Grace/custom.css @@ -12,3 +12,33 @@ following declarations to this file: #header .blog-title a{ background:#cccccc } <--- This makes blog title background grey */ +#sidebar #horarios h2 { + font-size: 16px; +} +#sidebar #horarios h3 { + font-size: 14px; + padding: 5px 0 5px; +} +#sidebar #horarios b{ + padding: 5px 0 5px; +} +#content #semana_santa h1 { + padding: 25px 0px; +} +#semana_santa .date { + padding: 25px 0 10px 0; + font-size: 18px; + text-align: left; +} +#semana_santa th { + text-align: left; + font-weight: bold; + color: #FFFFFF; + background-color: #000000; +} +#semana_santa #actividades td { + padding-bottom: 5px; +} +.bold { + font-weight: bold; +} \ No newline at end of file diff --git a/wp-content/themes/Grace/style.css b/wp-content/themes/Grace/style.css index 1a6d686..55a9da9 100644 --- a/wp-content/themes/Grace/style.css +++ b/wp-content/themes/Grace/style.css @@ -27,6 +27,7 @@ Author URI: http://templatic.com/ /* Import GRID styling for grid framework*/ @import url('skins/1-default.css'); +@import url('custom.css'); #footer .designby { padding:5px 8px 0 0; float:left; } #footer p span.templatic { width:80px; display:block; overflow:hidden; float:left; color:#fff; background:url(images/templatic.png) no-repeat 0; } #footer p span.templatic a { text-indent:-9009px; padding-left:120px; height:30px; display:block; }