|
@@ -1321,19 +1321,41 @@ div.report_section h4 {
|
|
|
/*****************************************************
|
|
|
* SYSTEM ANNOUNCEMENTS *
|
|
|
*****************************************************/
|
|
|
-div.system_announcements {
|
|
|
+div.system_announcement {
|
|
|
+ padding: 10px;
|
|
|
+ border: 1px solid #ddd;
|
|
|
+ -moz-border-radius-topright : 5px;
|
|
|
+ -moz-border-radius-topleft : 5px;
|
|
|
+ -moz-border-radius-bottomright : 5px;
|
|
|
+ -moz-border-radius-bottomleft : 5px;
|
|
|
+}
|
|
|
+.system_announcement {
|
|
|
+ background: #eee url('images/headertables.jpg') repeat-x top center;
|
|
|
+ font: bold 100% arial, sans-serif, sans;
|
|
|
+
|
|
|
}
|
|
|
-div.system_announcements h3 {
|
|
|
+.system_announcement_content {
|
|
|
+ font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
|
|
|
}
|
|
|
-div.system_announcement {
|
|
|
- margin: 5px;
|
|
|
+.system_announcements {
|
|
|
+ background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
|
|
|
+ padding-top: 10px;
|
|
|
+ padding-bottom: 10px;
|
|
|
+ width: 90%;
|
|
|
}
|
|
|
-div.system_announcement_title {
|
|
|
+.system_announcements h3 {
|
|
|
+
|
|
|
}
|
|
|
-div.system_announcement_content {
|
|
|
- margin-left: 20px;
|
|
|
- border-left: 1px solid gray;
|
|
|
- padding-left: 5px;
|
|
|
+
|
|
|
+.system_announcement_title {
|
|
|
+ font-weight: bold;
|
|
|
+ font-size: 120%;
|
|
|
+ float:left;
|
|
|
+}
|
|
|
+
|
|
|
+.system_announcement_date {
|
|
|
+ font-color: #ccc;
|
|
|
+ float:right;
|
|
|
}
|
|
|
/*****************************************************
|
|
|
* THE NEW FORUM *
|