mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
59 lines
1.5 KiB
CSS
59 lines
1.5 KiB
CSS
/* Global */
|
|
/* Content Container */
|
|
/* Content box */
|
|
/* Navigation */
|
|
/* Colors */
|
|
.box {
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
margin-top: 0.3rem;
|
|
overflow-x: auto; }
|
|
.box .inner {
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-moz-box-shadow: inset 1px 1px 0px 0px #ffffff;
|
|
-webkit-box-shadow: inset 1px 1px 0px 0px #ffffff;
|
|
box-shadow: inset 1px 1px 0px 0px #ffffff;
|
|
padding: 10px; }
|
|
|
|
.box-container {
|
|
display: inline-block; }
|
|
|
|
section.box {
|
|
-moz-box-shadow: 0px 1px 0px 0px #f1f1f1;
|
|
-webkit-box-shadow: 0px 1px 0px 0px #f1f1f1;
|
|
box-shadow: 0px 1px 0px 0px #f1f1f1;
|
|
border: 1px solid #b7b7b7;
|
|
background: #fff; }
|
|
section.box.orange {
|
|
border-top: 3px solid #FBA026; }
|
|
section.box.red {
|
|
border-top: 3px solid #B8312F; }
|
|
section.box.green {
|
|
border-top: 3px solid #41A85F; }
|
|
section.box.blue {
|
|
border-top: 3px solid #2C82C9; }
|
|
section.box.purple {
|
|
border-top: 3px solid #553982; }
|
|
section.box.darkblue {
|
|
border-top: 3px solid #2969B0; }
|
|
|
|
section header > h1 {
|
|
margin: 10px 10px 0 10px;
|
|
padding-bottom: 5px;
|
|
font-size: 1.1em;
|
|
text-shadow: 1px 1px 1px #ffffff;
|
|
border-bottom: 1px solid #e1e1e1; }
|
|
section > h2 {
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
font-size: 1.2em;
|
|
margin-bottom: 5px;
|
|
text-shadow: 1px 1px 1px #ffffff; }
|
|
|
|
/*# sourceMappingURL=section.css.map */
|