website: update screens, fix page on tablet/mobile

git-svn-id: file:///var/kolibrios-org-repos@36 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
This commit is contained in:
leency 2021-12-02 18:53:36 +00:00
parent 8b35a2a5e8
commit 8cea82d8b6
10 changed files with 10 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 269 KiB

After

Width:  |  Height:  |  Size: 467 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 257 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 446 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -241,6 +241,7 @@ td {
z-index: 10;
color: #fff;
text-shadow: 1px 1px 0 #111111;
pointer-events: none;
}
iframe {
@ -250,6 +251,15 @@ iframe {
/* Adaptive coding */
@media (max-width:1280px) {
#show {
margin-left: none;
border-radius: 0;
left: 0;
top: 55px;
}
}
@media (max-width:864px) {
#article, #footer, #screen, #show, #menu {
position: static;