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