Jump to content

MediaWiki:Mobile.css: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
m (Added msgbox classes)
imported>Ttv pedro270707
mNo edit summary
Line 59: Line 59:
width: 100% !important;
width: 100% !important;
height: 100% !important;
height: 100% !important;
}
/* Splash */
.splash-text {
  font-family: 'Minecraft', sans-serif;
  word-spacing: 0.375em;
  font-size: 35px;
  color: #ffff00;
  text-shadow: 0.125em 0.125em 0 #7f7f00;
  position: relative;
  display: inline-block;
  transform-origin: center center;
  left: -150px;
  top: 35px;
  animation: splash 0.5s linear infinite !important;
}
}