-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmystyle.css
More file actions
87 lines (75 loc) · 1.26 KB
/
mystyle.css
File metadata and controls
87 lines (75 loc) · 1.26 KB
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
84
85
86
87
body,
p,
th {
font-family: arial, sans-serif;
width: 100%;
overflow: scroll;
}
header {
position: absolute;
display: block;
right: 0;
width: 100%;
font-size: 13px;
}
#navleft {
display: inline-block;
padding-left: 15px;
}
#navright {
position: relative;
display: inline-block;
float: right;
padding-left: 30px;
padding-right: 30px;
}
#tab {
display: inline-block;
margin-left: 1100px;
}
footer {
background-color: #f2f2f2;
line-height: 28px;
border-top: 1px solid #e4e4e4;
position: fixed;
display: inline;
width: 100%;
font-size: 13px;
bottom: 0px;
}
#footleft {
display: inline-block;
padding-left: 15px;
}
#footright {
position: relative;
display: inline-block;
float: right;
padding-left: 30px;
padding-right: 30px;
}
#button {
color: white;
background-color: #4285f4;
font-weight: bold;
border: 1px solid;
border-radius: 2px;
display: inline-block;
line-height: 28px;
padding-top: 0;
padding-left: 12px;
padding-right:12px;
margin-top: 10px;
}
#apps {
padding: 10px;
}
#searchbox {
box-shadow: 0 1px 1px rgba(0,0,0,0.25);
transition: box-shadow 0.25s ease-in-out;
width: 400px;
height: 10px;
border: 1px solid #1112;
border-radius: 2px;
padding: 15px;
}