source: tapas/web/resources/css/backoffice.css @ 523

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

réparation backoffice

File size: 2.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: #be0026;
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: right;
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    -moz-border-radius: 4px 4px 0 0;
41    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
42    -webkit-border-radius: 4px 4px 0 0;
43    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
44    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
45    background: -moz-linear-gradient(#778899, white) repeat scroll 0 0 transparent;
46    background: -ms-linear-gradient(#778899, white) repeat scroll 0 0 transparent; /*For IE10*/
47    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#778899', endColorstr = 'white'); /*For IE7-8-9*/
48    float: right;
49    position: relative;
50    width: 800px;
51    height: 26px;
52    color: white;
53    font-weight: bold;
54    padding-left: 10px;
55    padding-top: 4px;
56    margin: 0;
57    top: 0;
58    text-decoration: none;
59}
60
61.containerCenter {
62    background: -moz-linear-gradient(white, #778899);
63}
64
65.containerBottom {
66    background-image: none;
67    background-color: #778899;
68}
69
70.containerSorts {
71    float: left;
72    margin-right: 55px;
73}
74
75.containerSortsButton {
76    float: right;
77    margin-right: 250px;
78    margin-top: 9px;
79}
80
81.containerSortsAndSearch {
82    margin-bottom: 19px;
83}
84
85/** ***************************************************** **/
86/** ************************ OTHER ********************** **/
87/** ***************************************************** **/
88#loadingForUser, #loadingForWaitingUser {
89    margin: auto;
90}
91
92.title2 {
93    color: #646464;
94    font-weight: bold;
95}
Note: See TracBrowser for help on using the repository browser.