Files
fetsite/app/assets/stylesheets/layout.css.scss
2015-09-02 23:03:01 +02:00

164 lines
2.0 KiB
SCSS
Executable File

@import 'blueimp-gallery-all';
.left
{
float: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
/* etc. */
}
h1 {
font-size: 23px
}
h2 {
font-size: 19px
}
h3 {
font-size: 16px
}
h4 {
font-size: 14px
}
body,html {
padding:0;
margin:0;
}
a:hover {
text-decoration:none;
}
@import 'tinymce';
@import 'fetlogo';
@import 'flatfeticon1';
@import 'flatfeticon2';
div.contentbox
{
margin: 5px;
}
div.content-column {
max-width:70em;
}
div.content-wrap {
margin-left:auto;
margin-right:auto;
}
#contentdiv
{
background: $contentdiv-background;
}
#contentdiv .container-fluid
{ padding:0;
}
.navbar .nav .divider {
border-style: solid;
border-width: 1px 0px 0px 0px;
border-color: grey;
min-width: 100%;
}
.navbar .navbar-inner
{
border:none;
box-shadow:none;
}
.navbar .nav li {
min-width:$navbar-li-minwidth;
}
div.smallspan {
min-height:0;
}
form.inline div {
float:left;}
form.inline input {
}
form.inline {
float:clear; }
@import 'tinymce';
a.flag-true { color: $color_schema_3_dark}
a.flag-true.flag-goodquality-true { color: green}
a.flag-true.flag-template-true {color: $color_schema_1_dark}
a.flag-false { color: #CCC}
ul.ui-menu
{list-style-type:none;
}
ul.ui-menu > li > a
{
padding:2px;
padding-left:10px;
cursor: pointer;
}
a.choice-true
{font-weight: bold;}
a.choice-false
{color:grey}
ul.choice-list
{list-style-type: none;
margin:0;
}
ul.choice-list > li
{
}
ul.choice-list > li > a {
line-height:normal;
}
ul.choice-list > li > a > i {
font-size:3em;
}
ul.choice-list > li > a.btn > i {
font-size:1em;
}
a.choice > i {font-size: 32px}
span.highcharts-axis-labels > i {
font-size:32px}
div.toolbar-inline > div.dropdown
{ display:inline;
}
div.btn-toolbar > div.dropdown > ul.dropdown-menu
{ font-size: small;
}
.fa-stack {
height: 1em;}
.fa-stack-sm > .fa-stack
{postion:relative;
top:-7px;
width:2em;
}
.fa-stack-sm {
height:1em;
line-height:1em;
width:1em;
height:1em;
}
.btn.stacked {
padding-left:4px;
padding-right:4px;
}