MediaWiki:Mobile.css: Różnice pomiędzy wersjami

(Utworzono nową stronę "#content { →‎background: #FFF8DC;: background-color: rgba(255,248,220,0.9); } #main .widget-area { →‎background: #FFF8DC;: background-color: rgba(255,248,220,0.9...")
(Brak różnic)

Wersja z 16:09, 17 lut 2020

#content {
	/*background: #FFF8DC;*/
	background-color: rgba(255,248,220,0.9);
}
#main .widget-area {
	/* background: #FFF8DC; */
	background-color: rgba(255,248,220,0.9);
}
#access {
	background: #A0522D;
}


/* =ContentExtensionBookmarks //made by Av
-------------------------------------------------------------- */
.bookmark table {
	border: 0px none #2F281D;
	border-radius: 8px 8px 0px 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: rgba(0,0,0,0);
}
.bookmark a {
	font-family: Georgia, serif;
	color: #F0CD94;
	font-size: 16px;
	font-variant: small-caps;

}
.bookmark a:hover {
	color: #EEA870
}
.bookmark tr td {
	border: 1px none #2F281D;
	border-radius: 8px 8px 0px 0px;
	border-collapse: collapse;
	padding: 0px;
	margin-bottom: 0px;
	background-color: rgba(0,0,0,0);
}
/* =ImageByImageHover //made by Av
-------------------------------------------------------------- */

.imageBox {
  position: relative;
  float: left;
}

.imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imageBox:hover .hoverImg {
  display: block;
}