Otwórz menu główne

Zmiany

MediaWiki:Mobile.css

Usunięte 214 bajtów, 21:26, 25 lut 2020
m
brak opisu edycji
 
#content {
/*background: #FFF8DC;*/
background-color: rgba(255,248,220,0.9)#fff;
}
#main .widget-area {
/* background: #FFF8DC; */
background-color: rgba(255,248,220,0.9)#ffffff;
}
#access {
background: #A0522Dffffff;
}
/* main header */
.header-container.header-chrome {
background-color: #443427DDC1A0;
}
/* napis-główny tytuł strony (aka Silberberg) */
.branding-box a{
font-family: Minion Pro, serif;
letter-spacing: 0.5em;
}
 
/* =ImageByImageHover //made by Av
-------------------------------------------------------------- */
 
.imageBox {
position: relative;
float: left;
}
 
.imageBox .hoverImg {
position: absolute;
left: 0;
top: 0;
display: none;
}
 
.imageBox:hover .hoverImg {
display: block;
}