Posted By: jamie | Nov 18th, 2008 @ 10:41 AM
page 1 of 5
Comments: 109 | Views: 2530
************  http://www.channel9.ca/9themes/    **********


Code to make a theme with background, 9guy, & thread title colour :

Copy/paste below code in the bottom left box on your profile page

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>



#background{
background:url(http://www.channel9.ca/9theme8.jpg) no-repeat top center

!important;
}


#logo {
background:transparent url(http://www.channel9.ca/.png) no-repeat scroll

0 0;
display:block;
height:138px;
width:200px;
}


#nineGuySays {display:none;}

/* thread title (<a> inside <h1>) */
h1 a {
color: navy;
}


#userNav a
{
 color:white; font-weight: normal
}

#userNav a:hover
{
 text-decoration: underline; color: #FFFFFF; font-weight: normal
}







To subscribe to whatever themes i use automatically - put this in your profile css box:

@import url("http://www.channel9.ca/jamie.css");
Koogle
Koogle
I'm a Terminator - Astalavista, Vis7a!

its easy enough to find out all the c9 css tags with Firefox +Firebug addon... then a little help from the inspect element and the css search

HumanCompiler
HumanCompiler
Compiling humans...and code
Nice.

Easiest way to find elements you want to change (and prototype it right in the browser) is to do what others have suggested and just install Firefox/Firebug.  That's how we develop the CSS for the site too.
littleguru
littleguru
<3 Seattle
Are you STILL not using the LiveID?????
PaoloM
PaoloM
Hypermediocrity
/* thread title (<a> inside <h1>) */
h1 a {
color: blue;
}
#rss {display:none} - removes the ugly rss icon

HumanCompiler
HumanCompiler
Compiling humans...and code
Or you could set it to your own RSS image.  Unless you just don't like RSS images at all.  Tongue Out  Hater!
littleguru
littleguru
<3 Seattle
I love the "ugly" RSS icon. Especially how it looks like a magnet that sticks the lower part to the background... very stylish.
Zeus
Zeus
Why is the caption missing??
Clean and simple. No side bar on the forum page or the thread page, dark gray background, no footer, rss icon or MS communities bar at the top.

body { padding-top: 0; background: #4E4E4E;}
#background { background: none; }
.forumPage #main, .forumEntryPage #main { width: 963px; }
.forumPage #sideBar, .forumEntryPage #sideBar { display: none; }
.forumEntryPage .boxYellow .content .content { width: 809px; }
#rss, #footer, #cb_main { display: none; }
Charles
Charles
Welcome Change
I love this!!!
C
Bas
Bas
It finds lightbulbs.
That's one is fantastic. Why is he holding a basket of fruit? Tongue Out
CannotResolveSymbol
CannotResolveSymbol
{insert caption here}
The profile links (Profile | Switch to Live ID | Log Out) are contained in a div, id #userNav...  simple enough to change.
page 1 of 5
Comments: 109 | Views: 2530
Microsoft Communities