source: ether_megapoli/trunk/web/resources/css/backoffice.css @ 267

Last change on this file since 267 was 267, checked in by vmipsl, 13 years ago

BO User

File size: 1.2 KB
Line 
1body {
2    color: #646464;
3}
4
5a {
6    color: #646464;
7}
8
9th {
10    text-align: center;
11}
12
13/** ***************************************************** **/
14/** ********************** CONTAINER ******************** **/
15/** ***************************************************** **/
16
17.containerTitle {
18    color: #778899;
19    padding-left: 236px;
20}
21
22.containerMenu {
23    -moz-border-radius: 4px 4px 4px 4px;
24    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
25    -webkit-border-radius: 4px 4px 4px 4px;
26    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
27    float: left;
28    position: relative;
29    width: 800px;
30    height: 39px;
31    color: #969696;
32    top: 4px;
33    margin-bottom: 18px;
34    padding-left: 10px;
35    font-size: 11px;
36}
37
38.containerTitleContent {
39    background-image: none;
40    color: #778899;
41}
42
43.containerCenter {
44    background: -moz-linear-gradient(white, #778899);
45}
46
47.containerBottom {
48    background-image: none;
49    background-color: #778899;
50}
51
52/** ***************************************************** **/
53/** ************************ OTHER ********************** **/
54/** ***************************************************** **/
55#loadingForUser, #loadingForWaitingUser {
56    margin: auto;
57}
Note: See TracBrowser for help on using the repository browser.