refonte de monaa pour remplacer caotek.fr
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
color: #404040 !important;
|
||||
color: #000000 !important;
|
||||
background-color: #ffffff !important;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
font-size: 20px !important;
|
||||
letter-spacing: 4px;
|
||||
}
|
||||
|
||||
.navbar li a, .navbar .navbar-brand {
|
||||
color: #404040 !important;
|
||||
color: #000000 !important;
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
@@ -26,6 +26,12 @@
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
transform: translateX(-50%);
|
||||
left: 50%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
/* Dropdown */
|
||||
.open .dropdown-toggle {
|
||||
color: #000000 ;
|
||||
@@ -43,6 +49,12 @@
|
||||
color: #000000 !important;
|
||||
}
|
||||
|
||||
@media (min-width: 1200px) {
|
||||
.container{
|
||||
max-width: 900px;
|
||||
}
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding-top: 2em;
|
||||
padding-bottom: 1em;
|
||||
@@ -54,7 +66,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
#doc-text {
|
||||
.monospace-font {
|
||||
font-family: Monaco, "Courier New", Courier, monospace;
|
||||
}
|
||||
|
||||
@@ -79,9 +91,6 @@
|
||||
.bg-grey {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
.logo {
|
||||
height: 60px;
|
||||
}
|
||||
|
||||
.logo-primary {
|
||||
font-size: 50px;
|
||||
|
||||
Reference in New Issue
Block a user