Wikipedia:Etusivu/tyylit.css

Wikipediasta
Siirry navigaatioon Siirry hakuun
/* This template is loaded on the main page to address T32405
 Please feel free to adapt the code, translate this message.
 Updates can be found in https://gist.github.com/jdlrobson/dbb124296ed2a1fc7242018c7b589059 */
@media screen and ( max-width: 720px ) {
    body.skin-minerva td,
    body.skin-minerva tr,
    body.skin-minerva .mp-column,
    body.skin-minerva .floatright,
    body.skin-minerva tbody,
    body.skin-minerva table {
        display: block !important;
        float: none !important;
        width: 100% !important;
        height: auto !important;
        box-sizing: border-box;
    }
}

.MainPageBG {
width:55%;
border:1px solid #bbb;
background:#fff;
vertical-align:top;
color:#000;
}

.mp-left {
border-spacing: 5px;
border-collapse: separate;
width:100%;
vertical-align:top;
background:#fff;
}

.mp-left td { 
padding: 5px;
}

.mw-heading2 {
margin:0;
border:0;
padding:0;
font-size:120%;
}

h2 {
display:block;
margin:0;
background:#eee;
font-weight:bold;
border:1px solid #bbb;
text-align:left;
color:#000;
padding:0.2em 0.4em;
}

.table {
  margin-top: 10px !important;
}

.floatleft {
float:left;
}

.today_img {
  float: right;
  padding: 1px;
  margin-left: 2px;
  width: 104px;
  text-align: center;
  font-size: 80%; 
  line-height: 1.2;
}
.today_img .image {
  display: block;
}