website: update screens, fix page on tablet/mobile
git-svn-id: file:///var/kolibrios-org-repos@36 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30
Before Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 7.2 KiB |
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 60 KiB |
Before Width: | Height: | Size: 269 KiB After Width: | Height: | Size: 467 KiB |
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 257 KiB |
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 198 KiB |
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 446 KiB |
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 73 KiB |
10
style.css
@ -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;
|
||||
|