static/less/pymove3d.less
author Stefania Trabucchi <info@trabucchi.de>
Thu, 23 Jan 2014 14:49:17 +0100
changeset 212 4610f9f5ee5b
parent 205 016a662009af
child 215 76d113bdb8c7
permissions -rw-r--r--
styled fiex and some mediaqueries added
     1 html,
     2 body {
     3   height: 100%;
     4 }
     5 body {padding-top:8px;border-top:8px solid  @blue;}
     6 #wrap {
     7   min-height: 100%;
     8   height: auto;
     9   margin: 0 auto -60px;
    10   padding: 0 0 60px;
    11 }
    12 /* Typo
    13 ------------------------------------ */
    14 @font-face {
    15     font-family: 'gandhi_serifbold';
    16     src: url('../fonts/gandhiserif-bold-webfont.eot');
    17     src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
    18          url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
    19          url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
    20          url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
    21     font-weight: normal;
    22     font-style: normal;
    23 }
    24 @font-face {
    25     font-family: 'gandhi_serifregular';
    26     src: url('../fonts/gandhiserif-regular-webfont.eot');
    27     src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
    28          url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
    29          url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
    30          url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
    31     font-weight: normal;
    32     font-style: normal;
    33 }
    34 /* Utilities
    35 ------------------------------------ */
    36 #wrap > .container {
    37   /*padding: 60px 15px 0;*/
    38 }
    39 img {
    40      vertical-align: middle;
    41      border: 0;
    42      page-break-inside: avoid;
    43      max-width: 100% !important;
    44      }
    45 /* Navigation
    46 ------------------------------------ */
    47 .navbar-nav > li:hover {
    48 //border-top:8px solid @yellow;position: relative;top: -17px;
    49 }
    50 .navbar-nav > li > a {
    51  // margin-top: 48px;
    52   font-size: 18px;
    53 }
    54 .nav > li > a:hover, 
    55 .nav > li > a:focus {
    56 //margin-top: 54px;
    57 }
    58 .navbar {
    59 margin-bottom: 0px;
    60 border-bottom:3px solid #f0f0f0;
    61 }
    62 .navbar-nav {margin-top:24px;}
    63 a.link-yellow {color:@yellow !important;text-decoration:underline;}
    64 a.link-yellow:hover {color:@gray-dark !important;text-decoration:none;}
    65 
    66 .navbar-default .navbar-nav > .active > a, 
    67 .navbar-default .navbar-nav > .active > a:hover, 
    68 .navbar-default .navbar-nav > .active > a:focus {
    69 border-bottom:1px dotted @blue-darker;
    70 color:@blue;
    71 }
    72 
    73 /* Module
    74 ------------------------------------ */
    75 .module-gallery {
    76     background: url('../images/python_blender.jpg') no-repeat 0px -200px;
    77     background-size: 2000px 884px;
    78 }
    79 .module-gallery .module-content {
    80     height: 300px;
    81     position: relative;
    82 }
    83 .module-cite h1 {color:@blue;}
    84 .col-yellow {background:@yellow-light;}
    85 li.module-language a:first-child {border-right:1px solid @blue;}
    86 .module-course {background-color: #f5f5f5;}
    87 
    88 .module-info {border-bottom:1px solid @yellow;padding-bottom:20px;}
    89 .module-cite {padding-bottom:20px;}
    90 
    91 
    92 .cite {position:relative;}
    93 .cite-left {top: 6px;}
    94 .cite-right {top:48px;}
    95 .cite-right svg {margin-top: -48px;}
    96 
    97 .module-impression {background:@blue;}
    98 .module-impression a {color:white;}
    99 .module-thumbnail,
   100 .module-impression h3 {margin-top:20px;}
   101 .module-footer .headline {padding:20px 0;}
   102 
   103 /* Video
   104 ------------------------------------ */ 
   105 .flex-video {
   106 position: relative;
   107 padding-top: 25px;
   108 padding-bottom: 67.5%;
   109 height: 0;
   110 margin-bottom: 16px;
   111 overflow: hidden;
   112 }
   113  
   114 .flex-video.widescreen { padding-bottom: 57.25%; }
   115 .flex-video.vimeo { padding-top: 0; }
   116  
   117 .flex-video iframe,
   118 .flex-video object,
   119 .flex-video embed {
   120 position: absolute;
   121 top: 0;
   122 left: 0;
   123 width: 100%;
   124 height: 100%;
   125 }
   126 
   127 /* Footer
   128 ------------------------------------ */ 
   129 #footer {
   130   height: 60px;
   131 }
   132 .sponsor{
   133   height: 50px;
   134 }
   135 #footer > .container {
   136   padding-left: 15px;
   137   padding-right: 15px;
   138 }
   139 .carousel-control.left {
   140   background-image: none;
   141   filter: 0;
   142 }
   143 .carousel-control.right {
   144   background-image:none;
   145   filter: 0;
   146 }
   147 .module-imprint {border-top:1px solid #f5f5f5; padding:20px 0;}
   148 
   149 /* media queries
   150 ------------------------------------ */ 
   151 @media (max-width: 767px) {
   152 .module-gallery .module-content {
   153     height: 376px;
   154     }
   155 .module-impression svg {display:none;}
   156 }
   157 
   158 @media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
   159 .flex-video { padding-top: 0; }
   160 }
Impressum Datenschutzerklärung