2012-02-02 02:11:55 +00:00
|
|
|
@import "reset-to-defaults.css";
|
|
|
|
|
2016-01-18 04:04:12 +00:00
|
|
|
window {
|
2019-03-27 02:41:13 +00:00
|
|
|
background-color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
box {
|
2011-06-11 08:41:17 +00:00
|
|
|
background-color: @doesntexist;
|
2020-08-21 12:41:13 +00:00
|
|
|
box-shadow: @nonexistent 5px 5px;
|
2019-03-27 02:41:13 +00:00
|
|
|
border-image: linear-gradient(to top, @notaavailable, @whatever);
|
2011-06-11 08:41:17 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#reference {
|
2011-10-14 15:43:40 +00:00
|
|
|
background-color: transparent;
|
2011-06-11 08:41:17 +00:00
|
|
|
box-shadow: none;
|
|
|
|
border-image: none;
|
|
|
|
}
|