Common.css
Jump to navigation
Jump to search
/* midas.css stylesheet */
span.warn { color: red ; background-color: white; font-weight: bold; font-size: 125%; }
span.note { color: green ; background-color: white; font-weight: bold; }
span.emphasis { color: darkviolet ; background-color: white; font-weight: bold; }
/* new feature */
span.new {color: black ; background-color:lightgray ; font-weight: bold; }
ul.new {color: black ; background-color:lightgray; font-weight: bold; }
/* image title */
span.image {color: black ; background-color: mintcream; font-weight: normal ;font-style: normal; font-size: 120%; }
/* utility/task or client e.g. mhttpd */
span.utility {color: darkcyan ; background-color: white; font-weight: normal ;font-style: normal; font-size: 100%; }
/* odb key */
span.odb { color: DarkOrchid; background-color: white; font-weight: normal; font-style: italic; }
span.js { color: black ; background-color: LightCyan; font-weight:bold; }
span.odbtag { color: brown ; background-color: white; font-weight:normal; font-style: italic; }
span.htmltag { color: brown ; background-color: white; font-weight:normal; }
span.button { color: black ; background-color: whitesmoke ; font-weight:bold; font-size:small }
span.xml { color: navy ; background-color: aliceblue ; font-weight:bold; font-size:normal; }
span.msl { color: navy ; background-color: lavenderblush ; font-weight:bold; font-size:normal; }
td.xml {vertical-align: top; color: navy ; background-color: aliceblue ; font-weight:bold; font-size:normal; text-align: left; }
td.msl {vertical-align: top; color: navy ; background-color: lavenderblush ; font-weight:bold; font-size:normal; text-align: left; }