Adding system annoncements CSS modifications

skala
Julio Montoya 15 years ago
parent 4b41adeb98
commit d72cfeba43
  1. 40
      main/css/blue_lagoon/default.css
  2. 20
      main/css/chamilo/default.css
  3. 19
      main/css/chamilo_green/default.css
  4. 19
      main/css/chamilo_red/default.css
  5. 40
      main/css/cool_blue/default.css
  6. 40
      main/css/dokeos_blue/default.css
  7. 40
      main/css/dokeos_classic/default.css
  8. 39
      main/css/dokeos_classic_2D/default.css
  9. 40
      main/css/empire_green/default.css
  10. 40
      main/css/fruity_orange/default.css
  11. 40
      main/css/medical/default.css
  12. 19
      main/css/public_admin/default.css
  13. 40
      main/css/royal_purple/default.css
  14. 28
      main/css/silver_line/default.css
  15. 40
      main/css/sober_brown/default.css
  16. 40
      main/css/steel_grey/default.css
  17. 40
      main/css/tasty_olive/default.css

@ -1321,19 +1321,41 @@ div.report_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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 { .system_announcements {
margin: 5px; 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; .system_announcement_title {
border-left: 1px solid gray; font-weight: bold;
padding-left: 5px; font-size: 120%;
float:left;
}
.system_announcement_date {
font-color: #ccc;
float:right;
} }
/***************************************************** /*****************************************************
* THE NEW FORUM * * THE NEW FORUM *

@ -1606,7 +1606,7 @@ div.admin_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;
@ -1614,8 +1614,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;
@ -1623,12 +1624,25 @@ 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 *
*****************************************************/ *****************************************************/

@ -1610,7 +1610,7 @@ div.admin_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;
@ -1618,8 +1618,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;
@ -1627,12 +1628,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 *
*****************************************************/ *****************************************************/

@ -1612,7 +1612,7 @@ div.admin_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;
@ -1620,8 +1620,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;
@ -1629,12 +1630,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 *
*****************************************************/ *****************************************************/

@ -1296,19 +1296,41 @@ div.report_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
} }
div.system_announcement_title { .system_announcements {
background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
} }
div.system_announcement_content { .system_announcements h3 {
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 * * THE NEW FORUM *

@ -1302,19 +1302,41 @@ div.report_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
} }
div.system_announcement_title { .system_announcements {
background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
} }
div.system_announcement_content { .system_announcements h3 {
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 * * THE NEW FORUM *

@ -1373,19 +1373,41 @@ div.report_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
}
.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; .system_announcement_title {
border-left: 1px solid gray; font-weight: bold;
padding-left: 5px; font-size: 120%;
float:left;
}
.system_announcement_date {
font-color: #ccc;
float:right;
} }
/***************************************************** /*****************************************************
* THE NEW FORUM * * THE NEW FORUM *

@ -1363,20 +1363,41 @@ div.report_section h4 {
SYSTEM ANNOUNCEMENTS 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 {
} }
div.system_announcements h3 { .system_announcement_content {
font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
} }
div.system_announcement { .system_announcements {
margin: 5px; 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; .system_announcement_title {
border-left: 1px solid gray; font-weight: bold;
padding-left: 5px; font-size: 120%;
float:left;
}
.system_announcement_date {
font-color: #ccc;
float:right;
} }
/* /*
============================================================================== ==============================================================================

@ -1313,19 +1313,41 @@ div.report_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
} }
div.system_announcement_title { .system_announcements {
background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
} }
div.system_announcement_content { .system_announcements h3 {
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 * * THE NEW FORUM *

@ -1313,19 +1313,41 @@ div.report_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
} }
div.system_announcement_title { .system_announcements {
background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
} }
div.system_announcement_content { .system_announcements h3 {
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 * * THE NEW FORUM *

@ -1360,19 +1360,41 @@ div.report_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
}
.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; .system_announcement_title {
border-left: 1px solid gray; font-weight: bold;
padding-left: 5px; font-size: 120%;
float:left;
}
.system_announcement_date {
font-color: #ccc;
float:right;
} }
/***************************************************** /*****************************************************
* THE NEW FORUM * * THE NEW FORUM *

@ -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 *
*****************************************************/ *****************************************************/

@ -1311,19 +1311,41 @@ div.report_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
} }
div.system_announcement_title { .system_announcements {
background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
} }
div.system_announcement_content { .system_announcements h3 {
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 * * THE NEW FORUM *

@ -1288,23 +1288,41 @@ a.specialLink:hover, a.specialLink:focus {
*/ */
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-topleft : 5px;
-moz-border-radius-bottomright : 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;
} }
.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: 30px; padding-top: 10px;
width: 50%; padding-bottom: 10px;
width: 90%;
} }
.system_announcements h3 { .system_announcements h3 {
text-align: center; padding-left:70px;
padding-top: 30px;
}
.system_announcement_title {
font-weight: bold;
font-size: 120%;
float:left;
}
.system_announcement_date {
font-color: #ccc;
float:right;
} }
/* /*
============================================================================== ==============================================================================

@ -1342,19 +1342,41 @@ div.admin_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
}
.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; .system_announcement_title {
border-left: 1px solid gray; font-weight: bold;
padding-left: 5px; font-size: 120%;
float:left;
}
.system_announcement_date {
font-color: #ccc;
float:right;
} }
/***************************************************** /*****************************************************
* THE NEW FORUM * * THE NEW FORUM *

@ -1314,19 +1314,41 @@ div.admin_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
} }
div.system_announcement_title { .system_announcements {
background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
} }
div.system_announcement_content { .system_announcements h3 {
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 * * THE NEW FORUM *

@ -1314,19 +1314,41 @@ div.admin_section h4 {
/***************************************************** /*****************************************************
* SYSTEM ANNOUNCEMENTS * * 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;
} }
div.system_announcements h3 { .system_announcement {
background: #eee url('images/headertables.jpg') repeat-x top center;
font: bold 100% arial, sans-serif, sans;
} }
div.system_announcement { .system_announcement_content {
margin: 5px; font: normal 100% 'Lucida Grande', verdana, Arial, sans-serif, sans;
} }
div.system_announcement_title { .system_announcements {
background: transparent url('images/systemenouvelles.jpg') no-repeat top left;
padding-top: 10px;
padding-bottom: 10px;
width: 90%;
} }
div.system_announcement_content { .system_announcements h3 {
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 * * THE NEW FORUM *

Loading…
Cancel
Save