You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
1.0 KiB
83 lines
1.0 KiB
.url {
|
|
color: #000088;
|
|
font-family: Courier;
|
|
}
|
|
figcaption {
|
|
text-align: center;
|
|
}
|
|
|
|
figure img {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
@media (min-width: 767px) {
|
|
#menu {
|
|
position: fixed;
|
|
}
|
|
}
|
|
|
|
#difficulty {
|
|
width: 150px;
|
|
}
|
|
|
|
.screenshot {
|
|
box-shadow: 0 0 10px #888;
|
|
border: 1px solid #aaa;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
body {
|
|
background-color: #e8eef7;
|
|
padding: 2em;
|
|
}
|
|
|
|
#quiz {
|
|
padding: 1em;
|
|
background-color: white;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.question {
|
|
margin: 3em;
|
|
}
|
|
|
|
.question-string {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.center-block {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
textarea {
|
|
width: 75%;
|
|
height: 9em;
|
|
}
|
|
|
|
input {
|
|
width: 75%;
|
|
}
|
|
|
|
code.terminal {
|
|
background-color: black;
|
|
color: white;
|
|
font-family: Courier, monospace;
|
|
padding: 1em;
|
|
margin: 1em;
|
|
display: block;
|
|
white-space: normal;
|
|
}
|
|
|
|
.argument {
|
|
font-family: Courier, monospace;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.website{
|
|
font-style: italic;
|
|
font-variant: small-caps;
|
|
color:dodgerblue;
|
|
}
|
|
|