-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjen2.css
More file actions
94 lines (65 loc) · 1.5 KB
/
jen2.css
File metadata and controls
94 lines (65 loc) · 1.5 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
body {
font-family: Georgia;
margin: 0 100px 0 100px;
}
a {
color: #2E8856;
font-weight: bold;
}
nav ul{
list-style-type: none;
}
header {
background-color: #43b777; /** #2E8856; */
font-size: 40pt;
font-weight: bold;
padding: 10px 0 20px 50px;
/** border-radius:60px; */
}
nav {
background-color:#000000;
padding: 8px 0 8px 0;
font-size: 14pt;
border-bottom-left-radius:40px;
border-bottom-right-radius:40px;}
nav li{
display: inline;}
nav a{
padding: 20px;
color: #ffffff;}
section { margin-top: 20px;
margin-bottom: 50px;
clear: both;
font-size: 130%;}
article{ float : left;
width: 60%;
font-size: 150%}
aside{ float: right;
width: 35%;
border-width: 1px;
border-color: black;
border-style:solid;
padding: 0px 0px 10px 20px;
}
footer{ padding-top: 20px;
padding-bottom: 20px;
}
tr:nth-child(even){
/** background-color: #c8f7c5; */
background-color: #edf8f1; /** #daf1e4; #dbf7c5; */
font color: black;
}
tr:hover {background-color: #f5f5f5;}
table{ border: 5px solid black;
}
td{ padding: 15px;
font-size: 120%;
/** border: 10px solid black; */
text-align: left;
border-bottom: 3px solid black;
}
th{ padding: 15px;
font-size:150%;
border-bottom: 5px solid black;
background-color: #b5e3c9;
}