web/static/css/style.css
author veltr
Fri, 11 Oct 2013 16:41:08 +0200
changeset 106 574bb047a940
parent 0 ecdfc63274bf
permissions -rw-r--r--
bugfix

body {

 	font-family: Arial, Helvetica, sans serif;
 	font-size: 12px;
 	color: #4F5155;
 	margin: 5px;
 	padding: 0px;
 	min-width:750px;
	text-align: justify; 	
}

a img,a:link img, a:active img, a:visited img, a:hover img  {
	border:0px;
}


a:link
{
	text-decoration: none;
	color: #2181b1;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
}

a:hover
{
	color: #2181b1;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2c8084;
	/*font-weight: bold;*/
}
a:visited {
	color: #2181b1;
	font-family:  Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
}


#header
{
     padding: .5em;
     border-bottom: 1px solid gray;
     border-left: 1px solid gray;
     padding: 1em;
}

#header a
{
    text-decoration: none;
}


#header_left
{
	max-width: 8em;
	font-size: 40px;
	font-weight : bold;
	text-align: left;
        text-transform: uppercase;
}

#header_left a:link
{
	text-decoration: none;
}

#header_left a:hover
{
	color: #4F5155;
	text-decoration: none;
}
#header_left a:visited {
	color: #4F5155;
	text-decoration: none;
}


#header_right
{
	text-align: right;
}

#header_right a:link
{
	text-decoration: none;
	text-decoration: none;
	color: white;
}

#header_right a:hover
{
	text-decoration: none;
	color:  white;
}

#header_right a:visited {
	text-decoration: none;
	color: white;
}


#footer
{
    clear: both;
    margin: 0;
    padding: .5em;
    /*background-color: #ddd;*/
    border-top: 1px solid gray;
}

.version
{
    text-align: right;
    color: white;
    font-size:9px;
}

.version a:link
{
    text-decoration: none;
    color: white;
    text-decoration: bold;
    font-weight: bold;
    border-bottom-style: none;
}

.version a:hover
{
    color: #2c8084;
    text-decoration: none;
    font-weight: bold;
    border-bottom-width: 0px;
    border-bottom-style: none;
}

.version a:active
{
    color: white;
    text-decoration: none;
    font-weight: bold;
    border-bottom-style: none;
}

.version a:visited
{
    color: white;
    font-weight: bold;
    border-bottom-style: none;
}

.small
{
    font-size:9px;
}

.footer_img
{
    float: left;
}

.footer_img img
{
    padding-left: 10px;
    padding-right: 10px;
}

.footer_img a
{
    color: white;
}

.footer_img a:link
{
    color: white;
}

.footer_img a:hover
{
    color: white;
}

.footer_img a:visited
{
    color: white;
}


#home_links
{
    line-height: 150%
}

#search_form_div {
    text-align: center;
    padding: 10px;
    margin: 10px 10px;
    margin-bottom: 30px;
    background-color:#ececec;
    border: 1px solid #7E7E7E
}

#search_form ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#search_form ul li {
	display: inline;
}