mirror of
https://github.com/ZDoom/zdoom-styles.git
synced 2024-11-26 21:30:48 +00:00
Revert previous commit, not touching v2.
Update online/offline styling Added "after" selector to online/offline postprofile classes, along with content text and colored border (underline). Update
This commit is contained in:
parent
3dff681e8a
commit
7a14bdbf4e
2 changed files with 8 additions and 6 deletions
|
@ -671,7 +671,7 @@ fieldset.polls dd div {
|
||||||
}
|
}
|
||||||
|
|
||||||
.offline .postprofile {
|
.offline .postprofile {
|
||||||
border-left: solid 3px #363d42;
|
border-left 3x #363d42;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
@ -666,12 +666,14 @@ fieldset.polls dd div {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.online .postprofile {
|
.online .postprofile::after {
|
||||||
border-left: solid 3px #0082c8;
|
border-bottom: solid 2px #0082c8;
|
||||||
|
content: "Online";
|
||||||
}
|
}
|
||||||
|
|
||||||
.offline .postprofile {
|
.offline .postprofile::after {
|
||||||
border-left: solid 3px #363d42;
|
border-bottom: solid 2px #363d42;
|
||||||
|
content: "Offline";
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue