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

954 lines
16 KiB
CSS

/*== GLOBAL =============================================================================================================================================*/
html {
height: 100%
}
body.simple {
background-color: transparent;
}
body {
padding-right: 0 !important
}
#loader {
text-align:center;
margin-top:100px;
}
.imageshadow {
filter: drop-shadow(1px 1px 1px #222);
}
/*== HEADER =============================================================================================================================================*/
.header {
background-size: cover;
}
.header .title{
text-decoration: none;
font-size: 50px;
}
.header .title:hover {
text-decoration: none;
}
.header #logo{
text-decoration: none;
margin:20px 0px 0px 0px;
float:left;
}
.header #logo:nth-of-type(1){
margin-left:10px;
}
.header span {
float:left;
padding-left: 10px;
}
.header small {
position: absolute;
top: 35px;
font-size: 20px;
margin-left: 5px;
height: 20px;
}
@media (max-width: 991px) {
.header .title{
font-size: 30px;
}
.header small {
font-size:14px;
top: 25px;
}
}
@media (max-width: 767px) {
.header { display: none }
#menu-header { display: none }
#navbarsmalltitle { display: none }
}
/*== NAVBAR =============================================================================================================================================*/
.navbar-default .navbar-brand {
font-size: 30px;
}
.navbar-brand img {
height:40px;
margin-right:10px;
margin-top: -10px;
float:left;
}
.sidebar .sidebar-search {
color: #fff;
padding: 5px 15px 0px 15px;
}
.navbar {
min-height: 40px;
}
.navbar-right {
position: absolute;
right: 0px;
}
.navbar-top-links li a {
padding: 5px 10px;
font-size: 18px;
min-height: 40px;
}
.navbar-right li a {
padding: 0px;
font-size: 35px;
}
.navbar-top-links li a .badge {
margin-left: 10px;
}
#navbar-nameuser {
position: absolute;
top: 50px;
right: 30px;
}
.navbar-top-links #navbar-nameuser {
position: relative;
top: -8px;
right: inherit;
}
@media (max-width: 991px) {
.navbar-top-links #navbar-nameuser {
display: none;
}
}
@media (max-width: 767px) {
.navbar-default .navbar-header #title {
display: none;
}
.navbar-default .navbar-right {
float:right;
top: 0px;
right:50px;
}
.navbarheader { display: none }
.navbarsmall { display: block !important}
}
.navbar-top-links li.active a, .dropdownactive {
border-bottom: 5px solid #FFF;
}
.dropdown-submenu {
position: relative;
}
.dropdown-submenu>.dropdown-menu {
top: 0;
left: 100%;
margin-top: -6px;
margin-left: -1px;
-webkit-border-radius: 0 6px 6px 6px;
-moz-border-radius: 0 6px 6px;
border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
display: block;
}
.dropdown-submenu>a:after {
display: block;
content: " ";
float: right;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
border-width: 5px 0 5px 5px;
border-left-color: #ccc;
margin-top: 5px;
margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
border-left-color: #fff;
}
.dropdown-submenu.pull-left {
float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
left: -100%;
margin-left: 10px;
-webkit-border-radius: 6px 0 6px 6px;
-moz-border-radius: 6px 0 6px 6px;
border-radius: 6px 0 6px 6px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
background-color: #cdcdcd;
border-color: #cdcdcd;
}
/*== SIDEBAR ============================================================================================================================================*/
@media (max-width: 767px) {
.sidebar {
margin-top: 0px;
}
}
/*== AVATAR ============================================================================================================================================*/
.avatar {
height: 40px;
border-radius: 100%;
margin-top: -5px;
}
.avatar.big{
height: 90px;
margin-bottom: 10px;
}
/*== PAGE-WRAPPER =======================================================================================================================================*/
#page-wrapper {
border:none;
}
@media (max-width: 767px) {
#page-wrapper {
padding: 0 30px;
}
}
/*== SORTABLE ===========================================================================================================================================*/
.placeholder {
border: 2px dotted #3498db;
}
/*== LIST CONFIG ========================================================================================================================================*/
.category-list-item {
min-height: 30px;
}
.list-item {
min-height: 50px;
margin-top: 5px;
color:#ffffff;
border-radius: 0px;
margin-bottom: 0px;
}
.list-item .panel-heading,
.list-item .panel-heading a{
color:#ffffff;
font-size: 22px;
padding-bottom: 0px;
}
span.item-drag {
display: block;
position: absolute;
left: 0;
top: 0;
z-index: 1000;
width: 32px;
background: rgba(0,0,0,.1);
line-height: 35px;
height: 32px;
text-align: center;
color: #fff;
transition: background .2s;
border-radius: 0 0 10px 0;
}
/*== GRID ===============================================================================================================================================*/
.grid {
list-style-type: none;
margin: 0 auto;
padding: 0;
/*width: 100%;*/
min-height: 30px;
background: transparent;
}
.grid-gutter-sizer { width: 5px }
.grid-title {
background: transparent;
cursor: pointer;
padding-top: 10px;
margin:0px;
}
.grid .grid-item,
.grid .grid-sizer {
float: left;
margin: 5px 0px 0px 0px;
padding: 0px;
width: 290px;
height: 150px;
text-align: center;
position: relative;
display: block;
}
.grid-sizer {
display: none !important;
}
.grid-item .grid-item-content {
/*height: 100%;*/
}
.grid-item .grid-item-content:hover {
opacity: 0.8;
}
.grid-item .item-link {
width: 100%;
align-items: center;
justify-content: center;
font-size: 18px !important;
color: #fff;
display: block;
text-align: left;
height: 150px;
}
.grid-item .item-link a {
color: #fff;
}
.grid-item-content a:hover {
text-decoration: none;
}
.grid-item .item-link {
text-decoration: none !important;
}
.grid-item-logo {
display: inline-block;
width: 40%;
height: 150px;
vertical-align: middle;
text-align: center;
}
.grid-item .item-link img {
display: block;
margin: 10px;
height: 105px;
}
.grid-item .grid-item-title {
display: inline-block;
vertical-align: top;
padding: 0px 5px;;
font-size: 12px;
width: 50%;
line-height: 1;
}
.grid-item .grid-item-title h2 {
font-size: 17px;
margin: 10px 0 0 0;
border-bottom: 1px solid #fff;
padding-bottom: 5px;
margin-bottom: 5px;
text-transform: uppercase;
color: #fff;
word-wrap: break-word;
}
a.item-preview {
display: none;
position: absolute;
right: 0px;
top: 2px;
width:20px;
z-index: 1000;
}
a.item-update {
display: none;
position: absolute;
right: 5px;
top: 2px;
z-index: 1000;
}
a.item-restaure {
display: none;
position: absolute;
right: 25px;
top: 2px;
z-index: 1000;
}
a.item-delete {
display: none;
position: absolute;
right: 5px;
top: 2px;
z-index: 1000;
}
a.item-heart {
display: none;
position: absolute;
left: 5px;
top: 2px;
z-index: 1000;
}
.grid-item-body {
height:200px;
overflow-y:auto;
text-align: left;
padding:15px;
line-height: 15px;
color: #fff;
}
.grid .grid-medium {
width:150px;
height:200px;
}
.grid .grid-medium .item-link {
height:200px;
}
.grid .grid-medium .grid-item-logo {
display: block;
height:80px;
width:auto;
}
.grid .grid-medium .grid-item-logo img {
height: 80px;
width: auto;
margin: 5px auto;
}
.grid .grid-medium .grid-item-title {
display: block;
vertical-align: top;
font-size: 12px;
line-height: 1;
text-align:center;
width: 100%;
}
.grid .grid-small {
width:100px;
height:130px;
}
.grid .grid-small .item-link {
height:130px;
}
.grid .grid-small .grid-item-logo {
display: block;
height:60px;
width:auto;
}
.grid .grid-small .grid-item-logo img {
height: 60px;
width: auto;
margin: 10px auto;
}
.grid .grid-small .grid-item-title {
display: block;
vertical-align: top;
font-size: 12px;
line-height: 1;
text-align:center;
width: 100%;
}
.grid .grid-small .grid-item-title h2 {
font-size:10px;
border-bottom: none;
max-height: 55px;
overflow-y: hidden;
}
.grid .grid-small .grid-item-title span { display: none }
.grid .grid-verysmall {
width:80px;
height:105px;
}
.grid .grid-verysmall .item-link {
height:105px;
}
.grid .grid-verysmall .grid-item-logo {
display: block;
height:40px;
width:auto;
}
.grid .grid-verysmall .grid-item-logo img {
height: 40px;
width: auto;
margin: 10px auto;
}
.grid .grid-verysmall .grid-item-title {
display: block;
vertical-align: top;
font-size: 12px;
line-height: 1;
text-align:center;
width: 100%;
}
.grid .grid-verysmall .grid-item-title h2 { font-size:10px; border-bottom: none; }
.grid .grid-verysmall .grid-item-title span { display: none }
.grid .grid-list {
width:100%;
height:auto;
}
.grid .grid-list .item-link {
height:auto;
}
.grid .grid-list .grid-item-logo {
height:auto;
width:30px;
float:left;
padding: 0px;
margin: 10px
}
.grid .grid-list .grid-item-logo img {
height: 30px;
width: 30px;
margin: 0px;
}
.grid .grid-list .grid-item-title {
padding: 5px;
vertical-align: top;
font-size: 12px;
line-height: 1;
text-align:left;
width:auto;
position: absolute;
top: 0px;
}
.grid .grid-list .grid-item-title h2 { font-size:18px; border-bottom: none; line-height: 40px; height: 40px; overflow: hidden; margin:0px}
.grid .grid-list .grid-item-title span { display: none }
/* Grid Image */
.grid .grid-image {
width:19.2%;
height:auto;
/*margin: 1% 0px 0px 0px;*/
}
.grid .grid-image .item-link {
height:auto;
}
.grid .grid-image .grid-item-logo {
display: block;
height:auto;
width:auto;
padding:0px;
}
.grid .grid-image .grid-item-logo img {
height: auto;
width: 100%;
margin: auto;
max-height:none;
}
.grid-gutter-sizer-image { width: 1% }
/* Preview */
.grid .grid-preview {
width:19.2%;
min-width:185px;
height:auto;
text-align: left;
}
.grid .grid-preview .caption { padding: 9px }
.grid .grid-preview-gutter-sizer { width: 1% }
.grid .grid-preview a:hover {
text-decoration: none;
}
.grid .grid-preview .item-link {
height:auto;
}
.grid .grid-preview .grid-item-logo {
display: block;
width:100%;
padding: 0px;
height: auto;
}
.grid .grid-preview .grid-item-logo img {
width: 100%;
margin: 0px;
}
.grid .grid-preview .grid-item-title {
margin:0px;
font-size:14px;
text-align:left;
word-wrap: break-word;
width: 100%;
display: block;
line-height: 14px;
padding: 0px;
}
.grid .grid-preview .grid-item-title h2 {
border: none;
margin: 0px;
padding: 0px;
font-size: 18px;
}
.grid .grid-preview .grid-item-title small {
margin-bottom: 10px;
font-size:9px;
}
@media (max-width: 991px) {
.grid .grid-preview {
width:32.666666667%;
height:auto;
}
.grid .grid-image {
width:32.666666667%;
height:auto;
}
}
@media (max-width: 767px) {
.grid .grid-preview {
width:49.5%;
height:auto;
}
.grid .grid-image {
width:49.5%;
height:auto;
}
}
/*== PAGE ===============================================================================================================================================*/
#menupageaction {
float: right;
font-size: 20px;
margin: 5px 15px 0px 0px
}
.pagemenu {
display: block;
margin: 0px -30px;
padding: 0px 30px;
font-size:20px;
height: 40px;
line-height: 40px;
}
/*== WIDGET =============================================================================================================================================*/
.widgetplacehorder {
height:50px;
border: 2px dotted #3498db;
background-color:#cdcdcd;
}
.widgetempty {
height: 1px;
}
.widget {
margin-top:30px;
}
.widget-mini {
display: inline-block;
height:50px;
width:50px;
margin-top:0px;
}
.widgetmenu {
right: 20px;
position: absolute;
margin-top: 10px;
display:none;
z-index: 10000000;
}
.widgetmenu i {
font-size :20px;
}
.widgetheader {
font-size: 30px;
height: 50px;
line-height: 50px;
text-transform: uppercase;
}
.widgetheader .logo {
position: absolute;
height:40px;
width:40px;
margin: 5px;
cursor: pointer;
}
.widgetheader .title {
position: absolute;
margin-left:50px;
cursor: pointer;
font-size: 1.5vw;
height: 50px;
overflow-y: hidden;
}
.widgetheader iframe,
.widgetbody iframe {
width:100%;
border:0px;
}
.widgetbody img {
max-width: 100%;
}
.frameitem {
position: absolute;
right: 0px;
width:100%;
border:0px;
height:100%;
}
@media (max-width: 991px) {
.widgetheader .title {
font-size: 25px;
}
}
/*== FEED ===============================================================================================================================================*/
.cat-list-feed {
display: inline-block;
padding: 8px;
margin-top: 5px;
cursor:pointer;
}
.feed .description {
width: 70%;
float: right;
margin-top: 5px;
background: rgb(0,0,0,0.6);
padding: 10px;
font-size: 11px;
max-height: 110px;
overflow-y: hidden;
}
/*== SLICK===============================================================================================================================================*/
.slick {
width:100%;
height:100%;
position:relative;
}
.slick div{
width:100%;
height:100%;
background-size: cover;
background-position: center;
color:#fff;
}
.slick .slicktitle {
text-align: left;
margin: 30px 0px 0px 50px;
padding: 15px;
background-color: rgb(0,0,0,0.4);
display: inline-block;
float: left;
}
.slick .slicksubtitle,
.slick .slicklink
{
margin: 5px 0px 0px 50px;
padding: 15px;
background-color: rgb(0,0,0,0.4);
font-size: 15px;
text-transform: initial;
float: left;
clear: both;
line-height: 15px;
}
.nav-pills>li>a { border-radius: 0px; }
.page-maxed {
max-width:1500px;
margin:auto !important;
}
.blogpreview .blogtitle{
text-align:center;
text-transform: uppercase;
}
.blogarticle {
margin-bottom:150px;
}
.blogarticle .blogtitle h1{
text-align:left
}
.blogarticle .blogimage {
width:100%;
height:450px;
background-size:cover;
background-position: center;
margin-top:20px;
}
.blogarticle .blogtitle {
margin-bottom:20px;
}
.blogarticle .blogtitle legend {
margin-bottom:0px;
}
.blogarticle .blogbody img{
max-width: 100%;
}
.blogarticle .blogbody {
font-size: 18px;
}
.blogarticle .blogsidebar {
border-left: 1px solid #e5e5e5;
margin-top: 20px;
}
.blogarticle .blogsidebartitle {
margin-bottom:0px;
}
/* Project */
.projectpreview .projectitle{
text-align:center;
text-transform: uppercase;
}
.projecttask {
margin-bottom:150px;
}
.projecttask .projecttitle h1{
text-align:left
}
.projecttask .projectimage {
width:100%;
height:450px;
background-size:cover;
background-position: center;
margin-top:20px;
}
.projecttask .projecttitle {
margin-bottom:20px;
}
.projecttask .projecttitle legend {
margin-bottom:0px;
}
.projecttask .projectbody img{
max-width: 100%;
}
.projecttask .projectbody {
font-size: 18px;
}
.projecttask .projectsidebar {
border-left: 1px solid #e5e5e5;
margin-top: 20px;
}
.projecttask .projectsidebartitle {
margin-bottom:0px;
}