static/css/pymove3d.css
author Hans Richter <hr.richter@web.de>
Sat, 30 Nov 2013 14:48:29 +0100
changeset 18 83bd955e3119
parent 16 e1763a1be790
child 22 1d79576708e0
permissions -rw-r--r--
Modifications: css and courcematerial.html
     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 .container {
    46 
    47 	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    48 	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    49 	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    50 	-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    51 	border: 1px solid #9f998c;
    52 /* for the Epidemic */	
    53 	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    54 	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    55 	zoom: 1;}}
    56 	
    57 .dropdown-menue {
    58 background-color: #9f9a8b;}
    59 .navbar {
    60   background-color: #e9e2d0;
    61   border: 1px solid transparent;
    62 }
    63 .navbar-default .navbar-nav > .active > a,
    64 .navbar-default .navbar-nav > .active > a:hover,
    65 .navbar-default .navbar-nav > .active > a:focus {
    66   
    67   background-color: transparent;
    68   border-bottom: 1px solid #bf1339;
    69 }
    70 
    71 .jumbotron {
    72 
    73   background-color: #e5edf1;
    74   /*background-color: #01e9ff;*/
    75   /*background-color: #ce4b68;*/
    76   /*background-color: #9f998c;*/
    77   min-height:250px;
    78 }
    79 
    80 .flags {
    81   padding: 5px 0 0 5px;
    82   float: right;}
    83   
    84 #footer {
    85 background: #e9e2d0;
    86 height: 180px;
    87 }
    88 .separator {
    89     width: 100%;
    90     border-bottom: 1px solid #ff9a20;
    91     text-align: center;
    92     height: 22px;
    93     margin-bottom: 15px;
    94 }
    95 .separator img {
    96     line-height: 43px;
    97     padding: 0 10px;
    98     background: #e9e2d0; /* Farbe des Elements darunter */
    99     display: inline-block;
   100     /*margin-top: 20px;*/
   101     color: #dbe2e3;
Impressum Datenschutzerklärung