static/css/pymove3d.css
author Peter Koppatz <pkoppatz@web.de>
Sun, 29 Dec 2013 21:37:56 +0100
branchlanding-page-2014
changeset 65 6be8044d34d9
parent 29 db0ed4a1e9d1
child 78 b28d5c14c5c2
permissions -rw-r--r--
Footer gerade gebogen und Hintergrundfarbe auf wei? gestellt
     1 @font-face {
     2     font-family: 'gandhi_serifbold';
     3     src: url('../fonts/gandhiserif-bold-webfont.eot');
     4     src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
     5          url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
     6          url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
     7          url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
     8     font-weight: normal;
     9     font-style: normal;
    10 
    11 }
    12 @font-face {
    13     font-family: 'gandhi_serifregular';
    14     src: url('../fonts/gandhiserif-regular-webfont.eot');
    15     src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
    16          url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
    17          url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
    18          url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
    19     font-weight: normal;
    20     font-style: normal;
    21 
    22 }
    23 
    24 /**.btn-lg {
    25   padding: 10px 16px;
    26   font-size: 18px;
    27   line-height: 1.33;
    28   border-radius: 6px;
    29 }**/
    30 
    31 .jumbotron img {
    32   float: left;
    33   border-right: 10px solid transparent;
    34   border-bottom: 10px solid transparent;
    35   display: block;
    36   height: auto;
    37 }
    38 .clear {clear:both;}
    39 body {background-color: #fff;/*#e9e2d0;*/
    40 font-size:16px}
    41 
    42 .jumbotron h1 {text-align: center; font-size: 40px;}
    43 .navbar-brand {
    44   font-weight: 600; font-size: 24px;
    45   font-family: 'gandhi_serifbold';
    46   background-color: #e9e2d0;
    47   border-bottom: 1px solid transparent;}
    48 
    49 .container {
    50 
    51 	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    52 	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    53 	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    54 	-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    55 	border: 1px solid #9f998c;
    56 /* for the Epidemic */	
    57 	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    58 	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    59 	zoom: 1;}}
    60 	
    61 .dropdown-menue {
    62 background-color: #9f9a8b;}
    63 .navbar {
    64   background-color: #e9e2d0;
    65   border: 1px solid transparent;
    66 }
    67 .navbar-default .navbar-nav > .active > a,
    68 .navbar-default .navbar-nav > .active > a:hover,
    69 .navbar-default .navbar-nav > .active > a:focus {
    70   
    71   background-color: transparent;
    72   border-bottom: 1px solid #bf1339;
    73 }
    74 
    75 .jumbotron {
    76 
    77   background-color: #e5edf1;
    78   /*background-color: #01e9ff;*/
    79   /*background-color: #ce4b68;*/
    80   /*background-color: #9f998c;*/
    81   /*min-height:250px;*/
    82 }
    83 
    84 .flags {
    85   padding: 5px 0 0 5px;
    86   float: right;}
    87   
    88 #footer {
    89 background: #fff; 
    90 height: 180px;
    91 }
    92 .separator {
    93     width: 100%;
    94     border-bottom: 1px solid #ff9a20;
    95     text-align: center;
    96     height: 22px;
    97     margin-bottom: 15px;
    98 }
    99 .separator img {
   100     line-height: 43px;
   101     padding: 0 10px;
   102     background: #fff; /* Farbe des Elements darunter */
   103     display: inline-block;
   104     /*margin-top: 20px;*/
   105     color: #dbe2e3;
Impressum Datenschutzerklärung