Jump to content
WikiGence Logo

MediaWiki:Common.css

From WikiGence
Revision as of 09:45, 18 April 2025 by Wikigence (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

/* InfoBox */

.infobox {
  border: 1px solid #aaa;
  background-color: #f9f9f9;
  padding: 5px;
  float: right;
  margin: 0 0 1em 1em;
  width: 250px;
  font-size: 90%;
  line-height: 1.4em;
}
.infobox th {
  background-color: #efefef;
  text-align: left;
  padding: 4px;
}
.infobox td {
  padding: 4px;
}

.page-Main_Page main header,
.page-Main_Page main .page-heading {
	display: none !important;
}
/* ======= Stylish Footer Design ======= */

#footer {
    background-color: #white;
    color: #dddddd;
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
    border-top: 3px solid #0078d7;
}

.footer-links a {
    color: #bbbbbb;
    text-decoration: none;
    margin: 0 12px;
    font-weight: bold;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-icons a {
    display: inline-block;
    margin: 10px 8px;
    color: #bbbbbb;
    font-size: 18px;
    transition: color 0.3s ease;
}

.footer-icons a:hover {
    color: #ffffff;
}

.footer-text {
    margin-top: 15px;
    font-size: 12px;
    color: #999999;
}