diff options
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/edit.css | 2 | ||||
-rw-r--r-- | assets/css/home.css | 6 | ||||
-rw-r--r-- | assets/css/tagcolors.css | 17 |
3 files changed, 24 insertions, 1 deletions
diff --git a/assets/css/edit.css b/assets/css/edit.css index e2c1611..c7fe67b 100644 --- a/assets/css/edit.css +++ b/assets/css/edit.css @@ -365,7 +365,7 @@ a.icon { -div#thumbnail img { +div#showthumbnail img { width: 100%; height: 100%; max-height: 150px; diff --git a/assets/css/home.css b/assets/css/home.css index 2e53703..b19ea24 100644 --- a/assets/css/home.css +++ b/assets/css/home.css @@ -251,6 +251,12 @@ main.admin input, main.admin select, main.admin textarea { +main section.admin { + max-width: 400px; +} + + + div.checkbox [type="checkbox"] { display: inline-block; width: auto; diff --git a/assets/css/tagcolors.css b/assets/css/tagcolors.css new file mode 100644 index 0000000..e0b9727 --- /dev/null +++ b/assets/css/tagcolors.css @@ -0,0 +1,17 @@ + +.tag_color { background-color: #5649df; } +.tag_w { background-color: #9ff567; } +.tag_sans { background-color: #4eacbf; } +.tag_secret { background-color: #50a07e; } +.tag_fiit { background-color: #c9e952; } +.tag_salle { background-color: #3fa0c1; } +.tag_ab { background-color: #aaae52; } +.tag_template { background-color: #b1c46e; } +.tag_tttaaaaggggeee { background-color: #39b885; } +.tag_salle01 { background-color: #b7e36c; } +.tag_event { background-color: #838e9b; } +.tag_delire { background-color: #8646f3; } +.tag_phasme { background-color: #a9be35; } +.tag_animal { background-color: #9e5988; } +.tag_blague { background-color: #6aaa8d; } +.tag_festival { background-color: #c18f57; }
\ No newline at end of file |