-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
67 lines (59 loc) · 1020 Bytes
/
index.css
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
@font-face{
font-family:"PTSans";
src: url("dummyFont.ttf");
}
/*body,html{
height: 100%;
}*/
body{
font-family:PTSans;
}
#sider{
position: fixed;
// display: inline;
float: left;
background-image:url("background.png");
// overflow-x: visible;
width:25.5%;
height: 97vh;
}
#sider > p{
text-align: center;
}
#sider>img{
width: 100%;
}
a{
text-decoration:none;
}
#header a{
padding-left: 5%;
padding-right: 5%;
padding-top: 10%;
padding-bottom: 1%;
font-size: 1.2em;
}
#header a:hover{
background-color: rgba(100,100,100,1);
padding-color: rgba(50,50,50,0);
color: white;
}
#content{
// overflow: visible;
text-align: justify;
width: 63%;
float: right;
position: relative;
right: 5%;
}
.headingp{
font-size: 1.4em;
padding-top: 0.5em;
border-top-style: solid;
border-top-width: 0.06em;
border-top-color: rgba(201,121,55,1);
}
ol{
padding-left: 1%;
margin-bottom: 1%;
}