21 lines
1.3 KiB
CSS
21 lines
1.3 KiB
CSS
body { margin: 5px; text-align: center; background: #dbdbdb; font-size: 90%;
|
|
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif; }
|
|
h1 { color: #ff9000; text-align: center; margin-bottom: 1em;
|
|
font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Sans-Serif; }
|
|
h2 { color: #ff9000; text-align: left; margin-left: 3em;
|
|
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
|
h3 { color: #000000; text-align: left; margin-left: 3em;
|
|
font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; }
|
|
#menu { color: #888888; font-size: 90%; text-align: left; background: white; margin: 1em; margin-bottom: 3em; }
|
|
#menu a { color: #ff9000; font-weight: bold; text-decoration: underline; }
|
|
#menu .active { color: #ff9000; font-weight: bold; text-decoration: none; }
|
|
#maincol { text-align: left; margin: auto; width: 740px; padding: 2em; padding-bottom: 6em; background: white;
|
|
border: 1px dotted black; }
|
|
#maincol a { color: #ff9000; text-decoration: underline; }
|
|
#maincol p { margin: 3em; margin-top: 1em; margin-bottom: 2em; }
|
|
#maincol ul { margin: 3em; margin-top: -1ex; }
|
|
#maincol li { margin-bottom: 1ex; }
|
|
/* #ffb050 #ff9000 */
|
|
|
|
.screenshot { margin-top: 1em; margin-left: 7em; border: 3px solid gray; }
|