blob: 96605e363d09e3493526aa677ea8590817b1f2dd [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
*/
a {
display : block;
height : 60px;
width : 425px;
text-align : left;
text-indent : 10px;
position : absolute;
}
/* cancel out the indent for the navigation links from above */
#navigation-links a { text-indent : 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; }