Real Initial commit
This commit is contained in:
BIN
common/kok-144x144.png
Normal file
BIN
common/kok-144x144.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.9 KiB |
47
common/main.css
Normal file
47
common/main.css
Normal file
@@ -0,0 +1,47 @@
|
||||
body{
|
||||
font-family: "Red Hat Display", Myriad, Cantarell, "Noto Sans", "Liberation Sans","Trebuchet MS", Arial, Helvetica, sans-serif;
|
||||
}
|
||||
table {
|
||||
|
||||
border-collapse: collapse;
|
||||
line-height: 1.1rem;
|
||||
}
|
||||
td, th {
|
||||
border: 1px solid rgb(192, 192, 192);
|
||||
padding: 0.8rem;
|
||||
}
|
||||
tr {
|
||||
transition: 0.1s;
|
||||
}
|
||||
tr:nth-child(even){background-color: #f2f2f2;}
|
||||
|
||||
tr:hover {
|
||||
background-color: #c5cae9;
|
||||
}
|
||||
tr:visited {
|
||||
background-color:#c5cae9;
|
||||
}
|
||||
th {
|
||||
padding-top: 12px;
|
||||
padding-bottom: 12px;
|
||||
text-align: left;
|
||||
background-color: #4CAF50;
|
||||
color: white;
|
||||
}
|
||||
h4 {
|
||||
font-size: 20px;
|
||||
margin-bottom: 6px;
|
||||
margin-top: 20px;
|
||||
font-weight: 600;
|
||||
}
|
||||
.hiddendiv {
|
||||
display:none;
|
||||
}
|
||||
.nav-link{
|
||||
font-weight: 700;
|
||||
}
|
||||
.fade{
|
||||
transition: 0.13s;
|
||||
}
|
||||
|
||||
.button4:hover {background-color: #e7e7e7;}
|
||||
Reference in New Issue
Block a user