static/css/pymove3d.css
author Hans Richter <hr.richter@web.de>
Mon, 02 Dec 2013 09:52:47 +0100
changeset 23 08211afd77fd
parent 22 1d79576708e0
child 24 414e120653e5
permissions -rw-r--r--
Modifications; css
     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   position: relative;
    35   left: -50px;
    36   
    37 }
    38 
    39 body {background-color: #e9e2d0;}
    40 
    41 .jumbotron h1 {text-align: center; font-size: 40px;}
    42 .navbar-brand {
    43   font-weight: 600; font-size: 24px;
    44   font-family: 'gandhi_serifbold';
    45   background-color: #133F52;
    46   border-bottom: 1px solid transparent;}
    47 
    48 .container {
    49 
    50 	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    51 	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    52 	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    53 	-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    54 	border: 1px solid #9f998c;
    55 /* for the Epidemic */	
    56 	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    57 	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    58 	zoom: 1;}}
    59 	
    60 .dropdown-menue {
    61 background-color: #9f9a8b;}
    62 .navbar {
    63   background-color: #133F52;
    64   border: 1px solid transparent;
    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   
    70   background-color: transparent;
    71   border-bottom: 1px solid #bf1339;
    72 }
    73 
    74 .jumbotron {
    75 
    76   background-color: #e5edf1;
    77   /*background-color: #01e9ff;*/
    78   /*background-color: #ce4b68;*/
    79   /*background-color: #9f998c;*/
    80   min-height:250px;
    81 }
    82 
    83 .flags {
    84   padding: 5px 0 0 5px;
    85   float: right;}
    86   
    87 #footer {
    88 background: #e9e2d0;
    89 height: 180px;
    90 }
    91 .separator {
    92     width: 100%;
    93     border-bottom: 1px solid #ff9a20;
    94     text-align: center;
    95     height: 22px;
    96     margin-bottom: 15px;
    97 }
    98 .separator img {
    99     line-height: 43px;
   100     padding: 0 10px;
   101     background: #e9e2d0; /* Farbe des Elements darunter */
   102     display: inline-block;
   103     /*margin-top: 20px;*/
   104     color: #dbe2e3;
Impressum Datenschutzerklärung