Warning, /DQM/SiPixelMonitorClient/test/css_files/IMGC.css is written in an unsupported language. File is not indexed.
0001 body
0002 {
0003 margin: 0px ;
0004 background: #414141;
0005 font-family: arial ;
0006 font-size: 10px ;
0007 width: 100% ;
0008 }
0009
0010 #canvasBorder
0011 {
0012 border: 6px solid #283274;
0013 background: black;
0014 }
0015
0016 #theCanvas .theCanvas
0017 {
0018 left: 1px ;
0019 right: 1px ;
0020 background-color: red ;
0021 }
0022
0023 #theCanvasField .theCanvasField
0024 {
0025 background: #225587;
0026 background-color: #225587;
0027 }
0028
0029 #controls
0030 {
0031 width: 90%;
0032 text-align: center;
0033 }
0034
0035 .controlButton
0036 {
0037 font-family: arial;
0038 font-size: 10px;
0039 }
0040
0041 #imgTitle
0042 {
0043 width: 90%;
0044 font-family: arial;
0045 font-size: 10px;
0046 color: white;
0047 text-align: center;
0048 background: #414141;
0049 }
0050
0051 .someText
0052 {
0053 font-family: arial;
0054 font-size: 8pt;
0055 color: maroon;
0056 text-align: left;
0057 background: #fff4d8;
0058 }
0059
0060 a:link, a:visited
0061 {
0062 text-decoration: none;
0063 color: #336699;
0064 }
0065
0066 a:hover
0067 {
0068 color: black;
0069 }