-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (89 loc) · 1.56 KB
/
style.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
@charset "utf-8";
/*website style for width more than 550px */
/* Style for the headers*/
h1 {
color:black;
text-shadow: 4px 4px #C8C8C8;
min-width:50px;
}
#home h2{
text-align:left;
color:black;
text-shadow: 4px 4px #C8C8C8;
}
h3{
text-align:left;
color:black;
text-shadow: 1px 1px #C8C8C8;
font-size:20px;
}
h4{
text-align:left;
color:black;
text-shadow: 1px 1px #C8C8C8;
font-size:15px;
}
/* style for the treatment*/
#treatment{
margin-left: auto;
margin-right: auto;
box-shadow: 10px 10px 5px grey;
}
/* style for the form*/
form{
padding:3px;
margin-left:20px;
margin-right:20px;
}
.ui-header {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-size:22px;
}
.ui-footer {
text-shadow: 2px 2px white;
text-align:left;
font-size:15px;
}
#item_{
display: none;
}
/* scroll*/
#Toilet_Log{
max-height:250px;
overflow-y:scroll;
-webkit-overflow-scrolling: touch;
}
/*Style for the content of home page*/
#home ul li a{
min-width:200px;
margin:0px 3px 0px 2px;
font-size:19px;
}
.ui-content{
min-width:200px;
margin:0px 3px 0px 2px;
}
/*website style for width less than 550px */
@media screen and (max-width: 550px) {
#home h1{
font-size:18px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}
#home ul li a{
min-width:200px;
margin:0px 3px 0px 2px;
font-size:15px;
}
.ui-footer {
text-shadow: 2px 2px white;
text-align:left;
font-size:13px;
}
.ui-header {
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
font-size:18px;
}
}