summaryrefslogtreecommitdiff
path: root/share/s.uppcss
blob: 65119722e1f8bd367d27970ca713e76823b86b01 (plain)
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
html, body{
  font-family: sans-serif;
  color: #ffbb55;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background: #111;
  }

h1{
 font-style: italic;
 font-size: 4em;
 text-align: center;
 }

.untertitel {
 text-align: center;
}

p{
  max-width: 600px;
}

/*hyperlinks*/
/* unvisited link */
a:link {
  color: #ff7700;
}
/* visited link */
a:visited {
  color: #ff7700;
}
/* mouse over link */
a:hover {
  color: #111;
  background: #f93;
}
/* selected link */
a:active {
  color: #111;
} 

/* collapse section*/
details {
  border: 1px solid #041716;
  border-radius: 2px;
  padding: 0.5em 0.5em 0;
}

summary {
  #font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #041716;
  margin-bottom: 0.5em;
}

.topnav {
  overflow: hidden;
  background-color: #ffbb55;
  border-radius: 0.25em;
}

.topnav a {
  float: left;
  color: #111;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #f93;
  color: #111;
}

#.topnav a.active {
#  background-color: white;
#  color: navy;
#}

/* frame around text */
.main {
  border: 6px double;
  padding: 1em;
}

hr {
  border-color: #ffbb55;
}

/* tables */

table {
  padding: 10px;
}

table.center {
  margin-left: auto; 
  margin-right: auto;
}

th {
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom: 1px solid;
}