/* CSS for FreeBSD-CVSweb */ /* $FreeBSD$ */ body { color: #000; background-color: #fff; } th { text-align: left; } hr { height: 1px; border: none; background-color: #000; } /* Source, diff and annotate views */ .src { color: #000; background-color: #eee; font-style: normal; font-weight: normal; } /* Navigation header for diffs and annotations */ .navigate-header { background-color: #99e; } /* Directory table */ table.dir { border-width: 0; background-color: #ccc; } /* Directory column header */ .dir-header { background-color: #ffc; } /* Sorted directory column header */ .dir-header-sorted { background-color: #fc6; } /* Odd rows in directory table */ .dir-row-odd { background-color: #fff; } /* Even rows in directory table */ .dir-row-even { background-color: #fff; } /* Log entry in markup */ .log-markup { background-color: #fff; } /* Diff-selected revision in log */ .diff-selected { background-color: #eee; } /* 'Line'-header of each diffed file */ .diff-heading { background-color: #9cc; } /* Lines that are the same */ .diff-same { font-family: Helvetica, Arial, sans-serif; font-size: smaller; } /* Empty lines */ .diff-empty { background-color: #ccc; font-size: smaller; } /* Added lines */ .diff-added { background-color: #ccf; font-family: Helvetica, Arial, sans-serif; font-size: smaller; } /* Removed lines */ .diff-removed { background-color: #f99; font-family: Helvetica, Arial, sans-serif; font-size: smaller; } /* Changed lines */ .diff-changed { background-color: #9f9; font-family: Helvetica, Arial, sans-serif; font-size: smaller; } /* Empty changed lines */ .diff-changed-missing { background-color: #9c9; font-size: smaller; } /* Unchanged text in ediffs */ .diff-unchanged { background-color: #ccc; font-family: Helvetica, Arial, sans-serif; font-size: smaller; } /* Download links */ .download-link { font-weight: bold; }