mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-07 23:43:36 +00:00
move www-dir to exampleAddOns
This commit is contained in:
parent
beb955567f
commit
ad88f65d0b
70 changed files with 0 additions and 0 deletions
48
exampleAddOns/simpleWeb/style.css
Normal file
48
exampleAddOns/simpleWeb/style.css
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
/*navigation*/
|
||||
#navi{
|
||||
width: 400px;
|
||||
margin: auto;
|
||||
border: 1px solid black;
|
||||
padding: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#navi a:link { color: red; text-decoration: none;}
|
||||
#navi a:visited { color: red; }
|
||||
#navi a:hover { color: black; }
|
||||
#navi a:active { color: black; }
|
||||
|
||||
|
||||
/*table center and border in*/
|
||||
table { margin: auto; border-collapse: collapse; }
|
||||
|
||||
/*Tabellen mit Rahmen*/
|
||||
table, th, td { border: 1px solid black; }
|
||||
|
||||
/*alternating line color in table*/
|
||||
/*without first line (header)*/
|
||||
tr:nth-child(2n+2) { background: white; }
|
||||
tr:nth-child(2n+3) { background: lightgray; }
|
||||
|
||||
/*table head*/
|
||||
.tableHead{
|
||||
color: white;
|
||||
background-color: #BE2F01;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.highlight {
|
||||
color: #BE2F01;
|
||||
font-weight: bold;
|
||||
border: 2px solid #BE2F01;
|
||||
}
|
||||
|
||||
|
||||
/*footer*/
|
||||
#footer{
|
||||
margin-top: 50px;
|
||||
margin-bottom: 25px;
|
||||
text-align: center;
|
||||
color: gray;
|
||||
}
|
||||
#footer a{ color: gray; font-weight: bold;}
|
||||
Loading…
Add table
Add a link
Reference in a new issue