neo-quitter unuglifying (thanks @marcus@gnusocial.ch )
also formatting changes to the CSS like removing trailing whitespace.
This commit is contained in:
parent
dc495a52ea
commit
3e0f395be6
|
@ -38,8 +38,6 @@
|
|||
font-style: normal;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Lato';
|
||||
src: url('../fonts/Lato-Regular.eot?') format('eot'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype');
|
||||
|
@ -240,21 +238,23 @@ address a {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
#site_nav_global_primary #nav_admin a:before {
|
||||
content: "\f12e";
|
||||
}
|
||||
|
||||
#site_nav_global_primary #nav_logout a:before {
|
||||
content: "\f206";
|
||||
}
|
||||
|
||||
#site_nav_global_primary #toggleqvitter a:before {
|
||||
content: "\f0c3";
|
||||
}
|
||||
|
||||
#site_nav_global_primary #top_nav_doc_faq a:before {
|
||||
content: "\f1cd";
|
||||
}
|
||||
|
||||
|
||||
|
||||
#header-search {
|
||||
top: 1px;
|
||||
margin-left: 6px;
|
||||
|
@ -304,6 +304,7 @@ address a {
|
|||
-webkit-animation-fill-mode: forwards;
|
||||
animation-fill-mode: forwards;
|
||||
}
|
||||
|
||||
#site_notice:before {
|
||||
width:30px;
|
||||
height:30px;
|
||||
|
@ -314,6 +315,7 @@ address a {
|
|||
content: "\f071";
|
||||
font-family:fa;
|
||||
}
|
||||
|
||||
@keyframes hideSiteNotice {
|
||||
to {
|
||||
bottom:-1000px;
|
||||
|
@ -345,6 +347,7 @@ address a {
|
|||
right:10px;
|
||||
width:163px;
|
||||
}
|
||||
|
||||
#header-search #search-q:focus {
|
||||
box-shadow:none;
|
||||
text-shadow:none;
|
||||
|
@ -352,7 +355,6 @@ address a {
|
|||
color:#666;
|
||||
}
|
||||
|
||||
|
||||
#site_nav_global_primary ul {
|
||||
height:40px;
|
||||
position:absolute;
|
||||
|
@ -360,14 +362,12 @@ address a {
|
|||
right:190px;
|
||||
}
|
||||
|
||||
|
||||
#content {
|
||||
background-color: transparent;
|
||||
padding: 12px 40px 40px 0;
|
||||
}
|
||||
|
||||
/* faq */
|
||||
|
||||
body#doc #content_inner {
|
||||
background-color:#fff;
|
||||
padding:10px;
|
||||
|
@ -380,6 +380,7 @@ body#doc #content_inner h1 {
|
|||
color:#333;
|
||||
text-transform:none;
|
||||
}
|
||||
|
||||
body#doc #content_inner h2 {
|
||||
padding-top:50px;
|
||||
line-height: 27px;
|
||||
|
@ -388,36 +389,39 @@ body#doc #content_inner h2 {
|
|||
body#doc #content_inner h2 a {
|
||||
font-size:0;
|
||||
}
|
||||
|
||||
body#doc #content_inner h2 a:before {
|
||||
content:"\f0aa";
|
||||
font-family:"fa";
|
||||
font-size:20px;
|
||||
}
|
||||
|
||||
body#doc #content_inner h2 a:hover {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
body#doc #content_inner h2#faq-table-of-contents {
|
||||
padding-top:20px;
|
||||
}
|
||||
|
||||
body#doc #content_inner li {
|
||||
padding-left:20px;
|
||||
font-weight:bold;
|
||||
}
|
||||
|
||||
body#doc #content_inner p.indent {
|
||||
background-color: rgba(0, 0, 0, 0.1);
|
||||
border-left: 3px solid #ccc;
|
||||
margin-left: 50px;
|
||||
padding: 5px 5px 5px 10px;
|
||||
}
|
||||
|
||||
body#doc #content_inner p.faq-credits {
|
||||
margin-top:40px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* input forms */
|
||||
|
||||
|
||||
.input_forms {
|
||||
background: none repeat scroll 0 0 #fff;
|
||||
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
|
||||
|
@ -433,6 +437,10 @@ body#doc #content_inner p.faq-credits {
|
|||
width: 542px;
|
||||
}
|
||||
|
||||
.input_form fieldset fieldset label {
|
||||
background: #f7f7f7;
|
||||
}
|
||||
|
||||
.input_forms > label {
|
||||
margin: 4px 1ex;
|
||||
}
|
||||
|
@ -444,35 +452,43 @@ body#doc #content_inner p.faq-credits {
|
|||
#input_form_nav li a {
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 0px 10px 1px 10px;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #ECECF2;
|
||||
font-family: "Helvetica Neue",Arial,sans-serif;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
line-height: 1.4em;
|
||||
color: #3e3e8c;
|
||||
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.9);
|
||||
background: #ececf2;
|
||||
background: -moz-linear-gradient(top, #ffffff 0%, #ececf2 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececf2));
|
||||
background: -webkit-linear-gradient(top, #ffffff 0%,#ececf2 100%);
|
||||
background: -o-linear-gradient(top, #ffffff 0%,#ececf2 100%);
|
||||
background: -ms-linear-gradient(top, #ffffff 0%,#ececf2 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececf2',GradientType=0 );
|
||||
background: linear-gradient(top, #ffffff 0%,#ececf2 100%);
|
||||
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;
|
||||
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);
|
||||
}
|
||||
|
||||
#input_form_nav li:hover a, #input_form_nav li.current a {
|
||||
#input_form_nav li.current a {
|
||||
background: -moz-linear-gradient(top, #33bcef 0%, #019ad2 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33bcef), color-stop(100%,#019ad2)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #33bcef 0%,#019ad2 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #33bcef 0%,#019ad2 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #33bcef 0%,#019ad2 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, #33bcef 0%,#019ad2 100%); /* W3C */
|
||||
background-repeat: repeat-x;
|
||||
text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 1px;
|
||||
border-color:#096eb3;
|
||||
color:#fff;
|
||||
}
|
||||
|
||||
#input_form_nav li:hover a {
|
||||
background: -moz-linear-gradient(top, #2daddc 0%, #0271bf 100%); /* FF3.6+ */
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2daddc), color-stop(100%,#0271bf)); /* Chrome,Safari4+ */
|
||||
background: -webkit-linear-gradient(top, #2daddc 0%,#0271bf 100%); /* Chrome10+,Safari5.1+ */
|
||||
background: -o-linear-gradient(top, #2daddc 0%,#0271bf 100%); /* Opera 11.10+ */
|
||||
background: -ms-linear-gradient(top, #2daddc 0%,#0271bf 100%); /* IE10+ */
|
||||
background: linear-gradient(to bottom, #2daddc 0%,#0271bf 100%); /* W3C */
|
||||
background-repeat: repeat-x;
|
||||
text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 1px;
|
||||
border-color:#096eb3;
|
||||
color:#fff;
|
||||
text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
|
||||
border: 1px solid #ececf2;
|
||||
background: #364a84;
|
||||
background: -moz-linear-gradient(top, #7b8dbb 0%, #364a84 100%);
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b8dbb), color-stop(100%,#364a84));
|
||||
background: -webkit-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
|
||||
background: -o-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
|
||||
background: -ms-linear-gradient(top, #7b8dbb 0%,#364a84 100%);
|
||||
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b8dbb', endColorstr='#364a84',GradientType=0 );
|
||||
background: linear-gradient(top, #7b8dbb 0%,#364a84 100%);
|
||||
}
|
||||
|
||||
.input_form_nav_tab a, .input_form_nav_tab.current a {
|
||||
|
@ -513,7 +529,6 @@ body #aside_primary .account_profile_block .user_profile_tags {
|
|||
display:none;
|
||||
}
|
||||
|
||||
|
||||
/* settings */
|
||||
#content_inner > .form_settings {
|
||||
background-color: #fff;
|
||||
|
@ -527,6 +542,7 @@ body #aside_primary .account_profile_block .user_profile_tags {
|
|||
padding:20px;
|
||||
margin-bottom:20px;
|
||||
}
|
||||
|
||||
#aside_primary #account_actions {
|
||||
background-color: rgba(255,192,203,0.5);
|
||||
border-color: #e5e6e9 #dfe0e4 #d0d1d5;
|
||||
|
@ -560,9 +576,11 @@ ul.profile_list li {
|
|||
.profile_list .h-card .p-nickname:before {
|
||||
content:"@";
|
||||
}
|
||||
|
||||
#groupdirectory .profile_list .h-card .p-nickname:before {
|
||||
content:"!";
|
||||
}
|
||||
|
||||
.profile_list .h-card .p-nickname {
|
||||
font-size:14px;
|
||||
font-weight:bold;
|
||||
|
@ -582,6 +600,7 @@ ul.profile_list li {
|
|||
font-size:0.88em;
|
||||
color:#9197a3;
|
||||
}
|
||||
|
||||
.entity_profile .p-name:before,
|
||||
.entity_profile .p-name:after {
|
||||
content: "";
|
||||
|
@ -594,6 +613,7 @@ ul.profile_list li {
|
|||
.entity_profile .role:before {
|
||||
content: "(";
|
||||
}
|
||||
|
||||
.entity_profile .role:after {
|
||||
content: ")";
|
||||
}
|
||||
|
@ -620,9 +640,11 @@ ul.profile_list li {
|
|||
min-width:0;
|
||||
left: 100px;
|
||||
}
|
||||
|
||||
#aside_primary .account_profile_block .entity_actions .entity_edit:hover {
|
||||
opacity:1;
|
||||
}
|
||||
|
||||
#aside_primary .account_profile_block .entity_actions ul li a {
|
||||
background-color:transparent !important;
|
||||
}
|
||||
|
@ -648,6 +670,7 @@ ul.profile_list li {
|
|||
#aside_primary .section .entity_actions > p:hover {
|
||||
/* opacity:1; */
|
||||
}
|
||||
|
||||
#aside_primary .section a.entity_remote_subscribe {
|
||||
background-color:transparent !important;
|
||||
padding-right:2px;
|
||||
|
@ -710,6 +733,7 @@ ul.profile_list li {
|
|||
margin-left:-4px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#aside_primary .account_profile_block .entity_actions input[type="submit"]:hover,
|
||||
#aside_primary .account_profile_block .entity_actions p:hover,
|
||||
.form_user_subscribe input[type="submit"]:hover {
|
||||
|
@ -723,15 +747,18 @@ ul.profile_list li {
|
|||
border-color: #BBBBBB;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.form_user_subscribe input[type="submit"] {
|
||||
background: url("../icons-hires.png?v=1") no-repeat scroll 2px -219px / 150px 2786px, linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
|
||||
padding: 5px 0 5px 30px !important;
|
||||
padding:5px 0 5px 30px !important;
|
||||
}
|
||||
|
||||
.form_user_subscribe input[type="submit"]:hover {
|
||||
background: url("../icons-hires.png?v=1") 2px -219px / 150px 2786px no-repeat, linear-gradient(to bottom, rgba(248,248,248,1) 0%,rgba(216,216,216,1) 100%) !important;
|
||||
padding:5px 0 5px 30px !important;
|
||||
}
|
||||
|
||||
.form_user_unsubscribe input[type="submit"] {
|
||||
background-color: #019AD2 !important;
|
||||
background: -moz-linear-gradient(top, rgba(51,188,239,1) 0%, rgba(1,154,210,1) 100%) !important;
|
||||
|
@ -746,6 +773,7 @@ ul.profile_list li {
|
|||
color: #FFFFFF !important;
|
||||
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25) !important;
|
||||
}
|
||||
|
||||
.form_user_unsubscribe input[type="submit"]:hover,
|
||||
.form_user_block input[type="submit"]:hover {
|
||||
background-color: #c43c35 !important;
|
||||
|
@ -768,9 +796,6 @@ ul.profile_list li {
|
|||
width:110px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.form_notice_placeholder .placeholder,
|
||||
.form_notice textarea ,
|
||||
.input_form .form_settings li input,
|
||||
|
@ -826,6 +851,7 @@ ul.profile_list li {
|
|||
background-position:-3px -54px;
|
||||
color:rgba(0,0,0,0.8);
|
||||
}
|
||||
|
||||
#site_nav_object li.current a {
|
||||
background-position:-3px -53px;
|
||||
color:rgba(0,0,0,0.8);
|
||||
|
@ -835,6 +861,7 @@ ul.profile_list li {
|
|||
background-position:-3px -79px;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
#site_nav_object li a:hover {
|
||||
background-position:-3px -78px;
|
||||
text-decoration:none;
|
||||
|
@ -906,6 +933,7 @@ ul.profile_list li {
|
|||
height:24px;
|
||||
width:24px;
|
||||
}
|
||||
|
||||
#popular_notices .p-author {
|
||||
position:relative;
|
||||
}
|
||||
|
@ -923,9 +951,11 @@ ul.profile_list li {
|
|||
box-shadow: none;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.account_profile_block {
|
||||
position:relative;
|
||||
}
|
||||
|
||||
.account_profile_block:before {
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
border-radius: 5px;
|
||||
|
@ -958,7 +988,6 @@ ul.profile_list li {
|
|||
text-align: center;
|
||||
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
|
||||
width: 150px;
|
||||
|
||||
}
|
||||
|
||||
.invite_button:hover {
|
||||
|
@ -974,7 +1003,6 @@ ul.profile_list li {
|
|||
color: rgba(0,0,0,0.8);
|
||||
}
|
||||
|
||||
|
||||
/* notice form */
|
||||
|
||||
.input_form {
|
||||
|
@ -992,6 +1020,7 @@ background:none;
|
|||
opacity: 0.5;
|
||||
padding: 12px;
|
||||
}
|
||||
|
||||
.form_notice_placeholder:after {
|
||||
content: "\f040";
|
||||
display: block;
|
||||
|
@ -1004,6 +1033,7 @@ background:none;
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.form_notice_placeholder:hover {
|
||||
opacity:0.7;
|
||||
}
|
||||
|
@ -1018,6 +1048,7 @@ background:none;
|
|||
font-size:15px;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
.form_notice_placeholder .placeholder,
|
||||
.form_notice textarea,
|
||||
.input_form .form_settings li input,
|
||||
|
@ -1047,6 +1078,7 @@ background:none;
|
|||
position: absolute;
|
||||
top: 90px;
|
||||
}
|
||||
|
||||
.form_notice label.notice_data-attach:before {
|
||||
content: "\f416";
|
||||
display: block;
|
||||
|
@ -1071,6 +1103,7 @@ background:none;
|
|||
font-size:0;
|
||||
color:transparent;
|
||||
}
|
||||
|
||||
.checkbox-wrapper.checked label.checkbox:before,
|
||||
.checkbox-wrapper.unchecked label.checkbox:before {
|
||||
content: "\f023";
|
||||
|
@ -1087,6 +1120,7 @@ background:none;
|
|||
text-indent:0;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.checkbox-wrapper.unchecked label.checkbox:before {
|
||||
content: "\f09c";
|
||||
}
|
||||
|
@ -1114,6 +1148,7 @@ background:none;
|
|||
top: 97px;
|
||||
width: 17px;
|
||||
}
|
||||
|
||||
.form_notice .to-selector > label {
|
||||
display:none;
|
||||
}
|
||||
|
@ -1140,31 +1175,32 @@ background:none;
|
|||
right: auto;
|
||||
top: 101px;
|
||||
}
|
||||
|
||||
.threaded-replies .form_notice .count {
|
||||
right: 14px;
|
||||
top: 77px;
|
||||
}
|
||||
|
||||
.threaded-replies .form_notice textarea {
|
||||
width: 495px;
|
||||
border:1px solid #dcdee3;
|
||||
}
|
||||
|
||||
.threaded-replies .form_notice .submit {
|
||||
height:30px;
|
||||
right: 10px !important;
|
||||
top: 103px !important;
|
||||
}
|
||||
|
||||
.threaded-replies .notice-reply {
|
||||
clear: left;
|
||||
padding: 10px 10px 3px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* DM's */
|
||||
body#inbox,
|
||||
body#outbox {
|
||||
|
||||
}
|
||||
|
||||
body#inbox .form_notice select[id="to"],
|
||||
|
@ -1176,6 +1212,7 @@ body#outbox .form_notice select[id="to"] {
|
|||
top: 98px;
|
||||
left:0px;
|
||||
}
|
||||
|
||||
body#inbox .form_notice label[for="to"],
|
||||
body#outbox .form_notice label[for="to"] {
|
||||
display:none;
|
||||
|
@ -1185,6 +1222,7 @@ body#inbox #form_notice-direct.form_notice textarea,
|
|||
body#outbox #form_notice-direct.form_notice textarea {
|
||||
width: 518px;
|
||||
}
|
||||
|
||||
body#inbox #form_notice-direct.form_notice .count,
|
||||
body#outbox #form_notice-direct.form_notice .count {
|
||||
right: -17px;
|
||||
|
@ -1230,6 +1268,7 @@ body#outbox #core ul.messages .notice:before {
|
|||
#pagination .nav_prev {
|
||||
display:none;
|
||||
}
|
||||
|
||||
#pagination .nav_next a {
|
||||
border-radius: 50px;
|
||||
display: block;
|
||||
|
@ -1243,6 +1282,7 @@ body#outbox #core ul.messages .notice:before {
|
|||
padding:0;
|
||||
color:rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
#pagination .nav_next a:hover {
|
||||
border:2px solid rgba(0,0,0,0.5);
|
||||
color:rgba(0,0,0,0.5);
|
||||
|
@ -1270,6 +1310,7 @@ body#outbox #core ul.messages .notice:before {
|
|||
list-style: none outside none;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.notice .attachments .inline-attachment img {
|
||||
color: transparent;
|
||||
font-size: 0;
|
||||
|
@ -1279,7 +1320,6 @@ body#outbox #core ul.messages .notice:before {
|
|||
padding-top:20px;
|
||||
}
|
||||
|
||||
|
||||
#content h1 {
|
||||
color: rgba(0,0,0,0.4);
|
||||
font-size: 13px;
|
||||
|
@ -1330,7 +1370,7 @@ body#outbox #core ul.messages .notice:before {
|
|||
border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.15) rgba(0,0,0,0.25);
|
||||
}
|
||||
|
||||
.notice .p-author {
|
||||
#content .notice .p-author {
|
||||
display: inline-block;
|
||||
font-weight: bold;
|
||||
height: 56px;
|
||||
|
@ -1338,8 +1378,9 @@ body#outbox #core ul.messages .notice:before {
|
|||
white-space: nowrap;
|
||||
padding-right:5px;
|
||||
}
|
||||
ul.messages .notice .p-author {
|
||||
|
||||
|
||||
ul.messages .notice .p-author {
|
||||
}
|
||||
|
||||
#content .notices > .notice > .threaded-replies .addressees {
|
||||
|
@ -1354,7 +1395,6 @@ ul.messages .notice .p-author {
|
|||
}
|
||||
|
||||
.notice .addressees {
|
||||
|
||||
}
|
||||
|
||||
.notice .addressees {
|
||||
|
@ -1382,6 +1422,7 @@ ul.messages .notice .p-author {
|
|||
margin-right: 8px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#core #content .p-author:before {
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
box-sizing: border-box;
|
||||
|
@ -1430,6 +1471,7 @@ ul.messages .notice .p-author {
|
|||
width: 468px;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
#content #content_inner > .threaded-notices > .notice.notice-source-activity > .entry-metadata,
|
||||
#content #content_inner > .notices > .notice.notice-source-activity > .entry-metadata,
|
||||
#content #notices_primary > .threaded-notices > .notice.notice-source-activity > .entry-metadata,
|
||||
|
@ -1441,6 +1483,7 @@ ul.messages .notice .p-author {
|
|||
#content .notices > .notice > .entry-metadata a {
|
||||
color:#9197a3;
|
||||
}
|
||||
|
||||
#content .notices > .notice > .entry-metadata .conversation {
|
||||
color:#006c9b;
|
||||
font-style:italic;
|
||||
|
@ -1451,7 +1494,6 @@ ul.messages .notice .p-author {
|
|||
display:none;
|
||||
}
|
||||
|
||||
|
||||
.entry-metadata span.source:before {
|
||||
content:"\00a0·\00a0";
|
||||
}
|
||||
|
@ -1485,7 +1527,6 @@ ul.messages .notice .p-author {
|
|||
max-width: 320px;
|
||||
}
|
||||
|
||||
|
||||
.realtime-popup .threaded-replies {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
@ -1499,7 +1540,6 @@ ul.messages .notice .p-author {
|
|||
right: 10px !important;
|
||||
}
|
||||
|
||||
|
||||
.pagination {
|
||||
height: 1.2em;
|
||||
}
|
||||
|
@ -1633,15 +1673,16 @@ ul.messages .notice .p-author {
|
|||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.threaded-replies .notice-repeats:before {
|
||||
content: "\f079";
|
||||
}
|
||||
|
||||
.notice-reply-comments > a:before {
|
||||
font: 14px/1 "Genericons";
|
||||
content: "\f431";
|
||||
}
|
||||
|
||||
|
||||
#content .notice .threaded-replies .notice,
|
||||
#content .notice .threaded-replies .notice-data,
|
||||
#content .notice .threaded-replies .notice-reply-comments {
|
||||
|
@ -1655,6 +1696,7 @@ ul.messages .notice .p-author {
|
|||
padding-top: 1ex;
|
||||
width: 522px;
|
||||
}
|
||||
|
||||
#content .notice .threaded-replies .notice:nth-last-child(2),
|
||||
#content .notice .threaded-replies .notice-data:nth-last-child(2),
|
||||
#content .notice .threaded-replies .notice-reply-comments:nth-last-child(2) {
|
||||
|
@ -1670,6 +1712,7 @@ ul.messages .notice .p-author {
|
|||
position: relative;
|
||||
z-index: 20;
|
||||
}
|
||||
|
||||
#core #content .threaded-replies .p-author:before {
|
||||
height: 32px;
|
||||
left: -40px;
|
||||
|
@ -1688,6 +1731,7 @@ ul.messages .notice .p-author {
|
|||
.threaded-replies .notice .addressees li {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#content .threaded-replies .notice .p-author .u-photo {
|
||||
float: none;
|
||||
height: 32px;
|
||||
|
@ -1738,6 +1782,7 @@ ul.messages .notice .p-author {
|
|||
opacity: 1;
|
||||
background-image:none;
|
||||
}
|
||||
|
||||
#content .threaded-notices .notice-options input.submit:hover,
|
||||
#content .threaded-notices .notice-options a:hover,
|
||||
#content .notices .notice-options input.submit:hover,
|
||||
|
@ -1749,6 +1794,7 @@ ul.messages .notice .p-author {
|
|||
#content .threaded-replies .notice-options a {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#content .threaded-replies .notice-options input.submit:hover,
|
||||
#content .threaded-replies .notice-options a:hover {
|
||||
opacity: 1;
|
||||
|
@ -1803,20 +1849,25 @@ ul.messages .notice .p-author {
|
|||
text-indent:0;
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
.notice-options .form_disfavor:before {
|
||||
color:#ff9b00;
|
||||
}
|
||||
|
||||
.notice-options .notice_reply:before {
|
||||
content: "\f112";
|
||||
margin-top:1px;
|
||||
}
|
||||
|
||||
.notice-options .repeated:before,
|
||||
.notice-options .form_repeat:not(.dialogbox):before {
|
||||
content: "\f079";
|
||||
}
|
||||
|
||||
.notice-options .repeated:before {
|
||||
color:#609928;
|
||||
}
|
||||
|
||||
.notice-options .notice_delete:before {
|
||||
font: 25px/1 "Genericons";
|
||||
content: "\f407";
|
||||
|
@ -1831,6 +1882,7 @@ ul.messages .notice .p-author {
|
|||
.threaded-replies .notice-options .repeated {
|
||||
margin-left:5px;
|
||||
}
|
||||
|
||||
.threaded-replies .notice-options .notice_reply:before,
|
||||
.threaded-replies .notice-options .form_favor:before,
|
||||
.threaded-replies .notice-options .form_disfavor:before,
|
||||
|
@ -1838,11 +1890,13 @@ ul.messages .notice .p-author {
|
|||
.threaded-replies .notice-options .repeated:before {
|
||||
font: 17px/1 "fa";
|
||||
}
|
||||
|
||||
.threaded-replies .notice-options .notice_delete:before {
|
||||
font: 22px/1 "Genericons";
|
||||
margin-top:-2px;
|
||||
margin-left:-2px;
|
||||
}
|
||||
|
||||
#content .threaded-notices .threaded-replies .notice-options form:not(.dialogbox) input,
|
||||
#content .threaded-notices .threaded-replies .notice-options a,
|
||||
#content .notices .threaded-replies .notice-options form:not(.dialogbox) input,
|
||||
|
@ -1861,6 +1915,7 @@ ul.messages .notice .p-author {
|
|||
opacity:0.3;
|
||||
transition:opacity 0.3s;
|
||||
}
|
||||
|
||||
.notice:hover > .notice-options .notice_delete:before,
|
||||
.notice:hover > .notice-options .notice_reply:before,
|
||||
.notice:hover > .notice-options .form_favor:before,
|
||||
|
@ -1886,6 +1941,7 @@ ul.messages .notice .p-author {
|
|||
top: -35px;
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
#showstream .entry-metadata .repeat:before {
|
||||
content: "\f079";
|
||||
background-color: #609928;
|
||||
|
@ -1908,18 +1964,16 @@ ul.messages .notice .p-author {
|
|||
box-shadow:1px 1px 5px rgba(255,255,255,0.5);
|
||||
}
|
||||
|
||||
|
||||
#notices_primary .notices:not(.threaded-notices) .repeat.h-entry {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* loading */
|
||||
#infscr-loading {
|
||||
font-size:20px;
|
||||
color: rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
#infscr-loading img {
|
||||
display:none;
|
||||
}
|
||||
|
@ -1928,9 +1982,11 @@ ul.messages .notice .p-author {
|
|||
#nav_local_default li a {
|
||||
line-height:22px;
|
||||
}
|
||||
|
||||
#nav_local_default a {
|
||||
padding-left:32px;
|
||||
}
|
||||
|
||||
#nav_profile a:before,
|
||||
#nav_timeline_replies a:before,
|
||||
#nav_timeline_personal a:before,
|
||||
|
@ -1957,6 +2013,7 @@ ul.messages .notice .p-author {
|
|||
-moz-osx-font-smoothing: grayscale;
|
||||
color:rgba(0,0,0,0.4);
|
||||
}
|
||||
|
||||
.nav li.current a:before {
|
||||
color:rgba(0,0,0,0.6) !important;
|
||||
font-weight:normal !important;
|
||||
|
@ -2142,17 +2199,11 @@ border: 1px solid rgba(0, 0, 0, 0.3);
|
|||
font-weight: 700;
|
||||
color: #FFFFFF;
|
||||
line-height: 16px;
|
||||
|
||||
background: -moz-linear-gradient(top, #33bcef 0%, #019ad2 100%); /* FF3.6+ */
|
||||
|
||||
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#33bcef), color-stop(100%,#019ad2)); /* Chrome,Safari4+ */
|
||||
|
||||
background: -webkit-linear-gradient(top, #33bcef 0%,#019ad2 100%); /* Chrome10+,Safari5.1+ */
|
||||
|
||||
background: -o-linear-gradient(top, #33bcef 0%,#019ad2 100%); /* Opera 11.10+ */
|
||||
|
||||
background: -ms-linear-gradient(top, #33bcef 0%,#019ad2 100%); /* IE10+ */
|
||||
|
||||
background: linear-gradient(to bottom, #33bcef 0%,#019ad2 100%); /* W3C */
|
||||
background-repeat: repeat-x;
|
||||
padding-top: 5px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user