bootstrap-source/schrott/css_temp/pymove3d.css
author Reimar Bauer <rb.proj AT googlemail DOT com>
Fri, 17 Jan 2014 11:59:43 +0100
branchlanding-page-2014
changeset 78 b28d5c14c5c2
parent 54 0ded9d7748b7
permissions -rw-r--r--
merged heads
info@54
     1
@font-face {
info@54
     2
    font-family: 'gandhi_serifbold';
info@54
     3
    src: url('../fonts/gandhiserif-bold-webfont.eot');
info@54
     4
    src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
info@54
     5
         url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
info@54
     6
         url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
info@54
     7
         url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
info@54
     8
    font-weight: normal;
info@54
     9
    font-style: normal;
info@54
    10
info@54
    11
}
info@54
    12
@font-face {
info@54
    13
    font-family: 'gandhi_serifregular';
info@54
    14
    src: url('../fonts/gandhiserif-regular-webfont.eot');
info@54
    15
    src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
info@54
    16
         url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
info@54
    17
         url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
info@54
    18
         url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
info@54
    19
    font-weight: normal;
info@54
    20
    font-style: normal;
info@54
    21
info@54
    22
}
info@54
    23
info@54
    24
/**.btn-lg {
info@54
    25
  padding: 10px 16px;
info@54
    26
  font-size: 18px;
info@54
    27
  line-height: 1.33;
info@54
    28
  border-radius: 6px;
info@54
    29
}**/
info@54
    30
info@54
    31
.jumbotron img {
info@54
    32
  float: left;
info@54
    33
  border-right: 10px solid transparent;
info@54
    34
  border-bottom: 10px solid transparent;
info@54
    35
  display: block;
info@54
    36
  height: auto;
info@54
    37
}
info@54
    38
.clear {clear:both;}
info@54
    39
body {background-color: #e9e2d0;
info@54
    40
font-size:16px}
info@54
    41
info@54
    42
.jumbotron h1 {text-align: center; font-size: 40px;}
info@54
    43
.navbar-brand {
info@54
    44
  font-weight: 600; font-size: 24px;
info@54
    45
  font-family: 'gandhi_serifbold';
info@54
    46
  background-color: #e9e2d0;
info@54
    47
  border-bottom: 1px solid transparent;}
info@54
    48
info@54
    49
.container {
info@54
    50
info@54
    51
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
info@54
    52
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
info@54
    53
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
info@54
    54
	-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
info@54
    55
	border: 1px solid #9f998c;
info@54
    56
/* for the Epidemic */	
info@54
    57
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
info@54
    58
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
info@54
    59
	zoom: 1;}}
info@54
    60
	
info@54
    61
.dropdown-menue {
info@54
    62
background-color: #9f9a8b;}
info@54
    63
.navbar {
info@54
    64
  background-color: #e9e2d0;
info@54
    65
  border: 1px solid transparent;
info@54
    66
}
info@54
    67
.navbar-default .navbar-nav > .active > a,
info@54
    68
.navbar-default .navbar-nav > .active > a:hover,
info@54
    69
.navbar-default .navbar-nav > .active > a:focus {
info@54
    70
  
info@54
    71
  background-color: transparent;
info@54
    72
  border-bottom: 1px solid #bf1339;
info@54
    73
}
info@54
    74
info@54
    75
.jumbotron {
info@54
    76
info@54
    77
  background-color: #e5edf1;
info@54
    78
  /*background-color: #01e9ff;*/
info@54
    79
  /*background-color: #ce4b68;*/
info@54
    80
  /*background-color: #9f998c;*/
info@54
    81
  /*min-height:250px;*/
info@54
    82
}
info@54
    83
info@54
    84
.flags {
info@54
    85
  padding: 5px 0 0 5px;
info@54
    86
  float: right;}
info@54
    87
  
info@54
    88
#footer {
info@54
    89
background: #e9e2d0;
info@54
    90
height: 180px;
info@54
    91
}
info@54
    92
.separator {
info@54
    93
    width: 100%;
info@54
    94
    border-bottom: 1px solid #ff9a20;
info@54
    95
    text-align: center;
info@54
    96
    height: 22px;
info@54
    97
    margin-bottom: 15px;
info@54
    98
}
info@54
    99
.separator img {
info@54
   100
    line-height: 43px;
info@54
   101
    padding: 0 10px;
info@54
   102
    background: #e9e2d0; /* Farbe des Elements darunter */
info@54
   103
    display: inline-block;
info@54
   104
    /*margin-top: 20px;*/
info@54
   105
    color: #dbe2e3;
Impressum Datenschutzerklärung