summaryrefslogtreecommitdiff
path: root/static/website/css/nice-bar.css
blob: 6388690c4eb2de8cb7581799b52e72236162e882 (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
.nice-bar {
    display: none;
    width: 100%;
    background: #215870;
    border-bottom: 3px solid #ffffff;
}
.nice-bar .nice-text {
    width: 1200px;
    margin: 0 auto;
    padding: 12px 0;
    color: #ffffff;
    font-weight: bold;
}
.nice-bar .nice-button {
    padding: 2px 5px;
    background: #111111;
    color: #ffffff;
    margin: 0 0 0 10px;

    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
.nice-bar .nice-close {
    float: right;
    padding: 1px 7px 2px 7px;
    background: #111111;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
.nice-bar .nice-close:hover {
    cursor: pointer;
}
.nice-bar span.ext{
    display: none;
}