Thumbnail

mod/u.buni.party.git

Clone URL: https://git.buni.party/mod/u.buni.party.git

Viewing file on branch master

1* {
2 background-color: #282828;
3}
4
5body {
6 color: #EEEEEE;
7 padding-bottom: 3vh;
8}
9
10#body {
11 max-width: 800px;
12 margin: 0 auto;
13 padding: 20px;
14}
15
16p {
17 padding-bottom: 15px;
18 text-align: justify;
19 font-size: 16px;
20}
21
22thead {
23 text-align: left;
24}
25
26td {
27 padding-right: 15px;
28}
29
30table.images {
31 margin-left: auto;
32 margin-right: auto;
33 text-align: center;
34}
35
36td.caption {
37 padding-bottom: 15px;
38}
39
40a:link, a:visited {
41 color: #B8EAEA;
42}
43
44a.out {
45 color: #AC5645;
46 text-decoration: none;
47 border-bottom: 1px dashed;
48}
49
50#topbar td {
51 padding-right: 25px;
52 padding-bottom: 15px;
53}
54
55#topbar a:link, #topbar a:visited {
56 color: #B8EAEA;
57 text-decoration: none;
58}
59
60#topbar a.active {
61 font-weight: bold;
62}
63
64.video {
65 text-align: center;
66}
67