MediaWiki

MediaWiki:Common.css

From WindsportAtlanta.com: Wiki

Revision as of 14:03, 25 February 2015 by Webguy (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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */

body { font: "Lucida Grande","Lucida Sans Unicode",Segoe UI,Helvetica,Arial,sans-serif;  color: #7a7a7a; background:#f7fbf7;}

a, li a.active, a:hover { color:#de7c00;}

/* 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: #efeded;
  -webkit-box-shadow:0 3px 6px rgba(95,95,95,0.2);
  -moz-box-shadow:0 3px 6px rgba(95,95,95,0.2);
  box-shadow:0 3px 6px rgba(95,95,95,0.2);
   color: #de7c00;
}

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

/* 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: #f7fbf7;
}

/* Slightly darker color for the dropdowns */
.top-bar-section ul li ul.dropdown li > a {
    background: #efeded;
}

/* title */
.title-name {
  color: #333333;}

h1 { font-size: 28px; margin:0 0 16px 0; }

h2 { font-size: 20px; color:#1487d4; font-weight:normal; }

h3 { font-size: 130%; }

h4 { font-size: 110%; }