-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
83 lines (82 loc) · 1.43 KB
/
styles.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
78
79
80
81
82
83
body {
margin: 0;
background: #ffffff;
background: radial-gradient(ellipse at center, #ffffff 0%, #eee 100%);
background: -moz-radial-gradient(#eee, #fff);
}
.keepcentered {
position: absolute;
left: 50%;
top: 50%;
width: 700px;
height: 300px;
margin-left: -350px;
margin-top: -150px;
font-weight: 100;
}
body {
font-family: 'Roboto', sans-serif;
font-style: normal;
color: #3f83ff; // Change this to change the color of the colored font on the page.
margin: 5px;
}
td,
tr {
width: 1000px;
text-align: center;
//border:1px solid black;
}
a {
font-weight: 100;
color: #999;
}
a:hover {
color: black;
}
a:link {
text-decoration: none;
text-shadow: 0px 0px 0px #000;
}
#topBar {
height: 10px;
background-color: #3f83ff;
width: 100%;
}
#time {
font-size: 96;
}
#date {
font-size: 24;
font-weight: bold;
}
#linkWrapper {
width: 700px;
border: 0px solid black;
}
#linkWrapper #innerWrapper ul li {
width: 120px;
float: left;
line-height: 25px;
margin-left: -25px;
}
.title {
font-style: normal;
font-weight: bold;
}
#linkWrapper #innerWrapper {
float: left;
width: 140px;
border: 0px solid black;
}
#search {
margin-top: 15px;
}
#search input {
padding: 10px;
border-radius: 5px;
text-align: center;
font-size: 1.5em;
width: 700px;
color: #3f83ff;
margin-bottom: 20px;
}