forked from GaneshaChess/GaneshaChess.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAppWebpage_Style.css
More file actions
74 lines (68 loc) · 1.38 KB
/
Copy pathAppWebpage_Style.css
File metadata and controls
74 lines (68 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/* Remove margins and padding from the list, and add a black background color */
ul.topnav_leiste {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
/* Float the list items side by side */
ul.topnav_leiste li {float: left;}
/* Style the links inside the list items */
ul.topnav_leiste li a {
display: inline-block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s;
font-size: 17px;
}
/* Change background color of links on hover */
ul.topnav_leiste li a:hover {background-color: #555;}
/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav_leiste li.icon {display: none;}
body {
background-image: url("case1");
}
b.Lücke {
color: red;
}
b.Lücke-ungelöst {
color: blue;
border: 0;
outline: 0;
background: transparent;
border-bottom: 1px solid black;
}
b.Lücke-gelöst {
color: green;
display: none;
}
b.Hinweis {
color: green;
}
.example {
background-color: lightgrey;
}
button.link
{
background:none;
border:none;
}
h1 {
color: blue;
font-family: courier;
padding: 30px;
text-align: center;
border: 1px solid red;
}
h2, h3, h4 {
color: red;
font-family: courier;
padding: 30px;
text-align: center;
}
p {
color: black;
}