2011-05-28 02:30:45 +00:00
|
|
|
a {
|
|
|
|
border-bottom-left-radius: 1;
|
|
|
|
border-bottom-right-radius: 1;
|
|
|
|
border-top-left-radius: 1;
|
|
|
|
border-top-right-radius: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
b {
|
|
|
|
border-bottom-left-radius: 2;
|
|
|
|
border-bottom-right-radius: 1;
|
|
|
|
border-top-left-radius: 1;
|
|
|
|
border-top-right-radius: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
c {
|
|
|
|
border-bottom-left-radius: 2;
|
|
|
|
border-bottom-right-radius: 3;
|
|
|
|
border-top-left-radius: 1;
|
|
|
|
border-top-right-radius: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
d {
|
|
|
|
border-bottom-left-radius: 4;
|
|
|
|
border-bottom-right-radius: 3;
|
|
|
|
border-top-left-radius: 1;
|
|
|
|
border-top-right-radius: 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
e {
|
|
|
|
border-bottom-left-radius: 4 5;
|
|
|
|
border-bottom-right-radius: 3 5;
|
|
|
|
border-top-left-radius: 1 5;
|
|
|
|
border-top-right-radius: 2 5;
|
|
|
|
}
|
|
|
|
|
|
|
|
f {
|
|
|
|
border-bottom-left-radius: 4 6;
|
|
|
|
border-bottom-right-radius: 3 5;
|
|
|
|
border-top-left-radius: 1 5;
|
|
|
|
border-top-right-radius: 2 6;
|
|
|
|
}
|
|
|
|
|
|
|
|
g {
|
|
|
|
border-bottom-left-radius: 4 6;
|
|
|
|
border-bottom-right-radius: 3 7;
|
|
|
|
border-top-left-radius: 1 5;
|
|
|
|
border-top-right-radius: 2 6;
|
|
|
|
}
|
|
|
|
|
|
|
|
h {
|
|
|
|
border-bottom-left-radius: 4 8;
|
|
|
|
border-bottom-right-radius: 3 7;
|
|
|
|
border-top-left-radius: 1 5;
|
|
|
|
border-top-right-radius: 2 6;
|
|
|
|
}
|
|
|
|
|
|
|
|
i {
|
|
|
|
border-bottom-left-radius: 1.125 5.5;
|
|
|
|
border-bottom-right-radius: 1.125 5.5;
|
|
|
|
border-top-left-radius: 1.125 5.5;
|
|
|
|
border-top-right-radius: 1.125 5.5;
|
|
|
|
}
|
|
|
|
|
2011-12-30 11:51:03 +00:00
|
|
|
j {
|
2011-05-28 02:30:45 +00:00
|
|
|
border-bottom-left-radius: 2.25 5;
|
|
|
|
border-bottom-right-radius: 1 5;
|
|
|
|
border-top-left-radius: 1 5;
|
|
|
|
border-top-right-radius: 2.25 5;
|
|
|
|
}
|
|
|
|
|
2011-12-30 11:51:03 +00:00
|
|
|
k {
|
2011-05-28 02:30:45 +00:00
|
|
|
border-bottom-left-radius: 2 6.75;
|
|
|
|
border-bottom-right-radius: 3.5 5.5;
|
|
|
|
border-top-left-radius: 1 5.5;
|
|
|
|
border-top-right-radius: 2 6.75;
|
|
|
|
}
|
|
|
|
|
2011-12-30 11:51:03 +00:00
|
|
|
l {
|
2011-05-28 02:30:45 +00:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
2011-12-30 11:51:03 +00:00
|
|
|
m {
|
2011-05-28 02:30:45 +00:00
|
|
|
border-bottom-left-radius: 0;
|
|
|
|
border-bottom-right-radius: 0;
|
|
|
|
border-top-left-radius: 0;
|
|
|
|
border-top-right-radius: 0;
|
|
|
|
}
|
|
|
|
|
2011-12-30 11:51:03 +00:00
|
|
|
n {
|
2011-05-28 02:30:45 +00:00
|
|
|
border-bottom-left-radius: 0 1;
|
|
|
|
border-bottom-right-radius: 0 1;
|
|
|
|
border-top-left-radius: 0 1;
|
|
|
|
border-top-right-radius: 0 1;
|
|
|
|
}
|
|
|
|
|
2011-12-30 11:51:03 +00:00
|
|
|
o {
|
2011-05-28 02:30:45 +00:00
|
|
|
border-bottom-left-radius: 1 0;
|
|
|
|
border-bottom-right-radius: 1 0;
|
|
|
|
border-top-left-radius: 1 0;
|
|
|
|
border-top-right-radius: 1 0;
|
|
|
|
}
|