humhub/static/less/base.less

81 lines
1.1 KiB
Plaintext
Raw Normal View History

2016-12-20 20:26:44 +01:00
//
// General
// --------------------------------------------------
body {
padding-top: 130px;
background-color: @background-color-page;
color: @text-color-main;
2016-12-20 20:26:44 +01:00
font-family: 'Open Sans', sans-serif;
a,
a:hover,
a:focus,
a:active,
a.active {
color: @text-color-highlight;
2016-12-20 20:26:44 +01:00
text-decoration: none;
}
}
a:hover {
text-decoration: none;
}
hr {
margin-top: 10px;
margin-bottom: 10px;
}
// Cols (change position property to prevent the cutting of tooltips or menus)
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
position: inherit;
}
.layout-nav-container {
padding: 0 10px 0 15px;
}
.layout-content-container {
padding: 0 10px;
}
.layout-sidebar-container{
padding: 0 15px 0 10px;
}
2016-12-20 20:26:44 +01:00
h4 {
font-weight: 300;
font-size: 150%;
}
input[type=text],
input[type=password],
input[type=select] {
/* Remove First */
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.powered,
.powered a {
color: #b8c7d3 !important;
}
.langSwitcher {
display: inline-block;
}
[data-ui-show-more] {
overflow:hidden;
2016-12-20 20:26:44 +01:00
}