/*
Theme Name: Pixgraphy Child
Description: Thème pour le site Junepédia
Author: Guillaume Monfils
Author URI: https://gmonfils.com
Template: pixgraphy
Version: 1.0
*/

body {
    background: rgb(58,171,173);
    background: -moz-linear-gradient(0deg, rgba(58,171,173,1) 5%, rgba(96,188,189,1) 20%, rgba(115,197,198,1) 30%, rgba(139,207,208,1) 40%, rgba(168,213,213,1) 45%, rgba(163,212,212,1) 50%, rgba(160,211,212,1) 55%, rgba(139,207,208,1) 60%, rgba(110,194,196,1) 70%, rgba(81,181,183,1) 80%, rgba(58,171,173,1) 97%);
    background: -webkit-linear-gradient(0deg, rgba(58,171,173,1) 5%, rgba(96,188,189,1) 20%, rgba(115,197,198,1) 30%, rgba(139,207,208,1) 40%, rgba(168,213,213,1) 45%, rgba(163,212,212,1) 50%, rgba(160,211,212,1) 55%, rgba(139,207,208,1) 60%, rgba(110,194,196,1) 70%, rgba(81,181,183,1) 80%, rgba(58,171,173,1) 97%);
    background: linear-gradient(0deg, rgba(58,171,173,1) 5%, rgba(96,188,189,1) 20%, rgba(115,197,198,1) 30%, rgba(139,207,208,1) 40%, rgba(168,213,213,1) 45%, rgba(163,212,212,1) 50%, rgba(160,211,212,1) 55%, rgba(139,207,208,1) 60%, rgba(110,194,196,1) 70%, rgba(81,181,183,1) 80%, rgba(58,171,173,1) 97%);
}

.copyright {
    display: none;
}

.entry-content.clearfix {
    background: rgba(255,225,191, 0.9);
    padding: 1em;
    border-radius: 1em;
}

.is-sticky #sticky_header {
    background: rgba(0,0,0,0.8);
}

.site-footer {
    display: none;
}
.entry-meta, .entry-meta a {
    color: #fff;
}

.entry-meta a {
    background: rgba(0,0,0,0.8);
}


.page-title, .cat-links {
    color: #fff;
    background: rgba(0,0,0,0.8);
}

.page-title {
	display: none;
}

.cat-item a {
	color: #536c8a;
}

.login h1 a {
	background-image: url("https://localhost/junepedia/wp-content/uploads/2023/10/favicon-1.png");
}

.login, .logout, .register {
    font-size: xx-small;
    text-decoration: underline;
    color: #ff477a;
}

.widget ul li a {
    color: #ff477a;
}

.widget_categories ul li:before {
    color: #ff477a;
}

#secondary .widget-title {
	background-color: rgba(255,225,191,0.9);
	color: #ff477a;
	border-radius: 3em;
}

#page {
    background: url("https://localhost/junepedia/wp-content/uploads/2023/10/flowers-5837666.jpg") repeat center center fixed;
}


#primary-menu li a {
    font-size: larger;
    color: #ff477a;
}

#content {
    height: 100vh;
}

#secondary .widget {
	background-color: rgba(255,225,191,0.9);
	border-radius: 2em;
}

