forked from COLTEC-DAW/E02-CSS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (107 loc) · 1.66 KB
/
Copy pathstyle.css
File metadata and controls
116 lines (107 loc) · 1.66 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
110
111
112
113
114
115
116
body {
width: 80%;
max-width: 1280px;
font-family: Verdana, sans-serif;
background-color: #614D3B;
font-size: 1em;
color: pink;
width: 100%;
padding: 0 auto;
padding-bottom: 70px;
margin-left: 0px;
}
p{
text-indent: 1.5rem;
}
h1, h2, h3 {
text-align: center;
}
h1{
color: #fff;
font-size: 1.8rem;
}
h2{
color:#fff;
font-size: 1.4rem;
}
h3{
color: #fff;
font-size: 1.2rem;
}
.summary{
text-align: center;
}
.main-supporting{
line-height: 1.5;
float: left;
width: 62%;
padding-bottom: 70px;
}
a{
font-weight: bold;
color: red;
}
abbr{
color: red;
}
footer{
background-color: #fff;
display: block;
position: fixed;
width: 100%;
text-align: center;
padding-top: 15px;
height: 40px;
bottom: 0;
}
footer a{
margin-left: 1%;
margin-right: 1%;
color:black;
}
.sidebar{
float: left;
width: 33%;
padding-left: 10px;
padding-right: 10px;
}
.sidebar li {
list-style: none;
margin-bottom: 1em;
border-top-style: solid;
border-top-width: 1px;
}
.sidebar h3{
text-align: center;
}
.wrapper div{
border-top: white 1px solid;
}
.wrapper:last-child{
border-top: white 1px solid;
}
#zen-supporting ::first-letter{
font-size: 2em;
font-weight: bolder;
border-top: solid 0.5px;
border-bottom: solid 0.5px;
}
a{
color: wheat;
text-decoration: none;
}
a:hover{
text-decoration: underline;
color: wheat;
}
a:visited{
color: wheat;
}
.design-selection{
display: block;
font-size: 0.8em;
}
.design-name::before{
content: '/00A9';
font-size: 0.2rem;
}