-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
158 lines (135 loc) · 3.76 KB
/
style.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
ul
{
list-style-type: none;
}
div {
width: 800px;
margin-left: auto;
margin-right: auto;
}
h1 {
font: 800 65px/2 Arial, bold sans-serif;
margin: 0;
padding: 0;
color: #378de5;
text-align: center;
text-shadow:0px 1px 0px #000000;
}
input#input_title {
color: #378de5;
text-align: center;
text-shadow:0px 1px 0px #000000;
padding: 0px;
border: solid 1px #E5E5E5;
outline: 0;
font: 800 65px Arial, bold sans-serif;
background: #FFFFFF;
}
#input_title:hover {
border-color: #C9C9C9;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
border-bottom: 1px solid #84bbf3;
}
li {
font: 200 32px/1.22 Arial;
border-bottom: 1px solid #bbdaf7;
padding-top: 4px;
text-align: left;
clear: both;
}
li #delete, li #add {
display: block;
float: right;
padding: 5px 5px;
padding-top: 5px;
padding-bottom: 5px;
}
li:last-child {
border: none;
}
#list {
text-align: center;
}
#center {
float: center;
padding-left: 64px
}
#left_list {
float: left;
}
#right_list {
float: right;
}
/*
#left_list,#right_list,#add_new_item,#remove_all_items,#new_item,#remove_item,#delete,#add {
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DFEFF0), color-stop(1, #BDD8DA) );
background:-moz-linear-gradient( center top, #DFEFF0 5%, #BDD8DA 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
background-color:#DFEFF0;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #dcdcdc;
display:inline-block;
color:#777777;
font-family:arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:1px 1px 0px #ffffff;
}
#left_list:hover,#right_list:hover,#add_new_item:hover,#remove_all_items:hover, #new_item:hover, #delete:hover,#add:active {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #DFEFF0), color-stop(1, #BDD8DA) );
background:-moz-linear-gradient( center top, #DFEFF0 5%, #BDD8DA 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
background-color:#dfdfdf;
}
#left_list:active,#right_list:active,#new_item:active,#remove_all_items:active,#delete:active,#add:active {
position:relative;
top:1px;
}
*/
/* http://www.cssbuttongenerator.com/ */
#new_item, #delete, .button_class {
-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
box-shadow:inset 0px 1px 0px 0px #bbdaf7;
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
background-color:#79bbff;
-moz-border-radius:11px;
-webkit-border-radius:11px;
border-radius:3px;
border:1px solid #84bbf3;
display:inline-block;
color:#ffffff;
font-family:arial;
font-size:16px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:1px 0px 0px #528ecc;
}#delete:hover,.button_class:hover {
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
background-color:#378de5;
}
#new_item.active{
background:#bbdaf7;
color:rgb(51, 95, 189) ;
}
#delete:active,.button_class:active {
position:relative;
top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */