Main theme for SuiteDesk

This commit is contained in:
Manuel Cillero 2017-07-25 13:57:02 +02:00
parent 8cf3c56044
commit 42540d1310
185 changed files with 17597 additions and 0 deletions

View file

@ -0,0 +1,28 @@
/**
* @file
* Wireframes Styling.
*
* Add wireframes to the basic layout elements.
*/
.with-wireframes #header .section,
.with-wireframes #main-content .section,
.with-wireframes .region-sidebar-first .section,
.with-wireframes .region-sidebar-second .section {
margin: 1px;
padding: 2px;
border: 1px solid #ccc;
}
.with-wireframes #navigation .section,
.with-wireframes #footer .section {
margin-top: 1px;
margin-bottom: 1px;
padding: 2px;
border: 1px solid #ccc;
}
.with-wireframes .region-page-closure {
margin-top: 1px;
padding: 2px;
border: 1px solid #ccc;
}