source: ether_statistics/web/resources/css/backoffice.css @ 569

Last change on this file since 569 was 569, checked in by vmipsl, 12 years ago

Nouveau projet

File size: 1.8 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.containerSorts {
53    float: left;
54    margin-right: 53px;
55}
56
57.containerMcoSorts {
58    float: left;
59    margin-right: 10px;
60}
61
62.containerSortsButton {
63    float: right;
64    margin-right: 50px;
65    margin-top: 9px;
66}
67
68.containerSortsAndSearch {
69    margin-bottom: 19px;
70}
71
72/** ***************************************************** **/
73/** ************************ OTHER ********************** **/
74/** ***************************************************** **/
75#loadingForUser, #loadingForWaitingUser, #loadingForRequest, #loadingForDataset, #loadingForDatasetRemove, #loadingForDatasetInsert {
76    margin: auto;
77}
78
79.title2 {
80    color: #646464;
81    font-weight: bold;
82}
83
84.title3 {
85    color: #D12F19;
86    font-weight: bold;
87}
88
89#button_move {
90    float: right;
91    margin-right: 11px;
92}
93
94#fileList_left, #fileList_right {
95    margin: 0 40px;
96}
Note: See TracBrowser for help on using the repository browser.