Layout.
authorEugen Sawin <sawine@me73.com>
Fri, 19 Aug 2011 03:34:20 +0200
changeset 250a5b0e15092
parent 1 cd4dfa7418ef
child 3 e84fec1b209b
Layout.
client/client.css
client/machine.html
     1.1 --- a/client/client.css	Fri Aug 19 03:21:12 2011 +0200
     1.2 +++ b/client/client.css	Fri Aug 19 03:34:20 2011 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  body
     1.5  {
     1.6      background-color: gray;
     1.7 -    color: white;
     1.8 +    color: #d0d0d0; 
     1.9      font-family: monospace;
    1.10      border-style: none;    
    1.11      margin: 0px;
    1.12 @@ -11,7 +11,8 @@
    1.13  {
    1.14      position: absolute;
    1.15      width: 100%;  
    1.16 -    height: 100%;
    1.17 +    top: 0px;
    1.18 +    bottom: 5.5em;
    1.19      background-color: #0a0a0a;     
    1.20  }
    1.21  
    1.22 @@ -22,28 +23,38 @@
    1.23  
    1.24  view-area h2
    1.25  {
    1.26 -    
    1.27 +    color: orange; 
    1.28  }
    1.29  
    1.30  view-area p
    1.31  {
    1.32 -    color: #d0d0d0; 
    1.33 +  
    1.34  }
    1.35  
    1.36  view-area view-left
    1.37  {
    1.38      position: absolute;
    1.39      right: 52%;
    1.40 -    text-align: justify;
    1.41 -    color: orange; 
    1.42 +    text-align: justify;   
    1.43  }
    1.44  
    1.45  view-area view-right
    1.46  {
    1.47      position: absolute;
    1.48      left: 52%;
    1.49 -    text-align: justify;
    1.50 -    color: orange; 
    1.51 +    text-align: justify;   
    1.52 +}
    1.53 +
    1.54 +autocompletion-area
    1.55 +{
    1.56 +    position: absolute;
    1.57 +    width: 100%;  
    1.58 +    height: 3.5em;
    1.59 +    border-style: none;
    1.60 +    background-color: #080808;
    1.61 +    color: #bb0000;    
    1.62 +    bottom: 2em;
    1.63 +    outline: none;
    1.64  }
    1.65  
    1.66  command-area input
    1.67 @@ -53,8 +64,7 @@
    1.68      height: 2em;
    1.69      border-style: none;
    1.70      background-color: #060606;
    1.71 -    color: #00bb00;
    1.72 -    font-family: monospace;    
    1.73 +    color: #00bb00;   
    1.74      bottom: 0px;
    1.75      outline: none;
    1.76  }
    1.77 \ No newline at end of file
     2.1 --- a/client/machine.html	Fri Aug 19 03:21:12 2011 +0200
     2.2 +++ b/client/machine.html	Fri Aug 19 03:34:20 2011 +0200
     2.3 @@ -22,6 +22,9 @@
     2.4        </p>
     2.5      </view-right>
     2.6    </view-area>
     2.7 +  <autocompletion-area>
     2.8 +    
     2.9 +  </autocompletion-area>
    2.10    <command-area>
    2.11      <form name="com-form" onsubmit="return command()">
    2.12      <input type="submit" value="submit" style="visibility: hidden;">