diff --git a/sass/_project-sass/_project-Header.scss b/sass/_project-sass/_project-Header.scss index 9718cee9..5f6347df 100644 --- a/sass/_project-sass/_project-Header.scss +++ b/sass/_project-sass/_project-Header.scss @@ -66,10 +66,13 @@ a { color: #B8D375; - text-decoration: underline; + border-bottom: 1px solid rgba(184, 211, 117, 0.5); + line-height: 97%; + display: inline-block; } a:hover { text-decoration: none; + border-bottom: none; } } h2.section-header { diff --git a/sass/_project-sass/_project-Main.scss b/sass/_project-sass/_project-Main.scss index 516d7ae5..f584095d 100644 --- a/sass/_project-sass/_project-Main.scss +++ b/sass/_project-sass/_project-Main.scss @@ -1369,7 +1369,7 @@ a.tag:hover { .row.editor { float: left; width: 100%; - overflow: scroll; + overflow: auto; position: absolute; top: 105px; bottom: 0; diff --git a/views/admin.erb b/views/admin.erb index da3a2013..7f47a41b 100644 --- a/views/admin.erb +++ b/views/admin.erb @@ -5,7 +5,7 @@ -
+
<% if flash.keys.length > 0 %>
@@ -22,32 +22,31 @@ <%== csrf_token_input_html %>

Site Name:

-

+

-
-

Ban By IP

-
- <%== csrf_token_input_html %> -

All sites with this IP address will be removed.

-

Site Name:

-

-

-
-
-
- -
-
-

Ban By IP

+

Mark as NSFW

<%== csrf_token_input_html %>

Site Name:

-

+

+
+
+
+ +
+
+

Ban by IP

+
+ <%== csrf_token_input_html %> +

All sites with this IP address will be removed.

+

Site Name:

+

+

diff --git a/views/index.erb b/views/index.erb index 49a62171..39386f07 100644 --- a/views/index.erb +++ b/views/index.erb @@ -116,16 +116,16 @@
-

Make your own web site, and discover new ones.

+

Make your own free website and discover new favorites.

- Neocities is a community of <%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> websites that are bringing back creative expression on the web. Anyone can make a site, only your imagination is required. We provide the space, you provide the web site ideas. Join us! + Neocities is a community of <%= @sites_count.to_s.reverse.gsub(/...(?=.)/,'\&,').reverse %> websites that are bringing back creative expression on the web. Anyone can make a site—only your imagination is required. We provide the space, you provide the ideas. Join us!

  • Share your web creation with the world

    - Follow your favorite Neocities sites to keep up with all the latest updates. Discover new websites related to your interests, comment on them, and share them. Unlimited creativity—and zero ads. + Follow your favorite Neocities sites to keep up with all their latest updates. Discover new websites related to your interests, comment on them, and share them. Unlimited creativity, zero ads.

  • diff --git a/views/site_files/text_editor.erb b/views/site_files/text_editor.erb index 7282304f..1d6e84a4 100644 --- a/views/site_files/text_editor.erb +++ b/views/site_files/text_editor.erb @@ -1,10 +1,13 @@