39 lines
670 B
CSS
39 lines
670 B
CSS
body {
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
line-height: 1.6;
|
|
font-size: 18px;
|
|
color: #003636;
|
|
background-color: #F8F8F8;
|
|
max-width: 1280px;
|
|
margin: auto;
|
|
}
|
|
|
|
.pageheader {
|
|
max-width: 960px;
|
|
margin: auto;
|
|
}
|
|
|
|
.curvedbottom {
|
|
border-bottom-left-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
}
|
|
|
|
.tinytext10px{ font-size: 10px; }
|
|
.tinytext12px{ font-size: 12px; }
|
|
.tinytext14px{ font-size: 14px; }
|
|
.tinytext16px{ font-size: 16px; }
|
|
.tinytext18px{ font-size: 18px; }
|
|
|
|
[v-cloak] {
|
|
display: none;
|
|
}
|
|
|
|
.fade-enter-active, .fade-leave-active {
|
|
transition: opacity 0.75s;
|
|
}
|
|
|
|
.fade-enter, .fade-leave-to {
|
|
opacity: 0;
|
|
}
|