87 lines
1.1 KiB
CSS
87 lines
1.1 KiB
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Calibri', 'Verdana', 'Tahoma', sans-serif;
|
|
background-color: silver;
|
|
color: black;
|
|
line-height: 150%;
|
|
margin: 25px 30px;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
h1, h2 {
|
|
font-size: 150%;
|
|
font-weight: normal;
|
|
}
|
|
|
|
h2 a {
|
|
color: inherit;
|
|
}
|
|
|
|
h2 img {
|
|
float: right;
|
|
margin-left: 10px;
|
|
margin-bottom:10px;
|
|
width: 100px;
|
|
height: 100px;
|
|
}
|
|
|
|
ul {
|
|
margin-left: 30px;
|
|
}
|
|
|
|
header {
|
|
color: white;
|
|
}
|
|
|
|
header h1 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
header p {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
.c {
|
|
background-color: white;
|
|
position: relative;
|
|
min-width: 365px;
|
|
max-width: 365px;
|
|
width: 90%;
|
|
float: left;
|
|
min-height: 175px;
|
|
margin-top: 13px;
|
|
margin-right: 13px;
|
|
border: solid 1px black;
|
|
padding: 10px;
|
|
display: none;
|
|
}
|
|
|
|
.c2 {
|
|
max-width: 765px;
|
|
width: 95%;
|
|
}
|
|
|
|
.visible {
|
|
display: initial;
|
|
}
|
|
|
|
.ico {
|
|
margin-right: 5px;
|
|
width: 20px;
|
|
height: 20px;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.cleaner {
|
|
clear: both;
|
|
}
|