This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/administrator/components/com_events/help/help.css

58 lines
846 B
CSS
Raw Permalink Normal View History

/* css for help.files of components inside MGFi
* last_edit: 2006.05.10
*/
body {
font-family : verdana, arial, sans-serif;
font-size : 76%;
color : #333333;
}
img {
border : none;
}
h1 {
color : #30559C;
font-size : 112%;
border-left : 25px solid #30559C;
border-bottom : 1px solid #30559C;
padding : 0 0 2px 5px;
}
.header {
font-size : 108%;
font-weight : bold;
}
.docinfo {
float : left;
text-align : left;
font-size : 93%;
color : #30559C;
}
.close {
float : right;
text-align : right;
}
.warningHeader {
color : #CC0000;
font-weight : bold;
}
.warning {
margin : 2px;
padding : 3px;
border : 1px solid #999999;
background : #FFDDDD;
}
.warning:hover {
border : 1px solid #FF0000;
margin : 2px;
padding : 3px;
}
li {
font-weight : bold;
}