MediaWiki

Common.css: Difference between revisions

From WindsportAtlanta.com: Wiki

No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body { font: 0.8em/165% "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 */
/* Custom Foreground menubar colors */

Revision as of 13:36, 25 February 2015

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

body { font: 0.8em/165% "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: #ebe8e8;
   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;}