mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-21 14:17:41 +01:00
355c8ca5f0
* DMAPI Update * Fix * More changes * InitTgs * . * css * urg * fix that * some linux fixes * . * . * . * update * . * pref fixing * . * those are already sent * . * . * . * fully off * fix that * New classes & Format * make this nicer * CSS Edits * . * eh use switch * . * Update client procs.dm * Hard restart counter * Improved Staffwho style --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
55 lines
611 B
CSS
55 lines
611 B
CSS
body {
|
|
padding: 0px;
|
|
margin: 0px;
|
|
}
|
|
|
|
#top {
|
|
position: fixed;
|
|
top: 5px;
|
|
left: 10%;
|
|
width: 80%;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 2px solid #ccc;
|
|
}
|
|
|
|
#main {
|
|
position: relative;
|
|
top: 10px;
|
|
left: 3%;
|
|
width: 96%;
|
|
text-align: center;
|
|
z-index: 0;
|
|
}
|
|
|
|
#searchable {
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
text-align: center;
|
|
background-color: "#f4f4f4";
|
|
}
|
|
|
|
tr.norm {
|
|
background-color: #f4f4f4;
|
|
}
|
|
|
|
tr.title {
|
|
background-color: #ccc;
|
|
}
|
|
|
|
tr.alt {
|
|
background-color: #e7e7e7;
|
|
}
|
|
|
|
.small {
|
|
font-size: 80%;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
a:hover {
|
|
color: #d3d;
|
|
}
|