Last active
February 25, 2023 17:42
-
-
Save dKvale/fb6bce1911661b185d0865f881617024 to your computer and use it in GitHub Desktop.
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
h1 {font-size: 34px;} | |
h1.title {font-size: 38px;} | |
h2 {font-size: 30px;} | |
h3 {font-size: 24px;} | |
h4 {font-size: 18px;} | |
h5 {font-size: 16px;} | |
h6 {font-size: 12px;} | |
code {color: inherit; background-color: rgba(0, 0, 0, 0.04);white-space: pre-wrap;} | |
pre:not([class]) { background-color: white } | |
span.smallcaps{font-variant: small-caps;} | |
span.underline{text-decoration: underline;} | |
div.column{display: inline-block; vertical-align: top; width: 50%;} | |
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;} | |
ul.task-list{list-style: none;} | |
.pagedtable { | |
overflow: auto; | |
padding-left: 8px; | |
padding-right: 8px; | |
} | |
.pagedtable-wrapper { | |
border: 1px solid #ccc; | |
border-radius: 4px; | |
margin-bottom: 10px; | |
} | |
.pagedtable table { | |
width: 100%; | |
max-width: 100%; | |
margin: 0; | |
} | |
.pagedtable th { | |
padding: 0 5px 0 5px; | |
border: none; | |
border-bottom: 2px solid #dddddd; | |
min-width: 45px; | |
} | |
.pagedtable-empty th { | |
display: none; | |
} | |
.pagedtable td { | |
padding: 0 4px 0 4px; | |
} | |
.pagedtable .even { | |
background-color: rgba(140, 140, 140, 0.1); | |
} | |
.pagedtable-padding-col { | |
display: none; | |
} | |
.pagedtable a { | |
-webkit-touch-callout: none; | |
-webkit-user-select: none; | |
-khtml-user-select: none; | |
-moz-user-select: none; | |
-ms-user-select: none; | |
user-select: none; | |
} | |
.pagedtable-index-nav { | |
cursor: pointer; | |
padding: 0 5px 0 5px; | |
float: right; | |
border: 0; | |
} | |
.pagedtable-index-nav-disabled { | |
cursor: default; | |
text-decoration: none; | |
color: #999; | |
} | |
a.pagedtable-index-nav-disabled:hover { | |
text-decoration: none; | |
color: #999; | |
} | |
.pagedtable-indexes { | |
cursor: pointer; | |
float: right; | |
border: 0; | |
} | |
.pagedtable-index-current { | |
cursor: default; | |
text-decoration: none; | |
font-weight: bold; | |
color: #333; | |
border: 0; | |
} | |
a.pagedtable-index-current:hover { | |
text-decoration: none; | |
font-weight: bold; | |
color: #333; | |
} | |
.pagedtable-index { | |
width: 30px; | |
display: inline-block; | |
text-align: center; | |
border: 0; | |
} | |
.pagedtable-index-separator-left { | |
display: inline-block; | |
color: #333; | |
font-size: 9px; | |
padding: 0 0 0 0; | |
cursor: default; | |
} | |
.pagedtable-index-separator-right { | |
display: inline-block; | |
color: #333; | |
font-size: 9px; | |
padding: 0 4px 0 0; | |
cursor: default; | |
} | |
.pagedtable-footer { | |
padding-top: 4px; | |
padding-bottom: 5px; | |
} | |
.pagedtable-not-empty .pagedtable-footer { | |
border-top: 2px solid #dddddd; | |
} | |
.pagedtable-info { | |
overflow: hidden; | |
color: #999; | |
white-space: nowrap; | |
text-overflow: ellipsis; | |
} | |
.pagedtable-header-name { | |
overflow: hidden; | |
text-overflow: ellipsis; | |
} | |
.pagedtable-header-type { | |
color: #999; | |
font-weight: 400; | |
} | |
.pagedtable-na-cell { | |
font-style: italic; | |
opacity: 0.3; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment