www.usr.com/support/gpl/USR9113_release1.0.tar.gz
[bcm963xx.git] / userapps / broadcom / cfm / html / usr_layout.css
1 /* --------------------------------------------------------------------------
2
3         (c) 2005-2006 U.S. Robotics Corporation
4
5         -------------------------------------------------------------------------- */
6
7 /*
8         red                     red
9         gray                    #8C8C8C
10         orange          #FF4D00
11         white                   white
12         dark blue       #051C43
13         light blue      #5C8089
14         teal                    #017278
15         light green     #B3DC10
16 */
17
18 A:hover
19 {
20         cursor: pointer;
21         color: red;
22 }
23
24 BODY, TABLE
25 {
26         font-family:    Verdana, Arial, sans-serif;
27         font-size:              small;
28 }
29
30 BODY
31 {
32         border:                         1px solid #8C8C8C;
33         border-top-width:       10px;
34 }
35 DIV#idContent
36 {
37         margin-left:    0.7em;
38 }
39
40 H2
41 {
42         margin-top:                     0.6em;
43         margin-bottom:          0.2em;
44
45         font-size:                      large;
46         font-weight:            bold;
47         text-transform: capitalize;
48         letter-spacing: 1pt;
49 }
50
51
52 /* ----------------------------------------------
53
54         Headers
55
56 */
57
58 IMG#idImgHeader
59 {
60         vertical-align: middle;
61         border:                         0;
62 }
63
64 DIV#idHeader
65 {
66         font-family:            Verdana, Arial, sans-serif;
67         font-weight:            bold;
68         font-size:                      large;
69         font-style:                     italic;
70         color:                          #8C8C8C;
71         background-color:       white;
72         letter-spacing: 1pt;
73 }
74
75
76
77 /*---------------------------------------------------------------------------
78
79         HELP PANEL
80
81 */
82
83 DIV#idPanelHelp
84 {
85         float:  right;
86         width:  25%;
87         margin: 1em 0.5em;
88         padding:        0.5em 0.3em 1em 1em;
89
90         background-color:       #FEFAF2;
91         border:                         2px solid #FF4D00;
92 }
93
94 DIV#idPanelHelp H1
95 {
96         font-family:    Verdana, Arial, sans-serif;
97         font-size:              small;
98 }
99
100 DIV#idPanelHelp P
101 {
102         font-family:    Georgia, Times New Roman, serif;
103 }
104
105 /*
106         For some reason we have to define this distinct from the simple .clsNote.
107         (Used on Status page.)
108 */
109 DIV#idPanelHelp .clsNote
110 {
111         font-family:    Verdana, Arial, sans-serif;
112 }
113
114 DIV#idHelpOpen, DIV#idHelpClose
115 {
116         float: right;
117
118         font-family:            Verdana, Arial, sans-serif;
119         font-size:                      x-small;
120         font-weight:            bold;
121         color:                          white;
122         background-color:       #FF4D00;
123         text-transform: uppercase;
124
125         border:                         2px outset silver;
126         padding:                                0.3em;
127         text-align:                     center;
128         width:                          1.2em;
129
130         cursor: pointer;
131 }
132
133 DIV#idHelpOpen
134 {
135         margin:         0.3em;
136         font-size:      small;
137 }
138
139
140
141 /* ----------------------------------------------
142
143         CUSTOM CLASSES
144
145 */
146
147 P.clsCopyright
148 {
149         padding-top:    1em;
150         padding-left:   0.7em;  /* match idContent's margin */
151
152         border-top:             3px solid red;
153         font-family:    Verdana, Arial, sans-serif;
154         font-size:              xx-small;
155         white-space:    nowrap;
156         color:                  #051C43;
157 }
158 IMG#idCopyright
159 {
160         float:          right;
161         padding:                0.4em 0;
162 }
163 P.clsCopyright A
164 {
165         color:                          #051C43;
166         text-decoration:        none;
167 }