Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
28 lines
No EOL
581 B
CSS
28 lines
No EOL
581 B
CSS
#content a:link, #content a:visited {
|
|
background-color:#373737;
|
|
border:1px solid #373737;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
padding-left:10px;
|
|
padding-right:10px;
|
|
color:#fff;
|
|
cursor:pointer;
|
|
-moz-border-radius:3px;
|
|
border-radius:3px;
|
|
text-transform:uppercase;
|
|
}
|
|
a:link, a:visited {
|
|
color:#fff;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.main-content {
|
|
border-radius:3px;
|
|
background-color:#505050;
|
|
border:1px solid #484848;
|
|
-moz-border-radius:3px;
|
|
overflow:auto;
|
|
padding-right:1%;
|
|
padding-bottom:1%;
|
|
padding-left:1%;
|
|
} |