Difference between revisions of "Common.css"
From ACES
Line 57: | Line 57: | ||
padding-left: .5em; | padding-left: .5em; | ||
font-size: .6em | font-size: .6em | ||
} | |||
img:not(table img) { | |||
max-width: 100%; | |||
height: auto; | |||
} | } |
Revision as of 22:59, 1 September 2021
#cosmos-footer {
height:auto!important;
}
#cosmos-articleHeader-actions {
display: none;
}
.cosmos-header__counter {
display: none;
}
#cosmos-banner {
display: none;
}
body > #mw-content-container {
padding-top: unset;
}
#cosmos-content-categories {
display: none;
}
a.new{
color: red;
}
#cosmos-pageBody-content {
overflow-x: unset;
overflow-y: unset;
}
/* wikitable */
.wikitable{
border-collapse: collapse;
}
.wikitable > tr > th, .wikitable > tr > td,
.wikitable > * > tr > th,
.wikitable > * > tr > td
{
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
}
body .wikitable > tr > th,
body .wikitable > * > tr > th
{
background-color: #eaecf0;
text-align: center;
}
#cosmos-footerContent-footerLinks
{
float: left;
}
.catlinks-allhidden
{
display: none;
}
.cosmos-header__sitename a:after{
content: "Adaptive Computing and Embedded Systems";
padding-left: .5em;
font-size: .6em
}
img:not(table img) {
max-width: 100%;
height: auto;
}