-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstandard.css
More file actions
71 lines (46 loc) · 1.61 KB
/
Copy pathstandard.css
File metadata and controls
71 lines (46 loc) · 1.61 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
a {font-weight: bolder; color: black; transition: .5s; -moz-transition: .5s; -webkit-transition: .5s; -o-transition: .5s; font-family: 'Muli', sans-serif; }
a:hover { text-decoration: underline }
h1 a { font-family: 'Open Sans Condensed', sans-serif; font-size: 48px; color: #333; }
h1 a:hover { color: #ff6600; text-decoration: none; }
p { font-family: 'Muli', sans-serif; margin-bottom: 20px; margin-left: 3px;}
a.more-link { color: white; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, sans-serif; padding: 3px 10px; background-color: #ff6600; border-radius: 5px; float: right; }
a.more-link:hover { text-decoration: none; background-color: #666; border-radius: 0px; }
body {border-style: solid;
border-width: 5px; width: 240px; height: 315px; text-align: center;}
input[type=text] {
border: none;
border-bottom: 2px solid #2eb1ff;
width: 142px;
}
input[type=url] {
border: none;
border-bottom: 2px solid #2eb1ff;
}
input[type=button] {
background-color: white;
color: black;
border: 2px solid #2eb1ff;
/*background-color: white;
color: black;
border: 1px solid gray;
border-radius: 8px;
-webkit-transition-duration: 0.2s; /* Safari */
/*transition-duration: 0.2s;*/
}
input[type=button]:hover {
background-color: #2eb1ff;
border: 2px solid #2eb1ff;
/*border-radius: 8px;*/
color: white;
}
select {
background-color: white;
color: black;
border: 1px solid gray;
border-radius: 8px;
}
.error {
border: 2px solid red;
border-radius: 3px;
}
#footer {font-style: italic; font-size: 6px; margin-left: 0px; text-align: center;}