|
Support Incident Tracker GIT4.x
|
00001 /* Webtrack Flashy Style */ 00002 /* by Tom */ 00003 00004 body { background-color: #FFFFFF; color: #000066; font-family: Tahoma, Helvetica, sans serif; } 00005 p { font-size: 8pt; color: #000066; } 00006 table { font-size: 8pt; color: #000066; } 00007 td { font-size: 8pt; color: #000066; } 00008 a { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #000066; font-weight: bold; text-decoration: none; } 00009 a:hover { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #000066; font-weight: bold; text-decoration: underline; } 00010 a:active { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #000066; font-weight: bold; text-decoration: underline; } 00011 center { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #000066; } 00012 a em { font-style: normal; text-decoration: underline; } 00013 00014 .smlink { font-family: Arial Narrow, Helvetica, sans serif; font-size: 8pt; color: #000066; font-weight: bold; text-decoration: none; } 00015 .smlink:hover { font-family: Arial Narrow, Helvetica, sans serif; font-size: 8pt; color: #000066; font-weight: bold; text-decoration: underline; } 00016 .smlink:active { font-family: Arial Narrow, Helvetica, sans serif; font-size: 8pt; color: #000066; font-weight: bold; text-decoration: underline; } 00017 00018 .pagetitle { font-family: Tahoma, Helvetica, sans serif; font-size: 14pt; color: #000066; font-weight: bold; text-align: center; } 00019 .subtitle { font-family: Tahoma, Helvetica, sans serif; font-size: 12pt; color: #000066; font-weight: bold; text-align: center; } 00020 .large { font-family: Tahoma, Helvetica, sans serif; font-size: 14pt; font-weight: bold; color: #000066} 00021 .narrow { font-family: Arial Narrow, Helvetica, sans serif; font-size: 8pt; color: #000066; } 00022 .error { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #FF0000; font-weight: bold; text-align: center; } 00023 .red { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #FF0000; } 00024 .textbox { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #000066; } 00025 .textarea { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #000066; } 00026 .dropdown { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #000066; } 00027 .submit { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #000066; } 00028 00029 /* Main Title at Top of Pages*/ 00030 .titleshade { font-size: 16pt; color: #FFFFFF; font-weight: bold; text-align: center; background-color: #000066; } 00031 00032 /* Menu Row at Top of Pages */ 00033 .blackshade { background-color: #000000; color: #FFFFFF; text-align: center; } 00034 .barlink { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #FFFFFF; font-weight: bold; text-decoration: none; } 00035 .barlink:hover { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #FFFFFF; font-weight: bold; text-decoration: underline; } 00036 .barlink:active { font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; color: #FFFFFF; font-weight: bold; text-decoration: underline; } 00037 .navbarmenu { background-color: #000000; font-family: Tahoma, Helvetica, sans serif; font-size: 8pt; font-weight: bold; color: #FFFFFF; height:20px; } 00038 00039 00040 /* Shading for tables*/ 00041 .mainshade { background-color: #FFFFFF; } /* Background tables */ 00042 .shade1 { background-color: #CCCCFF; } 00043 .shade2 { background-color: #DDDDFF; } 00044 .urgent { background-color: #BBBBFF; } /* #E8B7DD; */ 00045 .critical { background-color: #AAAAFF; } 00046 .expired { background-color: #DDDDFF; } 00047 .idle { background-color: #CCffCC; } /* #90ee90; */ 00048 00049 00050 /* SpellCheck */ 00051 a.spellLink { 00052 color: Red; 00053 text-decoration: none; 00054 border-bottom: 1px dashed Red; 00055 } 00056 00057 a.spellLink:hover { 00058 color: Red; 00059 text-decoration: none; 00060 border-bottom: 1px dashed Red; 00061 } 00062 00063 .spell-tooltip { 00064 position: absolute; 00065 width: 250px; 00066 border: 1px Solid WindowFrame; 00067 background: Infobackground; 00068 color: InfoText; 00069 font: StatusBar; 00070 font: Status-Bar; 00071 padding: 3px; 00072 filter: progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3); 00073 } 00074 00075 00076 .spell-tooltip a, 00077 .spell-tooltip a:hover { 00078 color: blue !important; 00079 background: none; 00080 } 00081 00082 .tablelist TD {border-left: 1px solid #000066;border-top: 1px solid #000066;} 00083 TABLE.tablelist {border: 1px solid #000066;} 00084 .tablelist TR {border: 1px solid #000066; border-right: 1px solid #000066 ! important;} 00085 .tablelist TH {border-left: 1px solid #000066; border-top: 1px solid #000066;} 00086 00087 .review { background-color: #7AC5CD; }