vom laptop
This commit is contained in:
95
src/App.css
95
src/App.css
@ -36,3 +36,98 @@
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.sort-button {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
|
||||
padding: 5px 10px;
|
||||
margin: 0;
|
||||
line-height: 1;
|
||||
font-size: 15px;
|
||||
color: black;
|
||||
cursor: pointer;
|
||||
|
||||
transition: transform 0.05s ease-out;
|
||||
}
|
||||
|
||||
.sort-reverse {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
table,
|
||||
th,
|
||||
td {
|
||||
border: thin solid;
|
||||
}
|
||||
|
||||
table{
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/* Sortable tables */
|
||||
table.sortable thead {
|
||||
background-color:rgb(171, 71, 13);
|
||||
color:#144514;
|
||||
font-weight: bold;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: rgba(243, 97, 12, 0.31);
|
||||
}
|
||||
|
||||
table,
|
||||
th,
|
||||
td
|
||||
{
|
||||
background-color: rgba(243, 97, 12, 0.836);
|
||||
border: 1px solid rgba(0, 0, 0, 0.8);
|
||||
padding: 5px;
|
||||
font-size: 1em;
|
||||
text-align: center;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
h1,h2,h4,p
|
||||
{
|
||||
text-align: center;
|
||||
}
|
||||
.toindex
|
||||
{
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.flexbox
|
||||
{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.right
|
||||
{
|
||||
width: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-end;
|
||||
}
|
||||
|
||||
.header
|
||||
{
|
||||
border: 0px;
|
||||
font-weight: 900;
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
.pilot .header
|
||||
{
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.link
|
||||
{
|
||||
font-size: 80%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user