Browse Source

Init

master
Fabian Jenn 3 years ago
parent
commit
3ea6593935
1 changed files with 79 additions and 0 deletions
  1. 79
    0
      stylesheet.css

+ 79
- 0
stylesheet.css View File

@@ -0,0 +1,79 @@

h1{
text-decoration: underline;
text-align: center;
}

body{
background-color: lightblue;
font-size: medium;
font-style: normal;
text-align: center;
align-self: center;
font-family: Arial;
color: black;
overflow: scroll;
border-collapse: collapse;
}


div{
overflow: scroll;
}

.tabelle{
border: 1px solid black;
padding: 0px;
border-collapse: collapse;
}

.tabellenkopf{
text-decoration: solid;
text-align: center;
font-weight: bold;
background-color: lightgray;
border-collapse: collapse;
}
.S1{
width: 30px;
border-collapse: collapse;
}
.S2{
width: 5vw;
}
.S3{
width: 15vw;
}
.S4{
width: 5vw;
}
.S5{
width: 10vw;
}

.zeile{
text-align: center;
border-collapse: collapse;
}


.inBoLong{
width: 200px;
}
.inBoMiddle{
width: 100px;
}
.inBoShort{
width: 50px;
}


tbody tr:hover{
border-collapse: collapse;
background-color:#fffbf0;
}
tbody td:hover, tfoot td:hover {
border-collapse: collapse;
background-color: #fce4a2;
}

Loading…
Cancel
Save