/********************************************************************* 
   CSS Stylesheet for CS342 web page

   Author: Lyn Turbak 
   History:
   + 2026/01/19: incorporate aspects of cs317-2025-09-02.css 
   + 2016/01/19: change colors for spring '16
     - Available colors: 
         rgb(80%,82%,69%); padlock
         rgb(38%,64%,75%); screen
         rgb(13%,24%,36%); upper right

   + 2008/08/23 Added bug styles and unavailable link styles.
   + 2008/08/20 Created for DCPL Web Supplement 

     

 ********************************************************************/

#pic {
        position:absolute;
        top:0px;
        left:0px;
        width:150px;
}

#banner { 
        position: absolute;
        top: 0px;
        left: 125px;
        width: 965px; /* = (1090-125)px; */ /* 800px; */
        /* height: 192px; */ /* Full height of inuksuk picture */
        height: 70px; /* Just enough height for year and course title */
        /* background-color: rgb(38%,64%,75%); */ /* from screen in image */
        /* background-color: rgb(80%,82%,69%); */ /* from padlock in image */
        background-color: rgb(13%,24%,36%); /* from upper right of image */
        margin-top: 0px;
        padding-top: 0px;
        padding-left: 10px;
        text-align: left;
        font-family: Arial, Verdana, sans-serif; /* Verdana, Arial, sans-serif; */
}

#banner SPAN.coursetitle {
        /* color: rgb(80%,82%,69%);*/ /* from padlock in image  */
        /* color: rgb(38%,64%,75%);*/ /* from screen in image */
        /* color: rgb(13%,24%,36%);*/ /* upper right of image */
        color: rgb(80%,82%,69%); /* from padlock in image */
        font-size: 26px;
}

#banner SPAN.year {
        color: white; /* book author color */
        font-size: 18px;
}

#banner SPAN.supplementtitle {
        color: rgb(156,220,248); /* book title color */
        font-size: 22px;
}

#banner SPAN.supplementlocation {
        color: rgb(150,149,191); /* lower left of book cover */
        font-size: 22px;
}

#navbar {
        position: absolute;
        top: 70px;
        left: 125px;
        width: 975px; /* = (1100-125)px */ /* 810px; */
        height: 55px;
        /* background-color: rgb(150,149,191); */ /* lower left of book cover */
        /* background-color: rgb(130,132,173); */ /* lower middle of book cover */
        /* background-color: rgb(13%,24%,36%); */ /* upper right of image */
        background-color: rgb(38%,64%,75%); /* screen */ 
} 

#navbar UL {
        margin: 15px;
        padding: 0px;
        list-style-type: none;
}

#navbar LI {
        display: inline;
        font-family: Arial, Verdana, Arial, sans-serif; /* Verdana, Arial, sans-serif; */
        font-size: 20px;
        padding: 10px 20px 30px 10px;
} 

#navbar A {
        border-color: rgb(82,84,123); /* lower right of book cover = navbar color */
        border-width: thin;
        border-style: hidden;
        text-decoration:none;
} 

#navbar A:link {
        color : rgb(156,220,248); /* book title color */
} 

#navbar A:visited {
        color : rgb(156,220,248); /* book title color (don't distinguish visited) */
} 

/* Treat unavailable links differently */

#navbar A.unavailable:link {
        color: rgb(128,128,128); 
} 

#navbar A.unavailable:visited {
        color: rgb(128,128,128); 
} 

#navbar A.unavailable:hover {
   cursor: not-allowed;
   border-style: hidden;
}

#navbar A:hover {
        border-color: rgb(38%,64%,75%); /* from screen in image */
        border-width: thin; 
        border-style: solid; 
        color: rgb(80%,82%,69%); /* from padlock */
        /* background-color: rgb(14,8,8); */ /* upper right of book cover */
}

#navbar A.selected {
        color: rgb(13%,24%,36%); /* from upper right of image */
        /* color: rgb(80%,82%,69%); */ /* from padlock */
        /* background-color: rgb(38%,64%,75%); */ /* from screen in image */
        background-color: rgb(80%,82%,69%); /* padlock */
}

#syllabus {
    position: absolute;
    top: 130px;
    left: 0px;
    max-width: 1000px;
    /* width: 1090px;                                                                                         
      height: 100%;                                                                                           
      padding-top: 10px; */
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    font-family: Arial, Verdana, sans-serif;
    font-size: 14px;
    /* background-color: rgb(80%,82%,69%); */ /* from padlock */
    background-color: white;
}

#syllabus ul {
    margin-top: 0px;    
    padding-top: 0px;
}

#syllabus li {
    padding-top: 7px;
}

#content { 
        position: absolute;
        top: 125px;
        left: 0px;
        width: 1090px; /* 900px; */
        max-width: 1090x;  /* new */
        height: 100%;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        font-family:  Arial, Verdana, sans-serif; /* Verdana, Arial, sans-serif; */ 
        font-size: 14px;
        /* background-color: rgb(80%,82%,69%); */ /* from padlock */
        background-color: white;
}

#content SPAN.listtitle { 
        font-weight: bold;
}

#content LI.bug { 
        list-style-type: none;
        margin-bottom: 10px;
        text-indent: -35px;
}

#content SPAN.buglocation { 
        font-weight: bold;
}

#content SPAN.bugsource { 
        font-style: italic;
}

#dogtag {
        font-size: 10px;
}
