Subversion-Projekte lars-tiefland.zeldi.de

Revision

Revision 2 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2 Revision 40
Zeile 1... Zeile 1...
1
/* 1. Ebene */
1
/* 1. Ebene */
2
.fa, .fas {
2
.fa, .fas {
3
    font-weight: 900;
3
    font-weight: 900;
4
    margin-top: 5px;
-
 
-
 
4
 
5
}
5
}
6
.topnav {
6
.topnav {
7
    border-bottom:1px solid #3A3B3D;
7
    border-bottom:1px solid #3A3B3D;
8
}
8
}
9
.nav_container {
9
.nav_container {
Zeile 71... Zeile 71...
71
    border-bottom:3px solid transparent;
71
    border-bottom:3px solid transparent;
72
}
72
}
73
.topnav ul li a:focus, 
73
.topnav ul li a:focus, 
74
.topnav ul li a:hover {
74
.topnav ul li a:hover {
75
    text-decoration:none;
75
    text-decoration:none;
76
    border-bottom:3px solid #ea5802;
76
    border-bottom:3px solid #145619;
77
}
77
}
Zeile 78... Zeile 78...
78
 
78