neo-quitter unuglifying (thanks @marcus@gnusocial.ch )

also formatting changes to the CSS like removing trailing whitespace.
This commit is contained in:
Mikael Nordfeldth 2015-02-09 20:25:24 +01:00
parent dc495a52ea
commit 3e0f395be6
1 changed files with 748 additions and 697 deletions

View File

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