-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add official document theme with roboto variant #1624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 13 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
401c38d
Added Dark Mineral Theme
Axorax d0b6b48
Merge branch 'remy:master' into master
Axorax f949b17
Add 20 Themes
Axorax 7d42aa0
Inserted space before important
Axorax e159fa1
Merge branch 'remy:master' into master
Axorax c94f1a1
Update axorax.json
Axorax bb9b808
Merge branch 'remy:master' into master
Axorax 970bb22
Added mineral, terminal, spicy theme variants and added zebra, unity,…
Axorax a02fc67
Merge branch 'remy:master' into master
Axorax 724d5bd
Update axorax.json
Axorax ca4912a
Merge branch 'remy:master' into master
Axorax 0393073
Added official document and official document roboto theme
Axorax 46d5798
Merge branch 'master' of github.com:Axorax/mit-license-axorax-contrib…
Axorax 4097b34
Refactored official document themes
Axorax File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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,81 @@ | ||
/* official-document-roboto theme v1.0.0 by Axorax - https://github.com/Axorax/mit-license-themes-axorax | ||
* MIT License - https://axorax.mit-license.org/ | ||
* Preview - https://axorax.github.io/mit-license-themes-axorax/preview?theme=official-document-roboto | ||
*/ | ||
|
||
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); | ||
|
||
body { | ||
margin: 0; | ||
font-family: 'Roboto', sans-serif; | ||
font-size: 1.2em; | ||
line-height: 1.2em; | ||
background: #fff; | ||
} | ||
|
||
article, footer { | ||
display: block; | ||
min-width: 360px; | ||
max-width: 900px; | ||
width: 80%; | ||
} | ||
|
||
article { | ||
margin: 0 auto 0 auto; | ||
padding: 2em; | ||
} | ||
|
||
h1 { | ||
margin-top: 0; | ||
} | ||
|
||
article p:first-of-type { | ||
margin-top: 1.6em; | ||
} | ||
|
||
article p:last-child { | ||
margin-bottom: 0; | ||
} | ||
|
||
footer { | ||
margin: 0em auto 2em auto; | ||
text-align: center; | ||
font-size: 15px; | ||
} | ||
|
||
h1 { | ||
font-weight: normal; | ||
border-bottom: 1px solid black; | ||
padding: 0 0 3px 0; | ||
line-height: 36px; | ||
text-align: center; | ||
margin-top: 2rem; | ||
} | ||
|
||
#gravatar { | ||
position: relative; | ||
left: 50%; | ||
transform: translate(-50%); | ||
border-radius: 50%; | ||
width: 100px; | ||
} | ||
|
||
p:nth-last-child(4n) { | ||
text-align: center; | ||
font-size: 16px; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
a:last-child { | ||
color: #000; | ||
} | ||
|
||
@media all and (max-width: 500px) { | ||
article { | ||
padding: 1em; | ||
} | ||
|
||
body { | ||
font-size: 1em; | ||
} | ||
} |
This file contains hidden or 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,79 @@ | ||
/* official-document theme v1.0.0 by Axorax - https://github.com/Axorax/mit-license-themes-axorax | ||
* MIT License - https://axorax.mit-license.org/ | ||
* Preview - https://axorax.github.io/mit-license-themes-axorax/preview?theme=official-document | ||
*/ | ||
|
||
body { | ||
margin: 0; | ||
font-family: 'Times New Roman', Times, serif; | ||
font-size: 1.2em; | ||
line-height: 1.2em; | ||
background: #fff; | ||
} | ||
|
||
article, footer { | ||
display: block; | ||
min-width: 360px; | ||
max-width: 900px; | ||
width: 80%; | ||
} | ||
|
||
article { | ||
margin: 0 auto 0 auto; | ||
padding: 2em; | ||
} | ||
|
||
h1 { | ||
margin-top: 0; | ||
} | ||
|
||
article p:first-of-type { | ||
margin-top: 1.6em; | ||
} | ||
|
||
article p:last-child { | ||
margin-bottom: 0; | ||
} | ||
|
||
footer { | ||
margin: 0em auto 2em auto; | ||
text-align: center; | ||
font-size: 15px; | ||
} | ||
|
||
h1 { | ||
font-weight: normal; | ||
border-bottom: 1px solid black; | ||
padding: 0 0 3px 0; | ||
line-height: 36px; | ||
text-align: center; | ||
margin-top: 2rem; | ||
} | ||
|
||
#gravatar { | ||
position: relative; | ||
left: 50%; | ||
transform: translate(-50%); | ||
border-radius: 50%; | ||
width: 100px; | ||
} | ||
|
||
p:nth-last-child(4n) { | ||
text-align: center; | ||
font-size: 16px; | ||
margin-bottom: 1rem; | ||
} | ||
|
||
a:last-child { | ||
color: #000; | ||
} | ||
|
||
@media all and (max-width: 500px) { | ||
article { | ||
padding: 1em; | ||
} | ||
|
||
body { | ||
font-size: 1em; | ||
} | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.