infact use css3 in 3.1 styles is good idea
"Rounded corners via css" is so good to. for example 3 days ago i create a style base sub2 and i use css3 and corner in every place.
plz look at my new style
http://www.php-bb.ir/forum/
this style was Subsilver2 and css3 change it. and one thing shadow-box is so good if use it in styles. even we can remove "button images" NEW Topic or Post reply we can use css.
[RFC|Merged] Rounded corners via css
- Dragosvr92
- Registered User
- Posts: 624
- Joined: Tue May 31, 2011 12:08 pm
- Location: Romania
- Contact:
Re: [RFC|Merged] Rounded corners via css
Looks interesting, but why are the forums on the right side?
Looks sort of disturbing.
Looks sort of disturbing.
Previous user: TheKiller
Avatar on Memberlist 1.0.3
Avatar on Memberlist 1.0.3
- DarkBeing
- Registered User
- Posts: 83
- Joined: Sun Jul 19, 2009 2:32 pm
- Location: Currently Estonia
- Contact:
Re: [RFC|Merged] Rounded corners via css
Because it is probably a forum from a different country and culture (".ir") where the reading habits are maybe different?!
In any case the rounded corners looks nice Meis2M.
In any case the rounded corners looks nice Meis2M.
Re: [RFC|Merged] Rounded corners via css
because our language is Persian and we write words from right to left . we use ( rtl )TheKiller wrote:Looks interesting, but why are the forums on the right side?
Looks sort of disturbing.
Re: [RFC|Merged] Rounded corners via css
What is the status of CSS gradients at the moment? I'm guessing it's not a standard yet but it could be implemented just like border-radius in the near future, right?
Last edited by ecwpa on Mon May 07, 2012 6:52 pm, edited 1 time in total.
Slightly better English than it was in 2005, still improving
- callumacrae
- Former Team Member
- Posts: 1046
- Joined: Tue Apr 27, 2010 9:37 am
- Location: England
- Contact:
Re: [RFC|Merged] Rounded corners via css
It is a standard, and supported in quite a few browsers. However, it uses quite a bit of CPU and is trickier than making an image.
Re: [RFC|Merged] Rounded corners via css
Gradients support in browsers is very poor. All browsers require their own prefixed versions, IE won't support them until version 10, some implementations are different and most browsers don't correctly support gradients with alpha channel.
Formerly known as CyberAlien.
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Free phpBB styles | Premium responsive XenForo styles | Iconify - modern open source replacement for glyph fonts
Re: [RFC|Merged] Rounded corners via css
acctually support great for all browsers other than IE which does support gradients but as filters however only simple gradients which is all the is used for the current theme. as for teh CPU that CAll pointed out its not as much as one would think for simple gradients(those only involving 2 color blends) their is no CPU drain in compliant browser the only drain would be to IE requireing the filters but its minimal at worst as again their are only two coors.Arty wrote:Gradients support in browsers is very poor. All browsers require their own prefixed versions, IE won't support them until version 10, some implementations are different and most browsers don't correctly support gradients with alpha channel.
Re: [RFC|Merged] Rounded corners via css
Life is too short to spend valuable time adding browser specific code especially when the user base is diminishing daily...
I don't personally support adding unnecessary javascript code just to support a single browser's inadequacies...
If during development you choose to ignore international standards, then you should expect to suffer the consequences...
I don't personally support adding unnecessary javascript code just to support a single browser's inadequacies...
If during development you choose to ignore international standards, then you should expect to suffer the consequences...
Mods: Forum Icons Enhancement, Kiss Portal Engine
Links: Kiss Portal Engine (dev site) Stargate Portal (archive site) ...
Styles: Technika
Links: Kiss Portal Engine (dev site) Stargate Portal (archive site) ...
Styles: Technika
Re: [RFC|Merged] Rounded corners via css
Life is too short to do your job? Front-End development is extremely easy these days with all the tools we have at our arsenal. Just because your too lazy to do the job correctly is not an adequate excuse.Michaelo wrote:Life is too short to spend valuable time adding browser specific code especially when the user base is diminishing daily...
I don't personally support adding unnecessary javascript code just to support a single browser's inadequacies...
If during development you choose to ignore international standards, then you should expect to suffer the consequences...
It literally should take no more than one work day to code and style a basic forum theme from scratch. none of this cookie cutter *beep* that is regurgitated all over the place. The time consuming portion comes in the design and planing stage.
As for the diminishing user base it is directly related to the fact that we are not using modern coding methods/standards/practices that is leading to this and not the reverse.