From af87552e043588635d0c32f76102ff08c33fa15d Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Fri, 5 Jun 2015 16:21:04 +0200 Subject: [PATCH 1/6] updated neo-quitter colours to match the default theme, fixed some alignment and margin issues --- theme/neo-quitter/css/display.css | 100 ++++++++++++++++-------------- 1 file changed, 55 insertions(+), 45 deletions(-) diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index 10ac168666..61f26f8f66 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -56,8 +56,8 @@ input, textarea, select, option { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } -a {color: #006c9b;} -a:hover {color: #006c9b;text-decoration:underline;} +a {color: #666;} +a:hover {color: #a22430;text-decoration:underline;} #aside_primary a {color: rgba(0,0,0,0.8);} @@ -104,7 +104,7 @@ address { top: 6px; width: 89px; z-index: 1001; - background-color:#0084B4; + background-color:#a22430; } address:hover { @@ -195,8 +195,8 @@ address a { } #site_nav_global_primary a:hover { - color: #ED7EFF; - border-bottom:3px solid #ED7EFF; + color: #c33541; + border-bottom:3px solid #c33541; text-decoration: none; } @@ -457,28 +457,28 @@ body#doc #content_inner p.faq-credits { } #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: -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:#096eb3; + border-color:#c33541; 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: -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:#096eb3; + border-color:#c33541; color:#fff; } @@ -491,7 +491,7 @@ body#doc #content_inner p.faq-credits { } .form_notice .error, .form_notice .success, .form_notice .notice-status { - background-color: #33bcef; + background-color: #a22430; border: 0 none; border-radius: 0; color: rgba(255, 255, 255, 0.9); @@ -682,10 +682,11 @@ ul.profile_list li { margin-top: 0; } -.form_notice_placeholder .placeholder, -.form_notice textarea , -.input_form .form_settings li input, -.input_form .form_settings li textarea, +.threaded-replies { + margin-top: 3px; + margin-left: 65px; +} + .threaded-replies .placeholder { /* TODO combine all these declarations */ border-radius: 4px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); @@ -1314,6 +1315,9 @@ div.entry-content a.response:after { right: 10px !important; } +#realtime_actions { + padding-top: 0px !important; +} #realtime_actions button { margin-right: 5px; @@ -1399,6 +1403,10 @@ div.entry-content a.response:after { color: rgba(0, 0, 0, 0.3); } +.notice > footer { + margin-bottom: 5px; +} + /* loading */ #infscr-loading { @@ -1545,16 +1553,18 @@ div.entry-content a.response:after { border: 1px solid #CDD1DD; } -.profile_list .form_group_leave input.submit, -.profile_list .form_user_unsubscribe input.submit { +.form_user_unsubscribe input.submit { background-position: 2px -1250px; } -.profile_list .form_group_join input.submit, -.profile_list .form_user_subscribe input.submit { +.form_user_subscribe input.submit { background-position: 2px -1184px; } +.form_user_block input.submit { + background-position: 2px -920px; +} + .profile_list .entity_actions input:hover { width: auto; padding-right: 10px; @@ -1615,12 +1625,12 @@ 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: -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; padding-top: 5px; padding-right: 10px; @@ -1630,10 +1640,10 @@ border: 1px solid rgba(0, 0, 0, 0.3); border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; - border-top-color: #057ED0; - border-right-color: #057ED0; - border-bottom-color: #057ED0; - border-left-color: #057ED0; + 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; @@ -1657,14 +1667,14 @@ 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, #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: -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:#096eb3; + border-color:#c33541; color:#fff; } From 6137d301be8e9a5a5ac10d5af5736ac637796b11 Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Fri, 5 Jun 2015 16:37:34 +0200 Subject: [PATCH 2/6] set threaded view to inline to make it more readable --- theme/neo-quitter/css/display.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index 61f26f8f66..dab85ef674 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -683,8 +683,8 @@ ul.profile_list li { } .threaded-replies { - margin-top: 3px; - margin-left: 65px; + margin-top: 4px; + float: unset; } .threaded-replies .placeholder { /* TODO combine all these declarations */ From dbfc8092d7d94ee68ff0b9901e970aef98c05c0f Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Fri, 5 Jun 2015 16:47:41 +0200 Subject: [PATCH 3/6] even display threads inline if no user is logged in --- theme/neo-quitter/css/display.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index dab85ef674..0294f258cf 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -687,6 +687,11 @@ ul.profile_list li { float: unset; } +#conversation .notices .notices { + float: unset; + margin-left: 55px; +} + .threaded-replies .placeholder { /* TODO combine all these declarations */ border-radius: 4px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); From abfa0528611018ab3e4b377f6ae9f6f40e07e29b Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Fri, 5 Jun 2015 16:54:55 +0200 Subject: [PATCH 4/6] use none instead of unset --- theme/neo-quitter/css/display.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index 0294f258cf..8af4a32cb3 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -684,11 +684,11 @@ ul.profile_list li { .threaded-replies { margin-top: 4px; - float: unset; + float: none; } #conversation .notices .notices { - float: unset; + float: none; margin-left: 55px; } From bc7eb792f4ee0e87cf0214fd62948e8ff8cd8ee4 Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Fri, 5 Jun 2015 17:08:35 +0200 Subject: [PATCH 5/6] updated favicon color --- theme/neo-quitter/favicon.ico | Bin 1150 -> 1150 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/theme/neo-quitter/favicon.ico b/theme/neo-quitter/favicon.ico index af7a8481315353bfd882da21ed8664d593fa6ba4..09195a5b50cf6ff4caf9d2ae1cc148eaa4562211 100755 GIT binary patch literal 1150 zcmchWyGjE=6oya0YocVmU?ouqN)#IrOkrW?J6H>1BM3f#;DwZ;V5e3#))sa)76Apd zvC&2eCRkl+44gt7;1WOUn}Hv}z3KZv*I)w1VH@nsgFt^TH5F5LjOx5J ztI2NfaiImeKw*`?>k(j4b?jt65Gg-|&uXAqD J+IMQS_Xp-T<?mw(*jy<} z(G(>N*YBA*N2lhT*}2p2{-5)IUe0})E0W#XsIULw zREeb@7GM=NVI5Xr8Zxc6BwvJcNCRBsmwYquBX~4@ALs_m!3^wzommO=k5Kbt>P}Ie zmxnSegUwy|`qiUm9KONs<!U!ngXr!&sL z&Tv)d9f5x0Ee~qCVE}TV*Q~1dQh>kjFil0Od69%Ca$-o@SaXHR7Yv&i?=A+-K^1E7 E3lszz^Z)<= From dd2fb273163d5675178fbf71072005c2ce03927d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 5 Jun 2015 19:12:17 +0200 Subject: [PATCH 6/6] improved favocin --- theme/neo-quitter/favicon.ico | Bin 1150 -> 1150 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/theme/neo-quitter/favicon.ico b/theme/neo-quitter/favicon.ico index 09195a5b50cf6ff4caf9d2ae1cc148eaa4562211..4f7eb37d09de09f7af448d435faf7550458d7f6c 100755 GIT binary patch literal 1150 zcmchWyGjE=6oya0YocVmU?ouqN)#JGVqszDJ6PM;2!anFcp;@I*cmGuYYRIY3n7Bq z*l42!6a*!r;04Y49Wx^XnMvt}FaO#9TxNG?S0uqNiiH0`nQs#56OkNX;naNOUyg}< zu?uEl2@0?Vi!cs}Mi)Uo1E&xNxWv!;X5dF~Z~8vab(n%Y?0}tl5a{oxrfTYrQJt5D z94vs%o%#CJqh=Vs!LH@gRr2go{eeH~>3zUEhkcmTF0{G6``3RVr)zG)2($<4LjIoV zze39W`^ z9KY!Jy3egP=PLfTQ#YqM&h>r1F#aRj0-^ouC8yVD@BfbY%Q-(H&O*vv*Nw^Pj1t%x zuIju)&`-SKK}{QULkjeoRrOwa;O{$(W0C5zNF^1BM3f#;DwZ;V5e3#))sa)76Apd zvC&2eCRkl+44gt7;1WOUn}Hv}z3KZv*I)w1VH@nsgFt^TH5F5LjOx5J ztI2NfaiImeKw*`?>k(j4b?jt65Gg-|&uXAqD J+IMQS_Xp-T<