<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
very strongly based on mishnah_indexmenu.css
*/
body { 
    font-family: sans-serif; 
    font-size: 16px; 
    background: url("/daftile.gif");
} 
#wrapper { margin: auto; }
.clear { clear: both; }
img { border: none; }   
    
#options {width: 457px; margin: 10px auto; text-align: center; color: #0000FF}
#options input { margin-bottom: 15px; font-size: 1em; }
#options span { font-size: 1em; }

html[dir="ltr"] #menu { text-align: left; }
html[dir="rtl"] #menu { text-align: right; }
#menu .topnav { text-align: center; }
/**********************************************
USED FOR THE DROP-DOWN 2-LEVEL MENU &amp; TABLE
***********************************************/

.datadiv { margin: 30px auto 0 auto; background-color: transparent; }
.datadiv h3 { color: #2D486C; text-align: center; margin: 0.5em 0 0.5em 0; }

html[dir=ltr] .topic {
    padding-left: 82px;
}
html[dir=ltr] .topic &gt; .chapter {
    clear: left;
    margin-left: -81px;
}
html[dir=rtl] .topic {
    padding-right: 82px;
}
html[dir=rtl] .topic &gt; .chapter {
    clear: right;
    margin-right: -81px;
}
.topic { width: 100%; border: 2px solid; background-color: white; } 
.topic td { border: 1px solid; text-align: center; } 
.topic td a { display: block; } 
.topic &gt; .chapter {
    width: 80px;
    height: 32px;
}
#credits { width: 100%; }
#credits img { width: 100px; height: 80px; }
.resource_info { width: 45%; }
.resource_info span { font-size:0.9em; }
.resource_info h3 { margin-bottom: 10px; font-size: 1em; }
.todays_info { width: 10%; }

/*Button to Show Current Maseches or text 'Mishnayos in red are today's'*/
.current_status { text-align:center; margin-top:1.5em; }
.current_status p { color:red; margin:0em 0em 0em 0em; font-weight:bold; }
.current_status .button-link {
    display:inline-block;
    padding: 2px 5px 2px 5px;
    background: #6699CC;
    color: #FFF;
    font-weight:bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #99CCFF;
    text-decoration: none;
    margin:5px 2px 5px 2px;
    height: 20px;
}
.current_status .button-link:hover {
    background: #99CCFF;
    border: solid 1px #6699CC;
    font-weight:bold;
    text-decoration: none;
}
#nav li:nth-child(-n+5) {
	position: relative;
	z-index: 2;
}
.hilite { outline: 2px solid red; }
.hilite-disabled { outline: 2px solid gray; }
</pre></body></html>