source: tapas/web/resources/css/mainEther.css @ 848

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

changement logo
champs locality/lieu desactives

File size: 1.5 KB
RevLine 
[345]1html {
2    border: 0 none;
3    margin: 0;
4    padding: 0;
[330]5}
6
[345]7body, table {
8    font-size: 13px;
9    line-height: 1.7em; /*color: #333333;*/
[816]10    color: #e7e6eb;
[345]11    font-family: Trebuchet MS, Arial, san-serif;
[330]12}
13
[345]14.pageWrapper {
[504]15    width: 1047px; /*text-align: left;*/
[347]16    margin: auto;
[386]17    margin-top: -15px;
[330]18}
19
[345]20a img {
21    border-width: 0;
[816]22    text-decoration:none;
[330]23}
24
[345]25a {
[529]26    text-decoration:none;
[816]27    color: #574176 ;
[529]28    text-align:center;
[345]29}
30
31a:hover {
[529]32    text-decoration:none;
33    color: black;
34    text-align:center;
[345]35}
36
37a:visited {
[529]38    text-decoration:none;
39    color: black;
40    text-align:center;
[345]41}
42
43input {
[817]44    //-moz-border-radius: 4px 4px 4px 4px;
45    //-webkit-border-radius: 4px 4px 4px 4px;
46    border-radius: 6px 6px 6px 6px;
[345]47}
48
[529]49/*li {
[347]50    list-style-type: none;
51}
52
53li:hover {
[351]54    color: #ADEAEA;
[529]55} */
56
57a.li {
58    color:white;
[347]59}
60
[529]61
[345]62.navStyle {
63    position: absolute;
64    top: -13px;
65}
66
[330]67/** ************************************ **/
68/** *********** DIV INFOS ************** **/
69/** ************************************ **/
70.error, .alert, .notice, .success, .info, .loading {
[345]71    padding: 0.5em;
72    margin: 0.5em auto;
73    border: 2px solid #ddd;
74    text-align: center;
[330]75}
76
77.error, .alert {
[345]78    background: #fbe3e4;
79    color: #8a1f11;
80    border-color: #fbc2c4;
[330]81}
82
83.notice {
[345]84    background: #fff6bf;
85    color: #514721;
86    border-color: #ffd324;
[330]87}
88
89.success {
[345]90    background: #e6efc2;
91    color: #264409;
92    border-color: #c6d880;
[330]93}
94
95.info {
[345]96    background: #d5edf8;
97    color: #205791;
98    border-color: #92cae4;
[330]99}
100
[345]101.loading {
102    border: none;
[330]103}
Note: See TracBrowser for help on using the repository browser.