template/slt/css/visual.css
2017-12-05 22:37:28 +01:00

141 lines
1.6 KiB
CSS

body {
font-size: 12pt;
font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
line-height: 175%;
}
a {
text-decoration: none;
}
p {
text-align: justify;
}
h3
{
font-size: 16pt;
}
h2
{
font-size: 19pt;
}
h1
{
font-size: 22pt;
}
h1,h2,h3,h4
{
line-height: 150%;
}
.centered {
text-align: center;
}
.ragged-left {
text-align: left;
}
/*h2 > a {
color: black;
}*/
li.row-fluid {
display: block;
}
.page-header
{
padding-bottom: 0px;
}
ul.nav > li > a:hover,
ul.nav-child > li > a:hover
{
/* background-color: inherit;*/ /* FIXME */
text-decoration: none;
}
.nav a
{
color: inherit;
}
#topmenu a {
color: inherit;
}
#topmenu {
font-weight: bold;
text-align: center;
}
#topmenu > .nav > li {
text-align: left;
}
#topmenu .nav > li > a {
font-size: large;
}
#topmenu .nav > li > a,
#topmenu .nav > li:hover > a {
background-color: inherit;
}
#topmenu > .nav > li > .nav-child > li:hover > a:hover {
text-decoration: none;
}
#topmenu .nav > li,
#topmenu .nav-child > li
{
padding: 0px;
border-style: none;
}
#left_side, #right_side
{
background-repeat: no-repeat;
background-size: cover;
}
#left_menu .nav > li,
#left_menu .nav-child > li
{
padding: 5px 0px;
border-top-style: solid;
border-width: 1px;
}
#left_menu .nav > li:first-child,
#left_menu .nav-child > li:first-child
{
border-top-style: none;
}
.row-striped .row-fluid:nth-child(n),
.list-striped li:nth-child(n),
.table-striped tbody > tr:nth-child(n) > td
{
background-color: inherit;
}
.well
{
background-color: inherit;
}
/*
<?php
print_r($params);
?>
*/