Anonymous - 2004-10-10

Hi Again,

This css dramatically reducess the number of colors and font variations used by base.  I've always felt the Acid's display was to "busy" and visually confusing.  As with all things pertaining to style and layout, this is very subjective, but perhaps some will like it.  Personally, I find it make the base console much more user friendly. 

The astute reader may notice that the color choices here match the MIDAS 2.2 nms color scheme.  I have taken to using base in place of MIDAS' own IDS console.

Cheers,

Wally Brock

_____________________________________________

/* 
* Basic Analysis and Security Engine (BASE)
*
* Author: Kevin Johnson <kjohnson@secureideas.net>
* Built upon work by Roman Danyliw <rdd@cert.org>, <roman@danyliw.com>
*
* Copyright (C) 2004 Kevin Johnson
* Portions Copyright (C) 2000 Carnegie Mellon University
* (see the file 'base_main.php' for license details)
*
* Purpose: HTML style sheet
*
* 10/9/2004 Modified version by W. Brock for fewer color and font
* variations.  "Plain Blue" theme.
*/

BODY {
   BACKGROUND-COLOR: #FFFFFF;
   FONT-FAMILY: arial,helvetica;
   font-size: 10pt;
}

P, B, A, BODY, FORM, TD, INPUT, SELECT, OPTION, TR, OL, UL, MENU, BLOCKQUOTE, FONT, DIV, H4, H5, H6 {
    FONT-FAMILY: arial,helvetica,sans-serif;
    font-size: 10pt;
}

H3 {
    FONT-FAMILY: arial,helvetica,sans-serif;
    font-size: 12pt;
}

H2 {
    FONT-FAMILY: arial,helvetica,sans-serif;
    font-size: 14pt;
}

H1 {
    FONT-FAMILY: arial,helvetica,sans-serif;
    font-size: 16pt;
}

code, PRE {
    FONT-FAMILY: courier;
    font-size: 10pt;
}

A {
    font-weight: bold;
    text-decoration: none;
    color: #223399;
}

A.largemenuitem {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 12pt;
}

A.menuitem {
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 10pt;
}

table {
}

td.mainheader {
   FONT-FAMILY: arial,helvetica;
   COLOR: BLACK;
   BACKGROUND-COLOR: #376589;
}

td.mainheadertitle {
   FONT-FAMILY: arial,helvetica;
   COLOR: white;
   BACKGROUND-COLOR: #376589;
   font-size: 26pt;
}

td.newsitem {
   FONT-FAMILY: arial,helvetica;
   COLOR: black;
   BACKGROUND-COLOR: #FFFFFF;
   font-size: 10pt;
}

td.newsdate {
   FONT-FAMILY: arial,helvetica;
   COLOR: black;
   BACKGROUND-COLOR: yellow;
   font-size: 10pt;
}

table.srchcriteria {
   border-width: medium;
   border-color: blue;
   border-style: solid;
}

td.plfieldhdr {
   FONT-FAMILY: arial,helvetica;
   COLOR:  black;
   BACKGROUND-COLOR: #C2C2C2;
   font-size: 10pt;
   font-weight: bold;
   text-align: center;
}

td.plfield {
   FONT-FAMILY: verdana,arial,helvetica;
   COLOR: black;
   BACKGROUND-COLOR: white;
   font-size: 10pt;
   text-align: center;
}

td.metatitle {
   FONT-FAMILY: arial,helvetica;
   font-weight: normal;
   COLOR: black;
   BACKGROUND-COLOR: #E0E0E0;
   font-size: 10pt;
}

td.iptitle {
   FONT-FAMILY: arial,helvetica;
   font-weight: normal;
   COLOR: black;
   BACKGROUND-COLOR: #EDEDED;
   font-size: 10pt;
}

td.layer4title {
   FONT-FAMILY: arial,helvetica;
   font-weight: normal;
   COLOR: black;
   BACKGROUND-COLOR: #E0E0E0;
   font-size: 10pt;
}

td.payloadtitle {
   FONT-FAMILY: arial,helvetica;
   font-weight: normal;
   COLOR: black;
   BACKGROUND-COLOR: #EDEDED;
   font-size: 10pt;
}

td.sectiontitle {
   FONT-FAMILY: verdana,arial,helvetica;
   font-weight: bold;
   COLOR: white;
   BACKGROUND-COLOR: #376589;
   font-size: 10pt;
}

div.mainheadertitle {
   FONT-FAMILY: arial,helvetica;
   COLOR: white;
   BACKGROUND-COLOR: #376589;
   font-size: 26pt;
}
div.mainfootertext {
   FONT-FAMILY: arial,helvetica;
   COLOR: white;
   BACKGROUND-COLOR: #376589;
   font-size: 12pt;
}