Former Member
inherit
guest@proboards.com
171777
0
Dec 1, 2024 20:47:15 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 1, 2011 15:32:48 GMT -8
Same! <3 But 10.04. 10.10 wont install on my laptop, has an issue. but meh. and 5Mbps from connection, so loaded up right away! ;D I did notice it being fast, whilst when using JS to achieve that effect, slows down the connection quite abit.
|
|
gfx25
inherit
-4382095
0
Dec 1, 2024 20:47:15 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Mar 2, 2011 7:08:59 GMT -8
I haven't seen a skin this awesome since Alt 2007 And by using nothing and a few JS scripts make it even better. Did you use css to make the tables round as well?
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 2, 2011 7:09:37 GMT -8
Thanks! ^_^ And yes I did. CSS3 is the beast.
|
|
gfx25
inherit
-4382103
0
Dec 1, 2024 20:47:15 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Mar 2, 2011 7:22:01 GMT -8
Any chance you could share the css for the rounded tables?
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 2, 2011 7:29:53 GMT -8
Sure, though the links I gave on the first page have the same info: elem {-moz-border-radius: 10px; border-radius: 10px;}
If you want to specify them manually (horizontal and vertical rounding and per-corner rounding), that's a bit complicated for me to outline here xD Check the links near the bottom of Page 1
|
|
inherit
72282
0
Feb 22, 2019 7:29:04 GMT -8
Smangii
what's this?
4,772
February 2006
smangii
|
Post by Smangii on Mar 2, 2011 7:55:45 GMT -8
Sure, though the links I gave on the first page have the same info: elem {-moz-border-radius: 10px; border-radius: 10px;}
If you want to specify them manually (horizontal and vertical rounding and per-corner rounding), that's a bit complicated for me to outline here xD Check the links near the bottom of Page 1 This won't work in Internet Explorer, btw
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 2, 2011 11:08:47 GMT -8
This is true, IE has yet to catch up It works in virtually every other modern browser, however.
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 2, 2011 18:56:13 GMT -8
Well I kinda broke my promise, I'm tiling a 6x6 transparent png for some background-touches, but that's it. I promise How's it look guys? I think I'm about to release it on my site
|
|
gfx25
inherit
-4383112
0
Dec 1, 2024 20:47:15 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Mar 2, 2011 20:33:50 GMT -8
Looks great though I'd suggest making the board highlight a bit lighter and adding a hover to the menu links on the boards.
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 2, 2011 20:40:50 GMT -8
How's that? O.o
|
|
gfx25
inherit
-4383125
0
Dec 1, 2024 20:47:15 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Mar 2, 2011 20:45:24 GMT -8
Looks nice but I meant something like
A:link {text-decoration: none} A:visited {text-decoration: none} A:active {text-decoration: none} A:hover {text-decoration: underline; color: Red;}
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 2, 2011 20:46:31 GMT -8
Hmm.. I've kinda been trying to avoid the underline. I'll see what I can do.
|
|
gfx25
inherit
-4383130
0
Dec 1, 2024 20:47:15 GMT -8
gfx25
0
January 1970
GUEST
|
Post by gfx25 on Mar 2, 2011 20:47:46 GMT -8
Maybe it could be none to match the menu links?
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Mar 2, 2011 21:02:13 GMT -8
Like that? O.o
|
|
Kami
Forum Cat
Posts: 40,201
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,201
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Mar 3, 2011 2:19:53 GMT -8
that's lookin' mighty fine, i'm totally diggin' the menu. probably might want to put something on the non-menu links. maybe a bg colour on hover, or some sort of border? even a simple text transform. doesn't necessarily have to be underlined (eg: border-left: 2px solid #FFFFFF;)
@ kenneth - that seems to be such a round-about way of doing things? =X why not just:
a:link, a:active, a:vistited { text-decoration: none; }
?
|
|