source: tapas/web/resources/css/ether.css @ 376

Last change on this file since 376 was 376, checked in by rboipsl, 12 years ago

Creation projet tapas

File size: 1.3 KB
Line 
1body{
2        font-size: 14px;
3}
4
5.pair,.impair {
6        width: 234px;
7        padding-top: 3px;
8        padding-bottom: 3px;
9}
10
11.pair {
12        background-color:#f5f3ec;
13}
14
15.impair {
16        background-color:#FFFDF6;
17}
18
19.bindedText {
20        color: #6178BC;
21        text-decoration: none;
22}
23
24/** ************************************ **/
25/** *********** DIV INFOS ************** **/
26/** ************************************ **/
27.error, .alert, .notice, .success, .info, .loading {
28        padding: 0.5em;
29        margin: 0.5em auto;
30        border: 2px solid #ddd;
31        text-align: center;
32}
33
34.error, .alert {
35        background: #fbe3e4;
36        color: #8a1f11;
37        border-color: #fbc2c4;
38}
39
40.notice {
41        background: #fff6bf;
42        color: #514721;
43        border-color: #ffd324;
44}
45
46.success {
47        background: #e6efc2;
48        color: #264409;
49        border-color: #c6d880;
50}
51
52.info {
53        background: #d5edf8;
54        color: #205791;
55        border-color: #92cae4;
56}
57
58.loading
59{
60        border: none;
61}
62
63/** ************************************ **/
64/** ************ LOADING *************** **/
65/** ************************************ **/
66.loading-classic {
67        background-image: url("resources/icons/loading.gif");
68        height: 35px;
69        width: 35px;
70}
71
72/** ************************************ **/
73/** ************* OTHERS *************** **/
74/** ************************************ **/
75#messages {
76        color:#806159;
77        font-weight:bold;
78        vertical-align:middle;
79        /*margin-bottom:1em;*/
80}
81
82
83#containerPlateforms {
84    color:#6178BC;
85}
Note: See TracBrowser for help on using the repository browser.