-
Notifications
You must be signed in to change notification settings - Fork 1
/
color.css
78 lines (68 loc) · 1.12 KB
/
color.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
body {
font-family: Verdana,Arial,Helvetica,"DejaVu Sans",sans-serif;
font-size: 12px;
background-color: #f7f7f7;
width:100%;
margin:0;
padding:0;
color:#666;
}
a {
color: #666;
}
a img {
border: none;
}
#wrapper {
margin-left: auto;
margin-right: auto;
display: block;
margin-top: 0px;
margin-bottom: 20px;
padding-top: 0px;
}
#content {
margin: 0 auto;
text-align:center;
padding:10px;
width : 750px;
border: 1px solid #efefef;
text-align: left;
background-color: #fff;
min-height: 700px;
height:auto !important;
height: 700px;
}
#iri {
width: 400px;
}
#color-button {
width: 60px;
}
#colorBox {
border: 0px solid black;
width: 100%;
height:20em;
background-color:#efefef;
text-align:center;
padding-top:2em;
}
#hexCode {
width:50%;
text-align:center;
font-size: 5em;
color: #333;
font-style:italic;
background-color:#fff;
margin: auto;
}
#links {
float:right;
}
#footer {
margin: 0 auto;
text-align: center;
padding:10px;
width : 750px;
color:#999;
}