Created
August 31, 2017 16:56
-
-
Save liberborn/d41036438ffda3adf5d741df78668049 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Zbruc.eu style improvements (2017-09-01) | |
| * | |
| */ | |
| *, .views-field-title .views-field-title, .views-field-field-avtor-haliciana *, .views-field-field-author *, .views-field-field-author { | |
| font-family: sans-serif; | |
| line-height: 1.6em; | |
| } | |
| /** | |
| * Notebook, tablet view | |
| * | |
| */ | |
| @media (max-width: 1230px) { | |
| body { | |
| min-width: auto; | |
| } | |
| #page, #main, #site-header { | |
| width: 900px; | |
| overflow: hidden; | |
| } | |
| #logo { | |
| float: left; | |
| } | |
| #main-menu { | |
| display: block; | |
| float: right; | |
| margin-top: 15px; | |
| width: 600px; | |
| overflow: hidden; | |
| height: 22px; | |
| } | |
| #search-box { | |
| display: none; | |
| } | |
| #sidebar_left { | |
| display: none; | |
| } | |
| #main_content, #content { | |
| width: 640px; | |
| } | |
| .container-12 .prefix-1 { | |
| padding-left: 0; | |
| } | |
| #sidebar_right { | |
| width: 240px | |
| } | |
| } | |
| /** | |
| * Mobile view | |
| * | |
| */ | |
| @media (max-width: 920px) { | |
| #page, #main, #site-header { | |
| width: 375px; | |
| } | |
| #main-menu { | |
| margin-top: 15px; | |
| width: 375px; | |
| } | |
| #sidebar_left { | |
| display: none; | |
| } | |
| #search-box { | |
| display: none; | |
| } | |
| #main_content { | |
| float: none; | |
| } | |
| #sidebar_right { | |
| border-top: 5px solid #7181B3; | |
| display: block; | |
| margin-top: 30px; | |
| padding-top: 20px; | |
| width: 375px; | |
| } | |
| #main_content, #content { | |
| margin: 0; | |
| padding: 5px 0; | |
| width: 375px; | |
| } | |
| .container-12 .grid-6, .field-name-body { | |
| width: 375px; | |
| } | |
| .fb_iframe_widget span, .fb_iframe_widget iframe { | |
| width: 375px !important; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment