00001 /* Base styles*/ 00002 body { 00003 font-family: Tahoma, Helvetica, Arial, 'sans serif'; 00004 background-color: #FFFFFF; 00005 color: #000; 00006 font-size: 8pt; 00007 margin: 0px 0px 15px 0px; 00008 behavior: url('styles/csshover.htc'); 00009 } 00010 00011 /* Text headings and bodytext elements */ 00012 00013 h1 { 00014 background-image: url('../images/top2.png'); 00015 font-size: 16pt; font-weight: bold; color: #FFF; 00016 background-color: #203894; margin: 0px; padding: 3px 0px 3px 0px; 00017 } 00018 h2 { font-size: 14pt; } 00019 h3 { font-size: 150%; } 00020 h4 { font-size: 125%; } 00021 h5 { font-size: 100%; font-weight: normal; } 00022 h2 img, h3 img { vertical-align: bottom; } 00023 h1,h2,h3,h4,h5 { text-align: center; } 00024 00025 p, table, td, center, input, textarea, select 00026 { 00027 font-size: 8pt; 00028 color: #000000; 00029 } 00030 00031 00032 blockquote 00033 { 00034 background-color: transparent; 00035 border-top: 3px double #203894; 00036 border-bottom: 3px double #203894; 00037 padding: 5px; 00038 font-style: oblique; 00039 font-size: 1em; 00040 margin-left: 5%; 00041 margin-right: 5%; 00042 } 00043 00044 code { white-space: pre; background: #F7F7F7; } 00045 abbr { cursor: help; } 00046 var { font-family: monospace; color: #303030; } 00047 00048 /* Form elements */ 00049 form table.vertical { margin-left: auto; margin-right: auto; } 00050 form table.vertical th { text-align: right; background-color: #CCCCFF; } 00051 form table.vertical td { background-color: #DEDEFF; } 00052 form p { text-align: center; } 00053 select { background: white; } 00054 fieldset { background: #DEDEFF;} 00055 td textarea { width: 100%; } 00056 input[type=submit], input[type=button], input[type=reset] 00057 { 00058 margin-top: 4px; 00059 background: #185594; 00060 color: white; border: 00061 1px solid #185594; 00062 /*text-transform: uppercase;*/ 00063 -moz-border-radius: 3px; 00064 -webkit-border-radius: 3px; 00065 border-radius: 3px; 00066 } 00067 input[type=reset] {margin-left: 4px; margin-right:4px;} 00068 input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover 00069 { 00070 background: #EEF6FF; border: 1px solid #205D94; color: #185594; 00071 } 00072 00073 00074 /* Tables */ 00075 th { -moz-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px; } 00076 th, td { padding: 1px 5px; } 00077 th, tfoot td { background: #F2F2F2; } 00078 td sup { color: #444; } 00079 legend { border: 1px solid #185594; background: white; padding: 0px 15px;} 00080 00081 00082 /* Hyperlinks */ 00083 a 00084 { 00085 font-weight: bold; 00086 text-decoration: none; 00087 color: #3366CC; 00088 } 00089 00090 00091 a:hover 00092 { 00093 font-weight: bold; 00094 text-decoration: underline; 00095 color: #3366CC; 00096 } 00097 00098 a:active 00099 { 00100 font-weight: bold; 00101 text-decoration: underline; 00102 color: #3366CC; 00103 } 00104 a em { font-style: normal; text-decoration: underline; color: #224488; } 00105 00106 00107 /* Other elements */ 00108 img { border:0px; } 00109 hr { height: 1px; background-color: #CDCDCD; color: #CDCDCD; margin:0px;padding:0px; } 00110 00111 /* ID & Class Selectors */ 00112 00113 #masthead { 00114 background-image: url('../images/top2.png'); 00115 background-position: top-left; background-repeat: x-repeat; 00116 } 00117 #apptitle { 00118 background-image: url('../images/sit_swirl2.png'); 00119 background-position: top-left; background-repeat: no-repeat; 00120 height: 50px; background-color: transparent;} 00121 #apptitle span { 00122 top: 10px; 00123 position: relative; 00124 } 00125 00126 #aboutsit 00127 { 00128 text-align: center; 00129 } 00130 #aboutsit img { margin-left: auto; margin-right: auto; } 00131 00132 00133 #mainframe { margin: 0px 1em; } 00134 00135 #menumenu { background-color: #000; color: #BBB; text-align: center; padding: 2px 0px 2px 0px; margin-bottom: 5px;} 00136 #menumenu a { text-decoration: none; color: #FFF; } 00137 #menumenu a:hover { text-decoration: underline; } 00138 #menumenu a:active { text-decoration: underline; } 00139 #actionmenu { color: #aaa; margin-bottom: 5px; } 00140 #actionmenu a:link { color: #E76666; } 00141 #actionmenu a:hover { background: #203894; color: white; } 00142 00143 00144 00145 #menu { border-bottom: 1px solid #203894; padding-bottom: 4px;} 00146 .menuitem li { padding-top: 3px; } 00147 00148 #menu, #noticearea { font-size: 8pt; } 00149 00150 #menu { 00151 /* float: left; */ 00152 display: block; 00153 color: #000; 00154 margin-bottom: 5px; 00155 width: 100%; 00156 height: 20px; 00157 } 00158 00159 #menu ul { 00160 margin: 0; 00161 padding: 0; 00162 border: 0; 00163 list-style-type: none; 00164 background-color:#FFF; 00165 } 00166 00167 #menu li { 00168 margin: 0; 00169 padding: 0; 00170 border: 0; 00171 display: block; 00172 float: left; 00173 position: relative; 00174 } 00175 00176 #menu li:hover { 00177 color: #900; 00178 background-color: #FFF; 00179 } 00180 00181 #menu a { 00182 display: block; 00183 text-decoration: none; 00184 text-align: center; 00185 color: #5B5B5B; 00186 padding: 0.25em 0.8em 0.25em 0.8em; 00187 } 00188 00189 #menu a.greyed, #menu a.greyed:hover { color: #C6C3C6; } 00190 00191 #menu li a { 00192 position: relative; 00193 } 00194 00195 #menu li:hover>a, #menu a:hover { 00196 color: #205D94; 00197 } 00198 00199 #menu li ul { 00200 visibility: hidden; 00201 position: absolute; 00202 z-index: 10; 00203 color: #000; 00204 border-bottom-width: 1px; 00205 border-bottom-style: solid; 00206 border-bottom-color: #C5C5C5; 00207 background-color: #FFFFFF; 00208 /*padding-top: 14px; */ 00209 padding-bottom: 0px; 00210 line-height: 14px; 00211 width: 130px; 00212 left: -1px; 00213 } 00214 00215 html>body #menu li ul { display: none; } 00216 00217 #menu li li { 00218 width: 100%; 00219 border-width: 0 1px 0 1px; 00220 border-style: solid; 00221 border-color: #C5C5C5; 00222 background: white; 00223 } 00224 00225 #menu li li ul { 00226 top: 0; 00227 left: 100%; 00228 } 00229 00230 div#menu li:hover ul, 00231 #menu li:hover li:hover ul, 00232 #menu li:hover li:hover li:hover ul { 00233 visibility: visible; 00234 } 00235 div#menu li:hover li ul, 00236 #menu li:hover li:hover li ul, 00237 #menu li:hover li:hover li:hover li ul { 00238 visibility: hidden; 00239 } 00240 00241 #menu ul li:hover>ul { 00242 display: block; 00243 visibility: visible; 00244 } 00245 00246 #menu li ul a { 00247 text-align: left; 00248 font-family: Arial, Helvetica, sans-serif; 00249 font-weight: normal; 00250 font-size: 8pt; 00251 word-spacing: 0px; 00252 } 00253 #menu li ul a:hover 00254 { 00255 background-color: #CCC; 00256 filter:alpha(opacity=75); 00257 opacity: 0.75; 00258 -moz-opacity:0.75; 00259 } 00260 00261 #menu li ul li ul { 00262 padding-top: 0px; 00263 border-top-width: 1px; 00264 left: 130px; 00265 } 00266 00267 #menu li li ul { 00268 border-width: 1px 0 1px 0; 00269 border-style: solid; 00270 border-color: #C5C5C5; 00271 } 00272 00273 #menu li.menuitem { 00274 /* background: url('../images/menu_divider.gif') no-repeat right center; */ 00275 z-index: 100; 00276 } 00277 00278 00279 #menu li li.submenu { 00280 background-image: url(../images/menuarrow.gif); 00281 background-repeat: no-repeat; 00282 background-position: right; 00283 } 00284 00285 #menu li ul a:hover > li.submenu 00286 { 00287 background-image: url(../images/menuarrow.gif); 00288 background-repeat: no-repeat; 00289 background-position: 100% 5px; 00290 } 00291 00292 00293 th:hover { background: #E9E9E9; } 00294 00295 /* Shading for tables*/ 00296 tr.shade1 { background-color: #CCCCFF; } 00297 tr.shade2 { background-color: #DDDDFF; } 00298 tr.critical { background-color: #FF4433; } 00299 tr.urgent { background-color: #f08080; } 00300 tr.expired { background-color: #DDDDDF; } 00301 tr.notice { background-color: #FFFFB0; } 00302 00303 tr.shade1:hover, tr.shade2:hover { background-color: #F2F2F2; } 00304 tr.critical { background-color: #FF4433; } 00305 tr.critical:hover { background-color: #FFAAAB; } 00306 strong.critical { text-decoration: blink; } 00307 tr.critical strong.critical { color: #FFF; } 00308 tr.urgent:hover { background-color: #FFAAAB; } 00309 tr.expired:hover { background-color: #F2F2F2; } 00310 tr.notice:hover { background-color: #F2F2F2; } 00311 00312 00313 .mainshade { background-color: #FFF; } /* white - is this used? */ 00314 .shade1 { background-color: #CCCCFF; } /* medium blue - alt shade1 */ 00315 .shade2 { background-color: #DDDDFF; } /* light blue - alt shade 2 */ 00316 .urgent { background-color: #f08080; color: black; } /* #E8B7DD; */ 00317 .notice { color: black; background-color: #FFFFBC; } /* yellow -- was #ffbbaa; mild red */ 00318 h1.notice { background-image: url('../images/top_yellow.png'); } 00319 .critical { background-color: #ff4500; } /* fire-engine red */ 00320 h1.critical { background-image: url('../images/top_red.png'); } 00321 .expired { background-color: #D6D6D6; } /* grey */ 00322 .review { background-color: #7AC5CD; } /* teal */ 00323 .idle { background-color: #CCffCC; } /* green - #90ee90; */ 00324 .visible { background-color: #DDFFE1; } /* #C9EBD8 light green - visible to customer */ 00325 00326 00327 #userbar,#footerbar { text-align: center; padding: 2px 0px 2px 0px; } 00328 00329 #footerbar select { font-size: 80%; } 00330 #footerbar form { margin: 0px; } 00331 00332 #statusbar { clear: both; background-color: #203894; color: #FFF; text-align: center; padding: 2px 0px 2px 0px; margin-top: 1em;} 00333 #statusbar a { text-decoration: none; color: #FFF; } 00334 #statusbar a:hover { text-decoration: underline; } 00335 #statusbar a:active { text-decoration: underline; } 00336 00337 00338 00339 /* Windows (Dashlets) */ 00340 div.windowbox 00341 { 00342 border: 1px solid #205D94; 00343 width: 95%; 00344 margin-left: auto; 00345 margin-right: auto; 00346 margin-bottom: 5%; 00347 margin-top: 5%; 00348 max-width: 500px; 00349 } 00350 00351 div.windowtitle 00352 { 00353 cursor: pointer; 00354 width: 100%; 00355 background: #205D94; 00356 color: white; 00357 padding: 1px; 00358 } 00359 .windowtitle img { vertical-align: middle; border: 0px; } 00360 .windowtitle div { padding-right: 3px; } 00361 .windowtitle a { color: white; font-weight: normal;} 00362 div.window 00363 { 00364 padding: 3px; 00365 overflow: hidden; 00366 } 00367 div.windowtitle div { float: right; } 00368 div.window table { width: 100%; } 00369 00370 em.important, strong.important { color: red; } 00371 option.disable { color: red; } 00372 option.enable { color: #00AA00; } 00373 option.seperator { border-top: 1px solid black; } 00374 00375 /* Information and Errors */ 00376 h2.error,h3.error,h4.error,h5.error,p.error { color: red; } 00377 input.error, textarea.error, select.error { border: 2px solid red; } 00378 sup.red { color: #F00; font-size: 125%; } /* FIXME doesn't need a class for this */ 00379 00380 p.tip,p.info, p.warning, p.error, p.trigger, h5.warning, h5.error 00381 { 00382 background-position: 3px 2px; 00383 background-repeat: no-repeat; 00384 padding: 3px 3px 3px 22px; 00385 min-height: 16px; 00386 -moz-border-radius: 5px; 00387 /* display: inline; */ 00388 border: 1px solid #000; 00389 margin-left: 2em; 00390 margin-right: 2em; 00391 width: auto; 00392 text-align: left; 00393 } 00394 p.tip 00395 { 00396 background-image: url('../images/icons/oxygen/16x16/tip.png'); 00397 color: black; 00398 border: 1px solid black;; 00399 background-color: #FFFFEB; 00400 } 00401 p.info, p.trigger 00402 { 00403 background-image: url('../images/icons/oxygen/16x16/info.png'); 00404 color: #17446B; 00405 border: 1px solid #17446B; 00406 background-color: #F4F6FF; 00407 } 00408 p.info span, p.error span, p.warning span, p.trigger span { float: right; margin-right: 10px; } 00409 p.warning, h5.warning 00410 { 00411 background-image: url('../images/icons/oxygen/16x16/warning.png'); 00412 color: #5A3612; 00413 border: 1px solid #A26120; 00414 background-color: #FFECD7; 00415 } 00416 p.error, h5.error 00417 { 00418 background-image: url('../images/icons/sit/16x16/error.png'); 00419 color: #f00; 00420 border: 1px solid #f00; 00421 background-color: #FFE1E1; 00422 } 00423 p.error, span.error, p.error span a { color: #f00; } 00424 p.warning span a { color: #5A3612; } 00425 p#dismissall { text-align: right; padding-right:32px; } 00426 00427 strong.info,em.info,u.info,span.info 00428 { 00429 background: #E1FFFF; border: 1px solid #BFD8D8; padding: 2px; cursor: help; 00430 } 00431 00432 p.alert { border-style: inset; } 00433 00434 p.trigger 00435 { 00436 background-image: url('../images/icons/oxygen/16x16/trigger.png'); 00437 background-position: left; 00438 background-repeat: no-repeat; 00439 color: #17446B; 00440 border: 1px solid #17446B; 00441 background-color: #F4F6FF; 00442 } 00443 00444 00445 #portalleft 00446 { 00447 width: 20%; 00448 float: left; 00449 border: 1px dotted #9C9C9C; 00450 background: #F7FAFF; 00451 padding-left: 5px; 00452 margin-bottom: 15px; 00453 margin-left: 25px; 00454 } 00455 00456 #portalright 00457 { 00458 width:50%; 00459 margin:0 auto; 00460 } 00461 00462 00463 #topsearch { text-align: right; } 00464 #topsearch form {margin: 1px 7px 0px 0px; } 00465 #topsearch #searchfield { 00466 background-color: white; 00467 border:1px solid #CCCCCC; 00468 padding:3px 3px 3px 20px; 00469 background:transparent url('../images/searchbg.png') no-repeat scroll 4px center; 00470 color: #888; 00471 } 00472 00473 #incidentqueues form { text-align: center; } 00474 00475 00476 .helplink { vertical-align: super; color: #555; margin-left: 2px; font-size: 10px; position: static;} 00477 .helplink a { text-decoration: none; cursor: help; position: relative; color: #CC0000; z-index: 100;} 00478 .helplink a span { display: none; 00479 /*margin-right: 20px;*/ 00480 position: absolute; 00481 /*top: 20px;*/ 00482 /* left: -10px; */ 00483 margin-left: 16px; 00484 margin-top: 8px; 00485 width: 125px; 00486 padding: 5px; 00487 z-index: 100; 00488 background: #CC0000; 00489 color: #fff; 00490 -moz-border-radius: 5px; /* this works only in camino/firefox */ 00491 -webkit-border-radius: 5px; /* this is just for Safari */ 00492 cursor: pointer; 00493 text-align: left; 00494 } 00495 .helplink a:hover { 00496 font-size: 99%; /* this is just for IE */ 00497 text-decoration: none; color: #CC0000; 00498 00499 } 00500 .helplink a span em { color: white; font-weight: bolder;} 00501 /* .helplink a:hover span { display: block; } */ 00502 00503 /* Incident Queues */ 00504 span.actionqueue { color: Red; } 00505 span.waitingqueue { color: Green; } 00506 span.openqueue { color: Blue; } 00507 span.closedqueue { color: Gray; } 00508 00509 a.direct { color: #000; } 00510 em.updatednow { color: #640000; font-weight: bolder; } 00511 em.updatedveryrecently { color: #640000; } 00512 em.updatedrecently { } 00513 00514 p#pageoptions { float: right; top: -10px; position: relative; } 00515 form.filterform { margin-left: auto; margin-right: auto; margin-bottom: 1em; width: 50%; text-align: center; } 00516 00517 .search_highlight { background: #FFFACD; font-weight: bolder; } 00518 00519 div#kbarticle 00520 { 00521 border: 1px solid; 00522 padding: 5px; 00523 width: 55%; 00524 margin: 30px auto; 00525 background-color: #FBFBFB; 00526 } 00527 00528 div#container 00529 { 00530 padding: 5px; 00531 width: 55%; 00532 margin: 30px auto; 00533 } 00534 #kbarticle h1,#kbarticle h3,#kbarticle h4, #kbarticle h5,#kbarticle h6 00535 { 00536 text-align: left; background: transparent; color: #0063dc; 00537 width: 100%; 00538 border-bottom: 1px #203894 solid; 00539 } 00540 #container h1,#container h3,#container h4, #container h5,#container h6 00541 { 00542 text-align: left; background: transparent; color: #0063dc; 00543 width: 100%; 00544 border-bottom: 1px #203894 solid; 00545 } 00546 h2.kbdistribution { text-align: left; } 00547 00548 div#kbarticle textarea { width: 99%; } 00549 div#container textarea { width: 99%; } 00550 div#kbarticle h3 span { color: black; font-size: 70%; font-weight: normal; } 00551 div#container h3 span { color: black; font-size: 70%; font-weight: normal; } 00552 00553 span.required 00554 { 00555 font-size: 0.8em; 00556 color: red; 00557 } 00558 00559 input.required, select.required{ 00560 background-color: #FFD8DE; 00561 } 00562 00563 div#incidentfooter { border-top: 1px solid #203894; } 00564 00565 div.bbcode_toolbar { margin-top: 5px; } 00566 div.bbcode_toolbar a 00567 { 00568 background: #3366CC; 00569 color: white; 00570 padding: 1px; 00571 border: 1px solid #3366CC; 00572 min-width: 20px; 00573 } 00574 div.bbcode_toolbar a:hover 00575 { 00576 background: white; 00577 color: #3366CC; 00578 text-decoration: none; 00579 } 00580 00581 div#portaluser { float: right; text-align: right; } 00582 00583 div.iheader { color: #666; margin-bottom:5px;} 00584 00585 #loginform input[type=text], #loginform input[type=password] { width: 90%; } 00586 00587 00588 #templatevariables 00589 { 00590 width: 48%; max-height: 700px; 00591 overflow: scroll; float: right; 00592 border: 1px solid #CCCCFF; 00593 z-index: 1; 00594 } 00595 00596 /* tooltip */ 00597 a.info img { border: 0px; text-decoration:none;} 00598 a.info span { display: none; z-index: 15; } 00599 a.info:hover { text-decoration: none; } 00600 a.info:hover span 00601 { 00602 display: block; 00603 position:absolute; 00604 background: white; 00605 width: 34em; 00606 padding: 1px; 00607 border:1px solid InfoText; 00608 text-decoration: none; 00609 font-weight: normal; 00610 background-color:#FFFF99; color:#000000 ; 00611 text-align: left; 00612 -moz-border-radius: 7px; 00613 -khtml-border-radius: 7px; 00614 border-radius: 7px; 00615 filter:alpha(opacity=85); 00616 opacity: 0.85; 00617 -moz-opacity:0.85; 00618 } 00619 00620 div#help 00621 { 00622 width: 80%; margin-left: auto; margin-right: auto; 00623 background-color: #F2F2F2; 00624 -moz-border-radius: 7px; 00625 padding: 1em; 00626 } 00627 #help h1, #help h2, #help h3, #help h4 00628 { 00629 text-align: left; 00630 margin-bottom: 0.3em; 00631 } 00632 00633 div.detailentry, div.detailentryhidden 00634 { 00635 border: 1px dotted #9C9C9C; 00636 width: 95%; 00637 background: #F7FAFF; /* #F7FAFF; */ 00638 margin-left: auto; 00639 margin-right: auto; 00640 margin-bottom: 2em; 00641 padding-top: 20px; 00642 padding-left: 0.5em; 00643 padding-right: 0.5em; 00644 padding-bottom: 0.2em; 00645 } 00646 00647 .detailentry img, .detailentryhidden img { border: 0px; } 00648 00649 .detailentry table tr:hover { color: white; } 00650 .detailentry table td { background-color: transparent; } 00651 00652 div.detailentryhidden, div.detailheadhidden { background: transparent; } 00653 00654 div.detailhead, div.detailinfo, div.detailheadhidden, div.detailinfohidden 00655 { 00656 border: 1px solid #CDCEFF; 00657 background: #F0F0FF; /* #C5B2D5; */ 00658 padding: 0.2em 0.7em; 00659 font-size: 120%; 00660 margin-top: 10px; 00661 -moz-border-radius: 6px; 00662 top: 10px; 00663 margin-left: 7%; 00664 } 00665 div.detailhead, div.detailheadhidden 00666 { 00667 max-width: 80%; 00668 width: 80%; 00669 position: relative; 00670 } 00671 div.detailinfo, div.detailinfohidden 00672 { 00673 width: 80%; 00674 margin-bottom: 2em; 00675 position: relative; 00676 } 00677 div.detailinfohidden, div.detailheadhidden 00678 { 00679 border-color: #BDBDBD; 00680 background: white; 00681 /* color: #8A888A; */ 00682 } 00683 div.detaildate 00684 { 00685 float: right; 00686 color: #06377F; 00687 padding-left: 1em; 00688 position: relative; 00689 top: 3px; 00690 } 00691 div.detaildate input[type=text] { color: #06377F; border: 1px dotted #06377F; background: transparent; } 00692 00693 div.detailfoot 00694 { 00695 border: 1px solid black; 00696 width: 20%; 00697 background: #D5DEE6; 00698 margin-bottom: 1em; 00699 margin-left: 60%; 00700 } 00701 00702 #detailsummary 00703 { 00704 background: #F7FAFF; 00705 margin-left: auto; 00706 margin-right: auto; 00707 border-bottom: 3px solid #203894; 00708 } 00709 #detailsummary table, .detailentry table 00710 { 00711 width: 100%; 00712 background-color: transparent; 00713 } 00714 #detailsummary table td 00715 { 00716 vertical-align: top; 00717 } 00718 #detailsummary h1 00719 { 00720 font-size: 150%; 00721 margin: 0px; 00722 padding: 0px; 00723 text-align: center; 00724 } 00725 #detailsummary img 00726 { 00727 vertical-align: text-top; 00728 } 00729 00730 00731 .statusline { color: green; } 00732 00733 #tail { background:#AAA; color: #fff; padding: 10px 10px; overflow: hidden; } 00734 .datepicker { background-color: #CCCCFF; border: 1px solid black; font-family: monospace; text-align: left;} 00735 00736 div.portalfileicon 00737 { 00738 float: left; margin-right: 5px; 00739 } 00740 00741 /* Tags */ 00742 div.taglist 00743 { 00744 border: 1px solid #808080; 00745 background: #F7FAFF; /* #C5B2D5; */ 00746 padding: 0.2em 0.7em; 00747 font-size: 120%; 00748 -moz-border-radius: 6px; 00749 } 00750 00751 .tagcloud 00752 { 00753 word-spacing: 7px; 00754 } 00755 .taglevel1 { color: #7AA3CC; } /*#518BFF; */ 00756 .taglevel2 { color: #3A64B8; } 00757 .taglevel3 { color: #27437B; } 00758 .taglevel4 { color: #1F3663; } 00759 00760 00761 #contentpanel 00762 { 00763 width: 80%; 00764 } 00765 00766 #menupanel 00767 { 00768 display: none; 00769 width: 18%; 00770 border: 1px solid #ccc; 00771 float: right; 00772 min-height: 300px; 00773 margin-bottom: 2em; 00774 padding: 2px; 00775 z-index: 15; 00776 } 00777 00778 .incidentkey 00779 { 00780 text-align: center; 00781 margin: 0 auto; 00782 width: 95%; 00783 border: 1px solid; 00784 font-weight: bold; 00785 } 00786 00787 .incidentkey td 00788 { 00789 width: 25%; 00790 } 00791 00792 00793 .percentcontainer { 00794 width: 100px; border: 1px solid #ccc; background-color: white; height: 12px; 00795 } 00796 00797 .percentbar { 00798 text-align: center; height: 12px; font-size: 90%; 00799 background: #AFAFAF; 00800 width: 0px; /* default */ 00801 } 00802 00803 .configvar h4 00804 { 00805 text-align: left; 00806 margin-bottom: 0px; 00807 } 00808 00809 00810 div.tabcontainer { display: block; } 00811 00812 .tabcontainer ul 00813 { 00814 margin: 0; 00815 list-style-type: none; 00816 padding-bottom: 25px; 00817 border-bottom: 1px solid #185594; 00818 } 00819 .tabcontainer ul li 00820 { 00821 display: block; 00822 float: left; 00823 height: 23px; 00824 margin: 1px 1px 0 1px; 00825 border: 1px solid #185594; 00826 -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; 00827 -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; 00828 border-bottom: 1px solid #fff; 00829 text-align: center; 00830 background: #185594; 00831 /*padding: 0;*/ 00832 /*margin: 0;*/ 00833 } 00834 00835 .tabcontainer ul li a 00836 { 00837 00838 /* background: #fff;*/ 00839 width: 78px; 00840 height: 23px; 00841 /*border: 1px solid #185594;*/ 00842 padding: 0; 00843 margin: 0 0 10px 0; 00844 color: #fff; 00845 text-decoration: none; 00846 display: block; 00847 text-align: center; 00848 padding-top: 4px; 00849 } 00850 00851 .tabcontainer ul li a:hover 00852 { 00853 color: #185594; 00854 background: #EEF6FF; 00855 -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px; 00856 -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px; 00857 } 00858 00859 .tabcontainer a:active 00860 { 00861 /* background: #FFF; */ 00862 color: #fff; 00863 } 00864 00865 .tabcontainer li.active a 00866 { 00867 /*background: #185594;*/ 00868 /* border: 1px solid #185594;*/ 00869 color: #fff; 00870 color: #185594; 00871 } 00872 00873 .tabcontainer li.active 00874 { 00875 background: white; 00876 } 00877 00878 .smalltabs { clear: both; margin-top: 5px; margin-bottom: 10px;} 00879 .smalltabs ul 00880 { 00881 margin: 0 30px 0px; 00882 padding: 0 0 20px 10px; 00883 border-bottom: 4px solid transparent; 00884 list-style-type: none; 00885 } 00886 .smalltabs ul li 00887 { 00888 display: inline; 00889 } 00890 .smalltabs a:link, .smalltabs a:visited 00891 { 00892 float: left; 00893 line-height: 14px; 00894 font-weight: bold; 00895 margin: 0 10px 4px 10px; 00896 text-decoration: none; 00897 color: #999; 00898 } 00899 00900 .smalltabs ul li.active a:link, .smalltabs ul li.active a:visited, .smalltabs a:hover 00901 { 00902 border-bottom: 3px solid #185594; 00903 padding-bottom: 2px; 00904 background: transparent; 00905 color: #185594; 00906 } 00907 00908 #navlist a:hover { color: #000; } 00909 00910 .configvar p 00911 { 00912 text-align: left; 00913 margin-top: 0.1em; 00914 margin-bottom: 0.2em; 00915 } 00916 00917 #catintro 00918 { 00919 margin: 10px 0px; 00920 -moz-border-radius: 7px; -khtml-border-radius: 7px; border-radius: 7px; 00921 background: #EEF6FF; 00922 padding: 1em; 00923 } 00924 00925 /* Table classes */ 00926 th.subhead { font-variant: small-caps; font-size: 120%; text-align: right; } 00927 table.vertical { border: 1px solid #CCCCFF; } 00928 table.vertical td { vertical-align: top; } 00929 table.vertical th { text-align: right; } 00930 00931 00932 .droptarget { border: 2px dashed #ccc;} 00933 00934 .success { color: #669900; } 00935 .failure { color: #f08080; } 00936 00937 div.note { font-size: 98%; background-color: #FFFFA2; border-color: #A2A86A; margin-top: 0px; } 00938 div.appointment:hover { background-color: #FFFFA2; cursor: pointer; } 00939 div.appointmentdata 00940 { 00941 visibility: hidden; 00942 display: none; 00943 z-index: 2; width: 150px; height: 30px; 00944 background: white; position:absolute; top: 5px; left: 5px; 00945 border: 1px solid black; 00946 filter:alpha(opacity=85); 00947 opacity: 0.85; 00948 -moz-opacity:0.85; 00949 padding: 2px; 00950 } 00951 div.appointmentdata h2 { font-size: 100%; font-style: bold; background-color: #CCCCFF; padding: 0px; margin: 0px;} 00952 div.appointmentdata h2 a {color: red; float: right; } 00953 div.appointmentdata h2 a:hover {background: white;} 00954 00955 .deleted { text-decoration: line-through; } 00956 00957 .dojoComboBox { height: 1.5em; } 00958 00959 div.img-dec img 00960 { 00961 margin: 5px; 00962 border: 1px solid #808080; 00963 } 00964 00965 span.quoteirrel { color: grey; } 00966 span.quote1 { color: #749BC2; } 00967 span.quote2 { color: green; } 00968 span.quote3 { color: magenta; } 00969 span.quote4 { color: #FF9933; } 00970 span.sig { color: red; } 00971 .on {background-color:#84C1DF;} 00972 .off {background-color:white;} 00973 00974 #navmenu 00975 { 00976 color: white; 00977 background: #203894; 00978 padding-left: 20px; 00979 padding-top: 2px; 00980 padding-bottom: 2px; 00981 text-align: center; 00982 } 00983 #navmenu a { color: white; } 00984 #navmenu a em { color: #ddd; } 00985 00986 @media print 00987 { 00988 #menu, #statusbar, h1#apptitle, #menulist, .contextmenu {visibility:hidden; display:none;} 00989 }
For more help developing with SiT! see http://sitracker.org/wiki/DevelopmentHowTo