Skip to content

Commit

Permalink
Add missing css, fonts, and js files
Browse files Browse the repository at this point in the history
  • Loading branch information
facundominguez committed Jul 30, 2023
1 parent 2a40e96 commit ca1d391
Show file tree
Hide file tree
Showing 351 changed files with 275,740 additions and 0 deletions.
476 changes: 476 additions & 0 deletions css/bootstrap-theme.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions css/bootstrap-theme.min.css

Large diffs are not rendered by default.

6,569 changes: 6,569 additions & 0 deletions css/bootstrap.css

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions css/bootstrap.min.css

Large diffs are not rendered by default.

404 changes: 404 additions & 0 deletions css/bootswatch.css

Large diffs are not rendered by default.

56 changes: 56 additions & 0 deletions css/code-format.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
code {
white-space: pre;
}

.slideonly {
display: none;
}

.dropdown-menu {
min-width: 0px;
}

#checker-status {
width: 30;
height: 20;
padding-top: 2px;
padding-right: 10px;
position: absolute;
top: 0;
right: 0;
z-index:99;
}

table.sourceCode, tr.sourceCode, td.lineNumbers, td.sourceCode {
margin: 0;
padding: 0;
vertical-align: baseline;
border: none;
}

table.sourceCode {
width: 100%;
line-height: 100%;
}

td.lineNumbers {
text-align: right;
padding-right: 4px;
padding-left: 4px;
color: #aaaaaa;
border-right: 1px solid #aaaaaa;
}

td.sourceCode { padding-left: 5px; }
code > span.kw { color: #007020; font-weight: bold; }
code > span.dt { color: #902000; }
code > span.dv { color: #40a070; }
code > span.bn { color: #40a070; }
code > span.fl { color: #40a070; }
code > span.ch { color: #4070a0; }
code > span.st { color: #4070a0; }
code > span.co { color: #60a0b0; font-style: italic; }
code > span.ot { color: #007020; }
code > span.al { color: #ff0000; font-weight: bold; }
code > span.fu { color: #06287e; }
code > span.er { color: #ff0000; font-weight: bold; }
Loading

0 comments on commit ca1d391

Please sign in to comment.