Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /OnlMon/html/mon.css is written in an unsupported language. File is not indexed.

0001 body 
0002 { 
0003   background-color: #FFFFFF;
0004   color: #000066;
0005 }
0006 
0007 body.contacts
0008 {
0009         background-color:#FFFFDD;
0010 }
0011 
0012 body.menu
0013 {
0014         background-color:green;
0015 }
0016 
0017 body.runselect
0018 {
0019   background-color: #FFFFFF;
0020   color:#000066;
0021 }
0022 
0023 #root
0024 {
0025   font-size: 120%;      
0026 }
0027 
0028 a {
0029         font-family:Arial, Helvetica, sans-serif;
0030         font-size:84%;
0031         text-decoration:none;
0032         background:transparent;
0033 }
0034 
0035 a:hover {
0036         background:yellow;
0037 }
0038 a.tracked {
0039         background:blue;
0040 }
0041 a.subexpanded {
0042         font-weight: bold;
0043         background:transparent;
0044 }
0045 a.subclosed {
0046         background:transparent;
0047 }
0048 
0049 frameset {
0050         border-style: none;
0051 }
0052 
0053 frame.heading {
0054         background:gray;
0055         border-style: none;
0056 }
0057 
0058 .dir { 
0059   font-size: 130%; 
0060   font-family: courier, times, sans-serif; 
0061   font-weight: bold; 
0062   background-color: #FFFFFF;
0063   color: #000066;
0064 }
0065 
0066 h2.dir 
0067 { 
0068   font-size: 100%; 
0069   background-color: #FFBBDD; 
0070 }
0071 
0072 
0073 .unknowndata 
0074 { 
0075   text-decoration: none; 
0076   background-color: #FFFFFF;
0077   border-width: thin; 
0078   border-style: solid; 
0079   font-family: courier, times, sans-serif; 
0080   font-weight: 500;
0081   color: #000066;
0082 }
0083 
0084 .eventdata 
0085 { 
0086   text-decoration: none; 
0087   border-width: thin; 
0088   border-style: solid; 
0089   font-family: courier, times, sans-serif; 
0090   font-weight: 500;
0091   background-color: #FFFFFF;
0092   color: #006600;
0093 }
0094 
0095 .calibdata 
0096 { 
0097   text-decoration: none; 
0098   border-width: thin; 
0099   border-style: solid; 
0100   font-family: courier, times, sans-serif; 
0101   font-weight: 500;
0102   background-color: #FFFFFF;
0103   color: #660000;
0104 }
0105 
0106 .pedestaldata
0107 { 
0108   text-decoration: none; 
0109   border-width: thin; 
0110   border-style: solid; 
0111   font-family: courier, times, sans-serif; 
0112   font-weight: 500;
0113   background-color: #FFFFFF;
0114   color: #660000;
0115 }
0116 
0117 .localpoldata
0118 { 
0119   text-decoration: none; 
0120   border-width: thin; 
0121   border-style: solid; 
0122   font-family: courier, times, sans-serif; 
0123   font-weight: 500;
0124   background-color: #FFFFFF;
0125   color: #660000;
0126 }
0127 
0128 .vernierscandata
0129 { 
0130   text-decoration: none; 
0131   border-width: thin; 
0132   border-style: solid; 
0133   font-family: courier, times, sans-serif; 
0134   font-weight: 500;
0135   background-color: #FFFFFF;
0136   color: #660000;
0137 }
0138 
0139 .zerofielddata 
0140 { 
0141   text-decoration: none; 
0142   border-width: thin; 
0143   border-style: solid; 
0144   font-family: courier, times, sans-serif; 
0145   font-weight: 500;
0146   background-color: #FFFFFF;
0147   color: #660000;
0148 }
0149 
0150 .junkdata 
0151 { 
0152   text-decoration: none; 
0153   border-width: thin; 
0154   border-style: solid; 
0155   font-family: courier, times, sans-serif; 
0156   font-weight: 500;
0157   background-color: #FFFFFF;
0158   color: #666666;
0159 }
0160 
0161 .prejecteddata 
0162 { 
0163   text-decoration: none; 
0164   border-width: thin; 
0165   border-style: solid; 
0166   font-family: courier, times, sans-serif; 
0167   font-weight: 500;
0168   background-color: #FFFFFF;
0169   color: #666600;
0170 }
0171 
0172 .crejecteddata 
0173 { 
0174   text-decoration: none; 
0175   border-width: thin; 
0176   border-style: solid; 
0177   font-family: courier, times, sans-serif; 
0178   font-weight: 500;
0179   background-color: #FFFFFF;
0180   color: #666600;
0181 }
0182 
0183 .pedrejecteddata 
0184 { 
0185   text-decoration: none; 
0186   border-width: thin; 
0187   border-style: solid; 
0188   font-family: courier, times, sans-serif; 
0189   font-weight: 500;
0190   background-color: #FFFFFF;
0191   color: #666600;
0192 }
0193 
0194 .devcomponent
0195 {
0196    font-weight: 700;
0197 }
0198 
0199 a.devmail
0200 {
0201   color: red;
0202 }
0203 
0204 .devname
0205 {
0206   text-decoration: underline;
0207 }