feat: better image view
This commit is contained in:
parent
0084c62981
commit
efdfb5c3e9
7 changed files with 35 additions and 26 deletions
14
css/base.css
14
css/base.css
|
|
@ -22,12 +22,14 @@ html {
|
|||
height: 20px;
|
||||
}
|
||||
|
||||
.color.red { background-color: rgb(228, 3, 3); height: 16.66%; }
|
||||
.color.orange { background-color: rgb(255, 140, 0); height: 16.66%; }
|
||||
.color.yellow { background-color: rgb(255, 237, 0); height: 16.66%; }
|
||||
.color.green { background-color: rgb(0, 128, 38); height: 16.66%; }
|
||||
.color.blue { background-color: rgb(0, 76, 255); height: 16.66%; }
|
||||
.color.purple { background-color: rgb(115, 41, 130); height: 16.66%; }
|
||||
/* .color.red { background-color: rgb(228, 3, 3); height: 16.66%; } */
|
||||
/* .color.orange { background-color: rgb(255, 140, 0); height: 16.66%; } */
|
||||
/* .color.green { background-color: rgb(0, 128, 38); height: 16.66%; } */
|
||||
/* .color.blue { background-color: rgb(0, 76, 255); height: 16.66%; } */
|
||||
.color.yellow { background-color: #FFF433; height: 25%; }
|
||||
.color.white { background-color: #FFF8E7; height: 25%; }
|
||||
.color.purple { background-color: #9B59D0; height: 25%; }
|
||||
.color.black { background-color: #2D2D2D; height: 25%; }
|
||||
|
||||
header { padding-top: 25px; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue