-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles_oryan.css
executable file
·179 lines (153 loc) · 3.4 KB
/
styles_oryan.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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
<style type="text/css">
body{
font-family: Monaco, "Lucida Console", monospace;
}
#Q1{
display: block;
}
#Q2, #Q3, #Q4, #Q5, #Q6, #Q7, #seeResults{
display: none;
}
.slider{
width: 100%;
margin-bottom: 4%;
}
.left{
float: left;
font-family: Monaco, "Lucida Console", monospace;
color: rgb(144, 144, 144);
}
.right{
float: right;
font-family: Monaco, "Lucida Console", monospace;
color: rgb(144, 144, 144);
}
#notificPic{
margin: auto;
width: 30%;
}
h2{
font-family: Monaco, "Lucida Console", monospace;
padding: 20px 0;
font-weight: 300;
color: #333;
margin: -16px -16px 16px -16px;
}
#pageRight {
color: red;
font-size: 20px;
clear: both;
width: 500px;
margin-left: 600px;
display:inline-block;
margin-top: 50px;
font-weight: 500;
}
#pageRight h5{
color: #000000;
}
/*#pageRight #cure{
color: red;
font-weight: 500;s
margin-left: 600px;
width: 400px;
}*/
#pageLeft{
clear: both;
width: 400px;
margin-left: 600px;
display:inline-block;
}
input[type=checkbox]:checked + label{
}
.app{
display:inline-block;
margin: 50px;
}
.form-style-6{
font: 250%;
margin: 10px auto;
padding: 16px;
}
.form-style-6 h1{
font-family: Monaco, "Lucida Console", monospace;
padding: 20px 0;
font-size: 250%;
font-weight: 300;
color: #333;
margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select
{
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
background: #fff;
margin-bottom: 4%;
border: 1px solid #ccc;
padding: 3%;
color: #555;
font: 250% Monaco, "Lucida Console", monospace;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
box-shadow: 0 0 5px #43D1AF;
padding: 3%;
border: 1px solid #43D1AF;
}
.form-style-6 input[type="button"],
.form-style-6 input[type="submit"]{
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
width: 100%;
padding: 1%;
background: #00C1CC;
border-bottom: 2px solid #00C1CC;
border-top-style: none;
border-right-style: none;
border-left-style: none;
color: #fff;
font-size: 300%;
}
.form-style-6 input[type="button"]:hover,
.form-style-6 input[type="submit"]:hover{
background: rgba(232, 126, 120, 0.66);
border-bottom: 2px rgba(232, 126, 120, 0.66);
}
/*#sub{
background: url("img/Home-Button.png") no-repeat;
margin-left: 550px;
margin-top: 350px;
}*/
#sub{
margin-top: 350px;
}
#homebtn{
margin-top: 80px;
}
</style>