-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Website without Arxiv, Paper, Bibtex
- Loading branch information
Showing
265 changed files
with
3,975 additions
and
7 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,50 @@ | ||
/* Center the container within the page */ | ||
.container { | ||
margin-left: auto; | ||
margin-right: auto; | ||
padding-left: 1rem; | ||
padding-right: 1rem; | ||
} | ||
|
||
/* Add padding/margin for symmetry if needed */ | ||
.section { | ||
padding: 2rem 1rem; | ||
} | ||
|
||
/* Additional styles for better layout */ | ||
.columns.is-centered { | ||
justify-content: center; | ||
} | ||
|
||
.directory-tree { | ||
list-style-type: none; | ||
padding-left: 1em; | ||
font-family: 'Courier New', Courier, monospace; | ||
} | ||
|
||
.directory-tree ul { | ||
margin-left: 1em; | ||
list-style-type: none; | ||
position: relative; | ||
} | ||
|
||
.directory-tree ul:before { | ||
content: ''; | ||
display: block; | ||
width: 1px; | ||
background-color: #ddd; | ||
position: absolute; | ||
top: 0; | ||
bottom: 0; | ||
left: -0.5em; | ||
} | ||
|
||
.directory-tree li:before { | ||
content: ''; | ||
display: inline-block; | ||
width: 1em; | ||
height: 1px; | ||
background-color: #ddd; | ||
margin-right: 0.5em; | ||
vertical-align: middle; | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.