Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/491e883b-1dc5-4ca0-83bf-39faa9060c34 Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
38 lines
No EOL
633 B
CSS
38 lines
No EOL
633 B
CSS
/* FTP iFrame */
|
|
@font-face
|
|
{
|
|
font-family: Neucha;
|
|
src: url(Neucha.woff);
|
|
}
|
|
|
|
.header,.page .label {
|
|
font-size:1.4em !important;
|
|
font-family: Neucha;
|
|
}
|
|
|
|
h1 {
|
|
font-family: Neucha;
|
|
}
|
|
|
|
.header span{
|
|
font-size:1.1em !important;
|
|
}
|
|
|
|
body ,#main{
|
|
background: #DDD !important;
|
|
}
|
|
|
|
div.page > table{
|
|
background: linear-gradient(to bottom, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%) !important;
|
|
font-family: Neucha;
|
|
}
|
|
|
|
div.page > table > tbody > tr > td > center > div > div > table{
|
|
font-size:1.6em !important;
|
|
height:85px !important;
|
|
}
|
|
|
|
.browse_rows_even,
|
|
.browse_rows_odd{
|
|
background:rgb(242, 242, 245);
|
|
} |