The CardBoard
Is the Cardboard undergoing a facelift? - Printable Version

+- The CardBoard (https://thecardboard.org/board)
+-- Forum: C-House! (https://thecardboard.org/board/forum-4.html)
+--- Forum: The CardBoard (https://thecardboard.org/board/forum-5.html)
+--- Thread: Is the Cardboard undergoing a facelift? (/thread-12746.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12


Re: Is the Cardboard undergoing a facelift? - zedcom - 09-29-2016

Missing the "mark all read" and "see just unread posts." Both very useful to me.


Re: Is the Cardboard undergoing a facelift? - 82 Card - 09-29-2016

I figured out why the zoom works in Android Chrome but not Opera. The site is coded to block zooming, at least in mobile mode. Chrome accessibility settings allow overide. Opera does not have this setting. I understand the desire to control appearance  but some of us have old tired eyes.


Re: Is the Cardboard undergoing a facelift? - 82 Card - 09-29-2016

I figured out why the zoom works in Android Chrome but not Opera. The site is coded to block zooming, at least in mobile mode. Chrome accessibility settings allow overide. Opera does not have this setting. I understand the desire to control appearance  but some of us have old tired eyes.


Re: Is the Cardboard undergoing a facelift? - 82 Card - 09-29-2016

I figured out why the zoom works in Android Chrome but not Opera. The site is coded to block zooming, at least in mobile mode. Chrome accessibility settings allow overide. Opera does not have this setting. I understand the desire to control appearance  but some of us have old tired eyes.


Re: Is the Cardboard undergoing a facelift? - martyup - 09-29-2016

Yes, we must re-upload our avatars.  Also, there are a number of settings in your profile "Look and Layout" that will give you some control over what you see.  I'm not sure if these controls are new, but I just discovered them.


Re: Is the Cardboard undergoing a facelift? - martyup - 09-29-2016

Yes, we must re-upload our avatars.  Also, there are a number of settings in your profile "Look and Layout" that will give you some control over what you see.  I'm not sure if these controls are new, but I just discovered them.


Re: Is the Cardboard undergoing a facelift? - martyup - 09-29-2016

Yes, we must re-upload our avatars.  Also, there are a number of settings in your profile "Look and Layout" that will give you some control over what you see.  I'm not sure if these controls are new, but I just discovered them.


Re: Is the Cardboard undergoing a facelift? - martyup - 09-29-2016

The mobile version is looking really good.  I like that the avatars are suppressed on mobile.  This saves  a lot of space.


Re: Is the Cardboard undergoing a facelift? - martyup - 09-29-2016

The mobile version is looking really good.  I like that the avatars are suppressed on mobile.  This saves  a lot of space.


Re: Is the Cardboard undergoing a facelift? - martyup - 09-29-2016

The mobile version is looking really good.  I like that the avatars are suppressed on mobile.  This saves  a lot of space.


Re: Is the Cardboard undergoing a facelift? - yvonne - 09-29-2016

Hi guys, I was up pretty late last night working on the new look. As you can tell, I worked with an orange template. I have not been able to figure out which element to change to get them the right color.

I see class=btn bin-primary, and post_confirm_buttons class=righttext when I use Inspect Element in Safari, but I don't see those elements in the CSS template. If anyone has another browser or other detection tool, could you tell me what the element's name might be?

Thanks


Re: Is the Cardboard undergoing a facelift? - yvonne - 09-29-2016

Hi guys, I was up pretty late last night working on the new look. As you can tell, I worked with an orange template. I have not been able to figure out which element to change to get them the right color.

I see class=btn bin-primary, and post_confirm_buttons class=righttext when I use Inspect Element in Safari, but I don't see those elements in the CSS template. If anyone has another browser or other detection tool, could you tell me what the element's name might be?

Thanks


Re: Is the Cardboard undergoing a facelift? - yvonne - 09-29-2016

Hi guys, I was up pretty late last night working on the new look. As you can tell, I worked with an orange template. I have not been able to figure out which element to change to get them the right color.

I see class=btn bin-primary, and post_confirm_buttons class=righttext when I use Inspect Element in Safari, but I don't see those elements in the CSS template. If anyone has another browser or other detection tool, could you tell me what the element's name might be?

Thanks


Re: Is the Cardboard undergoing a facelift? - Viking_Guy - 09-29-2016

Yvonne--

In Chrome I see btn btn-primary as the class for the post and Preview buttons on the Post Reply screen.

On the thread listing, the Reply button is button_strip_reply buttonlist.  The Go button is btn btn-primary.

Does that help?

Edit--

That color appears to be in this:

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #E56B69;
}

EDIT 2: Sorry, appears to be F56F6C as the brighter orange.  That's in the CSS 39 times in various locations.

Here's the btn-primary:

.btn-primary{color:#fff;background-color:#F56F6C}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#DD5F5D}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#F56F6C}.btn-primary .badge{color:#393939;background-color:#fff}

VG





Re: Is the Cardboard undergoing a facelift? - Viking_Guy - 09-29-2016

Yvonne--

In Chrome I see btn btn-primary as the class for the post and Preview buttons on the Post Reply screen.

On the thread listing, the Reply button is button_strip_reply buttonlist.  The Go button is btn btn-primary.

Does that help?

Edit--

That color appears to be in this:

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #E56B69;
}

EDIT 2: Sorry, appears to be F56F6C as the brighter orange.  That's in the CSS 39 times in various locations.

Here's the btn-primary:

.btn-primary{color:#fff;background-color:#F56F6C}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#DD5F5D}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#F56F6C}.btn-primary .badge{color:#393939;background-color:#fff}

VG





Re: Is the Cardboard undergoing a facelift? - Viking_Guy - 09-29-2016

Yvonne--

In Chrome I see btn btn-primary as the class for the post and Preview buttons on the Post Reply screen.

On the thread listing, the Reply button is button_strip_reply buttonlist.  The Go button is btn btn-primary.

Does that help?

Edit--

That color appears to be in this:

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #E56B69;
}

EDIT 2: Sorry, appears to be F56F6C as the brighter orange.  That's in the CSS 39 times in various locations.

Here's the btn-primary:

.btn-primary{color:#fff;background-color:#F56F6C}.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#DD5F5D}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#F56F6C}.btn-primary .badge{color:#393939;background-color:#fff}

VG





Re: Is the Cardboard undergoing a facelift? - ChicagoCard - 09-29-2016

The new red color of the buttons and "new" thread indicator is awesome.


Re: Is the Cardboard undergoing a facelift? - ChicagoCard - 09-29-2016

The new red color of the buttons and "new" thread indicator is awesome.


Re: Is the Cardboard undergoing a facelift? - ChicagoCard - 09-29-2016

The new red color of the buttons and "new" thread indicator is awesome.


Re: Is the Cardboard undergoing a facelift? - martyup - 09-29-2016

Man, this site is looking good right now.  Way to go Yvonne.  ;D

Now, let's just hope our Cardinal look as good as this site tomorrow night.