2014-05-22 15:35:34 +00:00
|
|
|
@import "reset-to-defaults.css";
|
2011-06-11 00:12:35 +00:00
|
|
|
|
2016-01-18 04:04:12 +00:00
|
|
|
window {
|
2011-11-24 20:01:16 +00:00
|
|
|
background-color: rgb(0,255,0);
|
2011-06-15 15:24:36 +00:00
|
|
|
}
|
|
|
|
|
2016-01-18 04:04:12 +00:00
|
|
|
button {
|
2012-01-17 16:09:30 +00:00
|
|
|
border-width: 5px;
|
2011-06-11 00:12:35 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: rgba(255,0,0,0.6);
|
2012-01-24 16:49:29 +00:00
|
|
|
padding: 10px;
|
2011-11-24 20:01:16 +00:00
|
|
|
background-color: rgb(0,0,255);
|
|
|
|
}
|
|
|
|
|
|
|
|
#button1 {
|
|
|
|
background-clip: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
#button2 {
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
#button3 {
|
|
|
|
background-clip: content-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
#reference1 {
|
|
|
|
border-color: rgb(153,0,102);
|
|
|
|
}
|
|
|
|
|
|
|
|
#reference2 {
|
|
|
|
border-color: rgb(153,102,0);
|
2011-06-11 00:12:35 +00:00
|
|
|
}
|
|
|
|
|
2011-11-24 20:01:16 +00:00
|
|
|
#reference3 {
|
2011-06-11 00:12:35 +00:00
|
|
|
border-color: rgb(153,102,0);
|
2012-01-03 04:06:50 +00:00
|
|
|
background-color: transparent;
|
2011-11-24 20:01:16 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#reference3inner {
|
|
|
|
padding: 0;
|
2012-01-11 21:13:09 +00:00
|
|
|
border-width: 0;
|
2011-11-24 20:01:16 +00:00
|
|
|
border-color: rgb(0, 255, 0);
|
|
|
|
background-color: rgb(0,0,255);
|
2011-06-11 00:12:35 +00:00
|
|
|
}
|
|
|
|
|