mirror of
https://dev.s-ul.net/Galexion/MaiMaiDXNet.git
synced 2024-11-27 22:50:48 +01:00
37 lines
456 B
CSS
37 lines
456 B
CSS
body {
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
#ACode {
|
|
width:225px;
|
|
}
|
|
|
|
#wrapper {
|
|
margin-top: -1%;
|
|
}
|
|
|
|
#loginContent {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin: 1%;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 2em;
|
|
text-transform: full-width-to-half-width;
|
|
}
|
|
h5 {
|
|
font-size: 1.3em;
|
|
}
|
|
h4 {
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
#imgHeader {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
max-width: 100%;
|
|
height: auto;
|
|
} |