ui.css.engage-ui.css Maven / Gradle / Ivy
/* navbar */
.navbar-default {
background-color: #FFFFFF;
border-bottom: 1px solid #8C939B;
}
#nav-dropdownLoggedin {
display: none;
}
.navbar-brand img {
height: 36px;
margin-top: 8px;
margin-right: 20px;
}
#dropdownMenuSorting {
right: auto;
}
.thumbnail {
padding-bottom: 5px;
}
/* title */
.navbar-default .navbar-brand {
color: #000;
padding: 0px;
margin-right: 10px;
line-height: 0.7em;
height: auto;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #24425C;
}
/* link */
.navbar-default .navbar-nav > li > a {
color: #000;
cursor: pointer;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #24425C;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #FFF;
background-color: #24425C;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #FFF;
background-color: #24425C;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #8C939B;
border-bottom-color: #8C939B;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
border-top-color: #333;
border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
border-top-color: #555;
border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
border-color: black;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #378DD4;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: black;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #8C939B;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
}
}
/* Customization of central Content */
.main-grid{
padding: 50px 15px
}
.main-content{
margin-top: 25px;
}
.oc-media-container {
border: 1px solid gray;
height: 100px;
}
.oc-media-container img {
height: 80%;
position: absolute;
left: 1%;
bottom: 10%;
}
.oc-media-container h4 {
position: absolute;
left: 50%;
}
.page-header img {
float: right;
height: 60px;
}
.page-header h1 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
body {
font-family: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 14px;
line-height: 1.5em;
font-weight: 400;
}
p, span, a, ul, li, button {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
strong {
font-weight: 600;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Open Sans", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
line-height: 1em;
font-weight: 300;
}
strong {
font-weight: 400;
}
.tile {
width: 100%;
display: inline-block;
margin-bottom: 30px;
border: 1px solid gray;
}
.tile:hover {
background: #24425C;
color: #FFF;
cursor: pointer;
background: #24425C;
}
.tilecontent {
padding: 5px 15px 15px 15px;
box-sizing: border-box;
}
.tile img {
width: 50%;
float: left;
margin-right: 2%;
max-height: 163px;
}
.headline {
margin-top: 10px;
margin-right: 10px;
line-height: 0.7em;
font-weight: 100;
}
@media (min-width: 768px) {
.tile img {
max-height: 77px;
}
}
@media (min-width: 992px) {
.tile img {
max-height: 65px;
}
}
@media (min-width: 1200px) {
.tile img {
max-height: 84px;
}
}
@media (min-width: 1000px) {
.container {
min-width: 990px;
}
}
.tile .title {
margin-top: 0px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.tile .infos {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.pager li>a:hover, .pager li>a:focus {
text-decoration: none;
background-color: #24425C;
color: #FFFFFF;
cursor: pointer;
}
.oc-search-btn {
border-color: #24425C;
}
.oc-search-btn:hover {
background: #24425C;
border-color: #24425C;
}
.form-signin {
max-width: 380px;
margin: 0 auto;
background-color: #fff;
/* padding: 15px 35px 45px; */
/* border: 1px solid rgba(0,0,0,0.1); */
}
.form-signin-heading,
.checkbox {
margin-bottom: 30px;
}
.checkbox {
font-weight: normal;
}
.form-control-custom {
position: relative;
font-size: 16px;
height: auto;
padding: 10px;
@include box-sizing(border-box);
&:focus {
z-index: 2;
}
}
#username {
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
#password {
margin-bottom: 20px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.scroll-indicator {
visibility: hidden;
text-align: center;
vertical-align: bottom;
color: #8C939B;
}
.seriesindicator {
height: 15px;
width: 100%;
}
.creator {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.seriestitle {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy