media.css 2.75 KB
@media screen and (max-width: 1600px) {
    #header_first h1 { font-size: 24px; }
}
@media screen and (max-width: 1250px) {
    #content-wrapper { overflow: visible; }
    header#top #user-mode .ui-button-text {
        padding: 10px !important;
        background: #70cbc3 !important }
    header#top #user-mode .ui-button-text:hover { background: #263238 !important; }
}
@media screen and (max-width: 1000px) {
    nav#menu h3 a { font-size: 12px !important; }
    body, p, label { font-size: 12px !important; }
    img { max-width: 100%; height: auto; }
}
@media screen and (max-width: 900px) {
    .ui-panelgrid .ui-panelgrid-cell { padding: 0; }
    #main .ui-fieldset { padding: 0 !important ;}
    header#top { height: auto !important; }
    header#top #header_first { width: 50%; height: 100px; }
    header#top #header_second { width: 45%; background: #70cbc3; height: 100px; margin-left: 0; padding-left: 5%;}
    header#top #header_third { width: 47%; height: auto; margin-left: 0 !important; padding-left: 3%;}
    header#top #header_fourth { width: 45%;  margin-left: 0 !important; float: right; }
    #content-wrapper #left-bar { width: 30% !important; }
    #content-wrapper #main { width: 65%; }
    #content-wrapper #main.span_10_of_10 { width: 100% !important; }
}
@media screen and (max-width: 760px) {
    #main table table thead td {  padding: 10px; text-align: left;}
    #main table table tr { padding: 10px 0;}
    #main table thead th { padding: 10px;}
    #main table tr, #main table  td, #main table  th{ display: block; width: 100%;}
    table tr:nth-child(odd) { background: #eee; }
    h1 { font-size: 24px; }
    h2 { font-size: 20px; }
    h3 { font-size: 16px; }
    h4 { font-size: 12px; }
    #header_first a { padding: 15px 0; }
    #header_second #event-info { padding: 15px 0; }
    .grid, #content-wrapper.grid {display: block !important;}
    .col { width: 100% !important; float: none !important; display: block;}
    #user-login { position: inherit !important;}
    #toggle-navigation { display: block !important; }
    #content-wrapper #left-bar { display: none; }
    #content-wrapper .col { display: block; }
    #content-wrapper #left-bar #moya-logo { display: none; }
    #main table thead th { font-size: 10px; word-break: break-all}
    .content-padding { padding: 10px; }
    #user-login .col.currentnick { width:70% !important; float: left !important; line-height: 50px; }
    #user-login #log-out { width: 30% !important; float: left !important; line-height: 35px; min-height: auto; }
    #user-login #log-out a { min-height: 50px; }
    #logged-in { height: auto;}
    #content-wrapper #left-bar { width: 100% !important; height: auto; }
    header#top .col { text-align: center; height: auto !important; margin-left: 0 !important; padding-left: 0 !important; }
}