ninegate/src/ninegate-1.0/src/Cadoles/CoreBundle/Resources/public/themes/transnum/style.css

88 lines
1.6 KiB
CSS

.widgetheader .title {
font-size: 1.2vw;
}
body {
background-color: #2e3339 !important;
}
body.simple {
background-color: transparent !important;
}
.navbar-default,.sidebar ul li {
background-color: #2e3339 !important;
border-color: #2e3339 !important;
}
.nav-pills {
background-color: #999999 !important;
border-color: #999999 !important;
}
.grid .grid-small, .grid .grid-small .item-link {
height: 130px;
}
.widgetheader, .widgetbody, .grid-item-content, .widgetbody .list-item, .grid-item, .cat-list-feed {
border-radius: 10px;
}
.grid-preview .caption {
border-radius: 0px 0px 10px 10px;
}
.grid-preview img {
border-radius: 10px 10px 0px 0px;
}
.widget-bordered .grid-item-content {
background-color: transparent ! important;
}
.widget-bordered {
border: none !important;
/* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
background-color: transparent;
border-radius: 10px;
}
.widget-bordered .widgetheader {
border-radius: 10px 10px 0px 0px;
}
.widget-bordered .widgetbody {
border-radius: 0px 0px 10px 10px;
}
.widget-bordered .grid-list {
border-radius: 0px;
}
.grid .grid-preview {
width: 15%;
min-width: 138px;
}
.widget-bordered .grid-preview img {
border-radius: 0px;
}
.widget-bordered .widget-event {
background-color: #fff !important;
color :#000 !important;
padding: 5px !important;
border-radius: 10px;
margin-bottom: 5px;
}
@media (max-width: 991px) {
.widgetheader .title {
font-size: 25px;
}
}