Skip to content

Commit

Permalink
Merge pull request #88 from scpwiki/aggregate-update
Browse files Browse the repository at this point in the history
cleanup properties and fix some minor stuff
  • Loading branch information
emmiegit authored Oct 16, 2023
2 parents b9fc2a1 + 9161930 commit 641fd32
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions sigma.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ body {
input,
textarea {
font-family: inherit;
font-feature-settings: inherit;
}

#interwiki body {
Expand Down Expand Up @@ -590,7 +591,6 @@ sup {

#top-bar .open-menu a:hover {
text-decoration: none;
-webkit-box-shadow: 0 0 20px 3px rgba(153, 153, 153, 1);
box-shadow: 0 0 20px 3px rgba(153, 153, 153, 1);
}

Expand All @@ -605,8 +605,6 @@ sup {
overflow-y: auto;
z-index: 10;
padding: 1rem 1rem 0;
-webkit-transition: left 0.5s ease-in-out 0.1s;
-o-transition: left 0.5s ease-in-out 0.1s;
transition: left 0.5s ease-in-out 0.1s;
}

Expand Down Expand Up @@ -732,7 +730,6 @@ div.sexy-box div.image-container img {
border-radius: 10px;
background-color: #999990;
margin: 10px 0 15px;
box-shadow: 3px 3px 6px #bbb;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5),
inset 0 1px rgba(255, 255, 255, 0.3),
inset 0 10px rgba(255, 255, 255, 0.2),
Expand Down Expand Up @@ -953,8 +950,6 @@ div.page-rate-widget-box .rate-points {
font-weight: bold;
opacity: 0.5;
color: inherit;
-webkit-transition: opacity 0.5s ease-in-out;
-moz-transition: opacity 0.5s ease-in-out;
transition: opacity 0.5s ease-in-out;
}

Expand Down Expand Up @@ -1022,8 +1017,6 @@ rt {
border: 1px solid;
border-color: #ddd #bbb #bbb #ddd;
border-bottom-width: 2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background-color: #f9f9f9;
padding: 1px 3px;
Expand All @@ -1043,11 +1036,7 @@ rt {
background: #666;
color: #fff;
text-decoration: none;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}

Expand All @@ -1073,12 +1062,8 @@ rt {
float: left;
width: 4px;
height: 4px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #fff;
-moz-box-shadow: -1px -1px 2px #004977;
-webkit-box-shadow: -1px -1px 2px #333;
box-shadow: -1px -1px 2px #333;
}

Expand Down Expand Up @@ -1199,8 +1184,6 @@ table {
max-width: 90%;
margin: 0 5%;
padding: 0;
-webkit-transition: 0.5s ease-in-out 0.1s;
-o-transition: 0.5s ease-in-out 0.1s;
transition: 0.5s ease-in-out 0.1s;
}

Expand Down

0 comments on commit 641fd32

Please sign in to comment.