|
|
@ -86,8 +86,8 @@ body {
|
|
|
|
/*justify-content: center;*/
|
|
|
|
/*justify-content: center;*/
|
|
|
|
align-items: center;
|
|
|
|
align-items: center;
|
|
|
|
font-size: 24px;
|
|
|
|
font-size: 24px;
|
|
|
|
width: 40%;
|
|
|
|
width: 100%;
|
|
|
|
height: 40%;
|
|
|
|
height: 100%;
|
|
|
|
vertical-align:middle;
|
|
|
|
vertical-align:middle;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -110,7 +110,13 @@ vertical-align:middle;
|
|
|
|
.active .pagelink:after{
|
|
|
|
.active .pagelink:after{
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
background-color: #0BEFEB;
|
|
|
|
}*/
|
|
|
|
}*/
|
|
|
|
|
|
|
|
.mw-selflink{
|
|
|
|
|
|
|
|
/*width: 120%;
|
|
|
|
|
|
|
|
height: 120%;
|
|
|
|
|
|
|
|
background-color: #0BEFEB;*/
|
|
|
|
|
|
|
|
color:blue;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pagelink .pagename{
|
|
|
|
.pagelink .pagename{
|
|
|
|
display: inline-block;
|
|
|
|
display: inline-block;
|
|
|
@ -133,13 +139,14 @@ vertical-align:middle;
|
|
|
|
h1 {
|
|
|
|
h1 {
|
|
|
|
position: fixed;
|
|
|
|
position: fixed;
|
|
|
|
right:0%;
|
|
|
|
right:0%;
|
|
|
|
top:5%;
|
|
|
|
bottom: 83%;
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
background-color: rgba(11,239,235,0.7);
|
|
|
|
background-color: rgba(11,239,235,0.7);
|
|
|
|
color: #371F10;
|
|
|
|
color: #371F10;
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
padding: 3px 35px 3px 10px;
|
|
|
|
z-index: 10;
|
|
|
|
z-index: 10;
|
|
|
|
font-size: 28px;
|
|
|
|
font-size: 28px;
|
|
|
|
|
|
|
|
max-width: 93%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
a, a:visited{
|
|
|
|
a, a:visited{
|
|
|
|