PUBLIC.css.Site.css Maven / Gradle / Ivy
body {
height: 100%;
/* gradient color to page */
background: rgb(187,224,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(187,224,255,1) 0%, rgba(221,241,249,1) 35%, rgba(254,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(187,224,255,1)), color-stop(35%,rgba(221,241,249,1)), color-stop(100%,rgba(254,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(187,224,255,1) 0%,rgba(221,241,249,1) 35%,rgba(254,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(187,224,255,1) 0%,rgba(221,241,249,1) 35%,rgba(254,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(187,224,255,1) 0%,rgba(221,241,249,1) 35%,rgba(254,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(187,224,255,1) 0%,rgba(221,241,249,1) 35%,rgba(254,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbe0ff', endColorstr='#feffff',GradientType=0 ); /* IE6-9 */
}
h1 {
font-size: 90%;
}
h2 {
font-size: 90%;
} © 2015 - 2025 Weber Informatics LLC | Privacy Policy