update neo-quitter

This commit is contained in:
wamo 2023-04-09 20:08:37 +09:00
parent c378019deb
commit 769c832fcd

View File

@ -22,6 +22,8 @@
font-style: normal;
}
@import url(https://fonts.bunny.net/css?family=noto-sans-jp:400,500,700);
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
@ -49,11 +51,11 @@ html, body {
body {
background-color: #E9EAED;
color: #222;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
}
input, textarea, select, option {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, Arial, "Noto Sans JP", sans-serif;
}
a {color: #666;}
@ -131,7 +133,6 @@ address a {
top: 0;
width: 100%;
z-index: 100;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.25)
}
#core {
@ -267,18 +268,12 @@ address a {
border-radius: 0;
bottom: 0;
box-sizing: border-box;
font-size: 20px;
font-size: 15px;
margin: 0;
padding: 10px 20px 10px 40px;
padding: 10px 20px 10px 20px;
position: fixed;
text-align: left;
width: 100%;
-moz-animation: hideSiteNotice 2s ease-in 5s forwards;
-webkit-animation: hideSiteNotice 2s ease-in 5s forwards;
-o-animation: hideSiteNotice 2s ease-in 5s forwards;
animation: hideSiteNotice 2s ease-in 5s forwards;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
#site_notice:before {
@ -405,11 +400,7 @@ body#doc #content_inner p.faq-credits {
.input_forms {
background: none repeat scroll 0 0 #fff;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-image: none;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border: none;
float: left;
left: 0;
margin-bottom: 10px;
@ -442,43 +433,25 @@ body#doc #content_inner p.faq-credits {
#input_form_nav li a {
display: block;
float: left;
font-family: "Helvetica Neue",Arial,sans-serif;
font-family: "Helvetica Neue",Arial,"Noto Sans JP",sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 1em;
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #cccccc;
background: #eee;
border-radius: 4px;
color: rgba(0,0,0,0.8);
padding: 5px 10px;
cursor: pointer;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
margin: 5px;
}
#input_form_nav li.current a {
background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a22430 0%,#c33541 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%); /* IE10+ */
background: linear-gradient(to bottom, #a22430 0%,#c33541 100%); /* W3C */
background-repeat: repeat-x;
text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 1px;
border-color:#c33541;
background: #a22430;
color:#fff;
}
#input_form_nav li:hover a {
background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c33541 0%,#d44652 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c33541 0%,#d44652 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c33541 0%,#d44652 100%); /* IE10+ */
background: linear-gradient(to bottom, #c33541 0%,#d44652 100%); /* W3C */
background-repeat: repeat-x;
text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 1px;
border-color:#c33541;
background: #d44652;
color:#fff;
}
@ -527,11 +500,7 @@ body #aside_primary .account_profile_block .user_profile_tags {
/* settings */
#content_inner > .form_settings {
background-color: #fff;
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-image: none;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border: none;
padding: 12px 12px 0;
padding:20px;
margin-bottom:20px;
@ -698,6 +667,10 @@ ul.profile_list li {
margin-top: 0;
}
#new_event_data, #newpoll-data, #newquestion-data {
padding-bottom: 4px;
}
.threaded-replies {
margin-top: 4px;
float: none;
@ -800,6 +773,10 @@ ul.profile_list li {
padding:0;
}
#aside_primary #site_notice h2 {
padding-left: 10px;
}
.profile_block .entity_actions {
float: right;
width: 100px;
@ -878,13 +855,13 @@ ul.profile_list li {
}
.invite_button {
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
border: 1px solid #cccccc;
background: #eee;
border: none;
border-radius: 4px;
color: rgba(0,0,0,0.8);
cursor: pointer;
display: inline-block;
font-family: "Helvetica Neue",Arial,sans-serif;
font-family: "Helvetica Neue",Arial,"Noto Sans JP",sans-serif;
font-size: 13px;
font-weight: bold;
line-height: 18px;
@ -894,19 +871,10 @@ ul.profile_list li {
padding: 5px 20px;
position: relative;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
width: 150px;
}
.invite_button:hover {
background-color: #D8D8D8;
background: -moz-linear-gradient(top, rgba(248,248,248,1) 0%, rgba(216,216,216,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,248,1)), color-stop(100%,rgba(216,216,216,1)));
background: -webkit-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(216,216,216,1) 100%);
background: -o-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(216,216,216,1) 100%);
background: -ms-linear-gradient(top, rgba(248,248,248,1) 0%,rgba(216,216,216,1) 100%);
background: linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(216,216,216,1) 100%);
border-color: #BBBBBB;
text-decoration: none;
color: rgba(0,0,0,0.8);
}
@ -1223,15 +1191,12 @@ body#outbox #core ul.messages .notice:before {
#content #notices_primary > .threaded-notices > .infscr-pages > .notice,
#content #notices_primary > .notices > .infscr-pages > .notice,
#content #notices_primary > .notices > .notice {
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
border-image: none;
border-radius: 3px;
border-style: solid;
border-width: 1px;
border: none;
width:518px;
background-color:#fff;
padding:12px;
padding-bottom:0;
padding-bottom: 4px;
}
#content .notice {
@ -1573,10 +1538,6 @@ div.entry-content a.response:after {
overflow: visible;
font-size: 1em;
line-height: 1.3em;
border: 1px solid #A6ADBF;
box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
.peopletags_edit_button {
@ -1622,46 +1583,19 @@ border: 1px solid rgba(0, 0, 0, 0.3);
.entity_tag .dialogbox input.submit_dialogbox,
.form_repeat.dialogbox input.submit_dialogbox
{ /* TODO combine all these declarations */
font-family: "Helvetica Neue",Arial,sans-serif;
font-family: "Helvetica Neue",Arial,"Noto Sans JP",sans-serif;
font-size: 13px;
font-weight: 700;
color: #FFFFFF;
line-height: 16px;
background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a22430), color-stop(100%,#c33541)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #a22430 0%,#c33541 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #a22430 0%,#c33541 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #a22430 0%,#c33541 100%); /* IE10+ */
background: linear-gradient(to bottom, #a22430 0%,#c33541 100%); /* W3C */
background-repeat: repeat-x;
background: #c33541;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
padding-left: 10px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-color: #c33541;
border-right-color: #c33541;
border-bottom-color: #c33541;
border-left-color: #c33541;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px 0px inset;
border-image-outset: 0 0 0 0;
border-image-repeat: stretch stretch;
border-image-slice: 100% 100% 100% 100%;
border-image-source: none;
border-image-width: 1 1 1 1;
border-radius: 4px;
border: none;
cursor: pointer;
text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 1px;
}
.form_notice input.submit:hover, .form_settings input.submit:hover, .form_settings input.cancel:hover, #form_invite input.submit:hover,
@ -1669,27 +1603,18 @@ border: 1px solid rgba(0, 0, 0, 0.3);
.entity_tag .dialogbox input.submit_dialogbox:hover,
.form_repeat.dialogbox input.submit_dialogbox:hover
{
background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c33541), color-stop(100%,#d44652)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #c33541 0%,#d44652 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #c33541 0%,#d44652 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #c33541 0%,#d44652 100%); /* IE10+ */
background: linear-gradient(to bottom, #c33541 0%,#d44652 100%); /* W3C */
background-repeat: repeat-x;
border-color:#c33541;
background: #d44652;
color:#fff;
}
.form_settings input#cancel, #form_action-no {
background: #f2f2f2;
color: #d7621c;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.form_settings input#cancel:hover, #form_action-no:hover {
background: #fff;
color: #d7621c;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}
.form_settings fieldset fieldset {
@ -2081,3 +2006,19 @@ a.company_logo:hover span {
}
}/*end of @media screen, projection, tv*/
.ui-widget-header {
background: none!important;
border: none!important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
background: #e6e6e6!important;
border:none!important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
background: #dadada!important;
border:none!important;
}
.ui-widget-content {
border:none!important;
}