META-INF.resources.public.login.css Maven / Gradle / Ivy
The newest version!
* {
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-stretch: condensed;
}
:root {
font-size: 13px;
}
html {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
body {
width: auto;
height: auto;
padding: 1rem;
display: flex;
align-items: stretch;
border: 5px solid mediumseagreen;
border-radius: 5px;
}
body > * {
padding: 10px;
}
#header {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
font-size: 28px;
font-weight: bold;
}
#ad {
flex-grow: 1;
}
#adBody {
display: flex;
flex-direction: column;
justify-content: space-between;
}
#auth {
}
#auth a {
padding: 4px;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy