MediaWiki:Common.css: Difference between revisions

From atwg
No edit summary
No edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
g.label {
font-weight: normal;
}
.dynatree-icon, .dynatree-connector {
.dynatree-icon, .dynatree-connector {
display: none !important;
display: none !important;
Line 10: Line 14:
color: inherit !important;
color: inherit !important;
text-decoration: underline !important;
text-decoration: underline !important;
}
.smwtable td.Description, .smwtable td.Notes {
min-width: 300px;
}
th {
text-align:center;
}
}


Line 17: Line 29:
}
}


#headertabs ul li:before {
.radioButtonItem {
content: inherit;
padding-right:10px;
}
}
#headertabs .ui-tabs-anchor {
 
text-align: center;
#mwext-bc {
font-family:Helvetica Neue;
font-size:13.16px;
margin-top:10px;
color:#777;
}
}
li.ui-state-default {
 
text-indent: 0em;
#firstHeading, .contentHeader {
margin-top:0;
}
}
.mw-ui-container #userloginForm, .mw-ui-container #userlogin {
 
    margin-right: auto !important;
.wikitable th {
    margin-left: auto !important;
color:white;
    width: 290px;
background-color:steelblue !important;
border:1px solid white !important;
}
}


span.ht-editsection {
.wikitable td {
        float: right;
border:1px solid #ccc !important;
}
#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;  
}
}

Latest revision as of 15:01, 21 February 2018

g.label {
	font-weight: normal;
}

.dynatree-icon, .dynatree-connector {
	display: none !important;
}

.dynatree-container li {
	background-image: none !important;
}

.issue_table .plainlinks a {
	color: inherit !important;
	text-decoration: underline !important;
}

.smwtable td.Description, .smwtable td.Notes {
	min-width: 300px;
}

th {
	text-align:center;
}

.container {
	margin:0;
	width:100%;
}

.radioButtonItem {
	padding-right:10px;
}

#mwext-bc {
	font-family:Helvetica Neue;
	font-size:13.16px;
	margin-top:10px;
	color:#777;
}

#firstHeading, .contentHeader {
	margin-top:0;
}

.wikitable th {
	color:white;
	background-color:steelblue !important;
	border:1px solid white !important;
}

.wikitable td {
	border:1px solid #ccc !important;
}