1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
/** CSS **/
.ui-outputlabel-rfi
{
display: none;
color: yellow;
}
h1
{
color: #9BCC60;
font-family: tahoma;
font-size: 70px;
}
#page
{
min-height: 100%;
position: relative;
}
#content
{
height: auto;
overflow: auto;
position: relative;
top: 160px
width: 100%;
}
#header
{
position: absolute;
width: 100%;
color: #9BCC60;
top: -8px;
}
#menu
{
position: relative;
top: 145px;
width: 100%;
}
#footer
{
clear: both;
color: white;
height: 25px;
color: #9BCC60;
position: relative;
top: 175px;
width: 100%;
}
body {
background-color: #695444;
color: #9BCC60;
background-image: url("./../resources/images/fondPersee.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}
.css1{
padding-left:300px;
}
.css2{
padding-left:400px;
}
.css3{
padding-left:300px;
}
.css4{
padding-left:400px;
}
.ligneTab{
display: table-cell;
}
.celluleLibTab{
width: 150px;
height: 30px;
}
.celluleEscTab{
width: 80px;
height: 30px;
}
.chkbox{
padding-top:10px;
padding-left:10px !important;
} |
Partager