| File: bbc.css | |
|---|---|
| base-0 | patch-1 |
| Line 1 | Line 1 |
| body { background-color: #000000; color: #cccccc; | body { background-color: #000000; color: #cccccc; |
| font-family: Times New; | font-family: serif; |
| font-size: small; } h1,h2,h3,h4,h5 { | font-size: small; } h1,h2,h3,h4,h5 { |
| font-family: Helvetica; | font-family: sans-serif; |
| background-color: #536287; color: white; | background-color: #536287; color: white; |
| padding-left:3pt; | |
| margin-top:2pt; margin-bottom:8pt; | margin-top:2pt; margin-bottom:8pt; |
| padding-top: 1px; padding-bottom: 1px; clear: left; | |
| } h1 { font-size: xx-large; border-style:double; border-width:medium; | } h1 { font-size: xx-large; border-style:double; border-width:medium; |
| padding-left:3pt; | |
| border-color:black; | border-color:black; |
| clear: both; | |
| } h2 { | } h2 { |
| Line 27 | Line 31 |
| border-style:double; border-width:medium; border-color:black; | border-style:double; border-width:medium; border-color:black; |
| clear: both; | |
| } h3 { | } h3 { |
| Line 110 | Line 115 |
| a.navbar:link, a.navbar:visited { color: #cccccc; | a.navbar:link, a.navbar:visited { color: #cccccc; |
| display: block; | |
| } | } |
| a.next:link, a.next:visited { | a.next:link, a.next:visited, a.previous:link, a.previous:visited { |
| background-color: #003366; color:white; border-style:double; | background-color: #003366; color:white; border-style:double; |
| Line 120 | Line 126 |
| border-color:black; } | border-color:black; } |
| div.next { float: right; clear: right; } div.previous { float: left; clear: both; } | |
| a:visited { color: #aaaaaa; } | a:visited { color: #aaaaaa; } |
| Line 129 | Line 145 |
| } tt,pre { | } tt,pre { |
| font-family: Lucida Console,Courier New,Courier,monotype; font-size: x-small; | font-family: monospace; |
| } pre.code { | } pre.code { |
| font-size: x-small; | |
| margin-top: 8pt; margin-bottom: 8pt; background-color: #001133; | margin-top: 8pt; margin-bottom: 8pt; background-color: #001133; |
| Line 146 | Line 162 |
| font-size: x-small; } | font-size: x-small; } |
| p.sidebar { | .sidebar { font-style: italic; |
| float: right; | float: right; |
| width: 15em; | clear: right; width: 33%; margin-left: .5em; margin-bottom: .5em; margin-top: 0; margin-right: 0; border-style: solid; border-width: thin; border-color:#0099cc; background-color: #001133; text-align: justify; padding: .5em; |
| } | } |
| .boxology, .listy { border-style: solid; border-width: thin; border-color: #536287; border-collapse: collapse; margin: 5px 15px; padding: 5px; } th.listy { text-align: right; font-family: sans-serif; } /* colors for the dep tree */ li.main { color: white; } li.singularity { color: cyan; } li.build { color: blue; } li.rootbin { color: red; } li.lnximg { color: purple; } .lynxonly { display: none; } | |
| /* Style info for the diffs in the package list */ TABLE.d2h-table { border-collapse: collapse; | /* Style info for the diffs in the package list */ TABLE.d2h-table { border-collapse: collapse; |