various css fixes

git-svn-id: file:///var/kolibrios-org-repos@11 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2021-04-07 21:57:54 +00:00
parent f49ed43b87
commit 142300b77b

View File

@ -94,8 +94,8 @@ strong {
h3 {
color: #000;
font-weight: bold;
padding: 10px 25px;
font-size: 130%;
}
#footer {
@ -321,20 +321,18 @@ iframe {
/* Adaptive coding */
@media (max-width:1060px) {
@media (max-width:864px) {
#article, #footer, #screen, #show, #menu {
position: static;
}
html {
overflow-y: auto;
}
#menu > a {
margin: 2%;
}
#article {
margin-top: 0;
line-height: 1.45em;
padding: 1% 4%;
border-radius: 0;
}
#article.releases {
font-size: 75%;
@ -357,6 +355,13 @@ iframe {
padding: 5px 10px;
width: auto;
}
#menu > a {
margin: 2%;
}
#menu a.notrequired {
display: none !important;
visibility: collapse;
}
#show {
display: inline;
margin: 0;
@ -372,10 +377,3 @@ iframe {
padding-bottom: 0;
}
}
@media (max-width:864px) {
#menu a.notrequired {
display: none !important;
visibility: collapse;
}
}