Added styling to regions (thereby also changing the configuration a bit, editing HTML in configuration is not possible anymore)
This commit is contained in:
parent
0fb56c95bb
commit
369317ea45
6 changed files with 206 additions and 141 deletions
39
web/css/regions.css
Normal file
39
web/css/regions.css
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
.regioninfo > * {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.regioninfo > *:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.regioninfo .regionname {
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.regioninfo .owners {
|
||||
margin-left: 20px;
|
||||
}
|
||||
|
||||
.regioninfo .regionflags .regionflag {
|
||||
display: block;
|
||||
font-size: 90%;
|
||||
color: gray;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.regioninfo .owners:before {
|
||||
content: "Owners: ";
|
||||
}
|
||||
|
||||
.regioninfo .members:before {
|
||||
content: "Members: ";
|
||||
}
|
||||
|
||||
.regioninfo .regionflags:before {
|
||||
content: "Flags: ";
|
||||
}
|
||||
|
||||
.regioninfo .regionpriority:before {
|
||||
content: "Priority: ";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue