MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 80: | Line 80: | ||
div#mw-content-text p a { | div#mw-content-text p a { | ||
color: #1993c7; | color: #1993c7; | ||
font-weight: 700; | font-weight: 700; | ||
border-bottom: 1px dotted #1993c7; | |||
} | |||
div#mw-content-text p a:hover { | |||
color: #1993c7; | |||
font-weight: 700; | |||
border-bottom: 1px solid #1993c7; | |||
} | } |
Revision as of 18:18, 2 February 2017
/* CSS placed here will be applied to all skins */
/* API endpoints (method and URI) */
table.wikitable.api-url,
table.wikitable.api-url > tbody th,
table.wikitable.api-url > tbody td {
border: 1px solid #1993c7;
}
table.wikitable.api-url > tbody > tr > th {
background: #f2f2f2;
font-size: 15px;
font-weight: 400;
min-width: 400px;
text-align: left;
font-family: monospace;
}
table.wikitable.api-url > tbody > tr > th:first-child {
background: #1993c7;
font-size: 15px;
font-weight: 700;
color: #ffffff;
text-align: left;
min-width: auto;
font-family: sans-serif;
}
/* API input and output property list */
table.wikitable.api-table {
border: 1px solid #1993c7;
}
table.wikitable.api-table > tbody th,
table.wikitable.api-table > tbody td {
border: 1px solid #d4d4d4;
}
table.wikitable.api-table > tbody > tr th {
background: #1993c7;
color: #ffffff;
font-weight: 700;
font-size: 15px;
}
table.wikitable.api-table tbody > tr > td {
vertical-align: top;
min-width: 150px;
color: #121212;
font-weight: 400;
font-size: 13px;
}
table.wikitable.api-table tbody > tr:nth-child(even) > td {
background: #ffffff;
}
table.wikitable.api-table tbody > tr:nth-child(odd) > td {
background: #f2f2f2;
}
table.wikitable.api-table tbody > tr > td:first-child {
color: #1993c7;
font-weight: 700;
font-size: 13px;
}
span.api-ver {
font-size: 11px;
color: #ffffff;
background: #1993c7;
padding: 2px 4px;
vertical-align: 1px;
}
/* General content, links and lists */
div#mw-content-text p a {
color: #1993c7;
font-weight: 700;
border-bottom: 1px dotted #1993c7;
}
div#mw-content-text p a:hover {
color: #1993c7;
font-weight: 700;
border-bottom: 1px solid #1993c7;
}