
/* - ploneCustom.css - */
@media all {
/* https://extranet.ville-antibes.fr/cst/portal_css/ploneCustom.css?original=1 */
#content div.documentByLine {
display: none;
}
.portletItemDetails {
text-align: right;
}
.template-contentsview #content a:link {
border-bottom: none;
}
.template-contentsview #content li {
list-style: none;
}
.template-contentsview #content h2 {
text-align: center;
}
.template-contentsview #content h3 {
font-size: 1.7em;
text-decoration: underline;
}
a.new-meeting {
display: inline-block;
border: 0px solid #aaa;
padding: 3px 5px;
margin-top: 15px;
border-radius: 0.5em;
background: #DDD;
}
/* */
.ploneSkin table.mceLayout td.mceToolbar {
background-color: #EEEEEE;
border: 1px solid #666666 !important;
}
#text_forecolor, #text_backcolor {
height: 22px;
}
}

