lib/rubyfox/server/data/www/ROOT/_css_/default.css in rubyfox-server-2.17.3.2 vs lib/rubyfox/server/data/www/ROOT/_css_/default.css in rubyfox-server-2.19.2.0

- old
+ new

@@ -1,9 +1,7 @@ @charset "UTF-8"; - - /* MAIN LAYOUT */ body { font-family: Arial, Helvetica, sans-serif; font-size: medium; @@ -56,11 +54,11 @@ clear: both; padding-top: 15px; padding-bottom: 15px; text-align: center; font-size: 90%; - color: #AAAAAA; + color: #999999; } #plugin { background: #2B2B2B; border: 4px #FFFFFF solid; @@ -159,12 +157,22 @@ list-style: circle; margin-left: 30px; } .note { + color: #666666; font-style: italic; - font-size: 80%; + font-size: 90%; margin: 5px; padding: 5px; line-height: 1.3em; - border: dashed 1px #CCCCCC; -} \ No newline at end of file + border: dashed 1px #252525; +} + +.specialBox { + margin: 10px; + padding: 6px; + background-color: #ffffee; + border: 2px dashed #ff9900; + line-height: 1.3em; + color: #333; +}