This repository has been archived on 2023-01-27. You can view files and clone it, but cannot push or open issues or pull requests.
cad/web/xeo/css/pageStyle.css
2022-10-15 19:16:08 +02:00

148 lines
2.5 KiB
CSS

body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #212529;
background-color: white;
text-decoration: none;
word-spacing: normal;
text-align: left;
letter-spacing: 0;
-webkit-font-smoothing: antialiased;
overflow-y: hidden;
overflow-x: hidden;
margin: 0;
width: 100%;
height: 100%;
user-select: none;
}
#myCanvas {
width: 100%;
height: 100%;
position: absolute;
background: lightblue;
}
.slideout-sidebar {
background: white;
position: fixed;
top: 0;
right: -380px;
z-index: 100000000;
width: 350px;
height: 100%;
overflow-y: scroll;
transition: all 300ms ease-in-out;
border-left: 2px solid #212529;
margin-top: 0;
padding: 0px 10px 10px 20px;
}
.info-icon {
width: 100px;
height: auto;
padding-top: 20px;
}
#info-button {
display: none;
}
#info-button:hover {
cursor: pointer;
}
.info-button {
position: absolute;
right: 15px;
top: 12px;
z-index: 1;
transition: all 300ms ease-in-out;
}
.info-button:hover {
cursor: pointer;
color: black;
}
#info-button:checked ~ .slideout-sidebar {
right: 0;
}
#info-button:checked + .info-button {
right: 400px;
}
#myDatGuiContainer {
margin-top: 20px;
margin-bottom: 25px;
}
h1, h2, h3 {
font-family: inherit;
line-height: 1.2;
color: inherit;
-webkit-transform-origin: 0% 100%;
}
h1 {
font-weight:500;
margin-top: 0;
margin-bottom: 0;
padding-top: 15px;
font-size: 1.4rem;
}
h1 a {
color: #fffbfb;
}
h2 {
font-size: 1.0rem;
font-weight: 550;
padding-top: 30px;
padding-left: 0px;
margin-top: 0px;
padding-bottom: 10px;
margin-bottom: 0;
letter-spacing: 0px;
/*border-bottom: 2px solid #d4d4d4;*/
}
h3 {
font-size: 1.0rem;
font-weight: 550;
padding: 0;
margin: 0;
padding-left: 0px;
padding-right: 40px;
padding-top: 14px;
padding-bottom: 8px;
}
.xeokit-camera-pivot-marker {
color: #ffffff;
position: absolute;
width: 25px;
height: 25px;
border-radius: 15px;
border: 2px solid #ebebeb;
background: #4444;
visibility: hidden;
box-shadow: 5px 5px 15px 1px #212529;
z-index: 10000;
pointer-events: none;
}
a {
/*text-decoration: none;*/
/*color: #212529;*/
}
a:hover {
text-decoration: underline;
}