MediaWiki

Foreground.css: Difference between revisions

From WindsportAtlanta.com: Wiki

No edit summary
No edit summary
Line 7: Line 7:
  -webkit-box-shadow:0 3px 6px rgba(95,95,95,0.2);
  -webkit-box-shadow:0 3px 6px rgba(95,95,95,0.2);
   box-shadow:0 3px 6px rgba(95,95,95,0.2);
   box-shadow:0 3px 6px rgba(95,95,95,0.2);
background:#efeded
/* background:#efeded*/
}
}


.banner {
.banner {
   height: 150px;
   height: 140px;
   background: url(https://windsportatlanta.com/sites/all/banners/rotate.php); background-size:cover; background-repeat:no-repeat;}
   background: url(https://windsportatlanta.com/sites/all/banners/rotate.php); background-size:cover; background-repeat:no-repeat;}



Revision as of 17:50, 21 November 2017

/* Custom Foreground menubar colors */
body {
background:#fcfcfc;
}
.top-bar {
 /* position:fixed; width:100%; z-index:10;*/
 -webkit-box-shadow:0 3px 6px rgba(95,95,95,0.2);
  box-shadow:0 3px 6px rgba(95,95,95,0.2);
/* background:#efeded*/
}

.banner {
  height: 140px;
  background: url(https://windsportatlanta.com/sites/all/banners/rotate.php); background-size:cover; background-repeat:no-repeat;}

a.label:hover,a.label:focus {
 color: #de7c00;
}
a.label.new {
 background-color:#d0d0d0;
color: #fefefe;
}

nav.top-bar,
.top-bar.expanded .title-area {
    background: #ebe8e8;
    color: #5b5b5b;
}
.dropdown {
     background: #f2f4f4;
     color: #5b5b5b;
}

ul#top-bar-left li,
ul#top-bar-right li {
   background: #f2f4f4;
   color: #5b5b5b; 
}
ul#top-bar-left li a,
ul#top-bar-right li a {
   background: #f2f4f4;
   color:#de7c00;
}

ul#top-bar-left li:hover,
ul#top-bar-left li a:hover,
ul#top-bar-right li:hover:not(.has-form),
ul#top-bar-right li a:hover {
   background: #dcdcdc;
   color:#de7c00
}