html {
scroll-behavior: smooth;
max-width: 50em;
margin: 1cm;
}
body {
font-family: "Palatino", "Georgia", Times, serif;
background-color: white;
color: black;
line-height: 1.2;
/* padding-bottom: 12.5em; */
font-size: 10pt;
}
.main {
display: none;
}
img {
border-radius: 1em;
display: none;
}
.isPrint {
display: none;
}
.isPrinttd {
text-align: center;
width: auto;
}
.isPrinttable {
margin:0 auto;
text-align: center;
}
h1 {
text-align: center;
}
h2,
h3,
h4 {
padding-top: 0em;
padding-bottom: 0em;
text-align: left;
}
th {
font-weight: normal;
}
a {
color: black;
}
.authorlink {
color: black;
text-decoration: none;
}
.paperlink {
color: #9d0006;
text-decoration: none;
}
.extlink {
color: black;
text-decoration: none;
}
.jourlink {
color: black;
text-decoration: none;
}
#topbar {
display: inline-block;
padding: 0 0.25em;
}
div#annoucement {
width: 45em;
}
table#table1 {
text-align: left;
margin-left: 35;
margin-right: auto;
}
ul#course {
list-style: none;
padding-left: 5;
}
.links {
display: none;
}
/* The navigation bar */
.navbar {
display: none;
opacity: 0.8;
overflow: hidden;
background-color: #3c3836;
position: fixed;
/* Set the navbar to fixed position */
top: 0;
/* Position the navbar at the top of the page */
left: 0;
width: 100%;
/* Full width */
text-align: center;
font-weight: bold;
-webkit-text-size-adjust: 150%;
}
/* Links inside the navbar */
.navbar a {
/* float: left; */
color: white;
}
hr {
border-top: dashed 0.1em;
}
.notATable {
display: table;
list-style: none;
padding-left: 5;
-webkit-text-size-adjust: 120%;
/* font-size:16px; */
}
.notATable>li {
display: table-row;
}
.notATable>li>* {
display: table-cell;
padding: 0.125em;
}
.notATable label {
font-weight: bold;
text-align: right;
}
.notATable label:after {
content: '|';
}
#shadowbox {
border: 0em solid;
border-radius: 1em;
padding: 0.6em;
box-shadow: 0.3em 0.3em 1em #7c6f64;
}
hr.style-one {
display: none;
border: 0;
height: 0.1em;
background: #282828;
background-image: -webkit-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);
background-image: -moz-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);
background-image: -ms-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);
background-image: -o-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);
}
hr.style-zero {
display: none;
border: 0;
height: 0em;
background: #282828;
background-image: -webkit-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);
background-image: -moz-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);
background-image: -ms-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);
background-image: -o-linear-gradient(left, #f9f5d7, #282828, #f9f5d7);
}
hr.curve {
border: 0;
height: 1em;
background-image: url(curve.png);
background-size: 100% 100%;
background-repeat: no-repeat;
}
.box {
width: 100%;
height: 18em;
background: rgb(220, 220, 220);
margin: 2.5em auto;
}
.effect2 {
position: relative;
}
.effect2:before,
.effect2:after {
z-index: -1;
position: absolute;
content: "";
bottom: 1em;
left: 0.5em;
width: 50%;
top: 80%;
max-width: 18empx;
background: #777;
-webkit-box-shadow: 0 1em 0.5em #777;
-moz-box-shadow: 0 1em 0.5em #777;
box-shadow: 0 1em 0.5em #777;
-webkit-transform: rotate(-3deg);
-moz-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);
}
.effect2:after {
-webkit-transform: rotate(3deg);
-moz-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);
right: 0.5em;
left: auto;
}
.container {
display: none;
}
#container_rotate {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.ball {
width: 0.0em;
height: 0.0em;
margin: 0.0em auto;
border-radius: 0em;
background: white;
}
/* Dark Mode */
.dark-mode a {
color: #83a598;
}
.dark_mode_authorlink {
color: #83a598;
}
.dark_mode_paperlink {
color: #fb4934;
}
.dark_mode_extlink {
color: #8ec07c;
}
.dark_mode_jourlink {
color: #8ec07c;
}
.dark_mode_body {
background-color: white;
color: black;
font-weight: 500;
}
.dark_mode_navbar {
background-color: #ebdbb2;
}
.dark_mode_navbar_a {
color: #f2f2f2;
}
.dark_mode_navbar_a_hover {
background: #3c3836;
color: #f9f5d7;
}
.dark_mode_ball {
background: #fbf1c7;
}
.dark_mode_style-one {
border: 0;
height: 0.1em;
background: #f9f5d7;
background-image: -webkit-linear-gradient(left, #282828, #f9f5d7, #282828);
background-image: -moz-linear-gradient(left, #282828, #f9f5d7, #282828);
background-image: -ms-linear-gradient(left, #282828, #f9f5d7, #282828);
background-image: -o-linear-gradient(left, #282828, #f9f5d7, #282828);
}
.dark_mode_style-zero {
border: 0;
height: 0em;
background: #f9f5d7;
background-image: -webkit-linear-gradient(left, #282828, #f9f5d7, #282828);
background-image: -moz-linear-gradient(left, #282828, #f9f5d7, #282828);
background-image: -ms-linear-gradient(left, #282828, #f9f5d7, #282828);
background-image: -o-linear-gradient(left, #282828, #f9f5d7, #282828);
}
#blackboard {
display: none;
}