Modifications: pymove3d.css and theme.html
authorHans Richter <hr.richter@web.de>
Thu, 28 Nov 2013 14:06:58 +0100
changeset 8806ae3aa51ae
parent 7 35bf23db7265
child 9 490bd5a7957b
Modifications: pymove3d.css and theme.html
static/css/pymove3d.css
templates/theme.html
     1.1 --- a/static/css/pymove3d.css	Thu Nov 28 12:45:23 2013 +0100
     1.2 +++ b/static/css/pymove3d.css	Thu Nov 28 14:06:58 2013 +0100
     1.3 @@ -8,15 +8,17 @@
     1.4  	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
     1.5  	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
     1.6  	-o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
     1.7 -	
     1.8 +	border: 1px solid #9f998c;
     1.9  /* for the Epidemic */	
    1.10  	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
    1.11  	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
    1.12  	zoom: 1;}}
    1.13  	
    1.14 -.dropdown-menue {background-color: #9f9a8b;}
    1.15 +.dropdown-menue {
    1.16 +background-color: #9f9a8b;}
    1.17  .navbar {
    1.18    background-color: #e9e2d0;
    1.19 +  border: 1px solid transparent;
    1.20  }
    1.21  .navbar-default .navbar-nav > .active > a,
    1.22  .navbar-default .navbar-nav > .active > a:hover,
    1.23 @@ -31,4 +33,8 @@
    1.24    background-color: #01e9ff;
    1.25    /*background-color: #ce4b68;*/
    1.26    /*background-color: #9f998c;*/
    1.27 -}
    1.28 \ No newline at end of file
    1.29 +}
    1.30 +
    1.31 +.flags {
    1.32 +  padding: 5px 0 0 5px;
    1.33 +  float: right;}
    1.34 \ No newline at end of file
     2.1 --- a/templates/theme.html	Thu Nov 28 12:45:23 2013 +0100
     2.2 +++ b/templates/theme.html	Thu Nov 28 14:06:58 2013 +0100
     2.3 @@ -33,7 +33,10 @@
     2.4    <body>
     2.5  
     2.6      <div class="container">
     2.7 -
     2.8 +<img class="flags" src="/static/images/flags/de.png" />
     2.9 +<img class ="flags" src="/static/images/flags/gb.png" />
    2.10 +<img class="flags" src="/static/images/flags/it.png" />
    2.11 +<br style="clear: both;" />
    2.12        <!-- Static navbar -->
    2.13        <div class="navbar navbar-default" role="navigation">
    2.14          <div class="navbar-header">
Impressum Datenschutzerklärung