Premiere: www.tcec-chess.org re-launched!

Discussion of anything and everything relating to chess playing software and machines.

Moderators: hgm, Rebel, chrisw

Martin Thoresen
Posts: 1833
Joined: Thu Jun 22, 2006 12:07 am

Premiere: www.tcec-chess.org re-launched!

Post by Martin Thoresen »

My project has finally gotten a bit more serious.

At least, I pretend it has since I've spent quite a bit time designing the new website.

http://www.tcec-chess.org/

Please see the thank you's in "info".

Enjoy!

Best Regards,
Martin
UncombedCoconut
Posts: 319
Joined: Fri Dec 18, 2009 11:40 am
Location: Naperville, IL

Re: Premiere: www.tcec-chess.org re-launched!

Post by UncombedCoconut »

Heads-up: the archive links are dead. The site looks nice though. :)
Martin Thoresen
Posts: 1833
Joined: Thu Jun 22, 2006 12:07 am

Re: Premiere: www.tcec-chess.org re-launched!

Post by Martin Thoresen »

UncombedCoconut wrote:Heads-up: the archive links are dead. The site looks nice though. :)
Thanks!

I having major css problems all of a sudden. Will fix it asap.
User avatar
Rubinus
Posts: 1161
Joined: Thu Jan 18, 2007 4:05 pm
Location: Prague
Full name: Pavel Háse

Re: Premiere: www.tcec-chess.org re-launched!

Post by Rubinus »

Thanks. It's O.K.
Martin Thoresen
Posts: 1833
Joined: Thu Jun 22, 2006 12:07 am

Re: Premiere: www.tcec-chess.org re-launched!

Post by Martin Thoresen »

I am stumped why the CSS isn't working all of a sudden. Anyone find any errors here?

Code: Select all

*, h1 { 
margin : 0; 
} 
* { 
padding : 0; 
} 
body { 
background : #ccc url(../img/space.gif) repeat; 
font : 100% verdana, tahoma, sans-serif; 
} 
body, .container1, .container2, .container3, .container4, .container5 { 
color : #555; 
} 
a { 
background : inherit; 
} 
a, h1, .menu, .comment, .label { 
color : #286ea0; 
} 
a, .menu { 
font-weight : bold; 
} 
a, .menu:hover, .moveOn, .move { 
text-decoration : none; 
} 
a:hover { 
text-decoration : underline; 
} 
p { 
margin : 0 0 16px 0; 
} 
ul li { 
margin : 0 0 20px 0; 
list-style-image : url(../img/wp_s.png); 
} 
img, .sidebar { 
float : left; 
} 
h1 { 
font-size : 3.8em; 
letter-spacing : -2px; 
text-align : right; 
} 
h2 { 
font-size : 1.6em; 
letter-spacing : -1px; 
margin : 5px 0 20px; 
} 
h2, .moveOn, .move { 
font-weight : normal; 
} 
h2, .main { 
text-align : center; 
} 
.title { 
margin : 1px auto 0.2em; 
} 
.title, .container1, .container2, .container3, .container4, .container5 { 
width : 940px; 
} 
.container1, .container2, .container3, .container4, .container5, .moveOn, .move { 
line-height : 1.3em; 
} 
.sidebar { 
padding-left : 4px; 
} 
.sidebar, .menu { 
width : 140px; 
} 
.sidebar p { 
margin : 10px 0 5px 2px; 
text-align : left; 
font-size : 1.1em; 
} 
.selectControl { 
width : 700px !important ; 
} 
.sidebar p a { 
font-weight : 400; 
} 
.main { 
float : right; 
width : 776px; 
} 
.footer { 
clear : both; 
color : #aaa; 
} 
.menu { 
border : 1px solid #fff; 
display : block; 
font-size : 1.3em; 
padding : 4px 2px 4px 2px; 
} 
.menu:hover { 
background : #f8f8f8; 
border : 1px solid #ccc; 
color : #333; 
} 
.board { 
width : 430px; 
} 
.comments { 
width : 350px; 
} 
.credits, .credits a { 
color : #777; 
} 
.credits { 
font-size : 0.9em; 
margin-bottom : 0; 
} 
.quotes { 
color : #745; 
font-size : 0.8em; 
margin-bottom : 30px; 
} 
.boardTable { 
border-style : double; 
border-color : black; 
border-width : 2px; 
} 
.pieceImage { 
width : 48px; 
height : 48px; 
} 
.highlightBlackSquare, .highlightWhiteSquare, .blackSquare, .whiteSquare { 
width : 51px; 
height : 51px; 
border-style : solid; 
border-width : 1px; 
} 
.highlightWhiteSquare, .whiteSquare { 
border-color : #fff; 
background : #fffffe; 
} 
.highlightBlackSquare, .blackSquare { 
border-color : #286ea0; 
background : #286ea1; 
} 
.highlightBlackSquare, .highlightWhiteSquare { 
border-style : inset; 
border-color : gray; 
} 
.moveOn, .move { 
font-family : 'pgn4web ChessSansUsual', 'pgn4web Liberation Sans', sans-serif; 
} 
.moveOn { 
background : #000; 
} 
pre.c5 { 
text-align : left; 
font-size : 90%; 
color : #286ea1; 
font-weight : bold; 
} 
#statsWrap { 
font-family : Arial, Helvetica, sans-serif; 
font-size : 11px; 
} 
#statsDetailsWrap { 
float : right; 
background : #333; 
padding : 1px 3px 1px 1px; 
border : 1px inset #666; 
} 
#statsCount { 
float : right; 
padding : 1px 3px; 
background : #999; 
color : #fff; 
border : 1px inset #666; 
} 
#statsMetric { 
float : right; 
padding : 3px; 
color : #fff; 
} 
#byGoogle { 
clear : both; 
color : #666; 
font-size : 11px; 
}
Martin Thoresen
Posts: 1833
Joined: Thu Jun 22, 2006 12:07 am

Re: Premiere: www.tcec-chess.org re-launched!

Post by Martin Thoresen »

The CSS has been mostly re-created.

Note to self: Don't delete backups.