diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/admin.css | 44 | ||||
-rw-r--r-- | res/dachai.png | bin | 320027 -> 6793 bytes | |||
-rw-r--r-- | res/pause_cover.png | bin | 539 -> 539 bytes | |||
-rw-r--r-- | res/play_cover.png | bin | 749 -> 757 bytes | |||
-rw-r--r-- | res/styles.css | 2 |
5 files changed, 44 insertions, 2 deletions
diff --git a/res/admin.css b/res/admin.css index beca966..d185acf 100644 --- a/res/admin.css +++ b/res/admin.css @@ -111,6 +111,7 @@ body{ width: 100%; position: absolute; bottom: 0; + left: 0; } #admin-paginate a { @@ -122,7 +123,7 @@ body{ text-align: center; line-height: 30px; float:left; - margin-right: 5px; + /*margin-right: 5px;*/ } #admin-paginate a:hover{ @@ -139,3 +140,44 @@ body{ display: block; } +#admin_tags{ + margin: 10px 0; +} + +.admin_tag { + display:inline-block; + height: 20px; + padding: 2px 5px; + box-sizing: border-box; + background: rgb(219, 219, 219); + border: 0px solid; + border-radius: 4px; + float:left; + margin-right: 10px; +} + +.admin_tag:hover { + background-color: black; + color:white; +} + +.admin_tag:hover a{ + color:white; +} + +.admin_tag a { + font-size: 12px; + text-decoration: none; + display: block; + float: left; +} + +.admin-tag-name{ + color:black; +} + +.admin-del-tag { + margin-left: 10px; + color:red; + font-weight: bold; +} diff --git a/res/dachai.png b/res/dachai.png Binary files differindex d30f86d..1db55b9 100644 --- a/res/dachai.png +++ b/res/dachai.png diff --git a/res/pause_cover.png b/res/pause_cover.png Binary files differindex ebf3288..db1ba4d 100644 --- a/res/pause_cover.png +++ b/res/pause_cover.png diff --git a/res/play_cover.png b/res/play_cover.png Binary files differindex c7f8ca6..bc74085 100644 --- a/res/play_cover.png +++ b/res/play_cover.png diff --git a/res/styles.css b/res/styles.css index 6ddcc6e..e1318a0 100644 --- a/res/styles.css +++ b/res/styles.css @@ -234,7 +234,7 @@ body{ text-align: center; line-height: 30px; float:left; - margin-right: 5px; + /*margin-right: 5px;*/ } #paginate a:hover{ |