parent
adb7294552
commit
048b455ac7
|
|
@ -150,7 +150,6 @@ h2 {
|
|||
padding : 0px;
|
||||
margin-top : 1em;
|
||||
margin-bottom : 0.14em;
|
||||
text-decoration : underline;
|
||||
}
|
||||
h3 {
|
||||
font-size : 1.3em;
|
||||
|
|
|
|||
11
css/main.css
11
css/main.css
|
|
@ -43,7 +43,7 @@ iframe {
|
|||
top : 300px;
|
||||
right : 0px;
|
||||
left : 0px;
|
||||
padding-bottom : 20px;
|
||||
padding-bottom : 0px;
|
||||
text-align : center;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
|
@ -191,8 +191,7 @@ iframe {
|
|||
|
||||
#BoxLinks a.MenuLink {
|
||||
display : inline-block;
|
||||
color : black;
|
||||
text-shadow: 0px 0px 8px white, 0px 0px 8px white, 0px 0px 8px white, 0px 0px 8px white;
|
||||
color : white;
|
||||
font-size : 22.4px;
|
||||
padding-left : 15px;
|
||||
padding-right : 15px;
|
||||
|
|
@ -208,9 +207,7 @@ iframe {
|
|||
#BoxLinks a:hover { color: #00aff0; }
|
||||
#BoxLinks a:active { color: #42A62A; }
|
||||
#BoxLinks a.MenuLink.active {
|
||||
text-decoration : underline;
|
||||
color : #000;
|
||||
text-shadow: 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a, 0px 0px 8px #bedc0a;
|
||||
color : #BEDC0A;
|
||||
cursor : default;
|
||||
background-color : transparent;
|
||||
}
|
||||
|
|
@ -256,7 +253,7 @@ iframe {
|
|||
|
||||
|
||||
#BoxBottom {
|
||||
background-color: #efebdc;
|
||||
background-color: #BEDC0A;
|
||||
margin-top: 20px;
|
||||
}
|
||||
#BoxBottom .footer__ternary-navigation {
|
||||
|
|
|
|||
Loading…
Reference in New Issue