Difference between revisions of "Common.css"
From ACES
Tag: Reverted |
Tag: Reverted |
||
Line 84: | Line 84: | ||
#toc, .toc { | #toc, .toc { | ||
margin-top: 0 | margin-top: 0 | ||
} | |||
/* --------- People --------- */ | |||
.avatar { | |||
text-align: center; | |||
width: fit-content; | |||
margin-bottom: 2em; | |||
margin-left: auto; | |||
margin-right: auto; | |||
min-height: 16em; | |||
} | |||
.avatar .avatar-row { | |||
display: block; | |||
max-width: 170px; | |||
} | |||
.avatar .avatar-img img { | |||
height: 150px; | |||
width: 150px; | |||
border-radius: 150px; | |||
margin-bottom: 1em; | |||
} | |||
.avatar-text { | |||
text-align: center; | |||
} | |||
.avatar .avatar-name { | |||
font-size: 1.2em; | |||
max-width: 150px; | |||
margin: 0 auto; | |||
} | |||
.avatar .avatar-title { | |||
display: block; | |||
max-width: 150px; | |||
margin: 0 auto; | |||
} | |||
.people { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
.people>div { | |||
margin: 0 1em 1em 1em | |||
} | |||
.people h3 { | |||
text-align: center; | |||
margin-bottom: 1em; | |||
} | |||
.people .mw-editsection { | |||
display: block | |||
} | |||
.material-icons-outlined { | |||
vertical-align: text-bottom; | |||
} | } |
Revision as of 17:44, 15 September 2021
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Outlined&display=swap');
.user-anon #top-bar-right li:nth-last-child(2){
display: none;
}
/* 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;
}
/* --------- formtable --------- */
.formtable .inputSpan {
width: 100%;
box-sizing: border-box;
}
.formtable input, .formtable select {
width: 100%;
box-sizing: border-box;
}
.formtable td, .formtable th {
padding-right: 1em;
vertical-align: top;
}
/* remove mainpage title */
/*
.mainpage #firstHeading,
.mainpage #tagline
{
display: none;
}
*/
/* --------- List with boxes floating left --------- */
ul {
list-style: outside disc;
margin-left: 1em;
}
ul li {
position: relative;
left: 1em;
padding-right: 1em;
}
/* --------- toc styling --------- */
#mw-toc-heading {
margin-top: 0;
}
#toc, .toc {
margin-top: 0
}
/* --------- People --------- */
.avatar {
text-align: center;
width: fit-content;
margin-bottom: 2em;
margin-left: auto;
margin-right: auto;
min-height: 16em;
}
.avatar .avatar-row {
display: block;
max-width: 170px;
}
.avatar .avatar-img img {
height: 150px;
width: 150px;
border-radius: 150px;
margin-bottom: 1em;
}
.avatar-text {
text-align: center;
}
.avatar .avatar-name {
font-size: 1.2em;
max-width: 150px;
margin: 0 auto;
}
.avatar .avatar-title {
display: block;
max-width: 150px;
margin: 0 auto;
}
.people {
display: flex;
flex-wrap: wrap;
}
.people>div {
margin: 0 1em 1em 1em
}
.people h3 {
text-align: center;
margin-bottom: 1em;
}
.people .mw-editsection {
display: block
}
.material-icons-outlined {
vertical-align: text-bottom;
}