mirror of
https://github.com/neocities/neocities.git
synced 2025-05-14 16:37:20 +02:00
Initial work on tutorial mockup in HTML
This commit is contained in:
parent
bbc6536971
commit
19d243e31e
4 changed files with 116 additions and 0 deletions
61
sass/_project-sass/_project-Tutorial.scss
Normal file
61
sass/_project-sass/_project-Tutorial.scss
Normal file
|
@ -0,0 +1,61 @@
|
|||
// ----------------------------------------------------------------
|
||||
// Project Specific: Tutorial
|
||||
// ----------------------------------------------------------------
|
||||
|
||||
.tutorial {
|
||||
.interact {
|
||||
textarea.editor {
|
||||
height: 350px!important;
|
||||
width: 100%;
|
||||
background-color: #1D1F21;
|
||||
color: white;
|
||||
font: 16px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
|
||||
}
|
||||
h3 {
|
||||
margin-top: 10px;
|
||||
}
|
||||
.preview {
|
||||
height: 300px;
|
||||
width: 100%;
|
||||
background-color: gray;
|
||||
}
|
||||
.btn {
|
||||
float: right;
|
||||
}
|
||||
}
|
||||
.lesson {
|
||||
h1, .subtitle {
|
||||
color: #5e95a1;
|
||||
}
|
||||
.subtitle {
|
||||
font-size: 14px;
|
||||
margin-top: 0;
|
||||
text-align: left;
|
||||
}
|
||||
.comic {
|
||||
position: relative;
|
||||
}
|
||||
.dialogue {
|
||||
width: 180px;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
|
||||
&:nth-child(1) {
|
||||
left: 30px;
|
||||
top: 30px;
|
||||
}
|
||||
&:nth-child(2) {
|
||||
left: 250px;
|
||||
top: 30px;
|
||||
}
|
||||
&:nth-child(3) {
|
||||
left: 30px;
|
||||
top: 250px;
|
||||
}
|
||||
&:nth-child(4) {
|
||||
left: 250px;
|
||||
top: 250px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue