bootstrap-source/schrott/css_temp/pymove3d.css
branchlanding-page-2014
changeset 78 b28d5c14c5c2
parent 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/schrott/css_temp/pymove3d.css	Fri Jan 17 11:59:43 2014 +0100
     1.3 @@ -0,0 +1,105 @@
     1.4 +@font-face {
     1.5 +    font-family: 'gandhi_serifbold';
     1.6 +    src: url('../fonts/gandhiserif-bold-webfont.eot');
     1.7 +    src: url('../fonts/gandhiserif-bold-webfont.eot?#iefix') format('embedded-opentype'),
     1.8 +         url('../fonts/gandhiserif-bold-webfont.woff') format('woff'),
     1.9 +         url('../fonts/gandhiserif-bold-webfont.ttf') format('truetype'),
    1.10 +         url('../fonts/gandhiserif-bold-webfont.svg#gandhi_serifbold') format('svg');
    1.11 +    font-weight: normal;
    1.12 +    font-style: normal;
    1.13 +
    1.14 +}
    1.15 +@font-face {
    1.16 +    font-family: 'gandhi_serifregular';
    1.17 +    src: url('../fonts/gandhiserif-regular-webfont.eot');
    1.18 +    src: url('../fonts/gandhiserif-regular-webfont.eot?#iefix') format('embedded-opentype'),
    1.19 +         url('../fonts/gandhiserif-regular-webfont.woff') format('woff'),
    1.20 +         url('../fonts/gandhiserif-regular-webfont.ttf') format('truetype'),
    1.21 +         url('../fonts/gandhiserif-regular-webfont.svg#gandhi_serifregular') format('svg');
    1.22 +    font-weight: normal;
    1.23 +    font-style: normal;
    1.24 +
    1.25 +}
    1.26 +
    1.27 +/**.btn-lg {
    1.28 +  padding: 10px 16px;
    1.29 +  font-size: 18px;
    1.30 +  line-height: 1.33;
    1.31 +  border-radius: 6px;
    1.32 +}**/
    1.33 +
    1.34 +.jumbotron img {
    1.35 +  float: left;
    1.36 +  border-right: 10px solid transparent;
    1.37 +  border-bottom: 10px solid transparent;
    1.38 +  display: block;
    1.39 +  height: auto;
    1.40 +}
    1.41 +.clear {clear:both;}
    1.42 +body {background-color: #e9e2d0;
    1.43 +font-size:16px}
    1.44 +
    1.45 +.jumbotron h1 {text-align: center; font-size: 40px;}
    1.46 +.navbar-brand {
    1.47 +  font-weight: 600; font-size: 24px;
    1.48 +  font-family: 'gandhi_serifbold';
    1.49 +  background-color: #e9e2d0;
    1.50 +  border-bottom: 1px solid transparent;}
    1.51 +
    1.52 +.container {
    1.53 +
    1.54 +	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    1.55 +	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    1.56 +	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    1.57 +	-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
    1.58 +	border: 1px solid #9f998c;
    1.59 +/* for the Epidemic */	
    1.60 +	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    1.61 +	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    1.62 +	zoom: 1;}}
    1.63 +	
    1.64 +.dropdown-menue {
    1.65 +background-color: #9f9a8b;}
    1.66 +.navbar {
    1.67 +  background-color: #e9e2d0;
    1.68 +  border: 1px solid transparent;
    1.69 +}
    1.70 +.navbar-default .navbar-nav > .active > a,
    1.71 +.navbar-default .navbar-nav > .active > a:hover,
    1.72 +.navbar-default .navbar-nav > .active > a:focus {
    1.73 +  
    1.74 +  background-color: transparent;
    1.75 +  border-bottom: 1px solid #bf1339;
    1.76 +}
    1.77 +
    1.78 +.jumbotron {
    1.79 +
    1.80 +  background-color: #e5edf1;
    1.81 +  /*background-color: #01e9ff;*/
    1.82 +  /*background-color: #ce4b68;*/
    1.83 +  /*background-color: #9f998c;*/
    1.84 +  /*min-height:250px;*/
    1.85 +}
    1.86 +
    1.87 +.flags {
    1.88 +  padding: 5px 0 0 5px;
    1.89 +  float: right;}
    1.90 +  
    1.91 +#footer {
    1.92 +background: #e9e2d0;
    1.93 +height: 180px;
    1.94 +}
    1.95 +.separator {
    1.96 +    width: 100%;
    1.97 +    border-bottom: 1px solid #ff9a20;
    1.98 +    text-align: center;
    1.99 +    height: 22px;
   1.100 +    margin-bottom: 15px;
   1.101 +}
   1.102 +.separator img {
   1.103 +    line-height: 43px;
   1.104 +    padding: 0 10px;
   1.105 +    background: #e9e2d0; /* Farbe des Elements darunter */
   1.106 +    display: inline-block;
   1.107 +    /*margin-top: 20px;*/
   1.108 +    color: #dbe2e3;
   1.109 \ No newline at end of file
Impressum Datenschutzerklärung