|
|
|
@ -9,17 +9,10 @@ h1 {
|
|
|
|
|
margin-top: 1%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pagetitle {
|
|
|
|
|
position: fixed;
|
|
|
|
|
right:0%;
|
|
|
|
|
top:5%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
h2 {
|
|
|
|
|
font-size: 17px;
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
|
z-index: 10;
|
|
|
|
|
color: black;
|
|
|
|
|
font-size: 28px;
|
|
|
|
|
opacity: 0.7;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#body{ width: max-content;}
|
|
|
|
@ -37,7 +30,8 @@ display: inline-block;
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
display: flex;
|
|
|
|
|
margin-right: 5vw;
|
|
|
|
|
margin-right: 10vw;
|
|
|
|
|
margin-left: 5vw;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.indexlink {
|
|
|
|
@ -68,15 +62,12 @@ display: inline-block;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pubpageinfo {
|
|
|
|
|
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
.eventfirstpages {
|
|
|
|
|
padding-bottom: 5vh;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pubpageinfo:hover {
|
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
|
padding: 10px;
|
|
|
|
|
.pubpageinfo {
|
|
|
|
|
font-size: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbborder {
|
|
|
|
@ -91,3 +82,4 @@ display: inline-block;
|
|
|
|
|
transition:0.5s;
|
|
|
|
|
height: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|