~harmony-devs/harmony/trunk

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
#header {
    top:0px;
    height:35px;
    padding-top:13px;
    padding-bottom:0px;
    color:#000;
    background-color:#cba555;
    border-bottom:1px solid #9f9f9f;
}

#header h1 {
    margin-left:9px;
    margin-top:0px;
/*    border:1px black solid; */
    color:#000;
    margin-bottom:0px;
    font-size:13pt;
}
#header h1 span { 
    font-size:10pt;
}

#usermenu {
    float:right;
    margin-right:15px;
}
.breadcrumbs {
    padding:2px;
    width:100%;
    border-bottom:1px solid #9f9f9f;
    font-size:8pt;
    color:#7f7f7f;
}
.breadcrumbs a {
    text-decoration:none;
    font-color:#ff9000;
}