Webo
Otland 4ever
Attachments
-
322.6 KB Views: 364
Last edited by a moderator:
look this Webdesign - Webdesign old projectThe most beautiful layout I've ever seen, this one and the ox server!
Change the first lines of this in your layout/css/style.css:I have a question with this layout, how can i change background color? Tried on layout/styles/basic.css line 4 but nothing happens ^^
body {
background: no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-color: red !important;
}
background-color: red !important;
thanks!! and how to do if i want to load an image background?? also what dimension it should have??Change the first lines of this in your layout/css/style.css:
I have added this line:Code:body { background: no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: red !important; }
Code:background-color: red !important;
background: #F8F7EE url(../images/tibiart.png);
background: url(../images/bgo.png);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: auto;
background-color: black !important;