View Single Post
Old 03-07-2016, 07:09 PM   #11
Tex2002ans
Wizard
Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.Tex2002ans ought to be getting tired of karma fortunes by now.
 
Posts: 2,306
Karma: 13057279
Join Date: Jul 2012
Device: Kobo Forma, Nook
Quote:
Originally Posted by Capricorn View Post
Thank you for all that info. It will take some time to digest all that.
And here are some images to help visualize.

With CSS3 (text-transform + text-shadow + transform):

Click image for larger version

Name:	CSS3.png
Views:	292
Size:	35.8 KB
ID:	146950

Without text-transform:

Click image for larger version

Name:	CSS3[WithoutTextTransform].png
Views:	290
Size:	34.8 KB
ID:	146954

Without text-shadow:

Click image for larger version

Name:	CSS3[WithoutShadows].png
Views:	293
Size:	21.1 KB
ID:	146953

Without transform:

Click image for larger version

Name:	CSS3[WithoutRotate].png
Views:	329
Size:	32.0 KB
ID:	146952

Without any:

Click image for larger version

Name:	CSS3[WithoutAny].png
Views:	296
Size:	20.7 KB
ID:	146951

Or even something as simple as:

Code:
border-top-left-radius: 10px;
border-top-right-radius: 10px;
which gives you rounded corners:

Click image for larger version

Name:	CSS3Table[Rounded].png
Views:	319
Size:	4.2 KB
ID:	146956 Click image for larger version

Name:	CSS3Table[NotRounded].png
Views:	307
Size:	4.1 KB
ID:	146955

Quote:
Originally Posted by Capricorn View Post
It seems like it will always depend upon the exact element used in the CSS. So, I will have to verify more than I did in the past if I want to remove it.
Yep, it all depends. I typically just go visit w3schools whenever I run into a new CSS to see what it does:

http://www.w3schools.com/cssref/css3...der-radius.asp

Last edited by Tex2002ans; 03-07-2016 at 07:11 PM.
Tex2002ans is offline   Reply With Quote