|
|
@ -1363,7 +1363,7 @@ div.report_section h4 { |
|
|
|
* SYSTEM ANNOUNCEMENTS * |
|
|
|
* SYSTEM ANNOUNCEMENTS * |
|
|
|
*****************************************************/ |
|
|
|
*****************************************************/ |
|
|
|
div.system_announcement { |
|
|
|
div.system_announcement { |
|
|
|
padding: .2em; |
|
|
|
padding: 10px; |
|
|
|
border: 1px solid #ddd; |
|
|
|
border: 1px solid #ddd; |
|
|
|
-moz-border-radius-topright : 5px; |
|
|
|
-moz-border-radius-topright : 5px; |
|
|
|
-moz-border-radius-topleft : 5px; |
|
|
|
-moz-border-radius-topleft : 5px; |
|
|
@ -1371,8 +1371,9 @@ div.system_announcement { |
|
|
|
-moz-border-radius-bottomleft : 5px; |
|
|
|
-moz-border-radius-bottomleft : 5px; |
|
|
|
} |
|
|
|
} |
|
|
|
.system_announcement { |
|
|
|
.system_announcement { |
|
|
|
background: #ddd url('images/headertables.jpg') repeat-x top center; |
|
|
|
background: #eee url('images/headertables.jpg') repeat-x top center; |
|
|
|
font: bold 100% arial, sans-serif, sans; |
|
|
|
font: bold 100% arial, sans-serif, sans; |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
.system_announcement_content { |
|
|
|
.system_announcement_content { |
|
|
|
font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans; |
|
|
|
font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans; |
|
|
@ -1380,12 +1381,24 @@ div.system_announcement { |
|
|
|
.system_announcements { |
|
|
|
.system_announcements { |
|
|
|
background: transparent url('images/systemenouvelles.jpg') no-repeat top left; |
|
|
|
background: transparent url('images/systemenouvelles.jpg') no-repeat top left; |
|
|
|
padding-top: 10px; |
|
|
|
padding-top: 10px; |
|
|
|
width: 50%; |
|
|
|
padding-bottom: 10px; |
|
|
|
|
|
|
|
width: 90%; |
|
|
|
} |
|
|
|
} |
|
|
|
.system_announcements h3 { |
|
|
|
.system_announcements h3 { |
|
|
|
padding-left:70px; |
|
|
|
padding-left:70px; |
|
|
|
padding-top: 30px; |
|
|
|
padding-top: 30px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.system_announcement_title { |
|
|
|
|
|
|
|
font-weight: bold; |
|
|
|
|
|
|
|
font-size: 120%; |
|
|
|
|
|
|
|
float:left; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.system_announcement_date { |
|
|
|
|
|
|
|
font-color: #ccc; |
|
|
|
|
|
|
|
float:right; |
|
|
|
|
|
|
|
} |
|
|
|
/***************************************************** |
|
|
|
/***************************************************** |
|
|
|
* THE NEW FORUM * |
|
|
|
* THE NEW FORUM * |
|
|
|
*****************************************************/ |
|
|
|
*****************************************************/ |
|
|
|