Home | History | Annotate | Download | only in resources
      1 body {
      2   background-color:white;
      3   color:black;
      4   margin:10px;
      5 }
      6 
      7 .header {
      8   overflow:auto;
      9   clear:both;
     10 }
     11 
     12 .header .logo {
     13   float:left;
     14 }
     15 
     16 .header .form {
     17   float:left;
     18   margin-top:22px;
     19   -webkit-margin-start:12px;
     20 }
     21 
     22 html[dir='rtl'] .logo {
     23   float:right;
     24 }
     25 
     26 html[dir='rtl'] .form {
     27   float:right;
     28 }
     29 
     30 .page-navigation {
     31   padding:8px;
     32   background-color:#ebeff9;
     33   -webkit-margin-end:4px;
     34 }
     35 
     36 .footer {
     37   height:24px;
     38 }
     39