@import url("../notes/data/ianstyles_local.css") ;

/* specific CSS for selected pandoc notes */
/* -Ian! D. Allen - idallen@idallen.ca - www.idallen.com */

/* Use this to flag a term as FINISHED */
/* We source ianstyles004.css after ianstyles003.css so this works */

img[src="data/ubuntu_saurus_allen.jpg"] {
    border: 0.2em solid red ;
    border-radius: 0.9em;
}

img[src="ipv6-logo.jpg"] {
    border: 0.2em solid red ;
    border-radius: 0.9em;
}

img[src="data/bored_labs.jpg"] {
    border: 0.2em solid ;
    border-radius: 15em;
}

img[src="https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Ipv4-exhaust.svg/600px-Ipv4-exhaust.svg.png"] {
    float: none ;
}

/* don't float all these images, just Alg 2011w weekly course notes */
img[src="binary_watch.jpg"] {
    float: right ;
}
img[src="ian_rap1.jpg"] {
    float: right ;
    margin: 0 0 1em 1em ;
    width: 40% ;
}
img[src="ian_rap2.jpg"] {
    float: right ;
    margin: 0 0 1em 1em ;
    width: 40% ;
}
img[src="file_system.png"] {
    border: 0.2em solid #990000 ;
    border-radius: 9em 9em 6em 9em ;
    margin-left: auto ;
    margin-right: auto ;
    display: block ;
}

/* Rap Text */
#rap-text > h2 + p + pre  {
    padding-left: 2em ;
}
#rap-text > h2 + p + pre > code {
    color: red ;
    font-weight: bold;
    font-style: italic ;
    background-color: #ffffdd ;
}

#example-of-an-etcfstab-file pre code {
    border: 0.2em solid #990000 ;
    padding: 0.5em;
    margin-left: auto ;
    margin-right: auto ;
    display: block ;
}

