StephaneMlt (Talk | contribs) |
Cecileprince (Talk | contribs) |
||
Line 1: | Line 1: | ||
body { | body { | ||
− | background-color: # | + | background-color: #fff3c1; |
font-family: 'Nunito', sans-serif; | font-family: 'Nunito', sans-serif; | ||
color: #3D383F; | color: #3D383F; |
Revision as of 19:55, 9 October 2019
body {
background-color: #fff3c1; font-family: 'Nunito', sans-serif; color: #3D383F; font-size: 12pt;
}
- content {
margin:0px; margin-top:-17px; padding:0px; width:100%; background-color: #f9f7fe;
} .imageBig { position: relative; width: 100%; height: auto; margin-top: 110px;}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}
h1 {
font-size: 24pt; color: #A786CC;
}
h2 {
font-size: 18pt; color: #9466AD;
}
.nav-link {
padding: 0 3px 0 3px !important; margin: 0 !important;
}
/* .nav-item {width: 12vw;} */
ul {
padding-left: 16px !important;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu a::after {
transform: rotate(-90deg); position: absolute; right: 6px; top: .8em;
}
.dropdown-submenu .dropdown-menu {
top: 0; left: 100%; margin-left: .1rem; margin-right: .1rem;
}
.sponsors img {
height: 75px; width: auto; padding: 15px; -webkit-filter: grayscale(100%); filter: grayscale(100%); display: inline;
}
.sponsors img:hover {
-webkit-filter: grayscale(0%); filter: grayscale(0%);
}
.img_contact {
height: 75px; width: auto; padding: 15px; -webkit-filter: grayscale(100%); filter: grayscale(100%);
}
.img_contact:hover {
-webkit-filter: grayscale(0%); filter: grayscale(0%);
}
a:visited { color: black; } .dropdown-item:hover { background-color: #f8f9fa !important; }