This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
suitedesk/themes/zuitedesk/css/wireframes.css

28 lines
591 B
CSS

/**
* @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;
}