
/* - ploneCustom.css - */
/* https://ice.seppyo.org/hse/portal_css/ploneCustom.css?original=1 */
@media screen {
#portal-logo {
margin: 0.5em 0em 0.5em 0em;
}
#portal-logo img {
width: auto;
height: 80px;
}
#portal-globalnav li a {
min-width: 3em !important;
padding: 0.5em 1em 0.5em 1em;
}
#portal-siteactions #siteaction-contact {
display: none;
}
#oshirase-frame {
border: #205c90 solid 1px; border-left: #205c90 solid 10px; padding: 20px; background: #fff; font-size: 100%;
}
}
@media handheld, screen and (max-device-width: 480px) {
#portal-logo {
display: inline-block;
}
#portal-globalnav li a {
min-width: 3em !important;
padding: 0.1em 0.1em 0.1em 0.1em;
}
#portal-searchbox {
display: none;
}
#portal-breadcrumbs {
font-size: 100%;
}
#portal-breadcrumbs a {
font-size: 100%;
}
#oshirase-frame {
border: #205c90 solid 1px; border-left: #205c90 solid 10px; padding: 20px; background: #fff; font-size: 100%;
}
}
