MediaWiki:Common.css

From FrankFrankUltimate Heaven Meta

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=SUSE:[email protected]&display=swap');
@font-face {
  font-family: 'SUSE';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbGG71q9ZnRSZw.ttf) format('truetype');
}
@font-face {
  font-family: 'SUSE';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbEG7lq9ZnRSZw.ttf) format('truetype');
}
@font-face {
  font-family: 'SUSE';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbHY7lq9ZnRSZw.ttf) format('truetype');
}
@font-face {
  font-family: 'SUSE';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbGG7lq9ZnRSZw.ttf) format('truetype');
}
@font-face {
  font-family: 'SUSE';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbG07lq9ZnRSZw.ttf) format('truetype');
}
@font-face {
  font-family: 'SUSE';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbFY6Vq9ZnRSZw.ttf) format('truetype');
}
@font-face {
  font-family: 'SUSE';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbFh6Vq9ZnRSZw.ttf) format('truetype');
}
@font-face {
  font-family: 'SUSE';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/suse/v1/MwQsbhb078Wt81NpzELmC2QqjbEG6Vq9ZnRSZw.ttf) format('truetype');
}
* {
	font-family: "SUSE", sans-serif;
}
.c-avatar {
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius:700px;
}
.cs-avatar{border-radius: 4000px;}
#user-info-dropdown-button .avatar-image {
    width: 30px;
    height: auto;
    border-radius: 640px;
}
#profile-image img {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    padding: 0px;
    border-radius: 900px;
}
#profile-toggle-button {
    background-color: #55cbff;
    top: 5px;
    right: 0;
    padding: 2px 10px;
    position: absolute;
    Border-radius: 666px;
}
.wikitable {
    background-color: #ffffff7a;
    color: #000;
    margin: 1em 0;
    border: 0px solid #00000000;
    border-collapse: collapse;
}

.wikitable > tr > th, .wikitable > * > tr > th {
    background-color: #ffffffbb;
    color: #000;
    text-align: Center;
    border-radius: 6px;
}
.mw-wiki-logo {
background-size: contain 
}