-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
107 lines (92 loc) · 1.48 KB
/
style.css
File metadata and controls
107 lines (92 loc) · 1.48 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
h1{
color:rgb(22, 10, 190);
width: 100%;
text-align: center;
}
legend[id^="leg"]{
color:rgb(88, 9, 77);
font-size: small;
font-weight: bolder;
text-align: center;
;
}
table {
border-collapse: collapse;
border: 2px solid rgb(200,200,200);
letter-spacing: 1px;
font-size: 2.0rem;
}
td, th {
border: 1px solid rgb(190,190,190);
padding: 10px 20px;
}
td {
text-align: center;
}
caption {
padding: 10px;
}
.center {
margin: auto;
width: 70%;
border: 3px solid #73AD21;
padding: 10px;
}
.column {
float: left;
width: 20%;
padding: 5px;
}
/* Style the images inside the grid */
.column img {
opacity: 0.8;
cursor: pointer;
}
.column img:hover {
opacity: 1;
}
.row {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
/* Clear floats after the columns */
/*.row:after {
content: "";
display: table;
clear: both;
}*/
/*
#lin{
color: yellow;
font-size: xx-large;
font-family: 'Courier New', Courier, monospace;
font-weight: bolder;
background-color:rgb(63, 140, 228);
}
fieldset{
border-width: 10px;
border-top-color: coral;
border-bottom-color: coral;
border-left-color: blueviolet;
border-right-color: blueviolet;
}
legend{
color:rgb(88, 9, 77);
font-size: x-large;
font-weight: bolder;
text-align: center
;
}
th{
color:rgb(88, 9, 77);
font-size: xx-large;
font-weight: bolder;
}
input{
font-size: xx-large;
font-family: 'Courier New', Courier, monospace;
font-weight: bolder;
}
*/