This commit is contained in:
2018-06-29 19:47:36 +00:00
commit be7f501333
3769 changed files with 1425961 additions and 0 deletions

40
source/MBI/mbi.css Normal file
View File

@@ -0,0 +1,40 @@
/*Basic style used throughout*/
body
{
font-weight: normal;
font-size:smaller;
}
/*Section headings, i.e. largest boldest text on page*/
.secthead
{
font-weight: bold;
font-size: larger;
}
/*Sub headings, unread email messages, no larger, only bold*/
.sectsubhead
{
font-weight: bold;
}
/*Smallest text for various areas*/
.tinytext
{
font-weight:normal;
font-size:x-small;
}
/*MBI application error messages, i.e. unable to connect to database, errors etc*/
.clerror
{
font-weight: bold;
color: red;
}
/*MBI warning messages*/
.clwarning
{
color: red;
font-size:x-small;
}