hajime/public/assets/css/authpage.css
2023-08-12 00:16:32 +02:00

53 lines
923 B
CSS

@charset "utf-8";
@import url('global.css');
html {
width: 100%;
height: 100%;
}
body {
margin: 0px;
padding: 0px;
font: 12px/20px Verdana, sans-serif;
background: linear-gradient(180deg, #C2AFFE, #FBEEFF) no-repeat scroll left top #FBEEFF;
background-size: cover;
color: #000000;
height: 100%;
position: relative;
width: 100%;
text-align: center;
}
h1, h2, h3, h4, h5, h6 {
font: 2em/1.2em "Segoe UI", sans-serif;
font-weight: 100;
margin: 5px 0px;
}
h1 {
background: linear-gradient(180deg, #C2AFFE, #B19EED) no-repeat scroll left top / cover #C2AFFE;
margin: 20px 30px;
border-radius: 5px;
text-align: center;
box-shadow: 0px 0px .5em #000;
display: inline-block;
vertical-align: top;
padding: 15px;
}
a {
color: #22E !important;
text-decoration: none;
}
a:hover {
color: #22E !important;
text-decoration: underline;
}
a:active {
color: #E22 !important;
text-decoration: underline;
}