X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=www%2Fstyle.css;fp=www%2Fstyle.css;h=cd2888a0c674db1202c193f1e40e4aa547f2a5ec;hb=2f8ecaa907ed68b83ebefc2dfe13e98817d14d79;hp=eb3c065843fcdc986d1343211c097998309ee9a6;hpb=5dcdb19ee5988a4395ea373e940a3afa728918aa;p=shariks diff --git a/www/style.css b/www/style.css index eb3c065..cd2888a 100644 --- a/www/style.css +++ b/www/style.css @@ -2,7 +2,6 @@ body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; } BODY { - background-image: url(images/bg.png); background-attachment: fixed; background-color: #d7d7d7; padding: 0 0; @@ -24,8 +23,7 @@ BODY { } .header { - background-image: url(images/logo.png); - background-color: #d47129; + background-color: #333333; margin-top: 7px; margin-bottom: 4px; position:relative; @@ -33,8 +31,8 @@ BODY { } .content { - background-image: url(images/content.png); - color: #faf5f7; + color: #333333; + background-color: #d7d7d7; padding-left: 15px; padding-bottom: 0; padding-right: 15px; @@ -52,9 +50,10 @@ BODY { position: relative; overflow: hidden; height: 120px; - font-size:300%; + font-size:400%; margin: 0; - line-height: 130px; + line-height: 130px; + text-align: left; } .logo a { @@ -66,7 +65,7 @@ BODY { text-align: center; position: relative; z-index:2; - border: 1px solid gray; + border: 1px solid black; border-right: none; border-left: none; padding: 7px 0; @@ -93,7 +92,7 @@ BODY { font-size: 19px; font-weight: bold; display: block; - color: #ff999d; + color: #333333; text-decoration: none; float: left; /*\*/ float:none; padding: 7px 50px 7px 39px; @@ -110,10 +109,9 @@ BODY { #menu ul li a:hover { text-align: center; - background-image: url(images/menu.png); background-attachment: fixed; background-color: #d7d7d7; - color: white; + color: #7d7d7d; } #menu ul li#active a { @@ -122,9 +120,10 @@ BODY { p { margin-left: 0; margin-bottom: 10px; margin-right: 0; margin-top: 10px; } -.box { - background-image: url(images/menu.png); - background-attachment: fixed; +.box { + background-color: #d7d7d7; + background-attachment: fixed; + color: #d7d7d7; min-height:1px; } @@ -173,8 +172,8 @@ ol ol ol {list-style-type:lower-alpha; } li { display:list-item; } ul li a { text-decoration:underline; } -a {color: #ff999d;} -a:link {color:#ff999d ;} +a {color: #6633ff;} +a:link {} a:hover {color:white ; text-decoration: none;} code { @@ -200,4 +199,4 @@ code { border: 1px white solid; padding: 2px; } - \ No newline at end of file +