website/themes/exectos/static/css/style.css
2024-06-16 14:32:38 +02:00

150 lines
2.4 KiB
CSS

html {
color : #333333;
background-color : #FFFFFF;
margin : 0;
padding : 0;
}
body {
font-family : "trebuchet ms", "verdana", sans-serif;
margin : 0;
padding : 0;
}
h1 {
margin-top : 8px;
padding : 1px;
}
h2 {
border-bottom : 1px solid #8877FF;
margin-left : -1em;
margin-right : -1em;
}
img {
border : 0px;
}
.content {
margin-left : 25%;
margin-right : 25%;
margin-top : 2.5em;
}
.content li {
list-style-type : square;
}
.copyright {
color : #404040;
font-family : sans-serif, Verdana, Arial, Helvetica;
font-size : 10px;
text-align : center;
text-decoration : none;
}
.copyright a {
color : #404040;
text-decoration : none;
}
.copyright a:hover {
color : #404040;
text-decoration : none;
}
.header {
background : #bee0ff;
border-bottom : 2px solid #186196;
color : #186196;
clear : both;
padding-left : 1em;
padding-top : 0.5em;
}
.header a {
border : 2px solid transparent;
color : #186196;
padding-left : 10px;
padding-right : 10px;
padding-top : 1px;
text-decoration : none;
}
.header li a:before {
content: "\00BB ";
color: #186196;
}
.header a:hover {
color : #000055;
padding-left : 10px;
padding-right : 10px;
padding-top : 1px;
}
.header li {
display : inline;
margin-left : 2em;
}
.header ul {
margin : 0px;
padding : 0px;
text-align : left;
}
.footer {
background : #FFFFFF;
color : #000000;
clear : both;
font-family : sans-serif, verdana, Helvetica;
font-size : 12px;
margin-left : 10px;
margin-top : 0.4em;
padding : 0;
width : 100%
}
.footer-left {
position : absolute;
text-align : left;
width : 50%;
}
.footer-right {
left : 50%;
position : absolute;
text-align : right;
width : 50%;
}
.wrapper_content {
margin-bottom : 2.5em;
padding : 6em 0 0 0;
}
.wrapper_header {
background : #FFFFFF;
color : #000000;
height : 6em;
left : 0;
position : absolute;
position : fixed;
top : 0;
width : 100%;
}
.wrapper_footer {
background : #FFFFFF;
border-top : 2px solid #186196;
bottom : 0;
color : #000000;
height : 1.5em;
left : 0;
position : absolute;
position : fixed;
width : 100%
}