All Downloads are FREE. Search and download functionalities are using the official Maven repository.

css.default.css Maven / Gradle / Ivy

/**
 * Copyright (C) 2014-2018 Philip Helger (www.helger.com)
 * philip[at]helger[dot]com
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *         http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Remove margin from content tables */
#viewport table {
	margin-bottom: 0 !important;
}

#footer {
	display: block;
	background-color: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	margin-top: 70px;
	padding: 30px 0;
	text-align: center;
}

.footer-links li {
	display: inline;
}

#menu .nav>li>a {
	color: #716B7A;
	display: block;
	padding: 5px 5px;
}

#menu .nav>.active>a,
#menu .nav>.active:hover>a,
#menu .nav>.active:focus>a {
	background-color: rgba(0, 0, 0, 0);
	border-right: 1px solid #428BCA;
	color: #428BCA;
	font-weight: bold;
}

#menu .nav .nav>li>a {
	font-size: 90%;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-top: 3px;
}

#menu .nav .nav .nav>li>a {
	padding-left: 25px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy