organize files on app/javascript/images/

This commit is contained in:
wuyingren 2020-10-30 23:24:29 +08:00
parent 77a87021e8
commit 920a87a867
37 changed files with 48 additions and 240 deletions

View file

@ -154,7 +154,7 @@ body.admin {
font-size:0px;
color:$win95-bg;
background-image: url("../images/start.png");
background-image: url("../images/win95/start.png");
background-repeat:no-repeat;
background-position:8%;
background-clip:padding-box;
@ -176,7 +176,7 @@ body.admin {
left:15px;
width:132px;
height:117px;
background-image:url("../images/clippy_wave.gif"), url("../images/clippy_frame.png");
background-image:url("../images/win95/clippy_wave.gif"), url("../images/win95/clippy_frame.png");
background-repeat:no-repeat;
background-position: 4px 20px, 0px 0px;
z-index:0;
@ -817,7 +817,7 @@ body.admin {
font-size:0px;
color:$win95-bg;
background-image: url("../images/start.png");
background-image: url("../images/win95/start.png");
background-repeat:no-repeat;
background-position:8%;
background-clip:padding-box;
@ -1160,7 +1160,7 @@ body.admin {
}
.column-link__badge {
background-image: url('../images/alert_badge.png');
background-image: url('../images/win95/alert_badge.png');
background-repeat: no-repeat;
background-size:contain;
background-color:transparent;
@ -1378,81 +1378,81 @@ body.admin {
}
.column-link[href="/web/timelines/home"] {
background-image: url("../images/icon_home.png");
&:hover { background-image: url("../images/icon_home.png"); }
background-image: url("../images/win95/icon_home.png");
&:hover { background-image: url("../images/win95/icon_home.png"); }
}
.column-link[href="/web/notifications"] {
background-image: url("../images/icon_notifications.png");
&:hover { background-image: url("../images/icon_notifications.png"); }
background-image: url("../images/win95/icon_notifications.png");
&:hover { background-image: url("../images/win95/icon_notifications.png"); }
}
.column-link[href="/web/timelines/public"] {
background-image: url("../images/icon_public.png");
&:hover { background-image: url("../images/icon_public.png"); }
background-image: url("../images/win95/icon_public.png");
&:hover { background-image: url("../images/win95/icon_public.png"); }
}
.column-link[href="/web/timelines/public/local"] {
background-image: url("../images/icon_local.png");
&:hover { background-image: url("../images/icon_local.png"); }
background-image: url("../images/win95/icon_local.png");
&:hover { background-image: url("../images/win95/icon_local.png"); }
}
.column-link[href="/web/timelines/direct"] {
background-image: url("../images/icon_direct.png");
&:hover { background-image: url("../images/icon_direct.png"); }
background-image: url("../images/win95/icon_direct.png");
&:hover { background-image: url("../images/win95/icon_direct.png"); }
}
.column-link[href="/web/pinned"] {
background-image: url("../images/icon_pin.png");
&:hover { background-image: url("../images/icon_pin.png"); }
background-image: url("../images/win95/icon_pin.png");
&:hover { background-image: url("../images/win95/icon_pin.png"); }
}
.column-link[href="/web/favourites"] {
background-image: url("../images/icon_likes.png");
&:hover { background-image: url("../images/icon_likes.png"); }
background-image: url("../images/win95/icon_likes.png");
&:hover { background-image: url("../images/win95/icon_likes.png"); }
}
.column-link[href="/web/lists"] {
background-image: url("../images/icon_lists.png");
&:hover { background-image: url("../images/icon_lists.png"); }
background-image: url("../images/win95/icon_lists.png");
&:hover { background-image: url("../images/win95/icon_lists.png"); }
}
.column-link[href="/web/follow_requests"] {
background-image: url("../images/icon_follow_requests.png");
&:hover { background-image: url("../images/icon_follow_requests.png"); }
background-image: url("../images/win95/icon_follow_requests.png");
&:hover { background-image: url("../images/win95/icon_follow_requests.png"); }
}
.column-link[href="/web/blocks"] {
background-image: url("../images/icon_blocks.png");
&:hover { background-image: url("../images/icon_blocks.png"); }
background-image: url("../images/win95/icon_blocks.png");
&:hover { background-image: url("../images/win95/icon_blocks.png"); }
}
.column-link[href="/web/domain_blocks"] {
background-image: url("../images/icon_domain_blocks.png");
&:hover { background-image: url("../images/icon_domain_blocks.png"); }
background-image: url("../images/win95/icon_domain_blocks.png");
&:hover { background-image: url("../images/win95/icon_domain_blocks.png"); }
}
.column-link[href="/web/mutes"] {
background-image: url("../images/icon_mutes.png");
&:hover { background-image: url("../images/icon_mutes.png"); }
background-image: url("../images/win95/icon_mutes.png");
&:hover { background-image: url("../images/win95/icon_mutes.png"); }
}
.column-link[href="/settings/preferences"] {
background-image: url("../images/icon_settings.png");
&:hover { background-image: url("../images/icon_settings.png"); }
background-image: url("../images/win95/icon_settings.png");
&:hover { background-image: url("../images/win95/icon_settings.png"); }
}
.getting-started__footer ul li a[href="/web/keyboard-shortcuts"] {
background-image: url("../images/icon_keyboard_shortcuts.png");
&:hover { background-image: url("../images/icon_keyboard_shortcuts.png"); }
background-image: url("../images/win95/icon_keyboard_shortcuts.png");
&:hover { background-image: url("../images/win95/icon_keyboard_shortcuts.png"); }
}
.getting-started__footer ul li a[href="/invites"] {
background-image: url("../images/icon_invite.png");
&:hover { background-image: url("../images/icon_invite.png"); }
background-image: url("../images/win95/icon_invite.png");
&:hover { background-image: url("../images/win95/icon_invite.png"); }
}
.getting-started__footer ul li a[href="/terms"] {
background-image: url("../images/icon_tos.png");
&:hover { background-image: url("../images/icon_tos.png"); }
background-image: url("../images/win95/icon_tos.png");
&:hover { background-image: url("../images/win95/icon_tos.png"); }
}
.getting-started__footer ul li a[href="https://docs.joinmastodon.org"] {
background-image: url("../images/icon_docs.png");
&:hover { background-image: url("../images/icon_docs.png"); }
background-image: url("../images/win95/icon_docs.png");
&:hover { background-image: url("../images/win95/icon_docs.png"); }
}
.getting-started__footer ul li a[href="/about/more"] {
background-image: url("../images/icon_about.png");
&:hover { background-image: url("../images/icon_about.png"); }
background-image: url("../images/win95/icon_about.png");
&:hover { background-image: url("../images/win95/icon_about.png"); }
}
.getting-started__footer ul li a[href="/auth/sign_out"] {
background-image: url("../images/icon_logout.png");
&:hover { background-image: url("../images/icon_logout.png"); }
background-image: url("../images/win95/icon_logout.png");
&:hover { background-image: url("../images/win95/icon_logout.png"); }
}
.column .static-content.getting-started {