Arrow.
authorEugen Sawin <sawine@me73.com>
Fri, 21 Oct 2011 12:08:06 +0200
changeset 193aa0c0f3c53
parent 0 d7bbef8dce52
child 2 72adcefd5f86
Arrow.
dev/logo/logo1.xcf
dev/misc/bigarrow.xcf
webclient/images/bigarrow.png
webclient/images/logo1.png
webclient/index.html
webclient/style.css
     1.1 Binary file dev/logo/logo1.xcf has changed
     2.1 Binary file dev/misc/bigarrow.xcf has changed
     3.1 Binary file webclient/images/bigarrow.png has changed
     4.1 Binary file webclient/images/logo1.png has changed
     5.1 --- a/webclient/index.html	Fri Oct 21 04:18:07 2011 +0200
     5.2 +++ b/webclient/index.html	Fri Oct 21 12:08:06 2011 +0200
     5.3 @@ -18,5 +18,8 @@
     5.4  	</address>
     5.5        </footer>      
     5.6      </div>
     5.7 +    <div id="postcontent">
     5.8 +      <img src="images/bigarrow.png" alt="" />
     5.9 +    </div>
    5.10    </body>
    5.11  </html>
     6.1 --- a/webclient/style.css	Fri Oct 21 04:18:07 2011 +0200
     6.2 +++ b/webclient/style.css	Fri Oct 21 12:08:06 2011 +0200
     6.3 @@ -14,7 +14,12 @@
     6.4  body
     6.5  {
     6.6      font-family: sans-serif;   
     6.7 -    background: #fff;
     6.8 +    background:-moz-linear-gradient(top, #fff, #ddd); /* Firefox */
     6.9 +    background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* Safari, Chrome */
    6.10 +    background:-webkit-linear-gradient(top, #fff, #ddd); /* Safari, Chrome - neue Syntax! */
    6.11 +    background:-o-linear-gradient(top, #fff, #ddd); /* Opera */
    6.12 +    background:-ms-linear-gradient(top, #fff, #ddd); /* IE */
    6.13 +    background:linear-gradient(top, #fff, #ddd); /* W3C Standard */
    6.14  }
    6.15  
    6.16  footer
    6.17 @@ -23,25 +28,38 @@
    6.18      top: 250px;
    6.19  }
    6.20  
    6.21 +footer :hover 
    6.22 +{
    6.23 +    color: #f44296;
    6.24 +}
    6.25 +
    6.26 +footer :hover a
    6.27 +{
    6.28 +    color: #f44296;
    6.29 +}
    6.30 +
    6.31  address
    6.32  {
    6.33      /*background: #f44296;*/
    6.34      border-style: dotted none none none;
    6.35      border-width: 2px;
    6.36 +    border-color: #1e1108;
    6.37      padding-top: 5px;
    6.38      margin-bottom: 0px;
    6.39 -    font-size: 0.75em;
    6.40 +    font-size: 0.9em;
    6.41      font-style: normal;
    6.42 -    color: white;
    6.43 -    font-weight: 700;
    6.44 +    color: #412410;
    6.45 +    font-weight: bold;
    6.46      text-transform: uppercase;
    6.47      height: 18px;
    6.48 +    text-shadow: -1px -1px 0px #1e1108, 1px 1px 0px #522e15;
    6.49  }
    6.50  
    6.51  address a
    6.52  {
    6.53      text-decoration: none;
    6.54 -    color: white;
    6.55 +    color: #412410;
    6.56 +    text-shadow: -1px -1px 0px #1e1108, 1px 1px 0px #522e15;
    6.57  }
    6.58  
    6.59  #floater
    6.60 @@ -55,8 +73,8 @@
    6.61  }
    6.62  
    6.63  #content
    6.64 -{
    6.65 -    background: #372601;
    6.66 +{ /*1e1108 27150a 311b0c 372601 412410 4e2b14 522e15 5C3317 7b441f*/
    6.67 +    background: #412410;
    6.68      position: relative;
    6.69      text-align: center;
    6.70      clear: left;
    6.71 @@ -65,8 +83,21 @@
    6.72      min-width: 800px;
    6.73      margin: 0 auto;    
    6.74      padding-top: 70px;
    6.75 -    border-style: inset none;
    6.76 -    border-width: 0px;
    6.77 -    border-color: #372601;/*#281b00;*/    
    6.78 +    /*border-style: solid none none none;
    6.79 +    border-width: 2px;
    6.80 +    border-color: #311b0c;/*#372601;#281b00;*/    */
    6.81 +    box-shadow: 0px 2px 4px 2px #311b0c;
    6.82 +    -moz-box-shadow: 0px 2px 4px 2px #311b0c;
    6.83 +    -webkit-box-shadow: 0px 2px 4px 2px #311b0c;
    6.84 +    
    6.85  }
    6.86  
    6.87 +#postcontent
    6.88 +{
    6.89 +    position: relative;
    6.90 +    text-align: center;    
    6.91 +    width: 100%;
    6.92 +    min-width: 800px;
    6.93 +    margin: 5px auto;
    6.94 +}
    6.95 +