Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
imported>Stencil |
imported>Stencil m |
||
| Line 2: | Line 2: | ||
margin: 4em 1.5em; | margin: 4em 1.5em; | ||
width: 600px; | width: 600px; | ||
| − | height: | + | height: 400px; |
border: 5px solid #000000; | border: 5px solid #000000; | ||
-webkit-transform: rotate(-8deg); | -webkit-transform: rotate(-8deg); | ||
| Line 14: | Line 14: | ||
display: flex; | display: flex; | ||
list-style: none; | list-style: none; | ||
| + | } | ||
| + | |||
| + | #main-wagon-list li { | ||
| + | margin: 0 30px; | ||
} | } | ||
Revision as of 05:23, 29 February 2020
#main-wagon-list {
margin: 4em 1.5em;
width: 600px;
height: 400px;
border: 5px solid #000000;
-webkit-transform: rotate(-8deg);
-moz-transform: rotate(-8deg);
-o-transform: rotate(-8deg);
--ms-transform: rotate(-8deg);
-transform: rotate(-8deg);
}
#main-wagon-list ul {
display: flex;
list-style: none;
}
#main-wagon-list li {
margin: 0 30px;
}
body {
background-image: url("images/2/23/Unrailed-Grid.png");
background-repeat: repeat;
}