[p2pu-dev] Tomorrow's Meetup
zuzel.vp
zuzel.vp at gmail.com
Wed Mar 2 20:25:12 UTC 2011
Just added that task on the tracker:
https://www.pivotaltracker.com/story/show/9319907
2011/3/2 João Antonio de Menezes Neto <tonyhomes at gmail.com>:
> We also need to change the color code for gray text (that are on the menus
> and descriptions) to 2 levels darker (usability improvement).
>
> 2011/3/2 zuzel.vp <zuzel.vp at gmail.com>
>>
>> <suggsgested> anyone mind if i get my feet wet updating batucada.css
>> file with the fix to the "no-rgba" IE-8 issue?
>> <jessykate> suggsgested: hopefully zuzelvp will confirm viz. where she
>> is in her workflow, but i think the answer is an enthusiastic "go for
>> it". just please fork and issue pull request as appropriate!
>> <zuzelvp> yes go for it
>> <suggsgested> rock on
>>
>> On Wed, Mar 2, 2011 at 11:03 AM, Sean Suggs <ssuggs at digitalfunction.com>
>> wrote:
>> > Anyone mind if I get my feet wet with this task?
>> >
>> > If I push this to my pulled version of batucada.css
>> >
>> >
>> >
>> > /*BOILERPLATE alternate style for non-rgba broswers*/
>> >
>> > .no-rgba #main-nav a {
>> >
>> > color: #A9B2C1;
>> >
>> > display: block;
>> >
>> > height: 14px;
>> >
>> > padding: 4px 10px 8px;
>> >
>> > }
>> >
>> > /*
>> >
>> > .no-rgba #main-nav a {
>> >
>> > background: #2d2d2d;
>> >
>> > border: 1px solid #1e1e1e;
>> >
>> > border-bottom: 1px solid #444;
>> >
>> > border-right: 1px solid #444;
>> >
>> > }
>> >
>> > */
>> >
>> >
>> >
>> > From: p2pu-dev-bounces at lists.p2pu.org
>> > [mailto:p2pu-dev-bounces at lists.p2pu.org] On Behalf Of Andrew Henderson
>> > Sent: Tuesday, March 01, 2011 12:17 PM
>> > To: zuzel.vp
>> > Cc: p2pu-dev
>> > Subject: Re: [p2pu-dev] Tomorrow's Meetup
>> >
>> >
>> >
>> > That makes sense. Thanks.
>> >
>> > On Tue, Mar 1, 2011 at 5:03 PM, zuzel.vp <zuzel.vp at gmail.com> wrote:
>> >
>> > Most of the css comes from what is used at
>> > https://www.drumbeat.org/en-US/, so there is a lot to clean up there
>> > in order to integrate the new design at lernanta-cut.
>> >
>> > --
>> > Thanks,
>> > Zuzel
>> >
>> > On Tue, Mar 1, 2011 at 11:52 AM, Andrew Henderson
>> >
>> > <andrew.m.henderson at gmail.com> wrote:
>> >> Thanks, Brian. Good to know. We would still simply need to
>> >> remove/adjust
>> >> that style rule, yes? Trying to understand why the colors chosen were
>> >> #2d2d2d and so forth.
>> >>
>> >> On Tue, Mar 1, 2011 at 4:44 PM, Brian Brennan
>> >> <brianloveswords at gmail.com>
>> >> wrote:
>> >>>
>> >>> IE comes up with no-rgba because it doesn't support defining an alpha
>> >>> channel in colors. You can't do border-color: rgba(255,0,0,0.5); in IE
>> >>> (it
>> >>> ignores it completely).
>> >>>
>> >>> Brian
>> >>>
>> >>>
>> >>> On Tue, Mar 1, 2011 at 11:37 AM, zuzel.vp <zuzel.vp at gmail.com> wrote:
>> >>>>
>> >>>> Thanks a lot :) I added a link to this thread to the ticket on
>> >>>> pivotal
>> >>>> (https://www.pivotaltracker.com/story/show/9319907).
>> >>>>
>> >>>> --
>> >>>> Thanks,
>> >>>> Zuzel
>> >>>>
>> >>>> On Tue, Mar 1, 2011 at 11:14 AM, Andrew Henderson
>> >>>> <andrew.m.henderson at gmail.com> wrote:
>> >>>> > Hi Zuzel,
>> >>>> > It appears to be the following style rule:
>> >>>> >
>> >>>> > .no-rgba #main-nav a {
>> >>>> > background:#2d2d2d;
>> >>>> > border-bottom:#444 1px solid;
>> >>>> > border-left:#1e1e1e 1px solid;
>> >>>> > border-right:#1e1e1e 1px solid;
>> >>>> > border-top:#1e1e1e 1px solid;
>> >>>> > }
>> >>>> >
>> >>>> > Boilerplate adds classes to the html tag in order to custom tailor
>> >>>> > the
>> >>>> > look
>> >>>> > of a page based on the capabilities of the browser. Not sure why
>> >>>> > IE
>> >>>> > comes
>> >>>> > up with no-rgba. We just need to remove that rule or override it
>> >>>> > for
>> >>>> > IE.
>> >>>> >
>> >>>> > If anyone else has a better idea, feel free to chime in.
>> >>>> >
>> >>>> > This is the default style rule for those links:
>> >>>> >
>> >>>> > #main-nav a {
>> >>>> > color: #A9B2C1;
>> >>>> > display: block;
>> >>>> > height: 14px;
>> >>>> > padding: 4px 10px 8px;
>> >>>> > }
>> >>>> >
>> >>>> > On Mon, Feb 28, 2011 at 10:23 PM, zuzel.vp <zuzel.vp at gmail.com>
>> >>>> > wrote:
>> >>>> >>
>> >>>> >> Hi Andrew,
>> >>>> >>
>> >>>> >> Nice to meet you.
>> >>>> >>
>> >>>> >> Help is always welcome :) --
>> >>>> >> http://lists.p2pu.org/pipermail/p2pu-dev/2011-February/000371.html
>> >>>> >>
>> >>>> >> Talking about CSS related tasks: Does anyone nows what is the
>> >>>> >> problem
>> >>>> >> with the black links that appear in Lernanta on IE8
>> >>>> >> (http://farm6.static.flickr.com/5259/5485582711_5b73e1ab23_b.jpg)?
>> >>>> >> That is an image of http://dev.p2pu.org:8090/ and the source code
>> >>>> >> behind that page is:
>> >>>> >>
>> >>>> >> * https://github.com/p2pu/lernanta/blob/master/templates/base.html
>> >>>> >> *
>> >>>> >> https://github.com/p2pu/lernanta/blob/master/media/css/batucada.css
>> >>>> >>
>> >>>> >> I am going to be merging new features from batucada now, so I will
>> >>>> >> not
>> >>>> >> be touching lernanta's maekup for a while, but it will be good to
>> >>>> >> test
>> >>>> >> it (and fix any bugs) with different browsers.
>> >>>> >>
>> >>>> >> --
>> >>>> >> Thanks,
>> >>>> >> Zuzel
>> >>>> >>
>> >>>> >> > Hi Zuzel,
>> >>>> >> > I just want to introduce myself. I met John Britton a few weeks
>> >>>> >> > back
>> >>>> >> > and
>> >>>> >> > volunteered to help out on the P2PU site development. I
>> >>>> >> > specialize
>> >>>> >> > in
>> >>>> >> > front-end development (HTML, CSS, jQuery). Let me know how I
>> >>>> >> > can
>> >>>> >> > be
>> >>>> >> > of
>> >>>> >> > service. Thanks.
>> >>>> >> > - Andrew
>> >>>> >> > P.S.
>> >>>> >> > Here's some my recent work:
>> >>>> >> > http://r-word.org/
>> >>>> >> > A Wordpress blog I run:
>> >>>> >> > http://thebeersessions.com
>> >>>> >> >
>> >>>> >> > On Mon, Feb 28, 2011 at 10:25 AM, John Britton
>> >>>> >> > <me at johndbritton.com>
>> >>>> >> > wrote:
>> >>>> >> >>
>> >>>> >> >> yeah, take a look at this: http://dev.p2pu.org:8090/en-US/
>> >>>> >> >> You should also be in contact with Zuzel. She was just hired to
>> >>>> >> >> lead
>> >>>> >> >> development on the project and can help get you going on
>> >>>> >> >> something
>> >>>> >> >> productive.
>> >>>> >> >> Cheers,
>> >>>> >> >> John
>> >>>> >> >> --
>> >>>> >> >> contact info:
>> >>>> >> >> http://www.johndbritton.com
>> >>>> >> >> @johndbritton - http://twitter.com/johndbritton
>> >>>> >> >>
>> >>>> >> >>
>> >>>> >> >> On Mon, Feb 28, 2011 at 1:02 PM, Andrew Henderson
>> >>>> >> >> <andrew.m.henderson at gmail.com> wrote:
>> >>>> >> >>>
>> >>>> >> >>> Hey John,
>> >>>> >> >>> Just want to confirm the plan for tomorrow. As it stands, I'm
>> >>>> >> >>> awaiting
>> >>>> >> >>> assignment following tomorrow's meeting, yes?
>> >>>> >> >>>
>> >>>> >> >>> --
>> >>>> >> >>> Andrew Henderson
>> >>>> >> >>> LinkedIn | Facebook | Twitter
>> >>>> >> >>>
>> >>>> >> >>
>> >>>> >> >
>> >>>> >> >
>> >>>> >> >
>> >>>> >> > --
>> >>>> >> > Andrew Henderson
>> >>>> >> > LinkedIn | Facebook | Twitter
>> >>>> >> >
>> >>>> >> >
>> >>>> >
>> >>>> >
>> >>>> >
>> >>>> > --
>> >>>> > Andrew Henderson
>> >>>> > LinkedIn | Facebook | Twitter
>> >>>> >
>> >>>> >
>> >>>> _______________________________________________
>> >>>> p2pu-dev mailing list
>> >>>> p2pu-dev at lists.p2pu.org
>> >>>> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>> >>>
>> >>
>> >>
>> >>
>> >> --
>> >> Andrew Henderson
>> >> LinkedIn | Facebook | Twitter
>> >>
>> >>
>> >
>> >
>> > --
>> > Andrew Henderson
>> > LinkedIn | Facebook | Twitter
>> >
>> >
>> > ----------------------------------------------------------------------------------------------------------
>> > This email has been scanned by the MxScan Email Security System.
>> >
>> > ----------------------------------------------------------------------------------------------------------
>> > _______________________________________________
>> > p2pu-dev mailing list
>> > p2pu-dev at lists.p2pu.org
>> > http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>> >
>> >
>> _______________________________________________
>> p2pu-dev mailing list
>> p2pu-dev at lists.p2pu.org
>> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>
>
> _______________________________________________
> p2pu-dev mailing list
> p2pu-dev at lists.p2pu.org
> http://lists.p2pu.org/mailman/listinfo/p2pu-dev
>
>
More information about the p2pu-dev
mailing list