MediaWiki: Common.css

From The Spaghetti Western Database
Revision as of 10:15, 4 May 2019 by Admin (talk | contribs)
Jump to: navigation, search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* New modifications 2019 */
/* These hide page title and tagline only on the Main Page */

body.page-Main_Page h1.firstHeading { display: none; }

div#navwrapper { background:0; } /* background image for top bar */

/* Old from here */
/* Older modifications that need to be checked if still needed and working */

p  {
margin-top:0.8em;
margin-bottom:0.8em;
}

h2 span  {
display:unset;
}

#page-content a:link {
color:#314083;
text-decoration:none;
}
#page-content a:visited {
color:#314083;
text-decoration:none;
}
#page-content a:hover {
color: #3A4EA4;
text-decoration:underline;
}
#page-content a:active {
color:#3A4EA4;
text-decoration:underline;
}

.top-bar{
margin-bottom:1em;
}

.top-bar .button { background: #CC9900; border-color:gray; }
.top-bar a { text-decoration:none; }

.label { background-color:#D57540;}
#catlinks { text-align:right; border-top:1px dotted gray;}

/* Custom Foreground menubar colors */
.top-bar,
.top-bar-section ul,
.top-bar-section ul li.active > a,
.top-bar-section li a:not(.button),
.top-bar-section .has-form {
  background-color: rgba(255, 255, 255, 0);
}

.top-bar-section ul.dropdown  {
  background-color:#CC9900;
}

.top-bar-section > ul > .divider,
.top-bar-section > ul > [role="separator"] {
  border-color:;
}

/* Darker color for the hover over items */
.top-bar-section ul li.hover > a,
.top-bar-section ul li ul.dropdown li.hover > a{
    background:;
}

/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background:;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.