Skip to content

Commit

Permalink
Various CSS updates.
Browse files Browse the repository at this point in the history
Most of the UI is now unselectable.
The account selecton styles now conform with the auth account styles.
  • Loading branch information
dscalzi committed Jun 12, 2018
1 parent b61a9a2 commit 7cf0e1f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions app/app.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
transition: background-image 1s ease;
background-image: url('data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD//gA+Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2ODApLCBkZWZhdWx0IHF1YWxpdHkK/9sAQwAIBgYHBgUIBwcHCQkICgwUDQwLCwwZEhMPFB0aHx4dGhwcICQuJyAiLCMcHCg3KSwwMTQ0NB8nOT04MjwuMzQy/9sAQwEJCQkMCwwYDQ0YMiEcITIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIyMjIy/8AAEQgAPwBwAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A8VooopDCiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKACiiigAooooAKKKKAP/9k=');
background-size: cover;
-webkit-user-select: none;
}
#main {
display: none;
Expand Down
14 changes: 9 additions & 5 deletions app/assets/css/launcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -1245,6 +1245,7 @@ input:checked + .toggleSwitchSlider:before {
}
.settingsAuthAccountDetailValue {
font-size: 14px;
-webkit-user-select: initial;
}

/* Account actions container. */
Expand Down Expand Up @@ -1520,6 +1521,7 @@ input:checked + .toggleSwitchSlider:before {
height: 82vh;
width: 82vw;
display: flex;
-webkit-user-select: initial;
}

/* News article status container (left). */
Expand All @@ -1543,8 +1545,6 @@ input:checked + .toggleSwitchSlider:before {
font-size: 20px;
font-weight: bold;
font-family: 'Avenir Medium';
}
#newsArticleTitle {
color: white;
text-decoration: none;
transition: 0.25s ease;
Expand Down Expand Up @@ -1659,6 +1659,7 @@ input:checked + .toggleSwitchSlider:before {
justify-content: center;
align-items: center;
margin-bottom: 10px;
-webkit-user-select: none;
}

/* Navigation status span. */
Expand Down Expand Up @@ -1920,6 +1921,7 @@ input:checked + .toggleSwitchSlider:before {
position: absolute;
right: 95px;
text-align: right;
-webkit-user-select: initial;
}

/* Social media icon content container. */
Expand Down Expand Up @@ -2459,12 +2461,14 @@ input:checked + .toggleSwitchSlider:before {
font-size: 20px;
font-weight: bold;
letter-spacing: 1px;
-webkit-user-select: initial;
}

/* Overlay description styles. */
#overlayDesc {
font-size: 12px;
font-weight: bold;
-webkit-user-select: initial;
}

/* Div which contains action buttons. */
Expand Down Expand Up @@ -2596,8 +2600,8 @@ input:checked + .toggleSwitchSlider:before {

.accountListing {
color: white;
border: 1px solid rgba(170, 170, 170, 0.5);
border-radius: 4px;
border: 1px solid rgba(126, 126, 126, 0.57);
border-radius: 3px;
padding: 5px 45px;
width: 250px;
display: flex;
Expand All @@ -2607,7 +2611,7 @@ input:checked + .toggleSwitchSlider:before {
transition: 0.25s ease;
cursor: pointer;
position: relative;
background: rgba(255, 255, 255, 0.25);
background: rgba(0, 0, 0, 0.25);
}
.accountListing[selected] {
cursor: default;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "westeroscraftlauncher",
"version": "0.0.1-alpha.10",
"version": "0.0.1-alpha.11",
"description": "Custom modded launcher for Westeroscraft",
"productName": "WesterosCraft Launcher",
"main": "index.js",
Expand Down

0 comments on commit 7cf0e1f

Please sign in to comment.