MediaWiki

Common.css: Difference between revisions

From WindsportAtlanta.com: Wiki

No edit summary
No edit summary
Line 58: Line 58:
/* Hide tagline "from, etc" */
/* Hide tagline "from, etc" */
#tagline { display: none; }
#tagline { display: none; }
/* Hide Main Page title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }


/* breadcrumb */
/* breadcrumb */
#breadcrumbs2 {font-size:0.9em;}
#breadcrumbs2 {font-size:0.9em;}

Revision as of 13:10, 21 December 2021

/* CSS placed here will be applied to all skins */
/* v2 */
@import url('https://fonts.googleapis.com/css?family=Lato');
body { font: Lato, Lucida Grande,Lucida Sans Unicode,Segoe UI,Helvetica,Arial,sans-serif;  color: #5b5b5b; 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;
   color: #de7c00;
}
.top-bar {
  -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);
}

.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;
}

/* let's match main site css
/* title */
.title-name {
  color: #333333;}

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

.title  { font-size: 20px; color:#de7c00; font-weight:normal; }
.toctitle, .mw-headline, h2 { font-size: 20px; color:#222222; font-weight:normal; }

h3 { font-size: 130%; }

h4 { font-size: 110%; }

table, img {margin: 10px;}
 
.label {background-color:#d7d7d7;
 color:#FFFFFF}

/* Hide tagline "from, etc" */
#tagline { display: none; }
/* Hide Main Page title */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

/* breadcrumb */
#breadcrumbs2 {font-size:0.9em;}