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/c2a02f28ea7344b39c650a9329fa932f3603b8fd/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
|
|
}
|
|
|
|
|