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
RevLine 
[247]1body {
2    color: #646464;
[220]3}
4
[247]5a {
6    color: #646464;
[220]7}
8
[267]9th {
10    text-align: center;
11}
12
[220]13/** ***************************************************** **/
14/** ********************** CONTAINER ******************** **/
15/** ***************************************************** **/
[233]16
[220]17.containerTitle {
[409]18    color: #be0026;
[247]19    padding-left: 236px;
[220]20}
21
[267]22.containerMenu {
[247]23    -moz-border-radius: 4px 4px 4px 4px;
[227]24    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
[230]25    -webkit-border-radius: 4px 4px 4px 4px;
26    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
[523]27    float: right;
[220]28    position: relative;
[267]29    width: 800px;
30    height: 39px;
[247]31    color: #969696;
[228]32    top: 4px;
[247]33    margin-bottom: 18px;
[220]34    padding-left: 10px;
[230]35    font-size: 11px;
[220]36}
37
38.containerTitleContent {
[267]39    background-image: none;
[523]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;
[220]59}
60
61.containerCenter {
[265]62    background: -moz-linear-gradient(white, #778899);
[220]63}
64
65.containerBottom {
[267]66    background-image: none;
[265]67    background-color: #778899;
[220]68}
69
[287]70.containerSorts {
71    float: left;
[308]72    margin-right: 55px;
[287]73}
74
[308]75.containerSortsButton {
76    float: right;
[410]77    margin-right: 250px;
[308]78    margin-top: 9px;
79}
80
81.containerSortsAndSearch {
82    margin-bottom: 19px;
83}
84
[230]85/** ***************************************************** **/
[220]86/** ************************ OTHER ********************** **/
87/** ***************************************************** **/
[267]88#loadingForUser, #loadingForWaitingUser {
89    margin: auto;
[287]90}
91
92.title2 {
93    color: #646464;
94    font-weight: bold;
95}
Note: See TracBrowser for help on using the repository browser.