75 lines
1019 B
CSS
75 lines
1019 B
CSS
body {
|
|
font: 12pt Helvetica, sans-serif;
|
|
margin-top: 12px;
|
|
height: 100%;
|
|
background-image: url(../img/wood.jpg);
|
|
overflow: auto;
|
|
}
|
|
|
|
.container {
|
|
background-color: white;
|
|
margin: 8px;
|
|
}
|
|
|
|
.title {
|
|
font-size: 16pt;
|
|
color: black;
|
|
text-align: center;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.undertitle{
|
|
font-size: 12pt;
|
|
color: #656565;
|
|
text-align: center;
|
|
}
|
|
|
|
.normal {
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
.logo {
|
|
padding: 10px;
|
|
padding-top: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.messageOK{
|
|
color: green;
|
|
text-align: center;
|
|
}
|
|
|
|
.contentSend{
|
|
text-align: center;
|
|
margin: 10px;
|
|
}
|
|
|
|
.messageNOK{
|
|
color: red;
|
|
text-align: center;
|
|
}
|
|
|
|
.textarea{
|
|
width: 300px;
|
|
height: 80px;
|
|
font-family: Courier, monospace;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.wakeonlanForm{
|
|
padding-top: 60px;
|
|
padding-bottom: 72px;
|
|
}
|
|
|
|
.logout{
|
|
position: absolute;
|
|
right: 2.3rem;
|
|
font-family: cursive;
|
|
margin-top: -29px;
|
|
}
|
|
|
|
.logout a{
|
|
text-decoration: none;
|
|
color: grey;
|
|
} |