Common.css: Difference between revisions

From MidasWiki
Jump to navigation Jump to search
(style sheet)
 
No edit summary
Line 1: Line 1:
/* <nowiki> */
 
/* midas.css  stylesheet */
/* midas.css  stylesheet */
 
<br>
  span.warn { color: red ; background-color: white; font-weight: bold; font-size: 125%; }
  span.warn { color: red ; background-color: white; font-weight: bold; font-size: 125%; }
  span.note { color: green ; background-color: white; font-weight: bold;  }
  span.note { color: green ; background-color: white; font-weight: bold;  }
Line 8: Line 8:
   span.new {color: black ; background-color:lightgray ; font-weight: bold;  }
   span.new {color: black ; background-color:lightgray ; font-weight: bold;  }
   ul.new  {color: black ; background-color:lightgray; font-weight: bold;  }
   ul.new  {color: black ; background-color:lightgray; font-weight: bold;  }
 
<br>
  /* image title */
  /* image title */
  span.image {color: black ; background-color: mintcream; font-weight: normal ;font-style: normal; font-size: 120%; }
  span.image {color: black ; background-color: mintcream; font-weight: normal ;font-style: normal; font-size: 120%; }
 
<br>
  /* utility/task or client e.g. mhttpd  */
  /* utility/task or client e.g. mhttpd  */
   span.utility {color: darkcyan ; background-color: white; font-weight: normal ;font-style: normal; font-size: 100%; }
   span.utility {color: darkcyan ; background-color: white; font-weight: normal ;font-style: normal; font-size: 100%; }
 
<br>
   /* odb key */
   /* odb key */
  span.odb { color: DarkOrchid; background-color: white;  font-weight: normal;  font-style: italic; }
  span.odb { color: DarkOrchid; background-color: white;  font-weight: normal;  font-style: italic; }
Line 25: Line 25:
  td.xml  {vertical-align: top; color: navy  ; background-color: aliceblue ; font-weight:bold; font-size:normal; text-align: left; }
  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; }
  td.msl  {vertical-align: top; color: navy  ; background-color: lavenderblush ; font-weight:bold; font-size:normal; text-align: left; }
/* </nowiki> */

Revision as of 13:08, 26 August 2014

/* 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; }