IE CSS Archive (Version 20130305)

Content recovered from: /archive/onenote/wp-content/themes/iconic-one/css/ie.css/ver_20130305.html

/*
Styles for older IE versions (previous to IE9).
*/

body {
    background-color: #f1f1f1;
}
body.custom-background-empty {
    background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.assistive-text,
.site .screen-reader-text {
    clip: rect(1px 1px 1px 1px); /* IE7 */
}

/* ... CSS content truncated for brevity in display, see source logs ... */

.themonic-nav ul.nav-menu,
.themonic-nav div.nav-menu > ul {
    border-bottom: 5px solid #16A1E7;
    border-top: 1px solid #ededed;
}

/* =RTL overrides for IE7 and IE8 */
.rtl .site-header h1,
.rtl .site-header h2 {
    text-align: right;
}