Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/src/commit/92bb77784a8b9b00ced33da28ed1749dcf6232ed/html/style.css
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
|
|
body {
|
|
background-color: #404040;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
#main {
|
|
background-color: #d0d0FF;
|
|
-moz-border-radius: 5px;
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
border: 2px solid #000000;
|
|
width: 800px;
|
|
margin: 0 auto;
|
|
padding: 20px
|
|
}
|
|
|
|
|