Change css - awaiting graphics
This commit is contained in:
parent
0393576e5f
commit
0eb4a1ffc7
3 changed files with 13 additions and 3 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -126,6 +126,17 @@ body {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 640px;
|
max-width: 640px;
|
||||||
|
|
||||||
|
&.wide {
|
||||||
|
max-width: 854px;
|
||||||
|
background-color: red;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.wide #container {
|
||||||
|
padding-left: 107px;
|
||||||
|
padding-right: 107px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
#divTwcLeft {
|
#divTwcLeft {
|
||||||
|
|
@ -286,7 +297,6 @@ body {
|
||||||
// overflow: hidden;
|
// overflow: hidden;
|
||||||
background-image: url(../images/BackGround1_1.png);
|
background-image: url(../images/BackGround1_1.png);
|
||||||
transform-origin: 0 0;
|
transform-origin: 0 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#divTwc:fullscreen #container {
|
#divTwc:fullscreen #container {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue