summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/themes/pfsense_ng/styles/menustyles.css
blob: 06b3c7af53e0c8d9a84b76903bfa6e3a3c3b991e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#navigation {
    /* border:1px solid black; */
    width: 98%;
    vertical-align: middle;
    height: 16px;
    padding-top: 4px;
    }

#menu {
    /* background: #990000; */
    /* border-bottom:1px solid white; */
    padding: 0 0 0 0;
    width: 98%;
    vertical-align: middle;
    height: 16px;
    }
#menu a {
    padding: 2px 28px 4px 28px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
    color: #FFFFFF;
    width: 08%;
    height: 16px;
    }
#menu a.hover {
    background: #AF2020;
    }
#menu span {
    display: none;
    }

#subnav {
    font-size: 10px;
    margin-bottom: 2em;
    }
#subnav a {
    color: #FF0000; /* #FB3B00; */
    margin-right: 1em;
    }
#subnav span {
    color: silver;
    margin-right: 1em;
    }
OpenPOWER on IntegriCloud