From f75a3d5eaa9a44924d6af6d24be8fbda5ca0dda3 Mon Sep 17 00:00:00 2001 From: giomba Date: Thu, 29 Oct 2020 19:12:26 +0100 Subject: [PATCH] commit of first customizations --- footer.php | 5 ++++- header.php | 27 ++++++++++++++++++++++----- style.css | 54 ++++++++++++++++++++++++++++++++++++++---------------- 3 files changed, 64 insertions(+), 22 deletions(-) diff --git a/footer.php b/footer.php index fe31e596d..d8261aaea 100644 --- a/footer.php +++ b/footer.php @@ -14,10 +14,13 @@
+ + | + Informazioni Legali
- \ No newline at end of file + diff --git a/header.php b/header.php index c3b99d6f3..a060bbaf6 100644 --- a/header.php +++ b/header.php @@ -29,10 +29,26 @@ + - -> + +> +
+ + +
+ + <?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?> - + + --> -
\ No newline at end of file +
diff --git a/style.css b/style.css index dd5dffbb3..f2e0bf240 100644 --- a/style.css +++ b/style.css @@ -1,14 +1,14 @@ /* -Theme Name: Twenty Twelve +Theme Name: Twenty GOLEM Theme URI: https://wordpress.org/themes/twentytwelve/ -Author: the WordPress team +Author: the WordPress team - edit GOLEM Author URI: https://wordpress.org/ Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background. Version: 2.3 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready -Text Domain: twentytwelve +Text Domain: twentyGOLEM This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. @@ -190,7 +190,8 @@ img { line-height: 2.181818182; font-weight: bold; text-transform: uppercase; - color: #636363; + /* color: #636363; GOLEM */ + color: #014e01; } /* Shared Post Format styling */ @@ -306,7 +307,8 @@ input[type="reset"]:active { } .bypostauthor cite span { color: #fff; - background-color: #21759b; + background-/* color: #21759b; GOLEM */ + color: #009000; background-image: none; border: 1px solid #1f6f93; border-radius: 2px; @@ -495,7 +497,8 @@ body.custom-font-enabled { } a { outline: none; - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } a:hover { color: #0f3647; @@ -562,7 +565,8 @@ a:hover { } .site-header h1 a:hover, .site-header h2 a:hover { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } .site-header h1 { font-size: 24px; @@ -601,7 +605,8 @@ a:hover { } .main-navigation a:hover, .main-navigation a:focus { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { @@ -663,7 +668,8 @@ section[role="banner"] { color: #757575; } .widget-area .widget a:hover { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } .widget-area .widget a:visited { color: #9f9f9f; @@ -692,7 +698,8 @@ footer[role="contentinfo"] a { color: #686868; } footer[role="contentinfo"] a:hover { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } @@ -738,7 +745,8 @@ footer[role="contentinfo"] a:hover { } .comments-link a:hover, .entry-meta a:hover { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } article.sticky .featured-post { border-top: 4px double #ededed; @@ -1184,7 +1192,8 @@ article.format-quote .entry-content blockquote { color: #757575; } .format-status .entry-header header a:hover { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } .format-status .entry-header img { float: left; @@ -1246,7 +1255,8 @@ article.format-quote .entry-content blockquote { color: #5e5e5e; } .comments-area article header a:hover { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } .comments-area article header cite a { color: #444; @@ -1295,7 +1305,8 @@ a.comment-edit-link { } a.comment-reply-link:hover, a.comment-edit-link:hover { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } .commentlist .pingback { line-height: 1.714285714; @@ -1391,7 +1402,8 @@ a.comment-edit-link:hover { color: #757575; } .template-front-page .widget-area .widget li a:hover { - color: #21759b; + /* color: #21759b; GOLEM */ + color: #009000; } .template-front-page .widget-area .widget_text img { float: left; @@ -1595,7 +1607,8 @@ img#wpstats { .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a { - color: #636363; + /* color: #636363; GOLEM */ + color: #014e01; font-weight: bold; } .menu-toggle { @@ -1676,6 +1689,15 @@ img#wpstats { margin-bottom: 0; box-shadow: none; } + + /* GOLEM custom background */ + body.custom-background { + background-image: url("/sito/background.png"); + background-position: left top; + background-size: auto; + background-repeat: repeat; + background-attachment: scroll; + } }