Update hr style

This commit is contained in:
Sofia 2020-09-30 16:24:49 +03:00
parent a2ad0537c8
commit 02dfc857af
3 changed files with 353 additions and 472 deletions

View File

@ -1,203 +1,147 @@
@charset "UTF-8";
@font-face {
font-family: "Iosevka Slab Regular";
src: url("../fonts/iosevka-slab-regular.woff2") format("woff2");
}
src: url("../fonts/iosevka-slab-regular.woff2") format("woff2"); }
:root {
font-family: "Iosevka Slab Regular", "Iosevka Slab", "Consolas", "Source Code Pro", "monospace";
font-family: "Iosevka Slab Regular", "monospace";
background-color: black;
color: #c9c9c9;
border-color: #c9c9c9;
font-weight: 400;
font-size: 16px;
line-height: 21px;
}
line-height: 21px; }
/* General styles for elements */
* {
margin: 0;
padding: 0;
}
padding: 0; }
p {
width: auto;
}
width: auto; }
b {
font-weight: 1000;
}
font-weight: 1000; }
li {
list-style: none;
}
list-style: none; }
ul {
padding-left: 1ch;
}
padding-left: 1ch; }
a {
color: #c9c9c9;
}
color: #c9c9c9; }
a:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94; }
a:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94;
}
nav ul>li>ul:hover a {
color: #c9c9c9;
}
nav ul > li > ul:hover a {
color: #c9c9c9; }
hr {
height: 10.5px;
border: 0;
border-bottom: 1px solid #c9c9c9;
margin-bottom: 15px;
}
margin-bottom: 9.5px; }
nav li hr,
li.button-list>ul a hr,
li.button-list > ul a hr,
.white hr {
border-color: black;
}
nav>li>ul li>ul:hover>hr,
li.button-list>ul:hover a hr {
border-color: #c9c9c9;
}
border-color: black; }
nav > li > ul li > ul:hover > hr,
li.button-list > ul:hover a hr {
border-color: #c9c9c9; }
/* Lists */
li:not(.button-list)>ul::before {
content: "- ";
}
li.button-list>ul {
li:not(.button-list) > ul::before {
content: "- "; }
li.button-list > ul {
width: calc(100% - 1ch);
text-decoration: underline;
}
li.button-list>ul:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94;
}
li.button-list>ul>li {
width: 100%;
}
li.button-list>ul a {
display: block;
width: 100%;
}
text-decoration: underline; }
li.button-list > ul:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94; }
li.button-list > ul > li {
width: 100%; }
li.button-list > ul a {
display: block;
width: 100%; }
/* Navbars */
@keyframes hide {
0% {
opacity: 0;
left: inherit;
}
left: inherit; }
1% {
opacity: 0;
}
opacity: 0; }
100% {
opacity: 0;
left: -9999px;
}
}
left: -9999px; } }
nav a {
color: black;
display: block;
width: 100%;
text-decoration: none;
}
text-decoration: none; }
nav ul::before {
content: "" !important;
}
nav>li {
content: "" !important; }
nav > li {
background-color: #c9c9c9;
color: black;
border-color: black;
margin-left: 0;
}
nav>li>ul {
margin: 0;
padding: 0;
display: table-cell;
padding-left: 1ch;
padding-right: 1ch;
}
nav>li>ul:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94;
}
nav>li>ul:focus {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9;
}
nav>li>ul:focus li {
display: block;
opacity: 1;
left: inherit;
animation-name: hide;
animation-name: none;
}
nav>li>ul>li {
background-color: #c9c9c9;
color: black;
border-color: black;
position: absolute;
border: 2px solid;
box-shadow: 0 0 0 0.25ch #c9c9c9;
margin-left: calc(2px - 1ch);
margin-right: calc(2px - 1ch);
margin-top: 10.5px;
margin-bottom: 10.5px;
padding: calc(0.25ch + 2px);
padding-top: 10.5px;
padding-bottom: 10.5px;
opacity: 0;
left: -9999px;
animation-name: hide;
animation-duration: 0.5s;
}
nav>li>ul>li>ul {
background-color: #c9c9c9;
color: black;
border-color: black;
padding-left: 1ch;
padding-right: 1ch;
min-height: 21px;
}
nav>li>ul>li>ul:hover {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9;
}
margin-left: 0; }
nav > li > ul {
margin: 0;
padding: 0;
display: table-cell;
padding-left: 1ch;
padding-right: 1ch; }
nav > li > ul:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94; }
nav > li > ul:focus {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9; }
nav > li > ul:focus li {
display: block;
opacity: 1;
left: inherit;
animation-name: hide;
animation-name: none; }
nav > li > ul > li {
background-color: #c9c9c9;
color: black;
border-color: black;
position: absolute;
border: 2px solid;
box-shadow: 0 0 0 0.25ch #c9c9c9;
margin-left: calc(2px - 1ch);
margin-right: calc(2px - 1ch);
margin-top: 10.5px;
margin-bottom: 10.5px;
padding: calc(0.25ch + 2px);
padding-top: 10.5px;
padding-bottom: 10.5px;
opacity: 0;
left: -9999px;
animation-name: hide;
animation-duration: 0.5s; }
nav > li > ul > li > ul {
background-color: #c9c9c9;
color: black;
border-color: black;
padding-left: 1ch;
padding-right: 1ch;
min-height: 21px; }
nav > li > ul > li > ul:hover {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9; }
/* Miscallaneous Classes */
.box {
border: 2px solid #c9c9c9;
margin: 0.5ch;
@ -207,100 +151,70 @@ nav>li>ul>li>ul:hover {
margin-bottom: 10.5px;
padding-top: 8.5px;
padding-bottom: 8.5px;
vertical-align: top;
}
.box.inline {
display: inline-block;
}
.box.double {
border-style: double;
border-width: 4px;
margin: calc(0.5ch);
padding: calc(0.5ch - (4px));
margin-top: 10.5px;
margin-bottom: 10.5px;
padding-top: 6.5px;
padding-bottom: 6.5px;
}
.box.black {
background-color: black;
color: #c9c9c9;
border-color: #c9c9c9;
box-shadow: 0 0 0 0.25ch black;
}
.box.white {
background-color: #c9c9c9;
color: black;
border-color: black;
box-shadow: 0 0 0 0.25ch #c9c9c9;
}
.box.white a {
color: black;
}
.box.white a:hover {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9;
}
.box.blue {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9;
box-shadow: 0 0 0 0.25ch #171c94;
}
.box.blue li.button-list>ul:hover {
background-color: #c9c9c9;
color: black;
border-color: black;
}
.box.blue li.button-list>ul:hover>a {
color: black;
}
.box.blue a:hover {
background-color: #c9c9c9;
color: #171c94;
border-color: #171c94;
}
.box.blue hr {
border-color: #c9c9c9;
}
.box.blue button:hover {
background-color: #c9c9c9;
color: #171c94;
border-color: #171c94;
}
.box.blue .checkbox-right:hover,
.box.blue .checkbox-left:hover,
.box.blue .radio-right:hover,
.box.blue .radio-left:hover {
background-color: #c9c9c9;
color: #171c94;
border-color: #171c94;
}
vertical-align: top; }
.box.inline {
display: inline-block; }
.box.double {
border-style: double;
border-width: 4px;
margin: calc(0.5ch);
padding: calc(0.5ch - (4px));
margin-top: 10.5px;
margin-bottom: 10.5px;
padding-top: 6.5px;
padding-bottom: 6.5px; }
.box.black {
background-color: black;
color: #c9c9c9;
border-color: #c9c9c9;
box-shadow: 0 0 0 0.25ch black; }
.box.white {
background-color: #c9c9c9;
color: black;
border-color: black;
box-shadow: 0 0 0 0.25ch #c9c9c9; }
.box.white a {
color: black; }
.box.white a:hover {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9; }
.box.blue {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9;
box-shadow: 0 0 0 0.25ch #171c94; }
.box.blue li.button-list > ul:hover {
background-color: #c9c9c9;
color: black;
border-color: black; }
.box.blue li.button-list > ul:hover > a {
color: black; }
.box.blue a:hover {
background-color: #c9c9c9;
color: #171c94;
border-color: #171c94; }
.box.blue hr {
border-color: #c9c9c9; }
.box.blue button:hover {
background-color: #c9c9c9;
color: #171c94;
border-color: #171c94; }
.box.blue .checkbox-right:hover,
.box.blue .checkbox-left:hover,
.box.blue .radio-right:hover,
.box.blue .radio-left:hover {
background-color: #c9c9c9;
color: #171c94;
border-color: #171c94; }
.list-symbol::after {
content: " ▼";
}
content: " ▼"; }
.no-select {
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
-webkit-user-select: none; }
/* How to add pages:
*
@ -313,14 +227,10 @@ nav>li>ul>li>ul:hover {
* }
* }
*/
/* Form styles */
input[type=checkbox],
input[type=radio] {
display: none;
}
display: none; }
.checkbox-right:hover,
.checkbox-left:hover,
@ -328,40 +238,29 @@ input[type=radio] {
.radio-left:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94;
}
background-color: #171c94; }
.checkbox-right::after {
content: "[ ]";
}
content: "[ ]"; }
.checkbox-left::before {
content: "[ ]";
}
content: "[ ]"; }
.radio-right::after {
content: "( )";
}
content: "( )"; }
.radio-left::before {
content: "( )";
}
content: "( )"; }
input[type=checkbox]:checked+.checkbox-right::after {
content: "[x]";
}
input[type=checkbox]:checked + .checkbox-right::after {
content: "[x]"; }
input[type=checkbox]:checked + .checkbox-left::before {
content: "[x]"; }
input[type=checkbox]:checked+.checkbox-left::before {
content: "[x]";
}
input[type=radio]:checked+.radio-right::after {
content: "(x)";
}
input[type=radio]:checked+.radio-left::before {
content: "(x)";
}
input[type=radio]:checked + .radio-right::after {
content: "(x)"; }
input[type=radio]:checked + .radio-left::before {
content: "(x)"; }
input[type=text],
button {
@ -369,159 +268,114 @@ button {
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
}
input[type=text]:hover,
button:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94;
}
color: inherit; }
input[type=text]:hover,
button:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94; }
label:hover {
cursor: pointer;
}
cursor: pointer; }
button:focus,
button:hover,
button:active,
button::-moz-focus-inner {
button:focus, button:hover, button:active, button::-moz-focus-inner {
border: none;
text-decoration: none;
}
text-decoration: none; }
button::before {
content: "[ ";
}
content: "[ "; }
button::after {
content: " ]";
}
content: " ]"; }
.textinput {
display: inline-block;
}
.textinput:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94;
}
.textinput::before {
content: "[";
}
.textinput::after {
content: "]";
}
.textinput:hover>input[type=text] {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9;
}
display: inline-block; }
.textinput:hover {
cursor: pointer;
color: #c9c9c9;
background-color: #171c94; }
.textinput::before {
content: "["; }
.textinput::after {
content: "]"; }
.textinput:hover > input[type=text] {
background-color: #171c94;
color: #c9c9c9;
border-color: #c9c9c9; }
input[type=text] {
background-color: #c9c9c9;
color: black;
border-color: black;
width: 15ch;
}
width: 15ch; }
/* Style helpers, like space-takers */
.space-1 {
min-height: 21px;
}
min-height: 21px; }
.space-2 {
min-height: 42px;
}
min-height: 42px; }
.space-3 {
min-height: 63px;
}
min-height: 63px; }
.space-4 {
min-height: 84px;
}
min-height: 84px; }
.space-5 {
min-height: 105px;
}
min-height: 105px; }
.width-5 {
width: 5ch;
}
width: 5ch; }
.width-10 {
width: 10ch;
}
width: 10ch; }
.width-15 {
width: 15ch;
}
width: 15ch; }
.width-20 {
width: 20ch;
}
width: 20ch; }
.width-25 {
width: 25ch;
}
width: 25ch; }
.width-50 {
width: 48ch;
}
width: 48ch; }
.width-100 {
width: 98ch;
}
width: 98ch; }
.width-150 {
width: 148ch;
}
width: 148ch; }
.width-200 {
width: 198ch;
}
width: 198ch; }
.width-250 {
width: 248ch;
}
width: 248ch; }
.padding-1 {
padding: 1ch;
padding-top: 21px;
padding-bottom: 21px;
}
padding-bottom: 21px; }
.padding-2 {
padding: 2ch;
padding-top: 42px;
padding-bottom: 42px;
}
padding-bottom: 42px; }
.padding-3 {
padding: 3ch;
padding-top: 63px;
padding-bottom: 63px;
}
padding-bottom: 63px; }
.padding-4 {
padding: 4ch;
padding-top: 84px;
padding-bottom: 84px;
}
padding-bottom: 84px; }
.padding-5 {
padding: 5ch;
padding-top: 105px;
padding-bottom: 105px;
}
padding-bottom: 105px; }
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */

File diff suppressed because one or more lines are too long

View File

@ -1,31 +1,30 @@
@charset "UTF-8";
$default-black: rgb(0, 0, 0);
$default-white: rgb(201, 201, 201);
$default-blue: rgb(23, 28, 148);
$em-height: 16px;
$line-overflow: 5px;
$line-height: $em-height + $line-overflow;
$line-height: $em-height+$line-overflow;
$box-border: 2px;
$box-double-border: 4px;
@mixin whiteOnBlue {
background-color: $default-blue;
color: $default-white;
border-color: $default-white;
}
@mixin blueOnWhite {
background-color: $default-white;
color: $default-blue;
border-color: $default-blue;
}
@mixin whiteOnBlack {
background-color: $default-black;
color: $default-white;
border-color: $default-white;
}
@mixin blackOnWhite {
background-color: $default-white;
color: $default-black;
@ -45,19 +44,20 @@ $box-double-border: 4px;
src: url("../fonts/iosevka-slab-regular.woff2") format("woff2");
}
:root { // Styles applying to everyting
:root {
// Styles applying to everyting
font-family: "Iosevka Slab Regular", "monospace";
@include whiteOnBlack;
font-weight: 400;
font-size: $em-height;
line-height: $line-height;
}
/* General styles for elements */
* { // Remove margin and padding from everything by default
* {
// Remove margin and padding from everything by default
margin: 0;
padding: 0;
}
@ -66,7 +66,8 @@ p {
width: auto;
}
b { // Bolded text
b {
// Bolded text
font-weight: 1000;
}
@ -80,10 +81,11 @@ ul {
a {
color: $default-white;
@include hoverable($default-white, $default-blue);
@include hoverable($default-white,
$default-blue);
}
nav ul > li > ul:hover a {
nav ul>li>ul:hover a {
color: $default-white;
}
@ -91,125 +93,127 @@ hr {
height: $line-height / 2;
border: 0;
border-bottom: 1px solid $default-white;
margin-bottom: $em-height - 1px;
margin-bottom: $line-height / 2 - 1px;
}
nav li hr, li.button-list > ul a hr, .white hr {
nav li hr,
li.button-list>ul a hr,
.white hr {
border-color: $default-black;
}
nav > li > ul li > ul:hover > hr, li.button-list > ul:hover a hr {
nav>li>ul li>ul:hover>hr,
li.button-list>ul:hover a hr {
border-color: $default-white;
}
/* Lists */
li {
&:not(.button-list) > ul::before {
&:not(.button-list)>ul::before {
content: "- ";
}
&.button-list > ul {
&.button-list>ul {
width: calc(100% - 1ch);
text-decoration: underline;
@include hoverable($default-white, $default-blue);
& > li {
@include hoverable($default-white,
$default-blue);
&>li {
width: 100%;
}
a {
display: block;
width: 100%;
display: block;
width: 100%;
}
}
}
/* Navbars */
@keyframes hide {
0% {
opacity: 0;
left: inherit;
}
1% {
opacity: 0;
}
100% {
opacity: 0;
left: -9999px;
}
}
/* Navbars */
@keyframes hide {
0% {
opacity: 0;
left: inherit;
}
1% {
opacity: 0;
}
100% {
opacity: 0;
left: -9999px;
}
}
nav {
a {
color: $default-black;
display: block;
width: 100%;
text-decoration: none;
}
ul::before {
content: "" !important;
}
& > li { // Navbar
&>li {
// Navbar
@include blackOnWhite;
margin-left: 0;
& > ul { // Navbar items
&>ul {
// Navbar items
margin: 0;
padding: 0;
display: table-cell;
padding-left: 1ch;
padding-right: 1ch;
@include hoverable($default-white, $default-blue);
@include hoverable($default-white,
$default-blue);
&:focus {
@include whiteOnBlue;
li { // Display inner items on focus
@include whiteOnBlue;
li {
// Display inner items on focus
display: block;
opacity: 1;
left: inherit;
animation-name: hide;
animation-name: none;
}
}
& > li { // Navbar inner lists
@include blackOnWhite;
position: absolute;
border: 2px solid;
box-shadow: 0 0 0 0.25ch $default-white;
margin-left: calc(2px - 1ch);
margin-right: calc(2px - 1ch);
margin-top: $line-height / 2;
margin-bottom: $line-height / 2;
padding: calc(0.25ch + 2px);
padding-top: $line-height / 2;
padding-bottom: $line-height / 2;
opacity: 0;
left: -9999px;
animation-name: hide;
animation-duration: 0.5s;
& > ul { // Inner Items
@include blackOnWhite;
padding-left: 1ch;
padding-right: 1ch;
min-height: $line-height;
&:hover { // Navbar inner items hover
@include whiteOnBlue;
}
}
}
}
&>li {
// Navbar inner lists
@include blackOnWhite;
position: absolute;
border: 2px solid;
box-shadow: 0 0 0 0.25ch $default-white;
margin-left: calc(2px - 1ch);
margin-right: calc(2px - 1ch);
margin-top: $line-height / 2;
margin-bottom: $line-height / 2;
padding: calc(0.25ch + 2px);
padding-top: $line-height / 2;
padding-bottom: $line-height / 2;
opacity: 0;
left: -9999px;
animation-name: hide;
animation-duration: 0.5s;
&>ul {
// Inner Items
@include blackOnWhite;
padding-left: 1ch;
padding-right: 1ch;
min-height: $line-height;
&:hover {
// Navbar inner items hover
@include whiteOnBlue;
}
}
}
}
}
}
/* Miscallaneous Classes */
.box {
@ -218,35 +222,30 @@ nav {
padding: calc(0.5ch - #{$box-border});
width: auto;
margin-top: $line-height / 2;
margin-bottom: $line-height / 2 ;
margin-bottom: $line-height / 2;
padding-top: $line-height / 2 - $box-border;
padding-bottom: $line-height / 2 - $box-border;
vertical-align: top;
&.inline {
display: inline-block;
}
&.double {
border-style: double;
border-width: $box-double-border;
margin: calc(0.5ch);
padding: calc(0.5ch - (#{$box-double-border}));
margin-top: $line-height / 2 ;
margin-bottom: $line-height / 2 ;
margin-top: $line-height / 2;
margin-bottom: $line-height / 2;
padding-top: $line-height / 2 - $box-double-border;
padding-bottom: $line-height / 2 - $box-double-border;
}
&.black {
@include whiteOnBlack;
box-shadow: 0 0 0 0.25ch $default-black;
}
&.white {
@include blackOnWhite;
box-shadow: 0 0 0 0.25ch $default-white;
a {
color: $default-black;
&:hover {
@ -254,15 +253,13 @@ nav {
}
}
}
&.blue {
@include whiteOnBlue;
box-shadow: 0 0 0 0.25ch $default-blue;
li.button-list > ul:hover {
li.button-list>ul:hover {
@include blackOnWhite;
}
li.button-list > ul:hover > a {
li.button-list>ul:hover>a {
color: $default-black;
}
a:hover {
@ -276,7 +273,10 @@ nav {
@include blueOnWhite;
}
}
.checkbox-right, .checkbox-left, .radio-right, .radio-left {
.checkbox-right,
.checkbox-left,
.radio-right,
.radio-left {
&:hover {
@include blueOnWhite;
}
@ -294,6 +294,7 @@ nav {
-webkit-user-select: none;
}
/* How to add pages:
*
* (at)for (dollar)i from 1 through 20 {
@ -306,14 +307,20 @@ nav {
* }
*/
/* Form styles */
input[type=checkbox], input[type=radio] {
input[type=checkbox],
input[type=radio] {
display: none;
}
.checkbox-right, .checkbox-left, .radio-right, .radio-left {
@include hoverable($default-white, $default-blue);
.checkbox-right,
.checkbox-left,
.radio-right,
.radio-left {
@include hoverable($default-white,
$default-blue);
}
.checkbox-right {
@ -321,6 +328,7 @@ input[type=checkbox], input[type=radio] {
content: "[ ]";
}
}
.checkbox-left {
&::before {
content: "[ ]";
@ -332,6 +340,7 @@ input[type=checkbox], input[type=radio] {
content: "( )";
}
}
.radio-left {
&::before {
content: "( )";
@ -339,31 +348,32 @@ input[type=checkbox], input[type=radio] {
}
input[type=checkbox]:checked {
& + .checkbox-right::after {
&+.checkbox-right::after {
content: "[x]";
}
& + .checkbox-left::before {
&+.checkbox-left::before {
content: "[x]";
}
}
input[type=radio]:checked {
& + .radio-right::after {
&+.radio-right::after {
content: "(x)";
}
& + .radio-left::before {
&+.radio-left::before {
content: "(x)";
}
}
input[type=text], button {
input[type=text],
button {
background-color: inherit;
border: none;
font-family: inherit;
font-size: inherit;
color: inherit;
@include hoverable($default-white, $default-blue);
@include hoverable($default-white,
$default-blue);
}
label:hover {
@ -371,27 +381,32 @@ label:hover {
}
button {
&:focus, &:hover, &:active, &::-moz-focus-inner {
&:focus,
&:hover,
&:active,
&::-moz-focus-inner {
border: none;
text-decoration: none;
}
&::before { content: "[ "; }
&::after { content: " ]"; }
&::before {
content: "[ ";
}
&::after {
content: " ]";
}
}
.textinput {
display: inline-block;
@include hoverable($default-white, $default-blue);
@include hoverable($default-white,
$default-blue);
&::before {
content: "[";
}
&::after {
content: "]";
}
&:hover > input[type=text] {
&:hover>input[type=text] {
@include whiteOnBlue;
}
}
@ -401,19 +416,31 @@ input[type=text] {
width: 15ch;
}
/* Style helpers, like space-takers */
@for $i from 1 through 5 {
.space-#{$i} { min-height: $line-height * $i; }
.space-#{$i} {
min-height: $line-height * $i;
}
}
@for $width from 1 through 5 {
.width-#{$width * 5} { width: $width * 5ch; }
.width-#{$width * 5} {
width: $width * 5ch;
}
}
@for $width from 1 through 5 {
.width-#{$width * 50} { width: $width * 50ch - 2ch; }
.width-#{$width * 50} {
width: $width * 50ch - 2ch;
}
}
@for $i from 1 through 5 {
.padding-#{$i} { padding: $i * 1ch; padding-top: $line-height * $i; padding-bottom: $line-height * $i; }
}
.padding-#{$i} {
padding: $i * 1ch;
padding-top: $line-height * $i;
padding-bottom: $line-height * $i;
}
}