diff -Naur CleanFS/templates/admin.groups.tpl Magellan/templates/admin.groups.tpl --- CleanFS/templates/admin.groups.tpl 2015-10-08 01:03:14.000000000 +0200 +++ Magellan/templates/admin.groups.tpl 2016-03-24 13:54:30.258595339 +0100 @@ -74,7 +74,7 @@ .perms thead th, .perms thead td {text-align:center;} .perms tbody th{text-align:right;} .perms tbody td{width:100px;text-align:center;} -.perms tbody span i:first-child {color: #090;} +.perms tbody span i:first-child {color: #f50;} diff -Naur CleanFS/templates/common.editgroup.tpl Magellan/templates/common.editgroup.tpl --- CleanFS/templates/common.editgroup.tpl 2015-10-08 01:03:14.000000000 +0200 +++ Magellan/templates/common.editgroup.tpl 2016-03-24 13:55:02.062195850 +0100 @@ -203,7 +203,7 @@ - + diff -Naur CleanFS/templates/toplevel.tpl Magellan/templates/toplevel.tpl --- CleanFS/templates/toplevel.tpl 2015-10-08 01:03:14.000000000 +0200 +++ Magellan/templates/toplevel.tpl 2016-03-24 14:13:24.448244769 +0100 @@ -49,18 +49,18 @@ isAnon()): ?> - + - + isAnon()): ?> - + diff -Naur CleanFS/theme.css Magellan/theme.css --- CleanFS/theme.css 2015-10-08 01:03:14.000000000 +0200 +++ Magellan/theme.css 2016-03-24 14:10:17.886604557 +0100 @@ -68,7 +68,7 @@ #s_loginbox:checked ~ #show_loginbox, #s_quickactions:checked ~ #actions, #menu-list a#show_loginbox:hover { - background-color: #5f9729; + background-color: #ff6603; } body a.button.positive, body button.positive { color: #fff; @@ -116,8 +116,8 @@ /*.right { float: right !important; }*/ p .right { margin: 1.5em 0 1.5em 1.5em; padding: 0; } /* -a:focus, a:hover { color: #09f; } -a { color: #06c; text-decoration: underline; } +a:focus, a:hover { color: #f80; } +a { color: #f60; text-decoration: underline; } */ blockquote { margin: 1.5em; font-style: italic;} strong, dfn { font-weight: bold; } @@ -172,7 +172,7 @@ /*$top1: lighten(#292626, 2%);*/ /*$dominant: #2C6FB2;*/ /*$dominant: #A82F21;*/ -/*$link: #0066CC;*/ +/*$link: #ff6600;*/ /*lighten(#F9F2F2, 1%);*/ /* ----------------- MIXINS --------------------- */ /* ------------------ HELPER CLASSES -------------------- */ @@ -205,8 +205,8 @@ /* ------------------ STYLE -------------------- */ body {background: #f9f9f9; /* direction:rtl;*/} -a {color: #336699;} -a:hover {color: #6699cc;} +a {color: #ff6603;} +a:hover {color: #ff1103;} #container { min-width: 1000px; position: relative; text-align: left; } #content { padding: 10px 20px 10px 20px; min-width: 660px; } #footer { @@ -216,12 +216,9 @@ text-align: right; } #title { - background-color: #3c4041; /* fallback/image non-cover color */ - background-image: -moz-linear-gradient(#3c4041, #242627); /* Firefox 3.6+ */ - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#3c4041), to(#242627)); /* Safari 4+, Chrome 1+ */ - background-image: -webkit-linear-gradient(#3c4041, #242627); /* Safari 5.1+, Chrome 10+ */ - background-image: -o-linear-gradient(#3c4041, #242627); /* Opera 11.10+ */ - /*border-bottom: 1px solid #6cab2e;*/ + background-color: #404040; /* fallback/image non-cover color */ + background-image: #404040; + /*border-bottom: 1px solid #ff8811;*/ /*border-bottom: 4px solid $dominant;*/ margin: 0; } @@ -268,7 +265,7 @@ -moz-border-radius: 4px; -webkit-border-radius: 4px; background: #dddddd; - border: solid 3px #5f9729; + border: solid 3px #ff6603; width: 218px; overflow: auto; max-height: 25em; @@ -302,7 +299,7 @@ #projectselector { /*margin-top: 3px;*/ margin-right: 10px; } #projectselector button { margin-bottom: 2px;} #projectselector option[selected] { font-weight: bold;} -#pm-menu{background-color:#222; border-bottom: solid 4px #5f9729;padding: 0px 0px 0px 10px; /*text-align:center;*/ } +#pm-menu{background-color:#222; border-bottom: solid 4px #ff6603;padding: 0px 0px 0px 10px; /*text-align:center;*/ } #pm-menu-list {list-style: none;display: inline-block;margin:0;} #pmcontrol{display: inline-block;float: right;margin: 6px 20px 0px 0px;} #pm-menu-list li {display: inline-block;} @@ -313,8 +310,8 @@ #pm-menu-list a:hover { background-color: #000; border-left: 1px solid #000;} #pm-menu-list a.active { border-left: none; - border-top: 1px solid #6cab2e; - border-right: 1px solid #6cab2e; + border-top: 1px solid #ff8811; + border-right: 1px solid #ff8811; } #pm-menu-list li:first-child a {border-left: none;} #toplevellink {background-image: url("img/gray/folder_stroke_12x12.png");} @@ -373,17 +370,17 @@ a.button.disabled{background-color: #f2f2f2; border: 1px solid #a1a1a1;color: #9e9e9e;} a.button:active, button.button:active {background-color: #6299c5;border: 1px solid #6299c5;color: #fff;} body a.positive, body button.positive { - border: solid 1px #5a8f27; - border-top: solid 1px #85cb41; - border-right: solid 1px #85cb41; + border: solid 1px #ee7703; + border-top: solid 1px #eeae70; + border-right: solid 1px #eeae70; } a.positive:hover, button.positive:hover { - background-color: #78bf34; - border: solid 1px #5f9729; + background-color: #ee7703; + border: solid 1px #ff6603; } a.positive:active, button.positive:active { - background-color: #529214; - border: 1px solid #529214; + background-color: #ee7703; + border: 1px solid #ee7703; } .button.img.delete { background-image: url('./img/red/x_alt_24x24.png'); @@ -459,7 +456,7 @@ } .progress_bar_container .progress_bar { height: 100%; - background: #5f9729; + background: #ff6603; border-right: 1px solid #2d4713; position: absolute; left: 0; @@ -467,11 +464,11 @@ border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; - background-color: #acdc7d; /* fallback/image non-cover color */ - background-image: -moz-linear-gradient(#acdc7d, #78bf34); /* Firefox 3.6+ */ - background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#acdc7d), to(#78bf34)); /* Safari 4+, Chrome 1+ */ - background-image: -webkit-linear-gradient(#acdc7d, #78bf34); /* Safari 5.1+, Chrome 10+ */ - background-image: -o-linear-gradient(#acdc7d, #78bf34); /* Opera 11.10+ */ + background-color: #eeae70; /* fallback/image non-cover color */ + background-image: -moz-linear-gradient(#eeae70, #ee7703); /* Firefox 3.6+ */ + background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eeae70), to(#ee7703)); /* Safari 4+, Chrome 1+ */ + background-image: -webkit-linear-gradient(#eeae70, #ee7703); /* Safari 5.1+, Chrome 10+ */ + background-image: -o-linear-gradient(#eeae70, #ee7703); /* Opera 11.10+ */ } .progress_bar_container span { text-align: center; @@ -555,7 +552,7 @@ border: 1px solid #e1e1e1; border-right: none; /*border-left: 1px solid lighten($top1, 30%);*/ - border-left: 2px solid #78bf34; + border-left: 2px solid #ff6603; } #controlBox { border: 1px solid gray; @@ -709,7 +706,7 @@ border-bottom: 1px solid white; border-right: bottom; /*border-top: 1px solid lighten($top1, 30%);*/ - border-top: 2px solid #78bf34; + border-top: 2px solid #ff6603; z-index: 5; } #submenu li {display: inline;} @@ -881,7 +878,7 @@ -moz-border-radius: 3px 0 3px 3px; -webkit-border-radius: 3px 0 3px 3px; background: #ddd; - border: solid 3px #5f9729; + border: solid 3px #ff6603; right: 2px; z-index: 200; min-width: 240px; @@ -971,7 +968,7 @@ hr { /*color: $box_border;*/ border: none; border-top: 1px solid #e1e1e1;} .perms{display:inline-block;vertical-align:top;} .bad{color:#900;} -.good{color:#090;} +.good{color:#f50;} fieldset.advsearch_misc input {vertical-align: middle;} fieldset.advsearch_misc label {margin-right: 10px; white-space: nowrap;} @@ -1248,7 +1245,7 @@ color: #333; } .autocomplete ul li.selected { - background-color: #5F9729; + background-color: #ff6603; cursor:pointer; color:HighlightText; } @@ -1323,7 +1320,7 @@ /* typical colorings for task type and permissions */ .fa-bug{color:#c30;} .fa-star{color:#ee0;text-shadow: 0 0 1px rgba(128, 0, 0, 1);} -.fa-check{color:#090;} +.fa-check{color:#f50;} .global.fa-check{color:#990;} /* got permission by global settings, not project settings */ .fa-ban{color:#900;} @@ -1387,7 +1384,7 @@ #footer{border-top:none;} #toolboxmenu {float:none;text-align:center;} #toolboxmenu a {width:31%;display:inline-block;margin-left:0;border-bottom-left-radius: 0;padding:6px 2px;} -#toolboxmenu a.active {border-top-right-radius:5px;width:31%;padding:6px 2px;float:none;border-color:#78bf34 #78bf34 transparent #78bf34;} +#toolboxmenu a.active {border-top-right-radius:5px;width:31%;padding:6px 2px;float:none;border-color:#ee7703 #ee7703 transparent #ee7703;} #toolbox {margin:0;padding:0;border-radius:0;padding-top:10px;position:relative;} #controlBox {position:relative;margin-left:140px;} h3 {padding-left:6px;} diff -Naur CleanFS/title.png Magellan/title.png --- CleanFS/title.png 1970-01-01 01:00:00.000000000 +0100 +++ Magellan/title.png 2016-03-24 13:16:22.355290151 +0100 @@ -0,0 +1,29 @@ +PNG + + IHDR,$;sRGB pHYs  tIME ,EAIDATx]?pWwI$^$˙4XWb$.0 &v2@(AHrxMdHTѼ4]ט1ңkiKI@ǩp&QRGahD:xyǢ~ + K,Z(ι|c9$?ap"Ohn,]4$@y +},}P~|;'0T# E/Ԥ%q(̀֋ZU8%Nj 'S)ݚtٖa\B;.VSE`Vēd&Ĝ\mP(<(?'yhڶ}̙/NLLnPh6\i,L.,,D"hfTVHR)|HdQ}r^/Jab#ȣG|>akkkP(N' LAifY.KeYun޼rceff...Z--EQi]iŷor`xΝ;>\.߽{?qX,JMMMq[V\~FoN$N~j5>~4o޼'bR t]ڊb}S 1fWVVDQK$t7(h4矻c5fl6J$Of!h4S]E qp:5B0L&sߟL&t޸q#ͪz ~uAo䳵_Q 8s~4ĉD∓vǦbzA,cJV rpv5]]fD@v^ @ l Iv.~MR$"warmAro_? (8M%Q{ + +,ӏ@ @3'^d2dҋ +*O0W-ކ@6%C3Ivɛ ?;vO'dQ-˚$ORX(tjZV4%dLӄ^ !~<X$:ԋb&!Rv:z9oۆa೺mߏF(ϟ?{l,iw:P(Fc/Ij199)j2.cl~~X,uڵӧOժH7\d2Y*N\ /,,*v٤|wuoהqƝqHfyppB'D0xSCPSuu/i^f\.5=xLӼu\.j hQ:xX[[S1C$ŋoܸWLӌD"....vV 8Fٹ{n*r +^ ÔF/ Wirr2@ @ ?yqͶR$ wuuuzzBΝZMb({J( 70 c}}]0*KqvtP|͛7PYYN&bѲ,}%ƑE3OCKFfT*jZRtgXee +~?ƀBd0Z@N8 +aYLE vu!&xi< +%Id*Mqn3`Dd HhpE^"% }7*jV1 @h.5 DrO8,*JDVRPY%N^TB\.g*DFA-L@VG:-X aP8+g KՎt:}f)rINHY?0z\.fRu*Ź 0 OPe:Z!u8rV*}2R݄1 vR4  +U'w9O}Z&'bZ޻wb&H kpp5\y qCr@zV#Uh4*idp8<77'PeYB Ĩ!["RT -* +FZIX_B0 +q?*Ұ{=ӜYtD.Lf=uAg"0i?,̭ICC YT`KoY7|%oڶ4=nSPj3=`3g596/$uVun)yR&Ujaк?D,fMHb(b fܹs;Z#IR O_tt:߰PB.i48-Z\\urla0YP)73fgg21R˥%_FAc&A`xhc8* L&Nyޏ#333i⊤V,:T*e.g2nxg8 ٵ&MõcJԩS!Es.N=iHJW޻w\D""ILRn޼TǏä"C't:y# VWWDp8|YߝAAɓ'XDjb12?C70E4zz?DrxxHcPgwwwI7D"pz"_x\.W;f2+m>D@FgwwwvvlmmnRP]\&4??jHɷ:1n۝NsD";9eap1M%bxh>Oau: :<͛7rg6wdHe&Hp5ރ3ECqZ(3RVU Y777>|Yq_l7O|>PaB@5|>/v؉ׯ_SSSdhiu:<_ /֯7盛nT*>aHvwvv>e >-v{JF;FYGK6i *XvٳgW\~>..}N+kuI.0` = =V cP'Bj֭[IYT* +]_+\m cydiׯ_TqZuݍ7Ū-(" +ec6M2KH3seYb Zp1<g&{<)>`a?`XUE VZP(T:V/_J[0t:_fg΃(QVK ױ'Ay?y8u]Š:h4pb.\Fx/p`ad2I͓yj^Bٖ +ǭVT*2b[4e2MTKY^pA,\(WF?P0 4mu^W*r [Oi$=A#[(5ݎ'''-70`Lܷi;"- +yRqwZW#~bKIW +މ{^EZnc ؆bO~o856̵-zc8ס꧸P{MXdNer.UBlצj +%#P(QT >dnn4вz.2uq UD T"H^%^w*pXUC\ej?$ՐTRYܶ\:1w'T*<5UZ'Qx9::z$X,DhTA}nji3wuk(`{ߕ, _x9J2{E@=+GT-H!5~unt(RdBQO5CDG~k秴~kp?))I1pYBDs + +(1rGGlȒBeqIv+" +WxRU]p|\ZUu i/a^"|rqqeJ)wv[C\64Rṷ2yuީ6^m +*56үHfWJDDUxU\ ]5zK7+o7<?ٶ=11oXqzVլ;Ȥ2@o~n9-aX#Uz QB~5* AbLK?1J(z@h`ύ뺼!Z7I{(x?rƫ#G]\^Pp + y;@u1O8>ǿ{|1V1>ǿ?\?@8 +IENDB` \ No newline at end of file