1.463 views
.
DEEL 2 - OPMAAK KOPREGELS
/* GROTE HEADERS */
h1, h2, h3, h4, h5
{
font-size : 180%;
}
/* MIDDELGROTE HEADERS */
h6, h7, h8, h9, h10,
{
font-size : 120%;
}
/* GEWONE HEADERS */
h11, h12, h13,
{
font-size : 100%;
}
/* OPMAAK GROTE HEADERS */
h0 /* PETROL */
{
font-size : 300%;
font-family : "calibri";
font-variant : normal;
font-weight : bold;
margin-left : 131px;
margin-right : 3px auto;
color : #3E3F8A;
background : transparent;
text-align : left;
padding : 10px;
}ul /* OPMAAK VOOR DE LIJSTEN IN "VAKGEBIEDEN" */
{
color : #712E1E; /* DONKERBRUIN */
}
ul4 /* OPMAAK LIJST IN DROPDOWN MENU "WAARVAN AKTE" */
{
background-color : transparent;
list-style-type : none;
text-align : center;
margin-left : 3px;
margin-right : 3px;
padding : 3px;
width : 100%;
color : #F5F1F1; /* LICHTGRIJS */
}