summaryrefslogtreecommitdiff
path: root/land-and-freedom.css
diff options
context:
space:
mode:
Diffstat (limited to 'land-and-freedom.css')
-rw-r--r--land-and-freedom.css85
1 files changed, 68 insertions, 17 deletions
diff --git a/land-and-freedom.css b/land-and-freedom.css
index 196eddb..5fff93b 100644
--- a/land-and-freedom.css
+++ b/land-and-freedom.css
@@ -35,6 +35,7 @@ main {
grid-row: 1;
display: flex;
flex-direction: column;
+ background: floralwhite;
}
#roles {
@@ -43,22 +44,22 @@ main {
}
#role_Anarchist {
- background-color: rgb(76, 70, 89);
+ background-color: rgb(93, 89, 106);
}
#role_Communist {
- background-color: rgb(255, 0, 0);
+ background-color: rgb(237, 36, 27);
}
#role_Moderate {
- background-color: rgb(126, 18, 80);
+ background-color: rgb(134, 44, 97);
}
.role {
- color: white;
+ color: floralwhite;
}
.role a {
- color: white;
+ color: floralwhite;
}
.panel {
@@ -80,7 +81,7 @@ main {
}
.panel_header {
- color: white;
+ color: floralwhite;
user-select: none;
font-weight: bold;
text-align: center;
@@ -93,15 +94,15 @@ main {
}
.panel_header[data-faction-id=a] {
- background-color: rgb(76, 70, 89);
+ background-color: rgb(93, 89, 106);
}
.panel_header[data-faction-id=c] {
- background-color: rgb(255, 0, 0);
+ background-color: rgb(237, 36, 27);
}
.panel_header[data-faction-id=m] {
- background-color: rgb(126, 18, 80);
+ background-color: rgb(134, 44, 97);
}
.front {
@@ -116,18 +117,30 @@ main {
border-radius: 20px;
}
+.contributions {
+ display: flex;
+ flex-direction: row;
+ gap: 2px;
+ margin-top: 15px;
+ height: 25px;
+}
+
.front .value {
font-weight: bold;
font-size: 30px;
margin-top: auto;
}
-.front[data-front-id=m] {
+#madrid_front {
width: 104px;
height: 114px;
border-radius: 23px;
}
+#madrid_front .contributions {
+ padding: 0px 2px;
+}
+
.card {
background-size: 100% 100%;
width: 198px;
@@ -585,26 +598,35 @@ main {
margin-top: 1px;
}
-.glory {
+.faction_token {
box-sizing: border-box;
+ background-size: 100% 100%;
+}
+
+#glory .faction_token {
position: absolute;
width: 34px;
height: 34px;
- background-size: 100% 100%;
border-radius: 4px;
}
-.glory[data-faction-id=a] {
+.contributions .faction_token {
+ width: 25px;
+ height: 25px;
+ border-radius: 4px;
+}
+
+.faction_token[data-faction-id=a] {
border: 1px #333 solid;
background-image: url("images/factions/anarchists.png");
}
-.glory[data-faction-id=c] {
+.faction_token[data-faction-id=c] {
border: 1px #333 solid;
background-image: url("images/factions/communitsts.png");
}
-.glory[data-faction-id=m] {
+.faction_token[data-faction-id=m] {
border: 1px #333 solid;
background-image: url("images/factions/moderates.png");
}
@@ -745,9 +767,38 @@ main {
}
#log .h1 {
- background-color: hsl(4, 40%, 73%);
+ background-color: rgb(233, 223, 200);
}
#log .h2 {
- background-color: hsl(250, 40%, 83%);
+ background-color: rgb(233, 223, 200);
+}
+
+#log .h2.anarchist {
+ background-color: rgb(93, 89, 106);
+ color: floralwhite;
+}
+
+#log .h2.communist {
+ background-color: rgb(237, 36, 27);
+ color: floralwhite;
+}
+
+#log .h2.moderate {
+ background-color: rgb(134, 44, 97);
+ color: floralwhite;
+}
+
+#log .h2.fascist {
+ background-color: rgb(183, 144, 105);
+}
+
+#log div.i {
+ padding-left: 32px;
+ text-indent: -12px;
+}
+
+#log div.ii {
+ padding-left: 44px;
+ text-indent: -12px;
}