static/css/pymove3d.css
author Hans Richter <hr.richter@web.de>
Fri, 29 Nov 2013 11:18:33 +0100
changeset 13 a4b4abbf6f1a
parent 12 8e513395d43d
child 14 16bd2442d8ce
permissions -rw-r--r--
Modification:fonts 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 
    13 
    14 
    15 
    16 @font-face {
    17     font-family: 'gandhi_serifregular';
    18     src: url('../fonts/gandhiserif-regular-webfont.eot');
    19     src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
    20          url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
    21          url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
    22          url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
    23     font-weight: normal;
    24     font-style: normal;
    25 
    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 }
    67 
    68 .flags {
    69   padding: 5px 0 0 5px;
    70   float: right;}
Impressum Datenschutzerklärung