File size: 1,583 Bytes
df0a890 f6f899e df0a890 da8d600 df0a890 da8d600 df0a890 da8d600 df0a890 da8d600 df0a890 f6f899e df0a890 da8d600 f6f899e df0a890 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
div {
/* background-image: url("https://www.nntb.no/~dreibh/graphics/backgrounds/background-essen.png"); */
}
/* ###### General Settings ############################################## */
html, body {
/* height: 100%; */
padding: 0;
margin: 0;
font-family: sans-serif;
font-size: small;
background-color: #E3E3E3; /* Simula background colour: #E3E3E3 */
background-image: url("https://www.nntb.no/~dreibh/graphics/backgrounds/background-wiehl.png");
}
/* ###### Header ######################################################## */
div.program-header {
background-image: none;
background-color: #F15D22; /* Simula header colour: #F15D22 */
height: 7.5vh;
display: flex;
justify-content: space-between;
}
div.program-logo-left {
width: 12.5vw;
float: left;
display: flex;
padding: 0% 1%;
align-items: center;
background: white;
}
div.program-logo-right {
width: 12.5vw;
float: right;
display: flex;
padding: 0% 1%;
align-items: center;
background: white;
}
div.program-title {
display: flex;
align-items: center;
padding: 0% 1%;
background-image: none;
background-color: #F15D22; /* Simula header colour: #F15D22 */
font-family: "Open Sans", sans-serif;
font-size: 4vh;
font-weight: bold;
}
img.program-logo-image {
min-height: 4vh;
max-height: 4vh;
}
|