blob: bc241b962d6db0410283f5687365c0709d90b188 [file] [log] [blame]
body {
background-image : url(../graphics/watermark/tutorials_wmk.gif);
background-repeat : no-repeat;
background-position : bottom right;
}
/* show the "selected" image for this page */
#navigation-links a#tutorials img { background-image : url(../graphics/obj_32/seltutorials_obj.gif); }
/*
* Set up the content of the tutorials page into two
* columns that are centered in the page
*/
p #group-description {
padding-bottom : 10px;
}
a {
height : 80px;
width : 425px;
text-align : left;
margin-left : 10px;
float : left;
}
/* cancel out the indent for the navigation links from above */
#navigation-links a { margin-left : 0; }
a .link-label {
position : relative;
top : -10px;
}
/* cancel out the top positioning for the navigation links from above */
#navigation-links a .link-label { top : 0; }
a p .text {
display : block;
margin-left : 50px;
margin-top : -20px;
}
a img {
height : 56px;
width : 56px;
vertical-align : middle;
}
a:hover { border-right : 5px; }