This repository was archived by the owner on Mar 10, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +68
-34
lines changed
Expand file tree Collapse file tree 1 file changed +68
-34
lines changed Original file line number Diff line number Diff line change 11section {
2- width : 50% ;
3- min-width : 700px ;
4- margin : auto ;
5- color : rgb (193 , 187 , 177 );
6- line-height : 1.7 ;
7- word-wrap : break-word ;
8- text-align : justify ;
9- font-family : helvetica neue,Helvetica ,Arial ,sans-serif ;
10- font-size : 1.125rem ;
11-
12- h1 {
13- font-size : 2.125rem ;
14- margin-top : 25px ;
15- line-height : 1.4 ;
16- }
17-
18- p {
19- font-size : 1rem ;
20- margin-bottom : 10px ;
21- }
22-
23- a {
24- color : inherit ;
25- text-decoration : none ;
26- transition : color ease-in-out 0.2s ;
27- }
28-
29- a :hover {
30- color : #ddd ;
31- }
32-
33- ul {
34- margin-left : 20px ;
35- }
2+ width : 50% ;
3+ min-width : 700px ;
4+ margin : auto ;
5+ color : rgb (193 , 187 , 177 );
6+ line-height : 1.7 ;
7+ word-wrap : break-word ;
8+ text-align : justify ;
9+ font-family : helvetica neue, Helvetica , Arial , sans-serif ;
10+ font-size : 1.125rem ;
11+
12+ h1 {
13+ font-size : 2.125rem ;
14+ margin-top : 25px ;
15+ line-height : 1.4 ;
16+ }
17+
18+ p {
19+ font-size : 1rem ;
20+ margin-bottom : 10px ;
21+ }
22+
23+ a {
24+ color : inherit ;
25+ text-decoration : none ;
26+ transition : color ease-in-out 0.2s ;
27+ }
28+
29+ a :hover {
30+ color : #ddd ;
31+ }
32+
33+ ul {
34+ margin-left : 20px ;
35+ }
36+ }
37+
38+
39+ table {
40+ width : 100%
41+ }
42+
43+ td .align-right {
44+ text-align : right ;
45+ }
46+
47+ #not-valid {
48+ width : 100% ;
49+ background-color : red ;
50+ text-align : center ;
51+ font-size : 38px ;
52+ color : white ;
53+ }
54+ #redirect {
55+ width : 100% ;
56+ background-color : darkred ;
57+ text-align : center ;
58+ font-size : 18px ;
59+ color : white ;
60+ }
61+
62+ #redirect :hover {
63+ background-color : maroon ;
64+ transition : 0.2s ease-in-out ;
65+ }
66+
67+ div .revision {
68+ border : 1px darkcyan solid ;
69+ padding : 5px ;
3670}
You can’t perform that action at this time.
0 commit comments