-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
109 lines (92 loc) · 2.13 KB
/
Copy pathstyle.css
File metadata and controls
109 lines (92 loc) · 2.13 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
body {
background-color: #22353e;
}
.topnav {
overflow: hidden;
background-color: #22353e;
border-radius: 8px;
}
.topnav a {
float: left;
color: white;
text-align: center;
padding: 20px 50px;
text-decoration: none;
border-radius: 8px;
font-size: 20px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}
.topnav a:hover {
background-color: #ddd;
color: black;
}
h1 {
color: white;
text-align: center;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 60px;
}
p {
color: whitesmoke;
text-align: center;
padding: 60px;
font-size: 28px;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
th {
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 35px;
color: white;
padding-bottom: 27px;
padding-top: 27px;
border: 5px solid rgb(255, 255, 255);
border-collapse: collapse;
}
.code {
background-color: white;
color: black;
font-family: monospace;
font-size: 20px;
text-indent: 30px;
}
td {
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
color: white;
font-size: 20px;
padding: 40px;
border: 5px solid white;
border-collapse: collapse;
}
h2 {
color: white;
text-align: center;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 35px;
position: relative;
top: -100px;
}
.aol {
padding-left: 100px;
padding-bottom: 100px;
}
table {
border-collapse: collapse;
border-color: white;
}
tr {
padding-top: 20px;
}
.mainLogo {
position: relative;
top: -150px;
right: -1200px;
}
.aboutLogo {
position: relative;
right: -850px;
top: -410px;
}
.mainPara{
position: relative;
top: -150px;
}