-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1480898
commit 627b24c
Showing
12 changed files
with
429 additions
and
287 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,29 +1,22 @@ | ||
* { | ||
box-sizing: border-box; | ||
text-align: center; | ||
} | ||
* {text-align: center !important;} | ||
body { | ||
background: #444; | ||
color: #FFF; | ||
font-family: "Consolas"; | ||
font-size: 1.5vw; | ||
font-size: 1.3em; | ||
font-weight: 100; | ||
} | ||
button { | ||
background: #FFF; | ||
border-radius: 0.3em; | ||
color: #000; | ||
font-size: 1.5vw; | ||
margin-top: 1em; | ||
padding: 0 0.75em; | ||
} | ||
button {margin: 2em auto;} | ||
div { | ||
margin: 15% auto 0; | ||
margin: 10% auto 0; | ||
width: 75%; | ||
} | ||
code {color: #6CF;} | ||
abbr {color: #FFA;} | ||
code { | ||
background: #474749; | ||
border-radius: 4px; | ||
padding: 0.1em 1em; | ||
} | ||
img { | ||
margin: auto; | ||
width: 5em; | ||
display: block; | ||
margin: 1em auto; | ||
width: 5em; | ||
} | ||
#error {width: 100%;} |
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
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,40 @@ | ||
* {box-sizing: border-box;} | ||
body { | ||
background: #323234; | ||
color: #FFF; | ||
} | ||
button[type="button"] { | ||
min-width: 10em; | ||
text-align: center; | ||
} | ||
button, input, textarea {filter: invert(100%) hue-rotate(180deg);} | ||
x-fill { | ||
flex-grow: 10; | ||
min-height: 1em; | ||
min-width: 1em; | ||
} | ||
.info { | ||
background: #FFC; | ||
border-radius: 4px; | ||
color: #000; | ||
cursor: help; | ||
font-weight: 700; | ||
margin-left: 1em; | ||
padding: 0.1em 0.5em; | ||
} | ||
[data-info]:hover::after, | ||
[data-info]:focus::after { | ||
background: #474749; | ||
border-radius: 8px; | ||
color: #FFF; | ||
content: attr(data-info); | ||
display: block; | ||
font-weight: 100; | ||
padding: 1em; | ||
position: absolute; | ||
text-shadow: 1px 1px black; | ||
text-align: inherit; | ||
white-space: pre-line; | ||
width: 20em; | ||
z-index: 9; | ||
} |
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 |
---|---|---|
@@ -1,42 +1,36 @@ | ||
* { | ||
box-sizing: border-box; | ||
margin: 0; | ||
* {margin: 0;} | ||
body { | ||
min-height: 40em; | ||
padding: 1em; | ||
width: 95vw; | ||
} | ||
.fb { | ||
align-items: center; | ||
display: flex; | ||
flex-flow: row wrap; | ||
} | ||
.fb > * {margin: auto inherit;} | ||
.fill { | ||
flex-grow: 10; | ||
min-height: 1em; | ||
min-width: 1em; | ||
hr {margin: 1em 0;} | ||
input[type="file"] {display: none;} | ||
input[type="radio"] {margin-left: 1em;} | ||
input[type="text"] {text-align-last: center !important;} | ||
textarea { | ||
font-weight: 100; | ||
resize: none; | ||
width: 75%; | ||
} | ||
.inlb {display: inline-block;} | ||
.flex {display: flex;} | ||
.col {flex-flow: column nowrap;} | ||
.row {flex-flow: row nowrap;} | ||
.align-center {align-items: center;} | ||
.align-top {align-items: top;} | ||
.justify-end {justify-content: end;} | ||
.justify-space-around {justify-content: space-around;} | ||
.num {width: 3.5em;} | ||
.red {color: red;} | ||
code, fieldset, textarea {border-radius: 5px;} | ||
body > * { | ||
margin: 0.5em auto; | ||
width: 90vw; | ||
#main { | ||
border-radius: 5px; | ||
padding: 1em; | ||
width: 80%; | ||
} | ||
fieldset > div {padding: 1em 1em;} | ||
fieldset > div > * {margin-top: 1em;} | ||
button { | ||
min-width: 6em; | ||
padding: 0 0.75em; | ||
text-align: center; | ||
} | ||
button.wide {min-width: 10em;} | ||
button+button, input+* {margin-left: 1em;} | ||
textarea { | ||
font-family: "Consolas"; | ||
font-weight: 100; | ||
#sidebar {width: 20%;} | ||
#sidebar button { | ||
margin: 0.2em 0; | ||
width: 100%; | ||
} | ||
input[type="file"] {display: none;} | ||
input[type="text"] {text-align-last: center !important;} | ||
#clearIgnored {align-self: flex-end;} | ||
#clearWhitelist {margin-top: 1em;} | ||
#sidebar button:disabled {border: none;} | ||
#i_days {margin: 0 1em;} | ||
#save {font-weight: 700;} |
Oops, something went wrong.