introduce db, some changes to UI
BIN
server/static/items/4029764001807.jpg
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
server/static/items/4029764001821.jpg
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
server/static/items/5449000000286.jpg
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
server/static/items/8593837223176.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
server/static/items/8593837223213.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
server/static/items/8593837223220.jpg
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
server/static/items/8594033171902.jpg
Normal file
After Width: | Height: | Size: 5 KiB |
BIN
server/static/items/missing.jpg
Normal file
After Width: | Height: | Size: 2.4 KiB |
27
server/static/style.css
Normal file
|
@ -0,0 +1,27 @@
|
|||
body {
|
||||
font-family: Helvetica, Arial;
|
||||
}
|
||||
|
||||
table {
|
||||
border: 1px solid #888;
|
||||
border-spacing: 0px;
|
||||
}
|
||||
|
||||
td, th {
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
th {
|
||||
background: #ddd;
|
||||
}
|
||||
|
||||
div.block {
|
||||
border: 1px solid #888;
|
||||
width: 160px;
|
||||
height: 180px;
|
||||
float: left;
|
||||
margin: 8px;
|
||||
text-align: center;
|
||||
font-size: 10pt;
|
||||
padding-top: 8px;
|
||||
}
|