MediaWiki:Common.css: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
mNo edit summary
imported>Ttv pedro270707
mNo edit summary
Line 266: Line 266:
}
}


.minecraft-tip, .minecraft-text-output {
.minecraft-tip {
left: 0;
left: 0;
top: 0;
top: 0;
Line 281: Line 281:
font-smooth: never;
font-smooth: never;
-webkit-font-smoothing: none;
-webkit-font-smoothing: none;
}
position: fixed;
 
z-index: 9999;
.minecraft-tip-container {
display: none;
  position: fixed;
  z-index: 9999;
  display: none;
  color: #ffffff;
}
 
.minecraft-tip {
position: relative;
z-index: 10;
display: inline-block;
color: #ffffff;
color: #ffffff;
}
}