mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-11 19:18:40 +00:00
85 lines
2.0 KiB
CSS
85 lines
2.0 KiB
CSS
/* Global */
|
|
/* Content Container */
|
|
/* Content box */
|
|
/* Navigation */
|
|
/* Colors */
|
|
/* Accordion */
|
|
/* Log */
|
|
/* Blockquote */
|
|
/* Breadcrumbs */
|
|
/* Input */
|
|
/* Button */
|
|
/* Canvas */
|
|
/* Article */
|
|
/* Form */
|
|
/* Icon */
|
|
/* Img */
|
|
/* list */
|
|
/* pagination */
|
|
/* pre */
|
|
/* tag */
|
|
.box {
|
|
-moz-box-sizing: border-box;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
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 #d6d6d6;
|
|
background: #fff; }
|
|
section.box.green {
|
|
border-top: 3px solid #42bd41; }
|
|
section.box.red {
|
|
border-top: 3px solid #d01715; }
|
|
section.box.blue {
|
|
border-top: 3px solid #5778fd; }
|
|
section.box.orange {
|
|
border-top: 3px solid #FBA026; }
|
|
section.box.lightblue {
|
|
border-top: 3px solid #03a9f5; }
|
|
section.box.yellow {
|
|
border-top: 3px solid #ffeb3c; }
|
|
section.box.purple {
|
|
border-top: 3px solid #673bb7; }
|
|
section.box.pink {
|
|
border-top: 3px solid #ffa6e3; }
|
|
section.box.grey {
|
|
border-top: 3px solid #dcdcdc; }
|
|
section.box.darkred {
|
|
border-top: 3px solid #B8312F; }
|
|
section.box.darkgreen {
|
|
border-top: 3px solid #009788; }
|
|
section.box.darkblue {
|
|
border-top: 3px solid #3f51b5; }
|
|
|
|
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 */
|