301 lines
5.1 KiB
CSS
301 lines
5.1 KiB
CSS
|
|
/* <structure> */
|
||
|
|
|
||
|
|
.aero-doc{
|
||
|
|
margin: 0px;
|
||
|
|
padding: 0px;
|
||
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
|
||
|
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-header {
|
||
|
|
margin: 0px;
|
||
|
|
padding: 8px;
|
||
|
|
width: 100%;
|
||
|
|
font-size: 16px;
|
||
|
|
font-weight: bold;
|
||
|
|
color: grey;
|
||
|
|
background-color: rgb(232, 238, 232);
|
||
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
|
||
|
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-main {
|
||
|
|
margin: 0px;
|
||
|
|
padding: 0px;
|
||
|
|
width: 100%;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
background-color: white;
|
||
|
|
border-top: solid 1px rgb(169, 169, 169);
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-table {
|
||
|
|
width: 24%;
|
||
|
|
padding: 8px 16px 8px 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-content {
|
||
|
|
width: 76%;
|
||
|
|
padding: 8px 16px 8px 16px;
|
||
|
|
height: calc(100vh - 128px);
|
||
|
|
overflow-y: scroll;
|
||
|
|
border-left: solid 1px rgb(169, 169, 169);
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-table > div {
|
||
|
|
padding: 6px 12px;
|
||
|
|
border-bottom: solid 1px rgb(225, 217, 255);
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-table > div > a{
|
||
|
|
font-size: 24px;
|
||
|
|
font-weight: bold;
|
||
|
|
color: rgb(104, 106, 105);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
@media (orientation : landscape) {
|
||
|
|
|
||
|
|
.aero-doc {
|
||
|
|
border-top: solid 1px rgb(169, 169, 169);
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-content {
|
||
|
|
margin: 0px 0px 0px 0px;
|
||
|
|
padding: 16px 32px 16px 32px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
@media (orientation : portrait) {
|
||
|
|
.aero-doc-content {
|
||
|
|
margin: 0px 0px 0px 0px;
|
||
|
|
padding: 8px 16px 8px 16px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/* <h1> */
|
||
|
|
.aero-doc-h1 {
|
||
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
|
||
|
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||
|
|
font-weight: lighter;
|
||
|
|
max-width: 92%;
|
||
|
|
padding: 8px;
|
||
|
|
border-radius: 4px;
|
||
|
|
margin: 0px;
|
||
|
|
z-index: 8;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (orientation : landscape) {
|
||
|
|
.aero-doc-h1 {
|
||
|
|
font-size: 64px;
|
||
|
|
line-height: 64px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (orientation : portrait) {
|
||
|
|
.aero-doc-h1 {
|
||
|
|
font-size: 48px;
|
||
|
|
line-height: 48px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-h1>span.emphasis {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-h1 {
|
||
|
|
padding: 32px 8px 16px 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* </h1> */
|
||
|
|
|
||
|
|
|
||
|
|
/* <h2> */
|
||
|
|
.aero-doc-h2 {
|
||
|
|
font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
|
||
|
|
"Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
|
||
|
|
font-size: 24px;
|
||
|
|
line-height: 24px;
|
||
|
|
font-weight: bold;
|
||
|
|
max-width: 92%;
|
||
|
|
padding: 16px 8px 8px 8px;
|
||
|
|
border-radius: 4px;
|
||
|
|
/*white-space: nowrap;*/
|
||
|
|
margin: 0px;
|
||
|
|
z-index: 6;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (orientation : landscape) {
|
||
|
|
.aero-doc-h2 {
|
||
|
|
font-size: 24px;
|
||
|
|
line-height: 24px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (orientation : portrait) {
|
||
|
|
.aero-doc-h2 {
|
||
|
|
font-size: 20px;
|
||
|
|
line-height: 20px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* </h2> */
|
||
|
|
|
||
|
|
/* <p> */
|
||
|
|
.aero-doc-p {
|
||
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
|
||
|
|
sans-serif;
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: normal;
|
||
|
|
text-align: justify;
|
||
|
|
z-index: 4;
|
||
|
|
padding: 0px 0px 0px 0px;
|
||
|
|
padding: 6px 6px 6px 8px;
|
||
|
|
border-radius: 4px;
|
||
|
|
margin: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/* <p> */
|
||
|
|
.aero-doc-p, .aero-doc-ul {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-ul>li {
|
||
|
|
padding: 8px 8px 8px 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
@media (orientation : landscape) {
|
||
|
|
.aero-doc-p {
|
||
|
|
font-size: 16px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media (orientation : portrait) {
|
||
|
|
.aero-doc-p {
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* </p> */
|
||
|
|
|
||
|
|
.aero-slide>a {
|
||
|
|
position: absolute;
|
||
|
|
z-index: 10;
|
||
|
|
overflow: hidden;
|
||
|
|
padding: 12px 24px;
|
||
|
|
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande",
|
||
|
|
sans-serif;
|
||
|
|
font-size: 20px;
|
||
|
|
font-weight: normal;
|
||
|
|
line-height: 16px;
|
||
|
|
white-space: nowrap;
|
||
|
|
vertical-align: middle;
|
||
|
|
cursor: pointer;
|
||
|
|
user-select: none;
|
||
|
|
background-repeat: repeat-x;
|
||
|
|
background-position: -1px -1px;
|
||
|
|
background-size: 110% 110%;
|
||
|
|
border: 1px solid rgba(240, 240, 255, 1.0);
|
||
|
|
border-radius: 8px;
|
||
|
|
appearance: none;
|
||
|
|
/* appearance */
|
||
|
|
color: #ffffff;
|
||
|
|
background-color: rgba(28, 77, 45, 0.16);
|
||
|
|
background-image: linear-gradient(-180deg, rgb(46 46 46/ 52%) 0%,
|
||
|
|
rgb(16 16 16/ 67%) 90%);
|
||
|
|
backdrop-filter: blur(2px);
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-slide>a:hover {
|
||
|
|
background-color: #269f42;
|
||
|
|
background-image: linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
|
||
|
|
background-position: -.5em;
|
||
|
|
border-color: rgba(27, 31, 35, 0.5);
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-slide>a:focus {
|
||
|
|
box-shadow: 0 0 0 0.2em rgba(52, 208, 88, 0.4);
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-slide>a:active {
|
||
|
|
background-color: #279f43;
|
||
|
|
background-image: none;
|
||
|
|
border-color: rgba(27, 31, 35, 0.5);
|
||
|
|
box-shadow: inset 0 0.15em 0.3em rgba(27, 31, 35, 0.15);
|
||
|
|
text-decoration: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/* <themes> */
|
||
|
|
.aero-doc[theme="light"] {
|
||
|
|
color: black;
|
||
|
|
/*background-color: rgba(255, 255, 255, 0.24);*/
|
||
|
|
/*backdrop-filter: blur(12px);*/
|
||
|
|
/*text-shadow: 0px 0px 1px rgba(255, 255, 255, 0.75);*/
|
||
|
|
/*text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.75);*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc[theme="dark"] {
|
||
|
|
color: white;
|
||
|
|
/*background-color: rgba(0, 0, 0, 0.16);*/
|
||
|
|
/*backdrop-filter: blur(12px);*/
|
||
|
|
/*text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.75);*/
|
||
|
|
}
|
||
|
|
|
||
|
|
/* </themes> */
|
||
|
|
|
||
|
|
|
||
|
|
/* <svg> */
|
||
|
|
.aero-doc-pic-svg {
|
||
|
|
padding: 32px 16px 32px 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-pic-svg svg {
|
||
|
|
fill: black;
|
||
|
|
stroke: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* </svg> */
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/* <code> */
|
||
|
|
|
||
|
|
|
||
|
|
.aero-doc-code-section {
|
||
|
|
padding: 24px max(5%, 16px) 24px max(5%, 16px);
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-code-window {
|
||
|
|
background-color: rgb(33, 23, 59);
|
||
|
|
border-radius: 16px;
|
||
|
|
padding: 16px 32px;
|
||
|
|
color: rgb(87, 211, 211);
|
||
|
|
font-size: 13px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-code-window pre {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
overflow-x: scroll;
|
||
|
|
tab-size: 2;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aero-doc-code-window code {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
}
|