commit of first customizations

This commit is contained in:
giomba 2020-10-29 19:12:26 +01:00
parent e24ac54b76
commit f75a3d5eaa
3 changed files with 64 additions and 22 deletions

View File

@ -14,10 +14,13 @@
<div class="site-info"> <div class="site-info">
<?php do_action( 'twentytwelve_credits' ); ?> <?php do_action( 'twentytwelve_credits' ); ?>
<a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a> <a href="<?php echo esc_url( __( 'https://wordpress.org/', 'twentytwelve' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'twentytwelve' ); ?>"><?php printf( __( 'Proudly powered by %s', 'twentytwelve' ), 'WordPress' ); ?></a>
<!-- GOLEM -->
|
<a href="/wiki/GolemWiki:Legalese" title="Legalese">Informazioni Legali</a>
</div><!-- .site-info --> </div><!-- .site-info -->
</footer><!-- #colophon --> </footer><!-- #colophon -->
</div><!-- #page --> </div><!-- #page -->
<?php wp_footer(); ?> <?php wp_footer(); ?>
</body> </body>
</html> </html>

View File

@ -29,10 +29,26 @@
<script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script>
<![endif]--> <![endif]-->
<?php wp_head(); ?> <?php wp_head(); ?>
<link rel="stylesheet" href="/sito/golem.css" type="text/css" media="all" />
</head> </head>
<!-- GOLEM custom background -->
<body <?php body_class(); ?>> <body <?php body_class('custom-background'); ?>>
<div id="golemnavbar">
<a href="http://golem.linux.it/"><div id="golemnavbarlogo" >
</div></a>
<div id="golemnavbarlinks">
<ul>
<li id="golemmotto">I computer sceglierebbero Linux &#x1f427;</li>
<li><a href="http://golem.linux.it/">Home</a></li>
<li><a href="http://golem.linux.it/wiki/Chi_siamo">Chi siamo</a></li>
<li><a href="http://golem.linux.it/wp/contatti/">Contatti</a></li>
<li><a href="http://golem.linux.it/wiki/">Wiki</a></li>
<li><a href="http://golem.linux.it/wiki/Recupero_Hardware">Recupero Hardware</a></li>
</ul>
</div>
</div>
<div id="page" class="hfeed site"> <div id="page" class="hfeed site">
<!-- GOLEM
<header id="masthead" class="site-header" role="banner"> <header id="masthead" class="site-header" role="banner">
<hgroup> <hgroup>
<h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h1 class="site-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
@ -43,11 +59,12 @@
<button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button> <button class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></button>
<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a> <a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'twentytwelve' ); ?>"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a>
<?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?>
</nav><!-- #site-navigation --> </nav>
<?php if ( get_header_image() ) : ?> <?php if ( get_header_image() ) : ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" class="header-image" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php header_image(); ?>" class="header-image" width="<?php echo esc_attr( get_custom_header()->width ); ?>" height="<?php echo esc_attr( get_custom_header()->height ); ?>" alt="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" /></a>
<?php endif; ?> <?php endif; ?>
</header><!-- #masthead --> </header>
-->
<div id="main" class="wrapper"> <div id="main" class="wrapper">

View File

@ -1,14 +1,14 @@
/* /*
Theme Name: Twenty Twelve Theme Name: Twenty GOLEM
Theme URI: https://wordpress.org/themes/twentytwelve/ Theme URI: https://wordpress.org/themes/twentytwelve/
Author: the WordPress team Author: the WordPress team - edit GOLEM
Author URI: https://wordpress.org/ 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. 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 Version: 2.3
License: GNU General Public License v2 or later License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 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 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. 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. 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; line-height: 2.181818182;
font-weight: bold; font-weight: bold;
text-transform: uppercase; text-transform: uppercase;
color: #636363; /* color: #636363; GOLEM */
color: #014e01;
} }
/* Shared Post Format styling */ /* Shared Post Format styling */
@ -306,7 +307,8 @@ input[type="reset"]:active {
} }
.bypostauthor cite span { .bypostauthor cite span {
color: #fff; color: #fff;
background-color: #21759b; background-/* color: #21759b; GOLEM */
color: #009000;
background-image: none; background-image: none;
border: 1px solid #1f6f93; border: 1px solid #1f6f93;
border-radius: 2px; border-radius: 2px;
@ -495,7 +497,8 @@ body.custom-font-enabled {
} }
a { a {
outline: none; outline: none;
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
a:hover { a:hover {
color: #0f3647; color: #0f3647;
@ -562,7 +565,8 @@ a:hover {
} }
.site-header h1 a:hover, .site-header h1 a:hover,
.site-header h2 a:hover { .site-header h2 a:hover {
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
.site-header h1 { .site-header h1 {
font-size: 24px; font-size: 24px;
@ -601,7 +605,8 @@ a:hover {
} }
.main-navigation a:hover, .main-navigation a:hover,
.main-navigation a:focus { .main-navigation a:focus {
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
.main-navigation ul.nav-menu, .main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul { .main-navigation div.nav-menu > ul {
@ -663,7 +668,8 @@ section[role="banner"] {
color: #757575; color: #757575;
} }
.widget-area .widget a:hover { .widget-area .widget a:hover {
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
.widget-area .widget a:visited { .widget-area .widget a:visited {
color: #9f9f9f; color: #9f9f9f;
@ -692,7 +698,8 @@ footer[role="contentinfo"] a {
color: #686868; color: #686868;
} }
footer[role="contentinfo"] a:hover { 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, .comments-link a:hover,
.entry-meta a:hover { .entry-meta a:hover {
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
article.sticky .featured-post { article.sticky .featured-post {
border-top: 4px double #ededed; border-top: 4px double #ededed;
@ -1184,7 +1192,8 @@ article.format-quote .entry-content blockquote {
color: #757575; color: #757575;
} }
.format-status .entry-header header a:hover { .format-status .entry-header header a:hover {
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
.format-status .entry-header img { .format-status .entry-header img {
float: left; float: left;
@ -1246,7 +1255,8 @@ article.format-quote .entry-content blockquote {
color: #5e5e5e; color: #5e5e5e;
} }
.comments-area article header a:hover { .comments-area article header a:hover {
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
.comments-area article header cite a { .comments-area article header cite a {
color: #444; color: #444;
@ -1295,7 +1305,8 @@ a.comment-edit-link {
} }
a.comment-reply-link:hover, a.comment-reply-link:hover,
a.comment-edit-link:hover { a.comment-edit-link:hover {
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
.commentlist .pingback { .commentlist .pingback {
line-height: 1.714285714; line-height: 1.714285714;
@ -1391,7 +1402,8 @@ a.comment-edit-link:hover {
color: #757575; color: #757575;
} }
.template-front-page .widget-area .widget li a:hover { .template-front-page .widget-area .widget li a:hover {
color: #21759b; /* color: #21759b; GOLEM */
color: #009000;
} }
.template-front-page .widget-area .widget_text img { .template-front-page .widget-area .widget_text img {
float: left; float: left;
@ -1595,7 +1607,8 @@ img#wpstats {
.main-navigation .current-menu-ancestor > a, .main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a, .main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a { .main-navigation .current_page_ancestor > a {
color: #636363; /* color: #636363; GOLEM */
color: #014e01;
font-weight: bold; font-weight: bold;
} }
.menu-toggle { .menu-toggle {
@ -1676,6 +1689,15 @@ img#wpstats {
margin-bottom: 0; margin-bottom: 0;
box-shadow: none; 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;
}
} }