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

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

clean

File size: 1.4 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: 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: #be0026;
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: 55px;
55}
56
57.containerSortsButton {
58    float: right;
59    margin-right: 250px;
60    margin-top: 9px;
61}
62
63.containerSortsAndSearch {
64    margin-bottom: 19px;
65}
66
67/** ***************************************************** **/
68/** ************************ OTHER ********************** **/
69/** ***************************************************** **/
70#loadingForUser, #loadingForWaitingUser {
71    margin: auto;
72}
73
74.title2 {
75    color: #646464;
76    font-weight: bold;
77}
Note: See TracBrowser for help on using the repository browser.