mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Centered background on pAI GUIs
This commit is contained in:
@@ -35,8 +35,9 @@
|
|||||||
color:white;
|
color:white;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
background-image:url('uiBackground.png');
|
background-image:url('uiBackground.png');
|
||||||
background-repeat:no-repeat;
|
background-repeat:x-repeat;
|
||||||
background-color:#272727;
|
background-color:#272727;
|
||||||
|
background-position:center top;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
|
|||||||
@@ -116,8 +116,9 @@ var/datum/paiController/paiController // Global handler for pAI candidates
|
|||||||
color:white;
|
color:white;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
background-image:url('uiBackground.png');
|
background-image:url('uiBackground.png');
|
||||||
background-repeat:no-repeat;
|
background-repeat:x-repeat;
|
||||||
background-color:#272727;
|
background-color:#272727;
|
||||||
|
background-position:center top;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
border-collapse:collapse;
|
border-collapse:collapse;
|
||||||
@@ -245,8 +246,9 @@ var/datum/paiController/paiController // Global handler for pAI candidates
|
|||||||
color:white;
|
color:white;
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
background-image:url('uiBackground.png');
|
background-image:url('uiBackground.png');
|
||||||
background-repeat:no-repeat;
|
background-repeat:x-repeat;
|
||||||
background-color:#272727;
|
background-color:#272727;
|
||||||
|
background-position:center top;
|
||||||
}
|
}
|
||||||
table {
|
table {
|
||||||
font-size:13px;
|
font-size:13px;
|
||||||
|
|||||||
Reference in New Issue
Block a user