summaryrefslogtreecommitdiffstats
path: root/basicsuite/webengine/content/rubiks/css/style.css
blob: a636bb0ab401d0a737936a38f6c5ec4fc87ad91e (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
html, body {
    height: 100%;
    margin: 0px;
}

body {
    background-color: #000;
    color: white;
    text-shadow: 0px 1px 1px black;
    text-align: center;
    font-family: sans-serif;
}

h1 {
    text-align: center;
    margin-top: 0px;
    padding-top: 1em;
}

footer {
    position: fixed;
    text-align: center;
    width: 100%;
    left: 0px;
    bottom: 3px;
    font-size: 90%;
}

a {
    color: white;
}

.face {
    border: 2px solid black;
    border-radius: 10px;
}