MediaWiki:Common.css: Difference between revisions

I hope this doesn't break everything
(go back to gm4.co font cuz MC's is private)
(I hope this doesn't break everything)
Line 1,334: Line 1,334:
//}
//}


/* ======================= CRAFTING GRID CSS ================== */
 
/* ========================================================================= */
/*                                                                          */
/*                            CRAFTING GRID CSS                             */
/*                                                                          */
/* ========================================================================= */
@font-face {
@font-face {
  font-family:'minecraftia';
  font-family:'minecraftia';
Line 1,430: Line 1,435:
  display:inline-block
  display:inline-block
}
}
/* ========================================================================= */
/*                                                                          */
/*              Modified styling for minecraft style tooltip                */
/*                                                                          */
/* ========================================================================= */
.tooltip {
.tooltip {
  font-family:minecraftia, monospace;
  font-family:minecraftia, sans-serif;
  display:none;
  display:none;
  position:absolute;
  position:fixed;
  border:1px solid #333;
top: 0;
  background-color:#161616;
left: 0;
  border: 0.125em solid #100010;
border-style: none solid;
border-color: rgba(16, 0, 16, 0.94);
  background-color: #100010;
background-color: rgba(16, 0, 16, 0.94);
word-spacing: 4px;
  border-radius:2px;
  border-radius:2px;
  padding:10px;
  padding:10px;
Line 1,442: Line 1,460:
  color:#fff;
  color:#fff;
  font-size:16px;
  font-size:16px;
  line-height:20px
  line-height:1.25em;
}
}
.tooltip p {
.tooltip p {
Line 1,448: Line 1,466:
  line-height:0px
  line-height:0px
}
}


.slot {
.slot {
Line 1,456: Line 1,475:
}
}


/* ========================================================================= */
/*                                                                          */
/*            Classes corresponding to Minecraft formatting codes            */
/*                                                                          */
/* ========================================================================= */


/* Classes corresponding to Minecraft formatting codes */
.format-0 {
.format-0 {
color: #000;
color: #000;
Line 1,518: Line 1,541:
text-shadow: 0.125em 0.125em 0 #3F3F15;
text-shadow: 0.125em 0.125em 0 #3F3F15;
}
}
.format-f,
.format-f, .tooltip {
#minetip-tooltip {
color: #FFF;
color: #FFF;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
text-shadow: 0.125em 0.125em 0 #3F3F3F;
Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,633

edits