Difference between revisions of "MediaWiki:Common.css"

From Zezenia Online Wiki
m (Protected "MediaWiki:Common.css" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
Line 13: Line 13:
 
.zezenia-image-marker > a {
 
.zezenia-image-marker > a {
 
   color: #fff !important;
 
   color: #fff !important;
 +
}
 +
 +
.zezenia-map-embed iframe {
 +
  border: 1px solid #eee;
 
}
 
}

Revision as of 21:15, 5 March 2021

/* CSS placed here will be applied to all skins */

.zezenia-image-marker {
  position: absolute;
  background: rgba(0,0,0,0.6);
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  padding: 4px;
  color: #fff;
}

.zezenia-image-marker > a {
  color: #fff !important;
}

.zezenia-map-embed iframe {
  border: 1px solid #eee;
}