Subversion Repositories Sites.tela-botanica.org

Compare Revisions

Ignore whitespace Rev 21 → Rev 22

/trunk/sites/atelier/fr/styles/atelier.css
97,6 → 97,16
margin:4px;}
.liste_inscription{
list-style-type:none;}
.menu_projet ul li {
font-weight:bold;
text-align:left;
font-size:12px;}
.menu_projet ul li ul{
margin:7px;}
.menu_projet ul li ul li {
font-weight:normal;
text-align:left;
font-size:11px;}
#menu_wikini ul {
list-style-type:none;}
#menu_wikini ul {
110,4 → 120,33
.del {
font-style: italic;
color: #c00;
text-decoration: line-through;}
text-decoration: line-through;}
/*Notes*/
div.notes {
clear:both;
float: right;
width: 180px;
height: auto;
margin: 0 0 10px 10px;
padding: 5px;
border: 1px solid #DFE7AC;
background-color:#E7EBFD;
color: #666;
font-size: 88%;}
div.notes p {
display:block;
width: 180px;
margin: 0em 0em 1.2em 0em;
color: #666;}
div.notes p.last {
margin: 0em;}
div.notes h4 {
background-image: url(/sites/commun/generique/images/graphisme/info.png);
background-repeat: no-repeat;
background-position: top left;
padding: 0 0 3px 20px;
border-width: 0 0 1px 0;
border-style: solid;
border-color: #666;
color: #666;
font-size: 110%;}