Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Corrected styling of hallway wall to increase readibility (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
mklaehn authored Oct 5, 2023
1 parent 57950f7 commit 715ca5b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 43 deletions.
43 changes: 10 additions & 33 deletions hallway/src/main/resources/tweetwall.css
Original file line number Diff line number Diff line change
Expand Up @@ -164,42 +164,42 @@
.scheduleSession .room {
-fx-text-fill: blanchedalmond;
-fx-font-weight: bold;
-fx-font-size: 14pt;
-fx-font-size: 15pt;
}

.scheduleSession .times {
-fx-text-fill: blanchedalmond;
-fx-font-weight: normal;
-fx-font-size: 10pt;
-fx-font-size: 11pt;
}

.votedTalk .ratingAverageScore {
-fx-text-fill: blanchedalmond;
-fx-font-weight: bold;
-fx-font-size: 14pt;
-fx-font-size: 15pt;
}

.votedTalk .ratingTotalVotes {
-fx-text-fill: blanchedalmond;
-fx-font-weight: normal;
-fx-font-size: 10pt;
-fx-font-size: 11pt;
}

.scheduleSession > .sessionBottomPane > .centerFlow .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 13pt;
-fx-font-size: 15pt;
-fx-font-weight: bold;
}

.votedTalk .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 13pt;
-fx-font-size: 15pt;
-fx-font-weight: bold;
}

.scheduleSession .emojiFlow {
-fx-fill: blanchedalmond;
-fx-font-size: 13pt;
-fx-font-size: 15pt;
-fx-font-weight: bold;
}

Expand All @@ -218,23 +218,18 @@

.votedTalk > .sessionTopPane > .speakerNames > .speakerName {
-fx-text-fill: blanchedalmond;
-fx-font-size: 11pt;
}

.scheduleSession > .sessionTopPane > .speakerNames > .companyName {
-fx-text-fill: blanchedalmond;
-fx-font-size: 8pt;
-fx-font-size: 12pt;
}

.scheduleSession .favoriteGlyph {
-glyph-name: "HEART";
-glyph-size: 10pt;
-glyph-size: 11pt;
-fx-fill: blanchedalmond;
}

.scheduleSession .favoriteCount {
-fx-text-fill: blanchedalmond;
-fx-font-size: 10pt;
-fx-font-size: 11pt;
}

.schedule > .title {
Expand All @@ -256,21 +251,3 @@
.scheduleSession .sessionBottomPane .centerFlow {
-fx-spacing: 3pt;
}

.scheduleSession .sessionBottomPane .centerFlow .tagPane .tags {
-fx-hgap: 8pt;
-fx-vgap: 4pt;
-fx-padding: 0 0 0 4;
}

.scheduleSession .sessionBottomPane .centerFlow .tagPane .tags .tagLabel {
-fx-font-size: 9pt;
-fx-text-fill: blanchedalmond;
/* -fx-text-fill: #e55630; */
/* -fx-background-color: black; */
-fx-border-color: blanchedalmond;
-fx-border-radius: 5 0 5 0;
-fw-border-with: 2pt;
-fx-background-radius: 5 5 5 5;
-fx-border-insets: -1 -4 -1 -4;
}
20 changes: 10 additions & 10 deletions hallway/src/main/resources/tweetwallConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule",
"config": {
"layoutX": 103,
"layoutY": 100,
"width": 1200,
"sessionHeight": 168,
"layoutY": 200,
"width": 800,
"sessionHeight": 150,
"showAvatar": true,
"avatarArcSize": 16,
"avatarSize": 64,
"avatarSize": 50,
"avatarSpacing": 4,
"showFavourite": true,
"stepDuration": 500
Expand All @@ -47,7 +47,7 @@
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated",
"config": {
"layoutX": 103,
"layoutY": 100,
"layoutY": 200,
"width": 800,
"talkHeight": 125,
"talkVGap": 5,
Expand All @@ -74,12 +74,12 @@
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowSchedule",
"config": {
"layoutX": 103,
"layoutY": 100,
"width": 1200,
"sessionHeight": 168,
"layoutY": 200,
"width": 800,
"sessionHeight": 150,
"showAvatar": true,
"avatarArcSize": 16,
"avatarSize": 64,
"avatarSize": 50,
"avatarSpacing": 4,
"showFavourite": true,
"stepDuration": 500
Expand All @@ -102,7 +102,7 @@
"stepClassName": "org.tweetwallfx.conference.stepengine.steps.ShowTopRated",
"config": {
"layoutX": 103,
"layoutY": 100,
"layoutY": 200,
"width": 800,
"talkHeight": 125,
"talkVGap": 5,
Expand Down

0 comments on commit 715ca5b

Please sign in to comment.