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

Last change on this file was 817, checked in by rboipsl, 9 years ago

changement logo
champs locality/lieu desactives

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: #000000;
19    padding-left: 236px;
20    font-size: 24px;
21    font-family: Comic Sans MS;
22}
23
24.containerMenu {
25    -moz-border-radius: 4px 4px 4px 4px;
26    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
27    -webkit-border-radius: 4px 4px 4px 4px;
28    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
29    float: right;
30    position: relative;
31    height: 39px;
32    color: #969696;
33    margin-bottom: 18px;
34    font-size: 11px;
35}
36
37.containerTitleContent {
38    background-image: none;
39    border-radius: 8px 8px 0 0;
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, #000000) repeat scroll 0 0 transparent;
46    background: -ms-linear-gradient(#778899, #000000) 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: 90px;
51    height: 26px;
52    color: white;
53    font-weight: bold;
54    padding-left: 10px;
55    padding-top: 4px;
56    margin-right: -1px;
57    top: 51px;
58    text-decoration: none;
59}
60
61.containerCenter {
62    background: -moz-linear-gradient(#000000, #778899);
63    top: 59px;
64}
65
66.containerBottom {
67    background-image: none;
68    background-color: #778899;
69    top:53px;
70}
71
72.containerSorts {
73    float: left;
74    margin-right: 55px;
75}
76
77.containerSortsButton {
78    float: right;
79    margin-right: 250px;
80    margin-top: 9px;
81}
82
83.containerSortsAndSearch {
84    margin-bottom: 19px;
85}
86
87/** ***************************************************** **/
88/** ************************ OTHER ********************** **/
89/** ***************************************************** **/
90#loadingForUser, #loadingForWaitingUser {
91    margin: auto;
92}
93
94.title2 {
95    color: #646464;
96    font-weight: bold;
97}
Note: See TracBrowser for help on using the repository browser.