forked from windlessStorm/Weather-Hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmystyle.css
136 lines (109 loc) · 3.31 KB
/
mystyle.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
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
body {
transition: background 0.5s linear;
padding :2px;
text-align: center;
letter-spacing: 5px;
font-family: Georgia, Times, serif;
color: rgba(60,80,65, 1);
background-image: url("https://www.highhdwallpapers.com/wp-content/uploads/2016/02/snow-winter-beautiful-background-images-free-download-top-quslity-new-hd-wallpapers-of-awesome-beautiful-hd-high-quality-winters-.jpg");
background-repeat: no-repeat;
}
h1, p,form,button {
padding : 2px;
margin: 20px 20px 20px 20px;
}
button{
color : rgba(80,120,90, 0.9);
float : center;
text-align : center;
border-radius: 25px;
letter-spacing: 5px;
background-color : rgba(230,250,230, 0.4);
font-size : 16px;
}
p{
padding : 20px, 20px, 20px, 20px;
}
h1 {
padding : 40px;
color: rgba(50,70,60, 0.9);
text-align : center;
text-decoration: overline;
font-size : 3 em;
}
input, select, textarea{
padding: 3px;
border-radius: 10px;
background-color :rgba(230,250,230, 0.7);
color : rgba(100,140,110, 0.9);
font-weight : 500;
text-align: center;
font-family: monospace;
font-size:18px;
}
#page-wrap {
position: absolute;
left: 50%;
width: 800px;
margin-left: -400px;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px rgba(230,250,230, 0.7) inset;
}
hr {
display: block;
position: relative;
padding: 0;
margin: 8px auto;
height: 0;
width: 100%;
max-height: 0;
font-size: 1px;
line-height: 0;
clear: both;
border: none;
border-top: 1px solid #aaaaaa;
border-bottom: 1px solid #ffffff;
}
body.few-clouds {
background: #b3c6e4 url("https://wallpapercave.com/wp/YijJ3Z2.jpg") fixed center bottom no-repeat;
}
body.scattered-clouds, body.broken-clouds, body.clouds {
background: #b3c6e4 url("https://openwalls.com/image/17483/sunrays_on_a_cloudy_day_1440x900.jpg") fixed center bottom no-repeat;
color : rgba(200,240,210, 0.9);
/*
http://www.dreamcloud.com.sg/wp-content/uploads/2015/03/beautiful-small-cloud-on-blue-sky-high-resolution-wallpaper-for-desktop-download-clouds-images-free.jpeg
*/
}
body.rain, body.shower-rain{
background: #9eacaf url("https://www.blirk.net/wallpapers/1366x768/rain-wallpaper-5.jpg") fixed center bottom no-repeat;
color : rgba(200,240,210, 0.9);
/*
http://img.wallpaperfolder.com/f/78CBC8727703/rainy-fall-day-com.jpg
*/
}
body.thunderstorm {
background: #889986 url("https://cdn.wall-pix.net/albums/landscapes-natural/00000799.jpg") fixed center bottom no-repeat;
/*
http://openwalls.com/image/3414/lightning_thunderstorm_1_1920x1200.jpg
*/
}
body.clear-sky, body.clear {
background: #8cdafe url("https://wallup.net/wp-content/uploads/2016/02/18/243819-nature-flowers-dandelion-clear_sky.jpg") fixed center top no-repeat;
color : rgba(40,70,50, 1);
}
body.snow {
background: #889986 url("https://amxxcs.ru/wp/nACgsVp.jpg") fixed center bottom no-repeat;
color : rgba(40,70,50, 1);
/*
http://cdn.wallpapersafari.com/55/46/QObC4r.jpg
*/
}
body.mist{
background: #889986 url("https://cdn.wallpapersafari.com/58/75/FkxLqE.jpg") fixed center bottom no-repeat;
/*
http://7-themes.com/data_images/out/4/6782033-cool-lake-mist-wallpaper.jpg
http://cdn.wallpapersafari.com/58/75/FkxLqE.jpg
http://eskipaper.com/images/lake-mist-wallpaper-hd-1.jpg
*/
}