-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscreen1.css
More file actions
153 lines (142 loc) · 2.89 KB
/
Copy pathscreen1.css
File metadata and controls
153 lines (142 loc) · 2.89 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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
.sidenav {
height: 100%;
width: 220px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(49, 107, 26);
overflow-x: hidden;
padding-top: 20px;
}
body {
font-family: "Lato", sans-serif;
background: url("images/pexels-pixabay-207247.jpg");
background-attachment: scroll;
background-size: cover;
}
.header img {
float: left;
width: 80px;
height:80px;
margin-right: 20px;
border-radius: 50%;
background: #555;
}
.header h1 {
position: relative;
top: 5px;
font-size: 60px;
left: 12px;
color: rgb(62, 136, 32);
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 20px;
color: white;
margin-left: 50px;
display: block;
}
.sidenav a:hover {
color: white;
background: rgb(62, 136, 32);
box-shadow: 0 4px 8px 0 black;
font-size: 25px;
margin-left: 0px;
}
.search{
position: absolute;
height: 100px;
top: 120px;
left: 80%;
transform: translate(-50%,-50%);
}
.search img{
position: absolute;
height: 25px;
width: 25px;
}
.main{
margin-left: 250px;
}
.contain{
width: 150px;
height: 70px;
margin-top: 15px;
margin-right: 30px;
font-size:20px;
margin-left: 60px;
background: white;
position: relative;
float: left;
padding-left:40px;
box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.418);
transition: 1.5s;
border-radius: 10px;
}
.farmerlogo {
height: 100px;
width: 100px;
background-color: white;
margin-left: 50px;
border-radius: 50%;
display: inline-block;
}
.demotbl {
border: 0px solid white;
margin-left: 25px;
transition-duration: 2.5s;
margin-top: 40px;
width: 900px;
}
.demotbl th{
padding:15px;
font-size: 25px;
color:#fff;
text-shadow:1px 1px 1px rgb(49, 107, 26);
border-bottom:3px solid rgb(49, 107, 26);
background-color:rgb(49, 107, 26);
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.02,rgb(49, 107, 26)),
color-stop(0.51,rgb(62, 136, 32)),
color-stop(0.87, rgb(68, 151, 36))
);
background: -moz-linear-gradient(
center bottom,
rgb(123,192,67) 3%,
rgb(139,198,66) 52%,
rgb(158,217,41) 88%
);
-webkit-border-top-left-radius:5px;
-webkit-border-top-right-radius:5px;
-moz-border-radius:5px 5px 0px 0px;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.demotbl td{
width:120px;
font-size: 20px;
padding:10px;
height: 40px;
text-align:center;
padding-top: 20px;
vertical-align: top;
background-color:white;
border: 1px solid #BED3AB;
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
color:black;
text-shadow:1px 1px 1px #fff;
}
.para{
margin-left: 270px;
color: rgb(62, 136, 32);
margin-top: 290px;
font-weight: bold;
font-size: 50px;
}