fceux/web/help/css/toc.css

71 lines
972 B
CSS
Raw Normal View History

/* -- Body -- */
2012-03-23 20:30:31 +00:00
body {
overflow: hidden;
2012-03-23 20:30:31 +00:00
}
/* -- UI Tabs -- */
2012-03-23 20:30:31 +00:00
ul.dynatree-container {
line-height: 1.5em;
2012-03-23 20:30:31 +00:00
}
.ui-tabs {
position: static;
2012-03-23 20:30:31 +00:00
}
#toc_header {
padding-bottom: 0;
2012-03-23 20:30:31 +00:00
}
#tabs .ui-tabs-nav {
border: 0;
border-bottom: 1px solid #ccc;
padding-top: 19px;
position: absolute;
top: 0;
left: 0;
width: 100%;
2012-03-23 20:30:31 +00:00
}
#tabs .ui-widget-header{
background: #fff url(../img/header-bg.png) left bottom repeat-x;
}
2012-03-23 20:30:31 +00:00
#tabs .ui-tabs-panel {
overflow: auto;
position: absolute;
top: 43px;
left: 0;
right: 0;
bottom: 0;
}
2012-03-23 20:30:31 +00:00
/* Search */
2012-03-23 20:30:31 +00:00
#search_value {
width: 140px;
}
2012-03-23 20:30:31 +00:00
#search_results {
padding-top: 10px;
}
2012-03-23 20:30:31 +00:00
/* -- Tree -- */
2012-03-23 20:30:31 +00:00
ul.dynatree-container {
border: 0;
font-family: inherit;
overflow: visible;
padding: 0;
}
2012-03-23 20:30:31 +00:00
/* Selection color */
span.dynatree-active a {
background-color: #999999 !important;
}
2012-03-23 20:30:31 +00:00
/* Remove folder boldness */
span.dynatree-folder a {
font-weight: normal;
}