[svn r10820] add WCAG style tag

skala
Patrick Vandermaesen 19 years ago
parent 0b73211cc2
commit 554bfce822
  1. 49
      main/css/default/default.css

@ -1958,3 +1958,52 @@ input.forms {
------------------------------------------------------------------------------
*/
/* modif pvdm-NOCTIS */
#WCAG-editor {
border: 1px #4171B5 solid;
background-color: #E5EDF9;
width: 590px;
}
#WCAG-editor .title {
padding: 2px;
background-color: #4171B5;
text-align: center;
color: #ffffff;
font-weight: bold;
}
#WCAG-editor .body {
padding: 3px;
}
#WCAG-editor textarea {
margin-left: 0px;
margin-right: 0px;
width: 581px;
height: 240px;
border: 1px #7F9DB9 solid;
}
#WCAG-editor input {
width: 580px;
}
#WCAG-home img {
float: left;
margin-right: 5px;
margin-bottom: 5px;
}
#WCAG-home p {
text-align: justify;
}
.skip {
display: none;
}
/* end modif pvdm-NOCTIS */

Loading…
Cancel
Save