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
hr@12
     1
@font-face {
hr@13
     2
    font-family: 'gandhi_serifbold';
hr@13
     3
    src: url('../fonts/gandhiserif-bold-webfont.eot');
hr@13
     4
    src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
hr@13
     5
         url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
hr@13
     6
         url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
hr@13
     7
         url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
hr@12
     8
    font-weight: normal;
hr@12
     9
    font-style: normal;
hr@13
    10
hr@12
    11
}
hr@12
    12
@font-face {
hr@13
    13
    font-family: 'gandhi_serifregular';
hr@13
    14
    src: url('../fonts/gandhiserif-regular-webfont.eot');
hr@13
    15
    src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
hr@13
    16
         url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
hr@13
    17
         url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
hr@13
    18
         url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
hr@12
    19
    font-weight: normal;
hr@12
    20
    font-style: normal;
hr@13
    21
hr@12
    22
}
hr@12
    23
hr@16
    24
.jumbotron img {
hr@16
    25
  float: left;
hr@16
    26
}
hr@16
    27
hr@7
    28
body {background-color: #e9e2d0;}
hr@7
    29
peter@3
    30
h1 {text-align: center;}
hr@12
    31
.navbar-brand {
hr@13
    32
  font-weight: 600; font-size: 24px;
hr@13
    33
  font-family: 'gandhi_serifbold'}
hr@6
    34
.container {
hr@6
    35
hr@6
    36
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
hr@6
    37
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
hr@6
    38
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
hr@6
    39
	-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
hr@8
    40
	border: 1px solid #9f998c;
hr@6
    41
/* for the Epidemic */	
hr@6
    42
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
hr@6
    43
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
hr@6
    44
	zoom: 1;}}
hr@7
    45
	
hr@8
    46
.dropdown-menue {
hr@8
    47
background-color: #9f9a8b;}
hr@7
    48
.navbar {
hr@7
    49
  background-color: #e9e2d0;
hr@8
    50
  border: 1px solid transparent;
hr@7
    51
}
hr@7
    52
.navbar-default .navbar-nav > .active > a,
hr@7
    53
.navbar-default .navbar-nav > .active > a:hover,
hr@7
    54
.navbar-default .navbar-nav > .active > a:focus {
hr@7
    55
  
hr@7
    56
  background-color: transparent;
hr@7
    57
  border-bottom: 1px solid #bf1339;
hr@7
    58
}
hr@7
    59
hr@7
    60
.jumbotron {
hr@7
    61
hr@11
    62
  background-color: #e5edf1;
hr@10
    63
  /*background-color: #01e9ff;*/
hr@7
    64
  /*background-color: #ce4b68;*/
hr@7
    65
  /*background-color: #9f998c;*/
hr@16
    66
  min-height:250px;
hr@8
    67
}
hr@8
    68
hr@8
    69
.flags {
hr@8
    70
  padding: 5px 0 0 5px;
hr@14
    71
  float: right;}
hr@14
    72
  
hr@14
    73
#footer {
hr@14
    74
background: #e9e2d0;
hr@16
    75
height: 180px;
hr@14
    76
}
hr@14
    77
.separator {
hr@14
    78
    width: 100%;
hr@14
    79
    border-bottom: 1px solid #ff9a20;
hr@14
    80
    text-align: center;
hr@14
    81
    height: 22px;
hr@14
    82
    margin-bottom: 15px;
hr@14
    83
}
hr@14
    84
.separator img {
hr@14
    85
    line-height: 43px;
hr@14
    86
    padding: 0 10px;
hr@14
    87
    background: #e9e2d0; /* Farbe des Elements darunter */
hr@14
    88
    display: inline-block;
hr@14
    89
    /*margin-top: 20px;*/
hr@14
    90
    color: #dbe2e3;
Impressum Datenschutzerklärung