-
Notifications
You must be signed in to change notification settings - Fork 0
/
page.css
77 lines (77 loc) · 1.25 KB
/
page.css
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
.head {
font: tahoma;
font-family: sans-serif;
}
.body {
font: tahoma;
font-family: sans-serif;
}
.pages-nav {
list-style-type: none;
padding: 0;
margin: 0;
overflow: hidden;
background-color: #333333;
}
.pages-nav li {
float: left;
}
.pages-nav li a {
display: block;
color: white;
text-align: center;
padding: 16px;
text-decoration: none;
}
li a:hover {
background-color: #111111;
}
body {
background-color: white;
background: url("images/java-background.png") no-repeat fixed;
background-size: 10%;
background-position: 50%;
height: 100%;
}
p {
color: black;
}
.body-div {
display: inline-block;
width: 100%;
max-height: 100%;
}
.bottom {
position: fixed;
margin: 10px;
bottom: 0;
right: 0;
left: 0;
width: 99%;
display: inline;
clear: none;
background-color: #333333;
}
.bottom .fa {
padding: 20px;
font-size: 30px;
width: 30px;
text-align: center;
text-decoration: none;
border-radius: 50%;
color: white;
float: right;
}
.fa:hover {
opacity: 0.7;
}
.clear {
clear: both;
}
#back-end {
color: rgb(207, 17, 55);
}
#back-end:hover {
color: rgb(231, 37, 76);
text-decoration: underline wavy ;
}