various css fixes
git-svn-id: file:///var/kolibrios-org-repos@11 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
parent
f49ed43b87
commit
142300b77b
22
style.css
22
style.css
@ -94,8 +94,8 @@ strong {
|
|||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #000;
|
color: #000;
|
||||||
font-weight: bold;
|
|
||||||
padding: 10px 25px;
|
padding: 10px 25px;
|
||||||
|
font-size: 130%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
@ -321,20 +321,18 @@ iframe {
|
|||||||
|
|
||||||
/* Adaptive coding */
|
/* Adaptive coding */
|
||||||
|
|
||||||
@media (max-width:1060px) {
|
@media (max-width:864px) {
|
||||||
#article, #footer, #screen, #show, #menu {
|
#article, #footer, #screen, #show, #menu {
|
||||||
position: static;
|
position: static;
|
||||||
}
|
}
|
||||||
html {
|
html {
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
#menu > a {
|
|
||||||
margin: 2%;
|
|
||||||
}
|
|
||||||
#article {
|
#article {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
line-height: 1.45em;
|
line-height: 1.45em;
|
||||||
padding: 1% 4%;
|
padding: 1% 4%;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
#article.releases {
|
#article.releases {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
@ -357,6 +355,13 @@ iframe {
|
|||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
width: auto;
|
width: auto;
|
||||||
}
|
}
|
||||||
|
#menu > a {
|
||||||
|
margin: 2%;
|
||||||
|
}
|
||||||
|
#menu a.notrequired {
|
||||||
|
display: none !important;
|
||||||
|
visibility: collapse;
|
||||||
|
}
|
||||||
#show {
|
#show {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -372,10 +377,3 @@ iframe {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width:864px) {
|
|
||||||
#menu a.notrequired {
|
|
||||||
display: none !important;
|
|
||||||
visibility: collapse;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user