MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
this helps.
(change the font used)
m (this helps.)
(6 intermediate revisions by 2 users not shown)
Line 1,349: Line 1,349:
@font-face {
@font-face {
  font-family:'minecraftia';
  font-family:'minecraftia';
  src:
  src: url(https://wiki.gm4.co/resources/assets/fonts/MinecraftiaRegular.ttf);
/* url(https://wiki.gm4.co/resources/assets/fonts/minecraftia-regular-webfont.woff2) format('woff2'),
url(https://wiki.gm4.co/resources/assets/fonts/minecraftia-regular-webfont.woff) format('woff'), */
url(https://wiki.gm4.co/resources/assets/fonts/Minecraftia-Regular.ttf) format('ttf');
  font-weight:normal;
  font-weight:normal;
  font-style:normal
  font-style:normal
Line 1,462: Line 1,459:
background-color: #100010;
background-color: #100010;
background-color: rgba(16, 0, 16, 0.94);
background-color: rgba(16, 0, 16, 0.94);
padding: 8px 4px 4px 4px;
padding: 4px 4px 6px 4px;
font-family: minecraftia, sans-serif;
font-family: minecraftia, sans-serif;
font-size: 16px;
font-size: 16px;
Line 1,468: Line 1,465:
text-shadow: 0.125em 0.125em 0 #3F3F3F;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
white-space: nowrap;
white-space: nowrap;
    word-spacing: -5px;
line-height: 1.25em;
line-height: 1.25em;
margin: 0.125em 0.25em;
margin: 0.125em 0.25em;
Line 1,551: Line 1,549:


.advancement {
.advancement {
  position: relative;
   line-height: 18px;
   line-height: 18px;
   font-smooth: never;
   font-smooth: never;
   padding-top: 10px;
   padding-top: 10px;
   padding-left: 2px;
   padding-left: 2px;
   display: inline-block;
   display: block;
   font-size: 16px;
   font-size: 16px;
   word-spacing: -2.5px;
   word-spacing: -2.5px;
Line 1,563: Line 1,562:


.advancement .advancement-icon {
.advancement .advancement-icon {
   top: 8px;
   top: 0px;
   left: 12px;
   left: 4px;
   position: absolute;
   position: absolute;
   z-index: 2;
   z-index: 2;
Line 1,601: Line 1,600:
   padding-left: 6px;
   padding-left: 6px;
   padding-bottom: 5px;
   padding-bottom: 5px;
  padding-right: 6px;
   box-shadow:
   box-shadow:
     0 -2px #555555,
     0 -2px #555555,
Line 1,615: Line 1,615:
     -4px 0 black;
     -4px 0 black;
}
}
.hover-advancement {
height: 52px;
width: 52px;
}
.hover-advancement:hover {
z-index: 100;
}
.hover-advancement div {
display: none;
}
.hover-advancement:hover div {
display: inline-block;
}


/* ========================================================================= */
/* ========================================================================= */
Line 1,621: Line 1,639:
/*                                                                          */
/*                                                                          */
/* ========================================================================= */
/* ========================================================================= */
.tooltip {
color: #FFF;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
}


.format-0 {
.format-0 {
Line 1,703: Line 1,717:
font-style: italic;
font-style: italic;
     position: relative;
     position: relative;
     left: -5px;
     left: -3px;
}
}
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,633

edits

Navigation menu