This repository has been archived on 2023-11-30. You can view files and clone it, but cannot push or open issues or pull requests.
qdouze-wordpress-theme/scss/style.scss

38 lines
564 B
SCSS
Raw Normal View History

2018-10-24 10:14:01 +02:00
//
// -- QUARANTE-DOUZE (S)CSS THEME
//
// Published under GPLv3 by Kazhnuz
// Theme made for Wordpress for https://quarante-douze.net
//
2018-10-15 11:04:19 +02:00
@import 'palette';
@import 'definitions';
2018-10-15 11:04:19 +02:00
@import 'typography';
2018-10-15 11:04:19 +02:00
/* ------------------ CUSTOM STYLE ------------------- */
2018-10-15 11:04:19 +02:00
2018-10-15 11:19:58 +02:00
body {
2018-10-15 11:37:13 +02:00
background: #666 url('../img/background.png');
2018-10-15 11:19:58 +02:00
padding: 30px;
2018-10-15 11:42:58 +02:00
background-attachment: fixed;
2018-10-15 11:19:58 +02:00
}
2018-10-15 11:42:16 +02:00
@media (max-width: 767.98px) {
body {
background: none;
padding: 0;
}
}
2018-10-15 11:19:58 +02:00
#wrapper {
2018-10-15 11:37:13 +02:00
background-color: #FFF
2018-10-15 11:04:19 +02:00
}
@import 'commons';
@import 'colorize';
@import 'overrides';