GP1 wrote:
Kitcat has a new site (that we are happy with) and it has a dreign (that we aren't happy with). Could any body suggest a design? The site is in my sig
i CAN write CSS whichever way u ^_^ feel free to use my services , just gimme a theme
Offline
I prefer the theme on:
www.cyberkidscountry.com/hosting/tc
What do you think, foc?
Offline
fanofcena wrote:
GP1 wrote:
Kitcat has a new site (that we are happy with) and it has a dreign (that we aren't happy with). Could any body suggest a design? The site is in my sig
@GP1 would u guys like to use my chat software for your website ? a demo is available at http://chats.ws/ ? its free to use + will reduce ur server overhead as my dedicated server will be handling it .
Now coming back to to the topic check this out : http://dev.opera.com/articles/view/beautiful-ui-styling-with-css3-text-shadow-box-shadow-and-border-radius/
its a nice collection of CSS buttons / Div backgrounds that really look amazing , morever you might wanna use the new CSS 3 animations to make ur website more AMAZING!
i think keeping Win7 in mind why not try a full GLASS LIKE website ? i mean in which everything looks like on a glass ??
a simple glass code
div {
width: 100px;
height: 100px;
margin: 10px;
padding: 0;
border: 1px solid rgba(0,0,0,0.5);
border-radius: 10px 10px 2px 2px;
background: rgba(0,0,0,0.25);
box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-o-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
-moz-box-shadow: 0 2px 6px rgba(0,0,0,0.5), inset 0 1px rgba(255,255,255,0.3), inset 0 10px rgba(255,255,255,0.2), inset 0 10px 20px rgba(255,255,255,0.25), inset 0 -15px 30px rgba(0,0,0,0.3);
}will make all the divisions on your website look like glass panels on that u can have Custom CSS Buttons with transitions
button{
background:rgba(255,255,255,0.4);
color:#000;
text-shadow: 0 0 0.2em #ccc,0 0 0.2em #ccc;
border-radius:10px;
-webkit-transition:background 0.9s ease-in;
-moz-transition:background 0.9s ease-in;
-o-transition:background 0.9s ease-in;
transition:background 0.9s ease-in;
}
button:hover{
background:rgba(255,255,255,0.8);
border-color:rgba(118,255,255,0.8);
}
button:active{
background:rgba(0,0,0,0.8);
border-color:rgba(255,255,0,0.8);
}theres too much SCRIPT/CSS that can do 8-) feel free to use my services for free
Offline
ssss wrote:
I prefer the theme on:
www.cyberkidscountry.com/hosting/tc
What do you think, foc?
either a broken link / or i am banned on 1 more site!
Offline
O lol, thats old link new one: www.cyberkidscountry.com/hosting/tcc
Offline
ssss wrote:
O lol, thats old link new one: www.cyberkidscountry.com/hosting/tcc
dont u think thats too basic ? i mean put my code in place and write a page u will find out urself
mine looks DIFFERENT! and CATCHY!
Offline
fanofcena wrote:
ssss wrote:
O lol, thats old link new one: www.cyberkidscountry.com/hosting/tcc
dont u think thats too basic ? i mean put my code in place and write a page u will find out urself
mine looks DIFFERENT! and CATCHY!
Can you put it on an example site? My pc is being slow
Offline
ssss wrote:
fanofcena wrote:
ssss wrote:
O lol, thats old link new one: www.cyberkidscountry.com/hosting/tcc
dont u think thats too basic ? i mean put my code in place and write a page u will find out urself
mine looks DIFFERENT! and CATCHY!
Can you put it on an example site? My pc is being slow
![]()
wait putting it ... (Yawn I am too lazy when it comes to work but u making me do now .. btw use Chrome / FIREFOX for best performance)
Offline
fanofcena wrote:
ssss wrote:
fanofcena wrote:
dont u think thats too basic ? i mean put my code in place and write a page u will find out urselfmine looks DIFFERENT! and CATCHY!
Can you put it on an example site? My pc is being slow
![]()
wait putting it ... (Yawn I am too lazy when it comes to work but u making me do now .. btw use Chrome / FIREFOX for best performance)
I do... I use firefox / chrome when a site recommends using it for that game. I use chrome for the apps (ANGRY BIRDS
)
Offline
This is what i wanted to say .. maade it in record 10 minutes! lol
my nxt web project < this has tons of the effects i am saying
hover ur mouse over the links
see they change slowly (NO JAVASCRIPT INVLOVLED)
CLICK EM
enjoy the transitions
Click the click here text box in the center of the screen
... basically all that explains what i wanted to say
On the second one :: GOogle chrome wont work as well as firefox due to some unkown reason.
Last edited by fanofcena (2011-07-21 06:10:00)
Offline