Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* Sidebar container styling */
#mw-panel {
  background-color: #5A4C42;
  border-radius: 15px;
  padding: 20px;
  margin: 10px;
}
/* Navigation section styling */
.portal {
  background-color: transparent;
  margin-bottom: 20px;
}
/* Section headings (Navigation, Wiki tools) */
.portal h3 {
  font-family: 'Starborn', serif;
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* Sidebar links */
.portal .body ul li a {
  font-family: 'Starborn', serif;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
/* Link hover effect */
.portal .body ul li a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
/* Remove default list styling */
.portal .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.portal .body ul li {
  margin: 8px 0;
}


/* Background */
/* Background */