Skip to content

Commit

Permalink
Beta 0.1.0
Browse files Browse the repository at this point in the history
Updates several files.
  • Loading branch information
AikoMidori committed Oct 14, 2020
1 parent 852fa20 commit c7fe9bc
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 75 deletions.
8 changes: 4 additions & 4 deletions build.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "store/featured";
@use "user/profile";
@use "user/activity";
@use "community/groups";
@use 'store/featured';
@use 'user/activity';
@use 'user/profile';
@use 'community/groups';
154 changes: 84 additions & 70 deletions css/webkit.css

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

2 changes: 1 addition & 1 deletion css/webkit.css.map

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

10 changes: 10 additions & 0 deletions store/featured.scss
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,16 @@ a#store_search_link img {
display: none !important;
}

.game_page_background.game {
/* Hides game page background */
background: none !important;
}

.game_background_glow {
/* Hides game page background glow */
background: none !important;
}

/* Store Featured and Recommended */
.store_main_capsule, .store_main_capsule:hover {
background-image: none !important;
Expand Down
36 changes: 36 additions & 0 deletions user/activity.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@
border-radius: 10px !important;
}

.blotter_daily_rollup {
background-color: var(--trans) !important;
}

/* Thread group header background */
.blotter_group_announcement_header_ogg {
background: var(--trans) !important;
}

/* Thread background */
.blotter_block {
background: var(--bgcolor) !important;
Expand Down Expand Up @@ -67,3 +76,30 @@
background: var(--bgcolor) !important;
border-radius: 10px !important;
}

/* New topic background */
.forum_newtopic_header {
background: var(--trans) !important;
}

/* New topic commentbox background */
.forum_newtopic_box {
background: var(--trans) !important;
}

/* Forum topics textbox entry background */
input.gray_bevel, textarea.gray_bevel, .gray_bevel, .commentthread_comment_edit_textarea_ctn {
border-radius: 10px !important;
}

/* Forum topics reply text background */
.forum_paging {
background: var(--trans) !important;
}

/* Forum topics comments background */
.forumtopic_comments .commentthread_comment {
margin-left: 10px !important;
border-radius: 10px !important;
background-color: #1e1e1f !important;
}

0 comments on commit c7fe9bc

Please sign in to comment.