MediaWiki:Common.css: Difference between revisions
From atwg
No edit summary |
No edit summary |
||
(28 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 21: | Line 33: | ||
} | } | ||
# | #mwext-bc { | ||
font-family:Helvetica Neue; | |||
font-size:13.16px; | |||
margin-top:10px; | |||
color:#777; | |||
} | } | ||
#firstHeading, .contentHeader { | #firstHeading, .contentHeader { | ||
margin-top:0; | margin-top:0; | ||
} | |||
.wikitable th { | |||
color:white; | |||
background-color:steelblue !important; | |||
border:1px solid white !important; | |||
} | |||
.wikitable td { | |||
border:1px solid #ccc !important; | |||
} | } |
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;
}