2014-07-17 13:38:41 +00:00
|
|
|
/**
|
2014-12-11 22:42:22 +00:00
|
|
|
* This is just an empty theme.
|
2014-07-17 13:38:41 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
2018-03-10 22:23:43 +00:00
|
|
|
padding: 4px;
|
2018-03-29 18:46:03 +00:00
|
|
|
padding-left: 0;
|
2016-05-29 20:21:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
2018-03-29 18:46:03 +00:00
|
|
|
margin-left: 4px;
|
2016-05-29 20:21:45 +00:00
|
|
|
border-radius: 2px;
|
2018-03-10 22:23:43 +00:00
|
|
|
width: 216px;
|
2016-09-28 18:46:00 +00:00
|
|
|
}
|
|
|
|
|
2017-08-21 06:18:33 +00:00
|
|
|
#windows .window::before {
|
2016-05-29 20:21:45 +00:00
|
|
|
background: #f4f4f4;
|
|
|
|
background-image: linear-gradient(#f4f4f4, #ececec);
|
|
|
|
border-bottom: 1px solid #d7d7d7;
|
|
|
|
content: " ";
|
|
|
|
display: block;
|
|
|
|
height: 10px;
|
|
|
|
position: relative;
|
|
|
|
z-index: 10;
|
2018-03-10 22:23:43 +00:00
|
|
|
flex-shrink: 0;
|
2016-05-29 20:21:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#windows .window {
|
|
|
|
border-radius: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 768px) {
|
2018-03-10 22:23:43 +00:00
|
|
|
body {
|
|
|
|
padding: 0;
|
2016-05-29 20:21:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
2018-03-29 18:46:03 +00:00
|
|
|
margin-left: 0;
|
2018-03-10 22:23:43 +00:00
|
|
|
border-radius: 0;
|
|
|
|
width: inherit;
|
2017-10-01 08:45:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#windows .window::before {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#windows .window {
|
|
|
|
border-radius: 0;
|
2016-05-29 20:21:45 +00:00
|
|
|
}
|
|
|
|
}
|