aboutsummaryrefslogtreecommitdiff
path: root/styles.css
blob: 3ab6ff2556180d16fa572d779b4350341c02140d (plain) (blame)
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
body .jumbotron {
  background-color: white;
}


.lang-slector {
	float: right;
	padding-top: 2mm;
	padding-bottom: 4mm;
	margin-left:  15px;
	margin-right: 15px;
}
html {
	overflow-y: scroll;
}

.c_acronym {
  background-color: #7A9F35;
}


#body_content a,
#body_content a:visited {
    text-decoration: underline;
    color: black;
}

#body_content a:hover {
  transition: background-color 0.3s;
  background-color: rgba(200, 200, 200, 0.5);
}

.c_intro {
  min-height: 97vh;
}

/* don't show the language selector in the dropdown on mobile devices,
 * since it's in the top bar already.
 */
.in .nav-lang {
  display: none;
}

.mobile-lang {
  margin-left:5px;
  margin-top: 8px;
}

#mybody {
  /* override ugly bootstrap defaults */
  color: black;
}

footer {
  margin-top: 2em;
}