Warning: Can't use blame annotator:
svn blame failed on branches/realtime_VDS/common/unifiedlog.css: ("Can't find a temporary directory: Internal error", 20014)

source: tmcsimulator/branches/realtime_VDS/common/unifiedlog.css @ 584

Revision 584, 656 bytes checked in by jdalbey, 6 years ago (diff)

import files to branch realtime VDS

RevLine 
1/* A style sheet for the unified log HTML table */
2* {
3  box-sizing: border-box;
4}
5body {
6   background-color: #000033;
7   color: goldenrod
8}
9
10/* Color Code for unified logger */ 
11.CAD{
12    color: cyan; 
13}
14.CADdetail{
15    color: blue; 
16}
17.Activity{
18    color: #32CD32;  /* green */
19}
20.CMS{
21    color: yellow; 
22}
23.Evaluation{
24    color: magenta;
25}
26/* Padding for table cells */
27td { padding-top:2px; padding-right:10px; padding-bottom:2px; padding-left:10px; }
28/* styling for html table */
29#display{
30  padding: 15px 10% 15px 10%;
31  font-size: 20px;
32  font-family: monospace;
33  font-weight:lighter;
34  color: white;
35  padding-left: 2%;
36  padding-right: 2%;
37}
Note: See TracBrowser for help on using the repository browser.