Support Incident Tracker GIT4.x
kriplyana.css
Go to the documentation of this file.
00001 /* Kriplyana (Inuit word): snow that looks blue in the early morning  */
00002 /* main colour = #4B5C94 */
00003 
00004 
00005 body { background: url(../kriplyana/bg_shadow.jpg) no-repeat center 5px;}
00006 #masthead { background-color: #4B5C94; background-image: none; color: #8F9DC5; min-height: 50px; }
00007 #masthead a { color: #EAF4F9;}
00008 #masthead a:hover {color: white; }
00009 #masthead {background-image: url(../kriplyana/sit4_swirl3.png); background-position: top left; background-repeat: no-repeat;}
00010 #mastheadcontent { background-image: none; }
00011 h1 { background-image: none; font-weight: lighter; padding-top: 11px; text-align: left; }
00012 #apptitle {background-image: none; color: #fff; text-align: left; margin-left: 4em; }
00013 #topsearch { top: -18px; }
00014 #topsearch #searchfield {
00015   border:1px solid #4471A1;
00016   color: #8F9DC5;
00017   background:transparent url('../kriplyana/searchbgdark.png') no-repeat scroll 4px center;
00018 }
00019 #topsearch #searchfield:hover
00020 {
00021   background:transparent url('../kriplyana/searchbg.png') no-repeat scroll 4px center;
00022   border:1px solid #8F9DC5;
00023   color: #EAF4F9;
00024 }
00025 
00026 #mainframe { background: transparent;}
00027 h1 { color: #fff; text-align: center; margin-left: 0em; }
00028 h2 { color: #555; }
00029 /* Table shading and statuses */
00030 tr.shade1, td.shade1 { background: #FFF;  }
00031 tr.shade1 td, tr.shade2 td { border-bottom: 1px solid #C3C3C3; }
00032 tr.shade2, td.shade2, fieldset { background: #EAF4F9;  }
00033 tr.notice, .notice { background-color: #FFFFBC; }
00034 tr.notice:hover, td.notice:hover {background-color: #D7D7E9; }
00035 tr.urgent, .urgent { background-color: #FFF183; }
00036 tr.urgent:hover, td.urgent:hover { background-color: #C9C9E9; }
00037 tr.critical, .critical {/* background: #FFC4E0; pink*/ background-color: #FFE500; }
00038 tr.critical:hover, td.critical:hover { background-color: #AFAFE9; }
00039 strong.critical { background-color: #FF0000; /*#4b5c94;*/ color: white; text-decoration: none; border-radius:10px; }
00040 
00041 th { border: 1px solid #EEEEEE; background: white; color: #555; letter-spacing: 0.05em;}
00042 
00043 table.vertical { border:0px;}
00044 table.vertical tbody th, form table.vertical th { background: transparent; text-align: left; }
00045 table.vertical tbody td, form table.vertical td { background: transparent;}
00046 /*form table.vertical td { background-color: #DEDEFF; }*/
00047 
00048 table.legend { border: 1px solid #EEE; width: 50%;  font-weight: normal; }
00049 .legend td { color: #555; font-size: 80%; }
00050 
00051 input, textarea, select { border: 1px solid #ccc; -moz-border-radius: 3px;
00052   -khtml-border-radius: 3px;  border-radius: 3px;}
00053 
00054 
00055 div.windowbox
00056 {
00057     background: #FBFCFD;
00058     border: 1px solid #7F8394;
00059     padding: 0px;
00060     border-radius: 4px;
00061     -moz-border-radius: 4px;
00062     -khtml-border-radius: 4px;  border-radius: 4px;
00063     /*overflow: hidden;*/
00064 }
00065 div.windowtitle
00066 {
00067   margin: 0px;
00068   background: #4B5B94;
00069   color: white;
00070   -moz-border-radius-topright: 4px;
00071   border-top-right-radius: 4px;
00072   padding-right: 0px;
00073 }
00074 .windowtitle a, .windowtitle a:hover { color: white; font-weight: normal;}
00075 
00076 div.windowtitle img { vertical-align: -30%; }
00077 div.window
00078 {
00079   background: #F6F8F9;
00080   -moz-border-radius: 4px;
00081   -khtml-border-radius: 4px;
00082   border-radius: 4px;
00083 }
00084 
00085 
00086 div#statusbar
00087 {
00088     background: #EAF4F9; color: #999;
00089 }
00090 
00091 div#tail
00092 {
00093     border-top: 5px solid #BCBBBB;
00094     background: #D9D8D8;
00095     margin: 0px 20px;
00096     color: #4B5C94;
00097 }
00098 div#tail strong { color: #A12607; }
00099 a.info span { display: none; z-index: 100; }
00100 a.info:hover span
00101 {
00102   background: #4470A1;
00103   color: #EAEFFF;
00104   border: 1px solid #4570A1;
00105   padding: 2px 4px;
00106   width: auto;
00107   max-width: 35em;
00108   -moz-border-radius: 4px;
00109   -khtml-border-radius: 4px;
00110   border-radius: 4px;
00111   filter:alpha(opacity=85);
00112   opacity: 0.85;
00113   -moz-opacity:0.85;
00114 }
00115 
00116 /* Hyperlinks */
00117 
00118 a
00119 {
00120   font-weight: bold;
00121   text-decoration: none;
00122   color: #4B5C94;
00123 }
00124 
00125 
00126 a:hover
00127 {
00128   font-weight: bold;
00129   text-decoration: underline;
00130   color: #4B5C94;
00131 }
00132 
00133 a:active
00134 {
00135   font-weight: bold;
00136   text-decoration: underline;
00137   color: #4B5C94;
00138 }
00139 a em { font-style: normal; text-decoration: underline; color: #224488; }
00140 
00141 a.info:hover span strong { color: #FFF;}
00142 
00143 input.required, select.required, textarea.required {
00144   background-color: #FFEDED;
00145 }
00146 span.required { color: #A12607; }
00147 
00148 span.helplink { color: #EAF4F9; }
00149 span.helplink a { color: #109810;}
00150 .helplink a span { background: #109810; }
00151 .helplink a:hover {
00152     font-size: 99%; /* this is just for IE */
00153     text-decoration: none; color: #109810;
00154 }
00155 
00156 #kbarticle h1,#kbarticle h3,#kbarticle h4, #kbarticle h5,#kbarticle h6
00157 {
00158   text-align: left; background: transparent; color: #4B5C94;
00159   width: 100%;
00160   border-bottom: 1px #203894 solid;
00161 }
00162 
00163 .droptarget { border: 1px dashed #FFC0FF;}
00164 
00165 div.detaildate
00166 {
00167     float: right;
00168     color: #4B5C94;
00169     padding-left: 1em;
00170     position: relative;
00171     top: 3px;
00172 }
00173 div.detaildate input[type=text] { color: #06377F; border: 1px dotted #06377F; background: transparent; }
00174 .detaildate form { position: relative; top: -5px; }
00175 
00176 div#statusbar { background-color: #4B5C94; }
00177 div#statusbar img { vertical-align: text-bottom; }
00178 div#statusbar strong { color:#fff;}
00179 #statusbar a { text-decoration: none; color: #FFF; }
00180 #statusbar a:hover { text-decoration: underline; }
00181 #statusbar a:active { text-decoration: underline; }
00182 #userstatus_dropdown { background: transparent; color: #fff; border:1px solid #8F9DC5;}
00183 #userstatus_dropdown option { color: #8F9DC5;}
00184 #userstatus_dropdown option.enable { color: #00C000; }
00185 #userstatus_dropdown option.disable { color: #C00000; }
00186 #userstatus_dropdown option.separator { border-top: 1px solid #8F9DC5; }
00187 
00188 #navmenu
00189 {
00190     color: white;
00191     background: #4B5C94;
00192     padding-left: 20px;
00193     padding-top: 2px;
00194     padding-bottom: 2px;
00195     text-align: center;
00196 }
00197 
00198 
00199 input[type=submit], input[type=button], input[type=reset]
00200 {
00201     margin-top: 4px;
00202     background: #4B5C94;
00203     color: white; border:
00204     1px solid #4B5C94;
00205     /*text-transform: uppercase;*/
00206     -moz-border-radius: 3px;
00207     -webkit-border-radius: 3px;
00208     border-radius: 3px;
00209 }
00210 
00211 p.error, span.error, p.error a, error.a:link
00212 {
00213     /*background-color: #F02311; color: white;*/
00214     background-color: #E61B1A; color: white;
00215     font-size: 105%;
00216 }
00217 p.alert { color: #A12607; background-color: #FFEDED; border: 1px solid #A12607; }
00218 p.alert a { color: #A12607; background-color: transparent; }
00219 p.info { background-color: transparent; border:none; color: #4B5B94; }
00220 
00221 #noticearea p.info { border: 1px solid #4B5B94; background-color: #F6F8F9; }
00222 
00223 .tabcontainer ul li
00224 {
00225     display: block;
00226     float: left;
00227     height: 23px;
00228     margin: 1px 1px 0 1px;
00229     border: 1px solid #4B5C94;
00230     -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;
00231     -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;
00232     border-bottom: 1px solid #fff;
00233     text-align: center;
00234     background: #4B5C94;
00235     /*padding: 0;*/
00236     /*margin: 0;*/
00237 }
00238 
00239 .tabcontainer ul li a:hover
00240 {
00241     color: #4B5C94;
00242     background: #EEF6FF;
00243     -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; border-top-right-radius: 5px;
00244     -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; border-top-left-radius: 5px;
00245 }
00246 
00247 
00248 h1.normal
00249 {
00250     background-image: url(../kriplyana/top_purple.png);
00251 }