Webboard

Pełna wersja: Jak podmienić tło w stylu?
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Stron: 1 2
Co to za kod? Po nim (tj. po klamrze }) dodaj taki kod i edytuj go wg potrzeb:
#logo img {width: 100px; height: 100px}

Ten kod co podałem jest z arkusza global.css
Nie wiem czy o ten arkusz chodzi 

body {
background: #eceef0;
background: white url(/images/flatty/hbg4.png) repeat;
color: #333;
text-align: center;
line-height: 1.4;
margin: 0;
font-family: Sans-Serif, Arial, "Open Sans";
font-size: 13px;
overflow-y: scroll; }

a:link {
transition: all 0.25s ease !important;
-webkit-transition: all 0.25s ease !important;
-moz-transition: all 0.25s ease !important;
color: #3c699c;
text-decoration: none; }

a:visited {
color: #0072bc;
text-decoration: none; }

a:hover,
a:active { color: #00aced; }

#container {
text-align: left;
color: #333;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Sans-serif, Arial;
font-size: 13px;
min-width: 990px; }

.wrapper {
width: 85%;
min-width: 970px;
max-width: 1500px;
margin: auto auto; }


/* you can change the header-image here. [ image dimensions should be ~ 1920 x 390 ]  */
#logo {
background: #eceef0 url(images/flatty/hbg4.png) no-repeat 0% 5%;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
padding: 6em 0 0 0px; }
Tak, możesz mój kod do niego wkleić na SAMYM DOLE.

Wkleiłem i 0 reakcji po wpisaniu wymiarów loga
Dobra narazie ogarnałem co i jak.
Jak czegoś nie bede wiedział to napisze. Narazie dzięki
Stron: 1 2