Warning, /DQM/SiPixelMonitorClient/test/css_files/magnifier.css is written in an unsupported language. File is not indexed.
0001 body
0002 {
0003 margin: 0;
0004 padding: 0;
0005 }
0006
0007 #info
0008 {
0009 position: absolute;
0010 top: 0;
0011 left: 0;
0012 width: 100%;
0013 text-align: center;
0014 padding: 10px;
0015 font-family: sans-serif, "Trebuchet MS", Verdana, ;
0016 font-size: 8pt;
0017 background-color: #eee;
0018 border-bottom: solid 1px #ccc;
0019 }
0020
0021 #button
0022 {
0023 font-family: sans-serif, "Trebuchet MS", Verdana, ;
0024 font-size: 8pt;
0025 }
0026
0027 #message
0028 {
0029 font-family: sans-serif, "Trebuchet MS", Verdana, ;
0030 }
0031
0032 .magnifier
0033 {
0034 position: absolute;
0035 border: solid 1px #000;
0036 cursor: move;
0037 background-repeat: no-repeat;
0038 background-color: #fceeb8;
0039 }
0040
0041 .magnifierShadow
0042 {
0043 position: absolute;
0044 background: transparent;
0045 padding: 0;
0046 margin: 0;
0047 }
0048
0049 .magnifierController
0050 {
0051 color: #fceeb8;
0052 font-family: sans-serif, "Trebuchet MS", Verdana ;
0053 font-size: 9px;
0054 }
0055
0056 .magnifierControllerContainer
0057 {
0058 padding: 10px;
0059 }
0060
0061 .magnifierControllerPrefix
0062 {
0063 color: #111;
0064 }
0065
0066 .magnifierControllerButton
0067 {
0068 color: #666;
0069 cursor: pointer;
0070 background-color: #eee;
0071 border: solid 1px #ddd;
0072 /* font-family: sans-serif, Verdana ;*/
0073 padding: 0px 4px 0px 4px;
0074 font-size: 9pt;
0075 /*text-shadow: dimgray 0px 0px 3px;*/
0076 }
0077
0078 .magnifierControllerButtonSelected
0079 {
0080 color: #333;
0081 cursor: pointer;
0082 background-color: #ccc;
0083 border: solid 1px #aaa;
0084 font-weight: bold;
0085 /* font-family: sans-serif, Verdana ;*/
0086 padding: 0px 3px 0px 3px;
0087 font-size: 9pt;
0088 /*text-shadow: dimgray 2px 2px 3px;*/
0089 }