-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into update/change-data
- Loading branch information
Showing
57 changed files
with
506 additions
and
64 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
/* Browser Code theme by Axorax - github.com/axorax */ | ||
|
||
* { | ||
margin: 0; | ||
padding: 0; | ||
} | ||
|
||
a { | ||
text-decoration: none; | ||
color: #fff; | ||
} | ||
|
||
html { | ||
font-family: monospace; | ||
background: #121212; | ||
color: #FFF; | ||
font-size: 13px !important; | ||
font-weight: 400; | ||
} | ||
|
||
body { | ||
margin: 1em 1em; | ||
max-width: calc(100% - 2rem); | ||
} | ||
|
||
h1 { | ||
font-size: 14px; | ||
margin-bottom: 12px; | ||
} | ||
|
||
body p { | ||
margin-bottom: 12px; | ||
} | ||
|
||
img { | ||
width: 45px; | ||
aspect-ratio: 1/1; | ||
margin-bottom: 12px; | ||
} |
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,57 @@ | ||
/* Vex Blue theme by Axorax - github.com/axorax */ | ||
|
||
* { | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
} | ||
|
||
body { | ||
font-family: Arial, Helvetica, sans-serif; | ||
min-height: 100vh; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
background: #7070ff; | ||
} | ||
|
||
article, footer { | ||
max-width: calc(100% - 2rem); | ||
width: 60rem; | ||
background: #5252ff; | ||
color: #fff; | ||
outline: 1px solid #9797ff; | ||
padding: 1.5rem; | ||
} | ||
|
||
p { | ||
font-size: 16px; | ||
} | ||
|
||
footer { | ||
text-align: center; | ||
} | ||
|
||
a { | ||
color: #fff; | ||
text-decoration: underline; | ||
} | ||
|
||
p:nth-child(3n) { | ||
margin-bottom: 2.5rem !important; | ||
} | ||
|
||
p:not(:first-child) { | ||
margin-bottom: 1rem; | ||
} | ||
|
||
h1 { | ||
font-size: 1.6rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
#gravatar { | ||
float: right; | ||
outline: 1px solid #9797ff; | ||
} |
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,57 @@ | ||
/* Vex Red theme by Axorax - github.com/axorax */ | ||
|
||
* { | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
} | ||
|
||
body { | ||
font-family: Arial, Helvetica, sans-serif; | ||
min-height: 100vh; | ||
display: flex; | ||
flex-direction: column; | ||
justify-content: center; | ||
align-items: center; | ||
background: #ff4f4f; | ||
} | ||
|
||
article, footer { | ||
max-width: calc(100% - 2rem); | ||
width: 60rem; | ||
background: #fe3d3d; | ||
color: #fff; | ||
outline: 1px solid #ff9292; | ||
padding: 1.5rem; | ||
} | ||
|
||
p { | ||
font-size: 16px; | ||
} | ||
|
||
footer { | ||
text-align: center; | ||
} | ||
|
||
a { | ||
color: #fff; | ||
text-decoration: underline; | ||
} | ||
|
||
p:nth-child(3n) { | ||
margin-bottom: 2.5rem !important; | ||
} | ||
|
||
p:not(:first-child) { | ||
margin-bottom: 1rem; | ||
} | ||
|
||
h1 { | ||
font-size: 1.6rem; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
#gravatar { | ||
float: right; | ||
outline: 1px solid #ff9292; | ||
} |
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,9 @@ | ||
{ | ||
"copyright": "NZFLS Class2 of 2022", | ||
"url": "https://mit.nzcae.eu.org", | ||
"email": "[email protected]", | ||
"format": "html", | ||
"license": "mit", | ||
"theme": "material", | ||
"gravatar": true | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"copyright": "Austin Pray", | ||
"url": "http://austinpray.com.com", | ||
"url": "http://austinpray.com", | ||
"email": "[email protected]", | ||
"format": "txt" | ||
} |
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,9 @@ | ||
{ | ||
"copyright": "Raja Ahmed", | ||
"url": "https://ahmedrajaspeaks.com", | ||
"email": "[email protected]", | ||
"format": "html", | ||
"license": "mit", | ||
"theme": "default", | ||
"gravatar": true | ||
} |
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,6 @@ | ||
{ | ||
"copyright": "Alejandro Mora", | ||
"url": "https://alejandro.md", | ||
"email": "[email protected]", | ||
"format": "txt" | ||
} |
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,6 @@ | ||
{ | ||
"copyright": "Anoduck", | ||
"url": "https://anoduck.github.io", | ||
"email": "[email protected]", | ||
"theme": "hacker" | ||
} |
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,6 @@ | ||
{ | ||
"copyright": "AxDSan", | ||
"url": "https://www.github.com/AxDSan", | ||
"theme": "double-windsor", | ||
"gravatar": true | ||
} |
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 |
---|---|---|
|
@@ -3,6 +3,6 @@ | |
"format": "html", | ||
"license": "mit", | ||
"theme": "default-dark", | ||
"gravatar": false, | ||
"email": "[email protected]" | ||
"gravatar": true, | ||
"email": "[email protected]" | ||
} |
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,8 @@ | ||
{ | ||
"copyright": "Bradley Jones", | ||
"url": "https://github.com/brdjns", | ||
"format": "text", | ||
"license": "mit", | ||
"theme": "default", | ||
"gravatar": false | ||
} |
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,9 @@ | ||
{ | ||
"copyright": "Chris Hallberg", | ||
"url": "https://crhallberg.com", | ||
"email": "[email protected]", | ||
"format": "text", | ||
"license": "mit", | ||
"theme": "default", | ||
"gravatar": false | ||
} |
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,9 @@ | ||
{ | ||
"copyright": "DanCodes", | ||
"url": "https://dancodes.online", | ||
"email": "[email protected]", | ||
"format": "html", | ||
"license": "mit", | ||
"theme": "default", | ||
"gravatar": false | ||
} |
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,8 @@ | ||
{ | ||
"copyright": "Datsun Drift", | ||
"email": "[email protected]", | ||
"format": "text", | ||
"license": "mit", | ||
"theme": "default", | ||
"gravatar": false | ||
} |
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,3 +1,5 @@ | ||
{ | ||
"copyright": "Danyil Bohdan" | ||
"copyright": "D. Bohdan", | ||
"url": "https://dbohdan.com", | ||
"theme": "plaintext" | ||
} |
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,9 @@ | ||
{ | ||
"copyright": "Metin Şimşek (devsimsek)", | ||
"url": "https://smsk.me", | ||
"email": "[email protected]", | ||
"format": "html", | ||
"license": "mit", | ||
"theme": "unity", | ||
"gravatar": true | ||
} |
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,9 +1,9 @@ | ||
{ | ||
"copyright": "dromzeh", | ||
"url": "https://dromzeh.dev", | ||
"email": "[email protected]", | ||
"email": "[email protected]", | ||
"format": "html", | ||
"license": "mit", | ||
"theme": "8bits-monochrome", | ||
"theme": "ubuntu-mono", | ||
"gravatar": false | ||
} |
Oops, something went wrong.