:root {
/* Fonts */
--theme-detail: #e5dfc9; /*icons color (arrows/expand/collapse) */
--theme-main-text: #8a8a8a; /* entities name color */
--text-help: #535353; /* help font color */
--header-text: #535353; /* title color*/
--body-text: #010b13; /* body text */
--link-text: #5B2C6F; /* links color within text */
--dropdown-link: #010b13; /* links in dropdown menus */
--sidebar-link: #42330b; /* left menu text color */
--submenu-link: #42330b; /* entity menu */
/* Background colors */
--theme-background: #cabd8e; /* color clear */
--theme-hard-text: #968546; /* color dark*/
--table-highlight: rgba(0,0,0,.24); /* tables: dark color*/
--notification-accent: lightgray; /* notification tooltips */
--submenu-hover-background: #1e4014; /* menus hovering in items */
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Papyrus', serif; /*titles*/
}
h2 {
font-size: 24px; !important
}
h3 {
font-size: 18px; !important
}
a, body {
font-family: 'Times New Roman', serif; /*police du corps de texte */
}
th {
background: url(https://images.kanka.io/marketplace/kt5n57PsP3u-ZLNAuqSGMtOQGxw=/600x600/src/prod%2Fplugins%2F598%2Fimages%2FRVuxKS524hVxFt8XGyCQwhg18C50nahVhOC7G9fx.png);
color: #B0AFAF;
}
/* hovering color */
.entity-submenu .nav>li>a:hover, .entity-submenu .nav>li>a:active, .entity-submenu .nav>li>a:focus {
color: white;
}
.panel-title {
color: #535353;
}
/* Search field color*/
.form-control::-moz-placeholder {
color:black;
opacity:1
}
.form-control:-ms-input-placeholder {
color:black;
}
.form-control::-webkit-input-placeholder {
color:black;
}
/* notification bar background */
.navigation-drawer .profile .marketplace .icon {
background-color: white;
}
.panel-heading {
background: url(https://images.kanka.io/marketplace/kt5n57PsP3u-ZLNAuqSGMtOQGxw=/600x600/src/prod%2Fplugins%2F598%2Fimages%2FRVuxKS524hVxFt8XGyCQwhg18C50nahVhOC7G9fx.png);
}
.panel-title {
#color: white;
color: #42330b;
}
.active .sidebar-quick-links{
color: red;
}
.panel-regles-titre {
background-color: #50C878;
color: white;
}