diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:46:45 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:46:45 +0000 |
commit | 0784c49c0f8fcc8b3abd4c9286d9fd8bc089dd7d (patch) | |
tree | a6394e3e264a0f80b57f4ce0f5d9526aa543d4b0 /lib/mesa/docs/mesa.css | |
parent | d91d0007eecf589ea5699e34aa4d748fce2c57b2 (diff) |
import Mesa 11.0.6
Diffstat (limited to 'lib/mesa/docs/mesa.css')
-rw-r--r-- | lib/mesa/docs/mesa.css | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/lib/mesa/docs/mesa.css b/lib/mesa/docs/mesa.css new file mode 100644 index 000000000..7ab8152b0 --- /dev/null +++ b/lib/mesa/docs/mesa.css @@ -0,0 +1,63 @@ +/* Mesa CSS */ +body { + background-color: #ffffff; + font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; + color: black; + link: #111188; +} + +h1 { + font: 24px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif; + font-weight: bold; + color: black; +} + +h2 { + font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold; + font-weight: bold; + color: black; +} + +code { + font-family: monospace; + font-size: 10pt; + color: black; +} + + +pre { + /*font-family: monospace;*/ + font-size: 10pt; + /*color: black;*/ +} + +iframe { + width: 19em; + height: 80em; + border: none; + float: left; +} + +.content { + position: absolute; + left: 20em; + right: 10px; + overflow: hidden +} + +.header { + background: black url('gears.png') 15px no-repeat; + margin:0; + padding: 5px; + clear:both; +} + +.header h1 { + background: url('gears.png') right no-repeat; + color: white; + font: x-large sans-serif; + text-align: center; + height: 50px; + margin: 0; + padding-top: 30px; +} |