MediaWiki

Foreground.css: Difference between revisions

From WindsportAtlanta.com: Wiki

No edit summary
No edit summary
Line 18: Line 18:
  background-size:cover;
  background-size:cover;
  background-repeat:no-repeat;
  background-repeat:no-repeat;
color:#f4c82d !important;
text-shadow:0px 1px 1px #2c343b;
 
}
}
#banner-title {
#banner-title {
Line 26: Line 23:
  font-weight:600;
  font-weight:600;
  color:#ffffff !important;
  color:#ffffff !important;
  padding: 40px 0 10px 60px;
  padding: 40px 0 0 80px;
text-shadow:0px 1px 1px #2c343b;
}
}
#banner-title a {
#banner-title a {
  color:#ffffff !important;
  color:#ffffff !important;
text-shadow:0px 1px 1px #2c343b;
line-height: 120%;
}
}
#banner-inside {
#banner-inside {
Line 36: Line 36:
  width:500px;
  width:500px;
  color: #f4c82d !important;
  color: #f4c82d !important;
text-shadow:0px 1px 1px #2c343b;
line-height: 120%;
  padding-left:80px;
  padding-left:80px;
}
}

Revision as of 17:24, 20 July 2019

/* 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);
  padding-left: 80px;
/* background:#efeded*/
}

#banner {
 height:190px;
 clear:both; 
 background-image: url(/sites/all/themes/corporateclean/images/overlay.png), url('/sites/all/banners/rotate.php'); 
 background-size: cover; background-repeat: no-repeat;
 background-size:cover;
 background-repeat:no-repeat;
}
#banner-title {
 font-size:170%;
 font-weight:600;
 color:#ffffff !important;
 padding: 40px 0 0 80px;
 text-shadow:0px 1px 1px #2c343b;
}
#banner-title a {
 color:#ffffff !important;
 text-shadow:0px 1px 1px #2c343b;
 line-height: 120%;
}
#banner-inside {
font-size:140% 
font-weight:500;
 width:500px;
 color: #f4c82d !important;
 text-shadow:0px 1px 1px #2c343b;
 line-height: 120%;
 padding-left:80px;
}
.banner-logo {
  font-size:125%;
}
.contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 100%;}

.label {
 background-color:#d0d0d0;
color: #fefefe;
}

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