-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
92 lines (84 loc) · 4.52 KB
/
css.css
File metadata and controls
92 lines (84 loc) · 4.52 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.select-and-input {
position: relative;
height: 30px;
width: 100px;
}
.select-and-input select {
position: absolute;
z-index: 0;
top: 0;
left: 0;
height: 24px;
width: 100px;
}
.select-and-input input {
position: absolute;
z-index: 1;
top: 0;
left: 0;
height: 22px;
padding:0;
width: 80px;
-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
} TABLE a{color: #38669a;text-shadow: 0 1px 0 #111;
text-decoration: none;}
#message{
display: none;
position:absolute;
top:50%;
left:48%;
background:#000;
-moz-opacity: 0.8;
opacity:.80;
filter: alpha(opacity=80);
width: auto;
padding: 10px;
height:auto;
z-index:1000;
text-align:center;
-moz-border-radius:8px;
-khtml-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
box-shadow: 3px 3px 10px 5px #000;
}
#message h1{ color:#2B66FF !important; padding: 10px;}
select,input,textarea{
border: 1px solid #d0d0d0;
-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
font-size: 1em;
width: auto;
background: #f3f3f3; font-family: tahoma;color: #38669a;
}
#groups{background-color: #fff0f5;}
#fans{background-color: #c9ffe8;}
#friends{background-color: #ffdead;}
#idols{background-color: #e6e6fa;}
.block {overflow: hidden; background: #f6f6f6; border: 1px solid #e0e0e0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 9px;}
#button_blue, #bb_blue{text-decoration: none;cursor: pointer; background: #528cd2; background: -webkit-linear-gradient(top, #74a8e2, #518bd2); background: -moz-linear-gradient(top, #74a8e2, #518bd2); background: -o-linear-gradient(top, #74a8e2, #518bd2); background: -ms-linear-gradient(top, #74a8e2, #518bd2); color: #fff; text-shadow: 0px 1px 0px #38669a; font-weight: bold; border: 1px solid #4373a9; text-align: center; padding: 9px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#button_gray, #bb_gray {text-decoration: none;cursor: pointer; background: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1); background: -moz-linear-gradient(top, #f8f8f8, #f1f1f1); background: -o-linear-gradient(top, #f8f8f8, #f1f1f1); background: -ms-linear-gradient(top, #f8f8f8, #f1f1f1); margin-top: 6px; color: #557aa1; text-shadow: 0px 1px 0px #fff; font-weight: bold; border: 1px solid #d0d0d0; border-top: 1px solid #c5c5c5 !important; text-align: center; padding: 9px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;}
#button_blue:hover {background: -webkit-linear-gradient(top, #74a8e2, #4981c4); background: -moz-linear-gradient(top, #74a8e2, #4981c4); background: -o-linear-gradient(top, #74a8e2, #4981c4); background: -ms-linear-gradient(top, #74a8e2, #4981c4);}
#button_gray:hover {background: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5); background: -moz-linear-gradient(top, #f8f8f8, #e5e5e5); background: -o-linear-gradient(top, #f8f8f8, #e5e5e5); background: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);}
#button_blue:active {background: #5891d5}
#button_gray:active {background: #edecec}
#bb_blue:hover {background: -webkit-linear-gradient(top, #74a8e2, #4981c4); background: -moz-linear-gradient(top, #74a8e2, #4981c4); background: -o-linear-gradient(top, #74a8e2, #4981c4); background: -ms-linear-gradient(top, #74a8e2, #4981c4);}
#bb_gray:hover {background: -webkit-linear-gradient(top, #f8f8f8, #e5e5e5); background: -moz-linear-gradient(top, #f8f8f8, #e5e5e5); background: -o-linear-gradient(top, #f8f8f8, #e5e5e5); background: -ms-linear-gradient(top, #f8f8f8, #e5e5e5);}
#bb_blue:active {background: #5891d5}
#bb_gray:active {background: #edecec}
#button_hr, #button_hr_append {text-decoration: none;border-top: 1px solid #dedede; border-bottom: 1px solid #f4f4f4; margin-top: 16px;}
#button_hr_append {margin-top: 6px !important}
body {
background-position: center center;
background-repeat: no-repeat;
background: white;
width: 1000px;
margin: 0 auto;
font: 13px 'trebuchet MS',Arial,Helvetica;
color: #2d6176;
}
h1, h2, p {
text-align: center;
text-shadow: 0 1px 0 #111;
}
*{color: #2d6176;
}