Another suggestion I would like to make:
hanakin has already posted some example PNG files (I'm not sure if these are based off the GIFs provided or the original PSDs) but the PNG spec contains some lossless compression filters (I'm not going into detail here, but here are some details from libpng ...
Search found 6 matches
- Fri Apr 11, 2014 8:47 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] CSS Image Sprites
- Replies: 50
- Views: 84870
- Thu Apr 10, 2014 8:53 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Replace CSS Reset to normalize.css in prosilver
- Replies: 13
- Views: 28586
Re: [RFC] Replace CSS Reset to normalize.css in prosilver
To implement normalize we need to make sure that all the html tags used in the script are styling in our css file, with reservation that not all html elements must be set styling. Most of the work makes up normalize.
For example, a div element no requires styling at all because all browsers are set ...
For example, a div element no requires styling at all because all browsers are set ...
- Wed Apr 09, 2014 7:42 am
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Replace CSS Reset to normalize.css in prosilver
- Replies: 13
- Views: 28586
Re: [RFC] Replace CSS Reset to normalize.css in prosilver
You can't just delete a CSS reset and replace it with a normalize! It's a decision you make when you start developing a style, and it's pointless to change once you've finished developing the style. There are no advantages, and you'll probably break something.
Normalize.css is an alternative to ...
Normalize.css is an alternative to ...
- Sun Apr 06, 2014 2:13 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Replace CSS Reset to normalize.css in prosilver
- Replies: 13
- Views: 28586
Re: [RFC] Replace CSS Reset to normalize.css in prosilver
hi,
I recently did not give any specific changes only generalities, so I will try to show you how you can effectively apply normalize to the forum without appearance prejudice.
I think that normalize is needed and necessary because every modern skin using it as a base and prosilver as a forefather ...
I recently did not give any specific changes only generalities, so I will try to show you how you can effectively apply normalize to the forum without appearance prejudice.
I think that normalize is needed and necessary because every modern skin using it as a base and prosilver as a forefather ...
- Fri Apr 04, 2014 5:48 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] HTML5 Semantic Elements
- Replies: 20
- Views: 31356
- Sun Mar 30, 2014 1:37 pm
- Forum: [3.x][Archive] RFCs
- Topic: [RFC] Replace CSS Reset to normalize.css in prosilver
- Replies: 13
- Views: 28586
[RFC] Replace CSS Reset to normalize.css in prosilver
Hi,
in the file common.css I would like to delete code:
/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big ...
in the file common.css I would like to delete code:
/* CSS Reset http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126
---------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big ...