MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 62: Line 62:
font-size: 180%;
font-size: 180%;
font-family: 'Linux Libertine','Georgia','Times',serif;
font-family: 'Linux Libertine','Georgia','Times',serif;
}
.home-picture-box {
  height: 200px;
  margin: -40px -76px 20px -76px;
  background-color: #4c4c4c;
  background-image: url('https://www.wittgensteinproject.org/w/images/9/99/Skjolden_from_the_other_shore_of_the_small_eidsvatnet_lake_Nicol%C3%A1s_Boullosa_CC_BY.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
}