blob: 609ba4b7ba5b54e36e28693b5d025b193e7bd1b1 [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, #navigation-links a#tutorials:hover 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
*/
/* a group of tutorial links */
.tutorials-group {
/* To center in Moz (have to use text-align for IE) */
margin-left : auto;
margin-right : auto;
width : 750px;
margin-bottom : 30px;
float : none;
clear : both;
text-align : left;
}
.tutorials-link {
width : 360px;
height : 5em;
text-align : left;
margin-left : 5px;
margin-right : 5px;
margin-top : 10px;
margin-bottom : 10px;
float : left;
}
.tutorials-link img {
height : 57px;
width : 57px;
vertical-align : middle;
}
.tutorials-group h4 {
float : none;
clear : both;
}
p #group-description {
padding-bottom : 10px;
float : none;
clear : both;
}
.tutorials-link .link-label {
position : relative;
top : -10px;
}
.tutorials-link p .text {
display : block;
margin-left : 53px;
margin-top : -20px;
}
.tutorials-link:hover { border-right : 0px; }