diff --git a/classes/Item.php b/classes/Item.php index 4aa21ca..2e43186 100644 --- a/classes/Item.php +++ b/classes/Item.php @@ -145,12 +145,10 @@ abstract class Item abstract public function printInfo(); - public function printImage($bg_color = '#AAA',$border_color = '#EEE') + public function printImage() { echo << + IMG; } diff --git a/css/main.css b/css/main.css index 8cfd688..95222d0 100644 --- a/css/main.css +++ b/css/main.css @@ -1046,4 +1046,16 @@ img.item { hr { color: silver; border-style: solid; +} + +img.item-wrap-normal { + width: 48px; + height: 48px; + border-radius: 5px; + border: 1px solid rgba(0, 0, 0, 0.25); + padding: 7px; + display: inline-block; + background-repeat: no-repeat; + background-color: #AAA; + background-image: radial-gradient(circle, #EEE, #AAA); } \ No newline at end of file