-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvent.css
93 lines (78 loc) · 1.55 KB
/
vent.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
.title-block {
color: white;
background-color: #001A57;
box-shadow: 10px 10px 5px #888888;
/*40px --> 3%, 10px -->1.3%*/
text-align: center;
border: solid 10px #001A57;
margin: 1.3% 0.75% 1.3% 3%;
float: left;
width: 90%;
height: 75px;
line-height: 75px;
font-size:200%;
font-family: "Georgia", Times, serif;
}
.body-block {
opacity: 0;
color: white;
background-color: #001A57;
box-shadow: 10px 10px 5px #888888;
/*40px --> 3%, 10px -->1.3%*/
text-align: center;
border: solid 10px #001A57;
margin: 1.3% 0.75% 1.3% 3%;
float: left;
width: 90%;
height: 75px;
line-height: 75px;
font-size:175%;
font-family: "Georgia", Times, serif;
}
input[type=text] {
display: block;
border: 1px dotted #999;
border-radius: 15px;
text-align: center;
width: 80%; height: 60px;
margin: 1.3% 0.75% 1.3% 4%;
float: left;
-webkit-appearance: none;
}
button {
display: block;
text-align: center;
width: 8%; height: 60px;
margin: 1.3% 0.75%;
float: left;
-webkit-appearance: none;
}
textarea {
opacity: 0;
display: block;
border: 1px solid #02267a;
border-radius: 5px;
text-align: center;
font-height: 60px;
width: 80%; height: 60px;
margin: 1.3% 0.75% 1.3% 4%;
float: left;
-webkit-appearance: none;
}
.smilies {
margin: 1.3% 0.75% 1.3% 3%;
float: left;
}
.post {
color: #001A57;
background-color: white;
/*40px --> 3%, 10px -->1.3%*/
text-align: center;
margin: 1.3% 0.75% 1.3% 3%;
float: left;
width: 80%;
height: 75px;
line-height: 75px;
font-size:100%;
font-family: "Georgia", Times, serif;
}