-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.css
More file actions
128 lines (124 loc) · 2.44 KB
/
footer.css
File metadata and controls
128 lines (124 loc) · 2.44 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
117
118
119
120
121
122
123
124
125
126
127
128
#footer {
position: relative;
left: 0;
bottom: 0;
width: 100%;
background: linear-gradient(transparent,#484848,black,black);
color: white;
font-family: 'Poiret One', cursive;
}
#footerheading{
text-align: center;
}
#footerrow{
width: 100%;
display: flex;
align-items: center;
}
.footercontent{
width: 33%;
height: 200px;
}
#CNlogo{
height:60px;
display: flex;
align-items: center;
}
.CNimg{
height:50px;
}
.CNlogo{
height:30px;
}
#CNlink a{
color: white;
text-decoration: none;
}
.CNinfo{
width: 50%;
}
#commentpage{
width: 100%;
height:100%;
background:linear-gradient(to bottom right,#2E46EC,#2EA0EC,#2EA0EC,#2ED1EC,#2ED1EC,#2ED1EC);
}
#grass{
height:100%;
width: 100%;
background:linear-gradient(to bottom,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,#0FCD36,#0FCD36,#0FCD36);
}
#sun{
width: 100%;
height:100%;
background-image: radial-gradient(farthest-side at 100% 20%,#EDFF03,#EDFF03,#EDFF03,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent,transparent);
}
#viewername{
font-size: 12px;
}
#viewermail{
font-size: 12px;
}
#viewercoment{
font-size: 12px;
width: 80%;
height:100px;
resize: none;
}
#commentbox{
position: absolute;
height:400px;
width: 500px;
left:20px;
top:100px;
}
.commentsbox{
border:1px;
width: 40%;
height: 200px;
position: absolute;
top:120px;
left: 40%;
overflow-y: scroll;
}
.comentholder{
font-family: 'Neucha', cursive;
border-radius: 60px;
border:3px solid #E9E9E9;
width: 95%;
background-color:#E1E1E1;
}
.postedname{
position: relative;
left:30px;
top:15px;
width:70%;
background-color:black;
color:white;
}
.webcomment{
position: relative;
top:-10px;
left:4px;
}
.postedcomm2ent{
border:1px solid black;
border-radius:10px;
width: 80%;
position: relative;
left:20px;
}
/*.cloudone{*/
/* position: absolute;*/
/* border-radius: 20px;*/
/* background-image:linear-gradient(to bottom,#F7F7F7,#F7F7F7,#F7F7F7,#F7F7F7 ,#F7F7F7,transparent);*/
/* width:45%;*/
/* height:150px;*/
/* left:35%;*/
/* top:200px;*/
/*}*/
/*.cloudtwo{}*/
/*.cloudthee{}*/
/*.cloudfore{}*/
/*.cloudfive{}*/
/*.cloudsix{}*/
/*.cloudseven{}*/