[STYLESDB] CA Black (phpBB 3.0.5)

For style authors to post and receive feedback on 3.0.x styles still in development. Any development styles you wish to use on your live board should be installed with caution!
Scam Warning
Hercanic
Registered User
Posts: 40
Joined: Wed Jun 26, 2002 7:15 pm

Re: [Release] CA Black (phpBB 3.0.5)

Post by Hercanic »

CyberAlien wrote:
Hercanic wrote:How to?
  1. Category Underline - How would I set the category titles to no longer be underlined?
add in content.css:

Code: Select all

li.header a { text-decoration: none; }
Added this, but no effect with or without Compatibility View on IE8, nor on FireFox 3.

CyberAlien wrote:
Hercanic wrote:Display Bugs
I'm using IE 8, which has a Compatibility View. When on, the word "Code:" in a codebox is bumped down a line. When off, the Select All and Expand View icons are scooted to the left and a duplicate Select All icon colored gray and non-interactable is present.
Add this to tweaks_ie.css:

Code: Select all

/* BBCode fix for IE7 */
.code-links, #ignore#ie8 {
width: 100px;
}
Okay, worked, "Code:" is no longer bumped down a line in Compatibility View. However, it looks just like how I described it when Compatibility View was turned off. Is that how it's meant to look? Is the extra gray icon supposed to mirror the quotation icon?

Might I suggest moving the Select All and Expand View buttons either in front or after "Code"? The eyes tend to look toward the left side, since that's where all lines of text begin. Having the icons on the far left, especially on larger or widescreen monitors, causes those icons to be overlooked by the uninformed. I can understand that you might be aiming for a visual balance, and the Expand View being on the right is consistent with the category collapse buttons.

If you want to keep those on the right, I do think having the same icon repeated is a little redundant (codebox icon and Select All button icon). If you decide to follow my earlier suggestion about placing the quotation icon back in front of "Hercanic wrote:", then perhaps the gray code icon could also precede "Code:" for consistency?
Hercanic
Registered User
Posts: 40
Joined: Wed Jun 26, 2002 7:15 pm

Re: [Release] CA Black (phpBB 3.0.5)

Post by Hercanic »

Hercanic wrote:
CyberAlien wrote:
Hercanic wrote:How to?
  1. Category Underline - How would I set the category titles to no longer be underlined?
add in content.css:

Code: Select all

li.header a { text-decoration: none; }
Added this, but no effect with or without Compatibility View on IE8, nor on FireFox 3.
Okay, I solved this. Was a little tricky. Apparently, I couldn't edit content.css manually because the CSS was being overriden by the one stored in the database. So, I had to edit from the admin panel. Even then it didn't work, but after adding !important, it finally did the trick.

Code: Select all

li.header a {
	text-decoration: none !important;
}
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin
Contact:

Re: [Release] CA Black (phpBB 3.0.5)

Post by Arty »

Hercanic wrote:Okay, worked, "Code:" is no longer bumped down a line in Compatibility View. However, it looks just like how I described it when Compatibility View was turned off. Is that how it's meant to look? Is the extra gray icon supposed to mirror the quotation icon?

Might I suggest moving the Select All and Expand View buttons either in front or after "Code"? The eyes tend to look toward the left side, since that's where all lines of text begin. Having the icons on the far left, especially on larger or widescreen monitors, causes those icons to be overlooked by the uninformed. I can understand that you might be aiming for a visual balance, and the Expand View being on the right is consistent with the category collapse buttons.

If you want to keep those on the right, I do think having the same icon repeated is a little redundant (codebox icon and Select All button icon). If you decide to follow my earlier suggestion about placing the quotation icon back in front of "Hercanic wrote:", then perhaps the gray code icon could also precede "Code:" for consistency?
Good point. I'll remove background image from right side. To do it remove this line from colours.css

Code: Select all

.ca-code {
	background-image: url("{T_THEME_PATH}/images/bb_code.gif");
}
and in post.css replace this

Code: Select all

.code-links { 
    text-transform: lowercase;
    float: right;
    margin-right: 20px;
    margin-top: 2px;
}
with this

Code: Select all

.code-links { 
    text-transform: lowercase;
    float: right;
    margin-top: 2px;
}
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
oglach
Registered User
Posts: 498
Joined: Sun Apr 22, 2007 5:58 pm

Re: [Release] CA Black (phpBB 3.0.5)

Post by oglach »

Thanks for this style, looks well! :D
oglach
Registered User
Posts: 498
Joined: Sun Apr 22, 2007 5:58 pm

Re: [Release] CA Black (phpBB 3.0.5)

Post by oglach »

Where are psds located?
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin
Contact:

Re: [Release] CA Black (phpBB 3.0.5)

Post by Arty »

Its the last item in downloads list.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
OCT
Registered User
Posts: 10
Joined: Mon Jun 22, 2009 2:28 am

Re: [Release] CA Black (phpBB 3.0.5)

Post by OCT »

I might be trying this one out! :D
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: [Release] CA Black (phpBB 3.0.5)

Post by Peter77sx »

Hello. I changed the black background to something else a bit lighter. and so because of a button menu add-on I installed, a small gap showed up for both FF and IE8.

I was able to close the gap in FF by changing:
<div id="content" style="width: {$CA_WIDTH}; margin: 0 auto;">

To:
<div id="content" style="width: {$CA_WIDTH}; margin: 0 auto; margin-top: -4px;">

In overall_header.html.

No changes seen with IE8... I was wondering if you can give me a hint for a 'fix' IE8?

Image
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin
Contact:

Re: [Release] CA Black (phpBB 3.0.5)

Post by Arty »

Probably your buttons menu has margin-bottom set, so you need to reset it.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
Rebell
Registered User
Posts: 93
Joined: Tue Nov 08, 2005 8:31 am
Contact:

Re: [Release] CA Black (phpBB 3.0.5)

Post by Rebell »

Nice design thanks !
OLDSKOOLDEMOMAKER FORUMS : http://kickme.to/osdm
make demos like in the good old days on amiga or c64 without programming knowledge !
Peter77sx
Registered User
Posts: 3260
Joined: Wed Nov 09, 2005 2:51 pm

Re: [Release] CA Black (phpBB 3.0.5)

Post by Peter77sx »

see ya
Last edited by Peter77sx on Mon Jul 06, 2009 4:16 am, edited 1 time in total.
Reeshahm
Registered User
Posts: 8
Joined: Thu Jun 25, 2009 7:40 pm
Contact:

Re: [Release] CA Black (phpBB 3.0.5)

Post by Reeshahm »

nice theme. :o
http://www.sigortaokulu.com
sbm teklif alma fiyat sorgulama https://www.sbmteklif.com
Segem sınavları, sbm uygulamaları, bir sigortacı blogu https://www.sigortablog.com
t3hn00b
Registered User
Posts: 16
Joined: Mon Jun 01, 2009 6:21 am

Re: [Release] CA Black (phpBB 3.0.5)

Post by t3hn00b »

ive searched everywhere but i just cant get online icon in viewtopic page of my forum.. i am using 3.05 version of ca black
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin
Contact:

Re: [Release] CA Black (phpBB 3.0.5)

Post by Arty »

It is there, under profile link.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
t3hn00b
Registered User
Posts: 16
Joined: Mon Jun 01, 2009 6:21 am

Re: [Release] CA Black (phpBB 3.0.5)

Post by t3hn00b »

no mate cant see any pic.. this is of a member in my forum who was actually online at that time

Image
Locked

Return to “[3.0.x] Styles in Development”