Ugly-Design Patch (man soltte zu Materia-Design wechseln)
This commit is contained in:
parent
eaafc714cb
commit
3f18a82171
8 changed files with 49 additions and 5 deletions
BIN
assets/back.png
Normal file
BIN
assets/back.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 242 KiB |
BIN
assets/bleft.png
BIN
assets/bleft.png
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
Binary file not shown.
Before Width: | Height: | Size: 12 KiB |
|
@ -1,3 +1,40 @@
|
|||
html, body
|
||||
{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-image: url(/assets/sm_back.jpg);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.frame {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
padding: 0%;
|
||||
}
|
||||
|
||||
.window{
|
||||
position: absolute;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
width: 100%;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.backframe{
|
||||
width: 75vw;
|
||||
height: auto;
|
||||
margin-top: 15vw;
|
||||
|
||||
}
|
||||
|
||||
.divtab{
|
||||
position: relative;
|
||||
|
||||
}
|
||||
|
||||
|
||||
table.col {
|
||||
border: 4px solid #555555;
|
||||
background-color: #555555;
|
||||
|
|
BIN
assets/sm_back.jpg
Normal file
BIN
assets/sm_back.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
BIN
assets/top.png
BIN
assets/top.png
Binary file not shown.
Before Width: | Height: | Size: 172 KiB |
BIN
assets/window.png
Normal file
BIN
assets/window.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
|
@ -1,13 +1,16 @@
|
|||
|
||||
|
||||
|
||||
<link rel="stylesheet" href="/assets/css/main_style.css">
|
||||
|
||||
|
||||
<div align="center">
|
||||
|
||||
|
||||
<img src="/assets/top.png" align="top">
|
||||
<img src="/assets/bleft.png" align="left">
|
||||
<img src="/assets/bright.png" align="right">
|
||||
<div class="window" align="center">
|
||||
<img src="/assets/window.png" align="center" class="backframe">
|
||||
|
||||
|
||||
<div class="divtab">
|
||||
|
||||
<table Border = 1 class="col">
|
||||
<tr>
|
||||
|
@ -31,3 +34,7 @@
|
|||
</table>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<img src="/assets/back.png" align="top" class="frame">
|
Reference in a new issue