=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/openbsd.css,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** www/openbsd.css 2018/10/04 12:20:37 1.9 --- www/openbsd.css 2019/05/23 07:18:47 1.10 *************** *** 42,44 **** --- 42,120 ---- font-weight: normal; float: right; } + + + /* Project "sidebar" layout */ + + #project-main { + height: 100%; + border-collapse: collapse; + position: absolute; + bottom: 0; + left: 0; + right: 0; + top: 0; + } + + #project-main td { + padding: 4px; + } + + #project-main tr td:first-child { + border-right: 11px solid; + } + + #project-main tr td:first-child { + background-color: #6bbdd6; + border-color: #007b9c; + } + + #project-main.not-openbsd tr td:first-child { + background-color: #99cced; + border-color: #0000cc; + } + + #project-main tr td:first-child h1 { + margin: 0; + font-size: 15pt; + white-space: nowrap; + } + + #project-main tr td:first-child ul { + margin-top: 0; + margin-bottom: 1em; + padding-left: 0; + } + + #project-main tr td:first-child ul li { + list-style-type: none; + list-style-position: inside; + margin-left: 0.5em; + } + + #project-main .header { + margin: 0; + text-align: center; + } + + #callout { + text-align: center; + } + + #callout { + color: #e00000; + font-weight: bold; + } + + .not-openbsd #callout { + color: #0000a0; + font-weight: normal; + } + + #project-main .align-top { + vertical-align: top; + } + + #project-main .align-bottom { + vertical-align: bottom; + }