2
2
3
3
body {
4
4
background-color : # f3f3f3 ;
5
- height : 100%
5
+ height : 100% ;
6
6
}
7
7
8
8
/*h2 {
@@ -71,40 +71,55 @@ header {
71
71
}
72
72
73
73
/*Courses styles******************************************************************************/
74
+ select {
75
+ -webkit-appearance : none;
76
+ }
74
77
75
78
.courselist {
76
79
list-style : none;
77
- padding : 0 ;
78
- position : absolute;
79
- margin-top : 35px ;
80
- background : white;
81
- z-index : 5 ;
80
+ padding : 40px ;
81
+ border-radius : 15px ;
82
+ background : # 1F6521 ;
83
+ }
84
+
85
+ .addCourse {
86
+ position : relative;
87
+ margin-bottom : 30px ;
88
+ padding : 15px ;
89
+ font-size : 20px ;
90
+ text-transform : uppercase;
91
+ /*border: 1px solid #1F6521;*/
92
+ border-radius : 10px ;
93
+ background : # 53900F ;
94
+ color : white;
95
+ text-align-last : center;
82
96
}
83
97
84
98
.courselist li {
85
- margin : 0 ;
86
- padding : 10px 0 ;
87
- border-top : 1px solid gray;
99
+ margin-bottom : 30px ;
100
+ padding : 15px ;
101
+ border-radius : 10px ;
102
+ background : white;
103
+ border-bottom : 1px solid # a4a71e ;
88
104
}
89
105
90
- .courselist li : first-child {
91
- border-top : none !important ;
106
+ .courselist li a , . courselist li h4 {
107
+ color : # a4a71e ;
92
108
}
93
109
94
- select {
95
- -webkit-appearance : none ;
110
+ . courselist li p {
111
+ color : # 1f2605 ;
96
112
}
97
113
98
114
.thumbnail {
99
115
background-color : # 1F6521 ;
100
116
color : white;
101
117
width : 31px ;
102
- border-radius : 15 px ;
118
+ border-radius : 100 % ;
103
119
border-color : # 777 ;
104
120
border-width : 1px ;
105
121
text-align : center;
106
- margin-top : 5px ;
107
-
122
+ margin-top : 15px ;
108
123
}
109
124
110
125
.status {
@@ -115,6 +130,44 @@ select {
115
130
margin-bottom : 20px ;
116
131
}
117
132
133
+ .status select , .status div {
134
+ background : # 53900F ;
135
+ color : white;
136
+ padding : 5px ;
137
+ border-radius : 5px ;
138
+ }
139
+
140
+ .courselist li button {
141
+ font-family : 'PT Sans' , sans-serif;
142
+ color : white;
143
+ padding : 5px 10px ;
144
+ border-radius : 5px ;
145
+ text-transform : uppercase;
146
+ border : none;
147
+ background : # e0bb28 ;
148
+ }
149
+
150
+ .status label {
151
+ font-size : 16px ;
152
+ font-family : 'PT Sans' , sans-serif;
153
+ font-weight : normal;
154
+ text-transform : uppercase;
155
+ color : # e0bb28 ;
156
+ }
157
+
158
+ @media (max-width : 770px ) {
159
+ .addCourse {
160
+ margin : 30px 0 20px ;
161
+ }
162
+ .status {
163
+ text-align : right;
164
+ margin-top : 10px ;
165
+ }
166
+ .thumbnail {
167
+ margin-top : 0 ;
168
+ }
169
+ }
170
+
118
171
/*Login and Signup Styles******************************************************/
119
172
120
173
.username-input , .password-input {
@@ -175,4 +228,50 @@ span.redir {
175
228
}
176
229
}
177
230
231
+ /*Not Found Styles*************************************************************/
232
+ .notFoundText {
233
+ padding-top : 10% ;
234
+ font-family : 'PT Sans' , sans-serif;
235
+ }
236
+
237
+ .notFoundText h1 {
238
+ padding : 20px ;
239
+ font-size : 50px ;
240
+ color : white;
241
+ background : # 53900F ;
242
+ border-radius : 10px ;
243
+ }
244
+
245
+ .notFoundText h2 {
246
+ color : # e0bb28 ;
247
+ font-size : 40px ;
248
+ margin-top : 20px ;
249
+ }
250
+
251
+ /*Profile Page Styles**********************************************************/
252
+ .courselist , .friends , .profile {
253
+ min-height : 300px ;
254
+ max-height : 800px ;
255
+ overflow-y : scroll;
256
+ }
257
+
258
+ .friends , .profile {
259
+ padding : 15px ;
260
+ border-radius : 15px ;
261
+ border : 2px solid # 1F6521 ;
262
+ background : white;
263
+ }
264
+
265
+ .profile img {
266
+ border-radius : 20px ;
267
+ }
268
+
269
+ .profile h3 {
270
+ font-family : 'PT Sans' , sans-serif;
271
+ font-size : 30px ;
272
+ color : # 1F6521 ;
273
+ }
274
+ /*Friends Component Style******************************************************/
275
+
276
+
178
277
/*****************************************************************************/
0 commit comments