-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from olzzon/develop
Major update of Sisyfos planned as 1.0
- Loading branch information
Showing
42 changed files
with
2,011 additions
and
398 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
.channel-settings-body { | ||
position: absolute; | ||
top: 50%; | ||
left: 50%; | ||
transform: translate(-50%, -50%); | ||
width: 400px; | ||
overflow: auto; | ||
max-height: 90vh; | ||
background-color: rgb(31, 31, 31); | ||
border-color: rgb(124, 124, 124); | ||
border-style: solid; | ||
border-width: 4px; | ||
text-align: left; | ||
z-index: 1; | ||
|
||
color: #fff; | ||
} | ||
|
||
.channel-settings-body > h2 { | ||
border-bottom: 1px solid #999; | ||
margin: 0; | ||
padding: 10px 0; | ||
line-height: 50px; | ||
text-align: center; | ||
|
||
} | ||
|
||
|
||
.channel-settings-body > h4 { | ||
margin: 0; | ||
margin-left: 40px; | ||
padding: 0px 0; | ||
line-height: 20px; | ||
text-align: left; | ||
font-size: 110%; | ||
} | ||
|
||
.channel-settings-body > .close { | ||
position: absolute; | ||
outline : none; | ||
border-color: rgb(99, 99, 99); | ||
background-color: rgb(27, 27, 27); | ||
border-radius: 100%; | ||
display: block; | ||
color: #fff; | ||
width: 50px; | ||
height: 50px; | ||
font-size: 30px; | ||
line-height: 50px; | ||
top: 9px; | ||
right: 9px; | ||
} | ||
|
||
.channel-settings-group { | ||
border-bottom: 1px solid #999; | ||
} | ||
|
||
.channel-settings-group > button { | ||
line-height: 10px; | ||
|
||
outline : none; | ||
border-color: rgb(99, 99, 99); | ||
background-color: rgb(27, 27, 27); | ||
margin-right: auto; | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
margin-left: auto; | ||
border-radius: 7px; | ||
display: block; | ||
color: #fff; | ||
width: 90%; | ||
font-size: 30px; | ||
line-height: 50px; | ||
} | ||
|
||
.channel-settings-group > button.active { | ||
border-color: rgb(17, 0, 255); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.