forked from ti-nuage/site
Développement du menu en tête de page.
- Lien vers le blog (actualités). - Lien vers le wiki. - Lien vers le statut des services (fix #1).
This commit is contained in:
@@ -83,19 +83,6 @@ abbr {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.button-members {
|
||||
padding: 8px 24px;
|
||||
background: #05b;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
font-size: 12.8px;
|
||||
font-weight: bold;
|
||||
border-radius: 0 0 24px 24px;
|
||||
line-height: 24px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.tac {
|
||||
text-align: center;
|
||||
}
|
||||
@@ -135,15 +122,33 @@ menu {
|
||||
}
|
||||
|
||||
.LogoContainer,
|
||||
.Menu-Items {
|
||||
.menu-item {
|
||||
height: 30%;
|
||||
display: inline-block;
|
||||
font-size: 16px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.Menu-Items {
|
||||
.menu-item {
|
||||
float: right;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
.menu-button {
|
||||
padding: 8px 24px;
|
||||
background: #05b;
|
||||
color: #fff;
|
||||
text-transform: uppercase;
|
||||
text-decoration: none;
|
||||
font-size: 12.8px;
|
||||
font-weight: bold;
|
||||
border-radius: 0 0 24px 24px;
|
||||
line-height: 24px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.menu-button-login {
|
||||
background: #2eae2e;
|
||||
}
|
||||
|
||||
.Hero {
|
||||
|
||||
Reference in New Issue
Block a user