*, *:before, *:after {
box-sizing: inherit;
}
html, body, hr {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
color: inherit;
font-weight: bold;
line-height: 1.1;
}
h1 {
margin-bottom: 1.45rem;
font-size: 2.25rem;
}
h2 {
margin-bottom: 1.45rem;
font-size: 1.62671rem;
}
h3 {
margin-bottom: 1.45rem;
font-size: 1.38316rem;
}
h4 {
margin-bottom: 1.45rem;
font-size: 1rem;
}
h5 {
margin-bottom: 1.45rem;
font-size: 0.85028rem;
}
h6 {
margin-bottom: 1.45rem;
font-size: 0.78405rem;
}
ul {
margin-left: 1.45rem;
margin-bottom: 1.45rem;
list-style-position: outside;
list-style-image: none;
}
p {
margin-bottom: 1.45rem;
}
img {
max-width: 100%;
margin-bottom: 1.25rem;
}
.simple-columns {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: nowrap;
margin-bottom: 1em;
gap: 16pt;
}
.simple-columns p {
text-align: justify;
text-justify: inter-word;
}
.simple-columns img {
border: 1px solid black;
}
.simple-columns * {
flex-wrap: nowrap;
width: 100%;
background: solid blue;
padding: 0;
margin: 0;
}
.float img {
float:left;
padding-right: 16pt;
}
.float-right img {
float:right;
padding-left: 16pt;
}
.column-grid {
border: 1px solid black;
padding: 1em;
}
.column-grid > * {
margin: 1em;
}
.twocolumns {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: nowrap;
gap: 16pt;
width: 100%;
}
.twocolumns * {
padding: 0;
margin: 0;
width: 100%;
flex-grow: 1;
flex-basis: 50%;
}
.twocolumns img {
width: 49vw;
}
.columns {
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
gap: 16pt;
}
.columns p, .columns div {
padding: 0;
margin: 0;
flex-basis: 30vw;
flex-grow: 1;
background: solid blue;
margin-bottom: 1em;
text-align: justify;
text-justify: inter-word;
}
.columns img {
border: 1px solid black;
}
@media only screen and (max-width: 1100px) {
.columns p, .columns div {
flex-basis: 35vw;
}
}
@media only screen and (min-width: 2400px) {
.columns p, .columns div {
flex-basis: 15vw;
}
}
div.goals {
background-color: rgba(var(--colorUtu2d), 0.5);
border: 1px solid var(--colorUtu5);
border-radius: 15px;
padding: 8px;
}
div.goals h3 {
width: 100%;
background-color: rgba(var(--colorUtu1d), 0.5);
border-radius: 15px;
padding: 8px;
text-align: center;
}
div.goals h3::before, div.goals ul li::before {
content: "🎓 "
}
div.goals h3::after {
content: " 🎓"
}
div.goals ul {
list-style: none;
}
div.important, span.important {
background-color: rgba(var(--colorUtu3d), 0.3);
border: 1px solid var(--colorUtu5);
border-radius: 15px;
padding: 8px;
margin-top: 8px;
margin-bottom: 8px;
}
div.important > *:first-child::before {
content: "❗ "
}
div.important > *:last-child::after {
content: " ❗"
}
div.nicetoknow {
background-color: rgba(var(--colorUtu4d), 0.1);
border: 1px solid var(--colorUtu5);
border-radius: 15px;
padding: 8px;
margin-top: 8px;
margin-bottom: 8px;
}
div.nicetoknow > *:first-child::before {
content: "💡 Nice to know 💡\A ";
font-weight: bold;
}
@media only screen and (max-width: 1480px) {
.simple-columns {
display: block;
}
}
:root {
--pageWidth: 894px;
--backgroundColor: #fff;
--colorUtu1: #8b5dcb;
--colorUtu2: #78c8d2;
--colorUtu3: #f8485e;
--colorUtu4: #adcb00;
--colorUtu5: #000;
--colorUtu6: #868686;
--colorUtu7: #b1b1b0;
--colorUtu8: #d9d9d9;
--colorUtu9: #ffffff;
--colorUtu1d: 139, 93, 203;
--colorUtu2d: 120, 200, 210;
--colorUtu3d: 248, 72, 94;
--colorUtu4d: 173, 203, 0;
}
html {
font: 120% brother-1816, sans-serif;
box-sizing: border-box;
overflow-y: scroll;
}
.layout {
background-color: var(--colorUtu9);
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
justify-content: top;
justify-content: space-between;
align-items: top;
min-height: 100vh;
}
.page-layout {
background-color: var(--colorUtu8);
display: flex;
justify-content: center;
flex-grow: 1;
}
.page-container {
background-color: var(--colorUtu9);
max-width: 1920px;
padding: 1em;
}
.thesis-layout {
background-color: var(--colorUtu8);
display: flex;
}
.thesis-layout .infobar {
background-color: var(--colorUtu9);
margin: 0.5em;
padding: 0.5em;
padding-top: 1em;
padding-bottom: 1em;
}
.thesis-layout .infobar th {
background-color: var(--colorUtu2);
border-bottom: 1px solid black;
padding: 0;
margin: 0;
}
.thesis-layout .infobar td {
padding: 0em;
padding-left: 0.3em;
margin: 0;
}
.thesis-layout .infobar table {
border: 2pt solid black;
}
.site-nav {
margin: 0;
padding-top: 1em;
padding-bottom: 1em;
}
.site-nav ul, .site-nav li {
margin: 0;
padding: 0;
list-style: none;
}
.site-nav a {
display: block;
text-decoration: none;
color: var(--colorUtu5);
height: 4em;
background-color: var(--colorUtu2);
font-family: "Comic Sans Ms";
font-weight: bold;
border-radius: 5px;
text-align: center;
padding: 6px;
}
.site-nav ul {
display: flex;
align-items: center;
flex-flow: row wrap;
justify-content: space-between;
}
.site-nav ul.section {
padding: 2px;
display: flex;
align-items: center;
border: var(--colorUtu1) dotted;
flex-flow: nowrap;
border-radius: 10px;
}
.site-nav ul li {
flex: 1;
}
.site-nav ul li a.home {
width: 100%;
line-height: 3em;
}
.site-nav ul.section:hover {
background-color: var(--colorUtu1);
}
.site-nav ul li a.active {
background: var(--colorUtu1);
}
.site-nav ul li a:hover {
background: var(--colorUtu4);
}
.site-nav ul.section li + li {
margin-left: 10px;
}
.site-nav li.section + li.section {
margin-left: 10px;
}
.site-nav ul.fi li a.part:before {
content: "Osa "; display: block;
}
.site-nav ul.en li a.part:before {
content: "Part "; display: block;
}
.site-nav ul.fi li a.home:before {
content: ""
}
.site-nav ul.en li a.home:before {
content: ""
}
.page-header {
padding-top: 0.5em;
padding-bottom: 0.5em;
margin-bottom: 1em;
margin-top: 1em;
border-top: 2px solid var(--colorUtu2);
border-bottom: 2px solid var(--colorUtu2);
border-right: 2px solid var(--colorUtu2);
}
.page-header span {
font-size: 2em;
margin: 0.67em 0;
}
.page-header * {
text-decoration: none;
}
.main-content section {
border-top: 1px solid var(--colorUtu8);
padding-top: 8px;
}
.section-header {
border-bottom: solid 1px #eee;
display: flex;
justify-content: space-between;
padding-top: 0;
padding-bottom: 0;
width: 100%;
}
.section-header h2 {
padding: 0;
margin: 0;
padding-top: 0.2em;
padding-bottom: 0.2em;
}
.section-header h2.isolated {
padding-top: 2.5em;
}
@media only screen and (max-width: 780px) {
.page-container, .main-lecture pre {
padding: 0;
}
.page-container {
max-width: 100vw;
}
.main-lecture a, .page-header span, .main-lecture pre {
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.page-layout {
padding: 4px;
}
.site-nav {
margin: 0;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.site-nav a {
display: block;
height: auto;
font-weight: normal;
border-radius: 0px;
padding: 6px;
}
.site-nav.fi:before {
content: "Osat:"
}
.site-nav.en:before {
content: "Parts:"
}
.site-nav ul.fi li a.part:before {
content: ""
}
.site-nav ul.en li a.part:before {
content: ""
}
.site-nav ul a {
height: auto;
border-radius: 10px;
}
.site-nav ul.section a {
height: auto;
}
.site-nav ul li a.home {
width: 100%;
line-height: inherit;
}
.site-nav ul.section {
padding: 4px;
margin: 2px;
background-color: rgba(var(--colorUtu2d), 0.5);
border: 0px;
border-radius: 5px;
}
}
.toc li {
margin-bottom: calc(1.45rem / 2);
}
.toc li > ol {
margin-left: 1.45rem;
margin-bottom: calc(1.45rem / 2);
margin-top: calc(1.45rem / 2);
}
ol.toc {
padding: 16px;
border: 1px solid var(--colorUtu5);
border-radius: 15px;
list-style-position: inside;
margin: 0;
margin-bottom: 20px;
counter-reset: section;
list-style-type: none;
}
.toc ol {
counter-reset: section;
list-style-type: none;
margin: 0;
padding: 0;
}
.toc li:before {
counter-increment: section;
content: counters(section, ".") ". ";
}
table {
border: 2px solid var(--primary-color);
color: #306245;
margin: 0;
padding: 0;
width: 100%;
border-spacing: 0;
border-collapse: collapse;
}
table tr {
margin: 1em;
margin: 0;
padding: 0;
border: 0;
}
table td:first-child {
width: 20%;
background: var(--secondary-color);
font-weight: bold;
color: #306245;
}
table th {
margin: 0;
padding: 0.5em;
border: 0;
color: #f9f8f6;
background: var(--primary-color);
border: 2px solid var(--primary-color);
}
table td {
margin: 0;
padding: 0.5em;
border: 0;
background: white;
color: black;
border: 2px solid #306245;
}
table a {
color: var(--primary-color);
}
:root {
--primary-color: #466114;
--secondary-color: #E3EDC6;
--text-color: #1F1C1C;
--background-color: #FFFFFF;
--h1-header-desktop: 2.5rem;
--h2-header-desktop: 1.875rem;
--h3-header-desktop: 1.5rem;
--font-size-desktop: 1.125rem;
--margin-desktop: 1.25rem;
--h1-header-tablet: 2.25rem;
--font-size-tablet: 1rem;
--margin-tablet: 1rem;
--h1-header-mobile: 2rem;
--font-size-mobile: 0.875rem;
--margin-mobile: 0.625rem;
}
.site-nav ul.section {
border: 0;
background: none;
}
.site-nav a {
border: 0;
background: var(--secondary-color);
}
.site-nav li ul a.active {
background: var(--colorUtu4);
border: 0;
}
.site-nav ul.section:hover {
border: 0;
background: none;
}
.site-nav li ul a.active:hover {
background: var(--primary-color);
border: 0;
}
h1 a, h2 a, ol.toc a {
color: var(--primary-color);
text-decoration: none;
}
hr {
box-sizing: content-box;
margin-bottom: calc(1.45rem - 1px);
background: hsla(0, 0%, 0%, 0.2);
height: 1px;
padding: 0;
border: 1px solid var(--primary-color);
}
.cards {
width: 90%;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
.link-buttons ul, .tool-radiobuttons {
display: flex;
width: 90%;
margin-left: auto;
margin-right: auto;
gap: 10%;
justify-content: center;
}
.tool-radiobuttons {
gap: 1%;
}
.link-buttons ul li a {
text-align: center;
color: black;
text-decoration: none;
}
.link-buttons li {
display: block;
width: 100%;
max-width: 25%;
border: 0.5px dotted var(--primary-color);
padding: 5pt;
text-align: center;
background: var(--secondary-color);
}
.link-buttons li:hover {
background: var(--colorUtu4);
}
.tool-radiobuttons span {
padding: 10pt;
padding-left: 16pt;
padding-right: 16pt;
text-align: center;
display: block;
background: white;
border: 2px solid var(--primary-color);
}
.tool-radiobuttons input[type=checkbox], .tool-radiobuttons input[type=checkbox] ~ label {
display: inline;
}
.accordion input[type=checkbox], .accordion input[type=checkbox] ~ label {
display: inline;
margin-right: 0.5em;
}
input#name, textarea#notes {
width: 60%;
}
h1 {
text-align: center;
color: var(--primary-color);
}
.accordion {
display: flex;
justify-content: space-between;
width: 100%;
box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
margin-bottom: var(--margin-desktop);
background-color: white;
color: black;
cursor: pointer;
padding: 18px;
text-align: left;
outline: none;
transition: 0.4s;
}
.accordion:hover {
background-color: #ccc;
}
.accordion.active .collapse:after {
display:block;
}
.accordion.active .expand:after {
display:none;
}
.accordion.active {
background-color: #ccc;
border: 1px solid var(--primary-color);
border-bottom: 0;
margin-bottom: 0;
padding-bottom: var(--margin-desktop);
}
.expand:after {
content: "▼";
}
.collapse:after {
content: "▲";
display:none;
}
.panel {
width: 100%;
padding: 0 18px;
padding-top: var(--margin-desktop);
display: none;
background-color: white;
border: 1px solid var(--primary-color);
overflow: hidden;
}
.panel ul {
padding: 0;
margin: 0;
margin: 0.5em;
margin-top: 0em;
margin-bottom: 1em;
}
.mitvidi-footer {
display: flex;
justify-content: center;
align-items: center;
padding: 0;
border-bottom: 2em solid var(--secondary-color);
background: var(--secondary-color);
}
.mitvidi-footer div p {
width: 75%;
}
.mitvidi-footer  img {
width: 75%;
}
.mitvidi-footer * {
display: flex;
width: 100%;
padding: 0;
margin: 0;
}
.mitvidi-footer > div {
background: var(--secondary-color);
border-radius: 0 25px 0 0;
justify-content: right;
padding: 1em;
text-align: justify;
text-justify: inter-word;
margin-top: 1em;
}
.mitvidi-footer > p {
border-top: 1em solid white;
background: white;
justify-content: left;
border-radius: 0 0 0 25px;
}
.mitvidi-footer img {
border-radius: 0 0 0 25px;
}
@media only screen and (max-width: 1280px) {
.mitvidi-footer, .mitvidi-footer * {
display: block;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
}
.mitvidi-footer div p {
background: var(--secondary-color);
width: 100%;
}
.mitvidi-footer img, .mitvidi-footer p {
width: 100%;
max-width: 100vw;
padding: 0;
margin: 0;
border: 0;
background: white;
border-radius: 0;
}
.link-buttons ul {
display: block;
width: 100%;
padding: 0.5em;
}
.link-buttons li {
display: block;
width: 100%;
padding: 0;
margin-bottom: 0.5em;
max-width: inherit;
}
.site-nav, .site-nav nav, .site-nav ul, .site-nav li  {
display: block;
width: 100%;
padding: 0;
margin: 0;
border: 0;
max-width: inherit;
}
}
.navarea {
display: flex;
justify-content: space-between;
}
#canvas-wrapper {
width: 100%;
display:  flex;
justify-content: center;
align-items: center;
}
#the-canvas {
padding-left: 0;
padding-right: 0;
margin-left: auto;
margin-right: auto;
display: block;
border: 1px solid gray;
direction: ltr;
}
#details2 {
display: none;
}
input[type=checkbox] {
display: none;
}
input[type=checkbox] ~ label {
display: block;
}
.content {
display: none;
}
input[type=checkbox]:checked ~ label ~ .content {
display: block;
}
