update neo-quitter
This commit is contained in:
parent
c378019deb
commit
769c832fcd
|
@ -22,6 +22,8 @@
|
||||||
font-style: normal;
|
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) {
|
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Genericons";
|
font-family: "Genericons";
|
||||||
|
@ -49,11 +51,11 @@ html, body {
|
||||||
body {
|
body {
|
||||||
background-color: #E9EAED;
|
background-color: #E9EAED;
|
||||||
color: #222;
|
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 {
|
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;}
|
a {color: #666;}
|
||||||
|
@ -131,7 +133,6 @@ address a {
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
box-shadow:0 1px 2px rgba(0, 0, 0, 0.25)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#core {
|
#core {
|
||||||
|
@ -267,18 +268,12 @@ address a {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
font-size: 20px;
|
font-size: 15px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px 20px 10px 40px;
|
padding: 10px 20px 10px 20px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
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 {
|
#site_notice:before {
|
||||||
|
@ -405,11 +400,7 @@ body#doc #content_inner p.faq-credits {
|
||||||
|
|
||||||
.input_forms {
|
.input_forms {
|
||||||
background: none repeat scroll 0 0 #fff;
|
background: none repeat scroll 0 0 #fff;
|
||||||
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
|
border: none;
|
||||||
border-image: none;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
float: left;
|
float: left;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
@ -442,43 +433,25 @@ body#doc #content_inner p.faq-credits {
|
||||||
#input_form_nav li a {
|
#input_form_nav li a {
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
font-family: "Helvetica Neue",Arial,sans-serif;
|
font-family: "Helvetica Neue",Arial,"Noto Sans JP",sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1em;
|
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);
|
background: #eee;
|
||||||
border: 1px solid #cccccc;
|
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: rgba(0,0,0,0.8);
|
color: rgba(0,0,0,0.8);
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
|
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input_form_nav li.current a {
|
#input_form_nav li.current a {
|
||||||
background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%); /* FF3.6+ */
|
background: #a22430;
|
||||||
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;
|
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#input_form_nav li:hover a {
|
#input_form_nav li:hover a {
|
||||||
background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%); /* FF3.6+ */
|
background: #d44652;
|
||||||
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;
|
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -527,11 +500,7 @@ body #aside_primary .account_profile_block .user_profile_tags {
|
||||||
/* settings */
|
/* settings */
|
||||||
#content_inner > .form_settings {
|
#content_inner > .form_settings {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
|
border: none;
|
||||||
border-image: none;
|
|
||||||
border-radius: 3px;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
padding: 12px 12px 0;
|
padding: 12px 12px 0;
|
||||||
padding:20px;
|
padding:20px;
|
||||||
margin-bottom:20px;
|
margin-bottom:20px;
|
||||||
|
@ -698,6 +667,10 @@ ul.profile_list li {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#new_event_data, #newpoll-data, #newquestion-data {
|
||||||
|
padding-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
.threaded-replies {
|
.threaded-replies {
|
||||||
margin-top: 4px;
|
margin-top: 4px;
|
||||||
float: none;
|
float: none;
|
||||||
|
@ -800,6 +773,10 @@ ul.profile_list li {
|
||||||
padding:0;
|
padding:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#aside_primary #site_notice h2 {
|
||||||
|
padding-left: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
.profile_block .entity_actions {
|
.profile_block .entity_actions {
|
||||||
float: right;
|
float: right;
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
@ -878,13 +855,13 @@ ul.profile_list li {
|
||||||
}
|
}
|
||||||
|
|
||||||
.invite_button {
|
.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);
|
background: #eee;
|
||||||
border: 1px solid #cccccc;
|
border: none;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: rgba(0,0,0,0.8);
|
color: rgba(0,0,0,0.8);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: "Helvetica Neue",Arial,sans-serif;
|
font-family: "Helvetica Neue",Arial,"Noto Sans JP",sans-serif;
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 18px;
|
line-height: 18px;
|
||||||
|
@ -894,19 +871,10 @@ ul.profile_list li {
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
position: relative;
|
position: relative;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
|
|
||||||
width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.invite_button:hover {
|
.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;
|
text-decoration: none;
|
||||||
color: rgba(0,0,0,0.8);
|
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 > .threaded-notices > .infscr-pages > .notice,
|
||||||
#content #notices_primary > .notices > .infscr-pages > .notice,
|
#content #notices_primary > .notices > .infscr-pages > .notice,
|
||||||
#content #notices_primary > .notices > .notice {
|
#content #notices_primary > .notices > .notice {
|
||||||
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
|
|
||||||
border-image: none;
|
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-style: solid;
|
border: none;
|
||||||
border-width: 1px;
|
|
||||||
width:518px;
|
width:518px;
|
||||||
background-color:#fff;
|
background-color:#fff;
|
||||||
padding:12px;
|
padding:12px;
|
||||||
padding-bottom:0;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#content .notice {
|
#content .notice {
|
||||||
|
@ -1573,10 +1538,6 @@ div.entry-content a.response:after {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
line-height: 1.3em;
|
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 {
|
.peopletags_edit_button {
|
||||||
|
@ -1622,46 +1583,19 @@ border: 1px solid rgba(0, 0, 0, 0.3);
|
||||||
.entity_tag .dialogbox input.submit_dialogbox,
|
.entity_tag .dialogbox input.submit_dialogbox,
|
||||||
.form_repeat.dialogbox input.submit_dialogbox
|
.form_repeat.dialogbox input.submit_dialogbox
|
||||||
{ /* TODO combine all these declarations */
|
{ /* 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-size: 13px;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
line-height: 16px;
|
line-height: 16px;
|
||||||
background: -moz-linear-gradient(top, #a22430 0%, #c33541 100%); /* FF3.6+ */
|
background: #c33541;
|
||||||
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;
|
|
||||||
padding-top: 5px;
|
padding-top: 5px;
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
padding-left: 10px;
|
padding-left: 10px;
|
||||||
border-top-width: 1px;
|
border-radius: 4px;
|
||||||
border-right-width: 1px;
|
border: none;
|
||||||
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;
|
|
||||||
cursor: pointer;
|
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,
|
.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,
|
.entity_tag .dialogbox input.submit_dialogbox:hover,
|
||||||
.form_repeat.dialogbox input.submit_dialogbox:hover
|
.form_repeat.dialogbox input.submit_dialogbox:hover
|
||||||
{
|
{
|
||||||
background: -moz-linear-gradient(top, #c33541 0%, #d44652 100%); /* FF3.6+ */
|
background: #d44652;
|
||||||
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;
|
|
||||||
color:#fff;
|
color:#fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_settings input#cancel, #form_action-no {
|
.form_settings input#cancel, #form_action-no {
|
||||||
background: #f2f2f2;
|
background: #f2f2f2;
|
||||||
color: #d7621c;
|
color: #d7621c;
|
||||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_settings input#cancel:hover, #form_action-no:hover {
|
.form_settings input#cancel:hover, #form_action-no:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #d7621c;
|
color: #d7621c;
|
||||||
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form_settings fieldset fieldset {
|
.form_settings fieldset fieldset {
|
||||||
|
@ -2081,3 +2006,19 @@ a.company_logo:hover span {
|
||||||
}
|
}
|
||||||
|
|
||||||
}/*end of @media screen, projection, tv*/
|
}/*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;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user