QualityBox.css: Difference between revisions

specify root font-size
moving styles to QualityBox.css from Common.css
Line 65: Line 65:
   text-decoration:none;
   text-decoration:none;
   color: #fff !important;
   color: #fff !important;
}
.jumbotron {
    background-image: url(https://freephile.org/w/images/f/f5/Mt_blanc.jpg);
    background-repeat: no-repeat;
    background-position: -600px -400px;
    color: white;
}
.jumbotron a {
    a.link {color:white; background:#2963A2; text-decoration:underline;}
    a.visited {color:#979A97; background:#2963A2; text-decoration:underline;}
    a.hover {color:white; background:#2963A2; text-decoration:none;}
    a.active {color:green; background:#2963A2; text-decoration:none;}
}
}


[[Category:CSS]]
[[Category:CSS]]
[[Category:QualityBox]]
[[Category:QualityBox]]