-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
108 lines (90 loc) · 1.65 KB
/
main.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
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
.title {
color: rgb(50, 9, 88);
font-size: 40px;
text-align: center;
}
body {
font-family: monospace;
margin-left: 0px;
text-align: left;
background-color: rgb(210,200,180)
}
.bigdiv {
display: inline-block;
margin: auto;
vertical-align: top;
}
.roundtextbox {
background-color: rgb(181, 200, 203);
border-radius: 13px;
padding: 15px;
text-align: center;
width: 35%;
margin-left: 5%;
margin-top: 20px;
display: inline-block;
}
.narrowpane {
width: 15%;
}
.bigpane {
width: 70%;
}
.leftmenu {
border-style: solid;
border-radius: 8px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-color: rgb(82, 66, 89);
border-width: 2px;
background-color: rgb(181, 200, 203);
height: 100%;
padding-left: 4px;
padding-right: 4px;
/* display: inline-block; */
text-align: left;
}
p {
font-size: large;
}
.menutext {
margin: 8px;
padding: 2px;
color: rgb(0, 0, 0);
}
.lightup:hover {
opacity: 1;
text-shadow: 0px 0px 1px black;
}
.articlelink {
opacity: 0.8;
font-size: 30px;
}
a {
text-decoration: none;
font-size: large;
color: black;
padding-bottom: 5px;
}
.articles {
/* display: inline-block; */
margin: 10px;
background-color: rgb(255, 255, 255);
border-left: 0px;
border-color: gray;
border-width: 4px;
border-style: solid;
border-radius: 13px;
width: 80%;
margin-left: 5%;
padding: 15px;
}
.article {
border-bottom-style: solid;
border-color: black;
margin: 6px;
margin-bottom: 20px;
}
.articleimg {
width : 90%
}