|
|
Line 15: |
Line 15: |
| margin:0; | | margin:0; |
| width:100%; | | width:100%; |
| }
| |
|
| |
| #headertabs ul li:before {
| |
| content: inherit;
| |
| }
| |
| #headertabs .ui-tabs-anchor {
| |
| text-align: center;
| |
| }
| |
| li.ui-state-default {
| |
| text-indent: 0em;
| |
| }
| |
| .mw-ui-container #userloginForm, .mw-ui-container #userlogin {
| |
| margin-right: auto !important;
| |
| margin-left: auto !important;
| |
| width: 290px;
| |
| }
| |
|
| |
| span.ht-editsection {
| |
| float: right;
| |
| }
| |
| #headertabs.custom.ui-widget { /* Tab Nav Bar*/
| |
| font-family: inherit;
| |
| font-size: 1em; /* IE doesn't like inherit here */
| |
| }
| |
| #headertabs.custom a:focus {
| |
| outline: none;
| |
| }
| |
| #headertabs.ui-widget-content {
| |
| border: none;
| |
| }
| |
| #headertabs.custom .ui-tabs-nav {
| |
| background: none;
| |
| border-top: none;
| |
| border-left: none;
| |
| border-right: none;
| |
| border-bottom-width: 1px;
| |
| border-bottom-style: solid;
| |
| border-bottom-color: #D3D3D3;
| |
| -moz-border-bottom-colors: none;
| |
| border-image-source: none;
| |
| border-image-slice: 100% 100% 100% 100%;
| |
| border-image-width: 1 1 1 1;
| |
| border-image-outset: 0 0 0 0;
| |
| border-image-repeat: stretch stretch;
| |
| }
| |
| #headertabs.custom .ui-corner-all {
| |
| border-bottom-left-radius: 0;
| |
| border-bottom-right-radius: 0;
| |
| }
| |
| #headertabs.custom .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
| |
| background: none repeat scroll 0% 0% rgb(255, 255, 255);
| |
| border-top: 1px solid #FFF;
| |
| border-left: 1px solid #FFF;
| |
| border-right: 1px solid #FFF;
| |
| }
| |
| #headertabs.custom .ui-state-active {
| |
| border-top: 1px solid #D3D3D3;
| |
| border-left: 1px solid #D3D3D3;
| |
| border-right: 1px solid #D3D3D3;
| |
| }
| |
| #headertabs.custom .ui-state-active.ui-state-hover {
| |
| border-bottom: 1px solid #fff;
| |
| background: none repeat scroll 0% 0% rgb(255, 255, 255);
| |
| margin-bottom: -2px;
| |
| }
| |
| #headertabs.custom .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
| |
| border-bottom: 1px solid #D3D3D3;
| |
| background: #EAEAEA;
| |
| margin-bottom: -1px;
| |
| }
| |
| #headertabs.custom .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
| |
| font-family: inherit;
| |
| font-size: 1em; /* IE doesn't like inherit here */
| |
| }
| |
| #headertabs.custom .ui-widget-content a {
| |
| color:#0645AD;
| |
| }
| |
| #headertabs.custom .ui-widget-content a:visited {
| |
| color:#0b0080;
| |
| }
| |
| #headertabs.custom .ui-widget-content a.new {
| |
| color:#CC2200;
| |
| }
| |
| #headertabs.custom .ui-widget-content a.new:visited {
| |
| color:#A55858;
| |
| }
| |
| #headertabs.custom .ui-widget-content a.extiw {
| |
| color:#3366BB;
| |
| }
| |
| #headertabs.custom .ui-widget-content a.redirect {
| |
| color:#308050;
| |
| }
| |
| #headertabs.custom .ui-widget-content a.redirect:visited {
| |
| color:#3070A0;
| |
| } | | } |