static/less/pymove3d.less
author stetrabby <info@trabucchi.de>
Sat, 18 Jan 2014 11:29:01 +0100
changeset 108 c75d501c5601
parent 104 f30cccb86f7f
child 114 6093dda9fe38
permissions -rw-r--r--
navigation for languages modifed, flags deleted. Content index changed
info@63
     1
html,
info@54
     2
body {
info@63
     3
  height: 100%;
info@63
     4
}
info@63
     5
body {padding-top:8px;border-top:8px solid  @blue;}
info@63
     6
#wrap {
info@63
     7
  min-height: 100%;
info@63
     8
  height: auto;
info@63
     9
  margin: 0 auto -60px;
info@63
    10
  padding: 0 0 60px;
info@63
    11
}
info@54
    12
/* Typo
info@54
    13
------------------------------------ */
info@54
    14
@font-face {
info@54
    15
    font-family: 'gandhi_serifbold';
info@54
    16
    src: url('../fonts/gandhiserif-bold-webfont.eot');
info@54
    17
    src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
info@54
    18
         url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
info@54
    19
         url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
info@54
    20
         url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
info@54
    21
    font-weight: normal;
info@54
    22
    font-style: normal;
info@54
    23
}
info@54
    24
@font-face {
info@54
    25
    font-family: 'gandhi_serifregular';
info@54
    26
    src: url('../fonts/gandhiserif-regular-webfont.eot');
info@54
    27
    src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
info@54
    28
         url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
info@54
    29
         url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
info@54
    30
         url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
info@54
    31
    font-weight: normal;
info@54
    32
    font-style: normal;
info@54
    33
}
info@54
    34
/* Utilities
info@54
    35
------------------------------------ */
info@63
    36
#wrap > .container {
info@63
    37
  /*padding: 60px 15px 0;*/
info@54
    38
}
info@63
    39
img {
info@63
    40
     vertical-align: middle;
info@63
    41
     border: 0;
info@63
    42
     page-break-inside: avoid;
info@63
    43
     max-width: 100% !important;
info@63
    44
     }
info@54
    45
/* Navigation
info@54
    46
------------------------------------ */
info@63
    47
.navbar-nav > li:hover {
info@63
    48
//border-top:8px solid @yellow;position: relative;top: -17px;
info@63
    49
}
info@63
    50
.navbar-nav > li > a {
info@63
    51
 // margin-top: 48px;
info@63
    52
  font-size: 18px;
info@63
    53
}
info@63
    54
.nav > li > a:hover, 
info@63
    55
.nav > li > a:focus {
info@63
    56
//margin-top: 54px;
info@63
    57
}
info@54
    58
.navbar {
info@63
    59
margin-bottom: 0px;
info@63
    60
border-bottom:3px solid #f0f0f0;
info@63
    61
}
info@108
    62
a.link-yellow {color:@yellow !important;text-decoration:underline;}
info@108
    63
a.link-yellow:hover {color:@gray-dark !important;text-decoration:none;}
info@91
    64
/* Module
info@54
    65
------------------------------------ */
info@91
    66
.module-gallery {
info@91
    67
    background: url('../images/python_blender.jpg') no-repeat 0px -200px;
info@91
    68
    background-size: 2000px 884px;
info@108
    69
    max-width: 100% !important;
info@63
    70
}
info@91
    71
.module-gallery .module-content {
info@108
    72
    height: 300px;
info@91
    73
    position: relative;
info@63
    74
}
info@91
    75
.col-yellow {background:@yellow-light;}
info@108
    76
li.module-language a:first-child {border-right:1px solid @blue;}
info@104
    77
.module-course {background-color: #f5f5f5;}
info@54
    78
/* Footer
info@54
    79
------------------------------------ */ 
info@54
    80
#footer {
info@63
    81
  height: 60px;
info@63
    82
}
info@63
    83
#footer > .container {
info@63
    84
  padding-left: 15px;
info@63
    85
  padding-right: 15px;
info@104
    86
}
info@104
    87
.carousel-control.left {
info@104
    88
  background-image: none;
info@104
    89
  filter: 0;
info@104
    90
}
info@104
    91
.carousel-control.right {
info@104
    92
  background-image:none;
info@104
    93
  filter: 0;
info@104
    94
}
info@104
    95
.module-imprint {border-top:1px solid #f5f5f5; padding:20px 0;}
Impressum Datenschutzerklärung