2020-07-31 19:59:33 -04:00
|
|
|
#tutorial-wrapper{
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper h1{
|
|
|
|
font-size: 2.5rem;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #9f916a;
|
2020-08-14 00:03:07 -04:00
|
|
|
cursor: pointer;
|
2020-07-31 19:59:33 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper h2{
|
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #9f916a;
|
2020-08-14 00:03:07 -04:00
|
|
|
cursor: pointer;
|
2020-07-31 19:59:33 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper h3{
|
|
|
|
font-size: 1.75rem;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: left;
|
2020-08-14 00:03:07 -04:00
|
|
|
cursor: pointer;
|
2020-07-31 19:59:33 -04:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper h4{
|
|
|
|
font-size: 1.5rem;
|
|
|
|
font-weight: normal;
|
2020-08-14 00:03:07 -04:00
|
|
|
cursor: pointer;
|
2020-07-31 19:59:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper h5{
|
|
|
|
font-size: 1.25rem;
|
|
|
|
font-weight: normal;
|
2020-08-14 00:03:07 -04:00
|
|
|
cursor: pointer;
|
2020-07-31 19:59:33 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper h6{
|
|
|
|
font-size: 1.25rem;
|
|
|
|
font-weight: normal;
|
2020-08-14 00:03:07 -04:00
|
|
|
cursor: pointer;
|
2020-07-31 19:59:33 -04:00
|
|
|
color: #434343;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper ul{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper ol{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper li{
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper a{
|
|
|
|
|
|
|
|
}
|
2020-08-12 23:07:26 -04:00
|
|
|
|
|
|
|
#tutorial-wrapper pre{
|
|
|
|
padding: 0.5rem 0.25rem;
|
|
|
|
background-color: #dce2bd;
|
|
|
|
border: 1px solid #9f916a;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#tutorial-wrapper code{
|
|
|
|
background-color: #dce2bd;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
}
|
|
|
|
|
2020-08-13 21:24:11 -04:00
|
|
|
#tutorial-wrapper #tutorial-video-container{
|
|
|
|
width: 100%;
|
2020-08-12 23:07:26 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
2020-09-19 15:20:13 -04:00
|
|
|
|
|
|
|
#tutorial-wrapper #language-selector-wrapper{
|
|
|
|
width: 100%;
|
|
|
|
text-align: right;
|
|
|
|
}
|