You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

50 lines
860 B

/* $Id$
Shadows theme option for Tikinewt theme.
Tiki Wiki CMS Groupware.
*/
body,
body.fullscreen,
body.fullscreen #col1 {
background: #F3F6F9;
}
#col1 {
border: none;
background: #ffffff;
}
#col2 .module,
#col3 .module,
article,
.post,
.table-responsive,
.tab-content {
border: solid #f6f6f6;
border-width: 1px 0 0 1px;
background: #fff;
padding: 0 8px 9px 0;
-webkit-box-shadow: 4px 4px 4px 0px rgba(210,210,210,1);
box-shadow: 4px 4px 4px 0px rgba(210,210,210,1);
/* margin: 6px !important;*/
}
article {
border-left: none;
margin-bottom: 1rem;
}
.module.card-primary > .card-header {
border-bottom: 2px solid #f7f7f7;
background: #fff;
}
body.fullscreen article,
body.fullscreen .post {
border: none;
background: #f3f6f9;
-webkit-box-shadow: none;
box-shadow: none;
}