-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (61 loc) · 1.08 KB
/
style.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
@import url(http://fonts.googleapis.com/css?family=Roboto:300);
body{
background:url('Images/New-BG.jpg') no-repeat;
background-size:100% auto;
font-family: 'Roboto', sans-serif;
}
.titlebar{
margin: -8px;
padding: 3px;
color: white;
background-color:rgba(0,0,0,0.7);
border-bottom: 2px groove grey;
}
.titlebar a {
color: #33CCCC;
text-decoration: none;
}
.titlebar a:hover {
color: blue;
text-decoration: underline;
}
.titlebar b {
color: #33CCCC;
}
#load-code{
color: whitesmoke;
background-color: rgba(10,10,10,0.5);
text-align: center;
box-shadow: 2px 4px 6px black;
width: auto;
}
#save-code{
color: whitesmoke;
background-color: rgba(10,10,10,0.5);
text-align: center;
box-shadow: 2px 4px 6px black;
width:auto;
}
#StatusBar{
margin: 10px 0 0 0;
width:auto;
color: white;
text-decoration:underline;
text-align: center;
background-color: grey;
}
#StatusBar a {
color: black;
text-decoration: none;
}
#StatusBar a:hover {
color: blue;
text-decoration: underline;
}
#StatusBar b {
color: rgb(12,46,0);
}
#Link{
color: blue;
text-decoration: underline;
}