mxml/www/style.css
Michael R Sweet 8c31377933 Allow logged in users to see their private articles and STRs.
Allow logged in users to modify their articles (sets is_published to 0).

Send article notification emails to admin address.

Fix LOGIN_foo globals in auth.php (didn't declare as global everywhere)

Tweek background colors for softer appearance.

Add PHP_URL global for full URL to pages.

Fix notification emails to use the full URL.
2004-05-19 21:17:47 +00:00

80 lines
1.0 KiB
CSS

BODY {
background: #ffffff;
color: #000000;
font-family: serif;
text-align: justify;
}
P, TD, TH {
color: #000000;
font-family: serif;
}
H1, H2, H3, H4, H5, H6 {
color: #000000;
font-family: sans-serif;
}
KBD {
color: #006600;
font-family: monospace;
font-weight: bold;
}
PRE {
color: #7f0000;
font-family: monospace;
}
SUB, SUP {
font-size: smaller;
}
TR.header, TR.header TH, TH.header {
background-color: #cccccc;
}
TR.page {
background-color: #f4f4f4;
}
TR.data0, TD.data0 {
background-color: #e8e8e8;
}
TR.data1, TD.data1 {
background-color: #e0e0e0;
}
INPUT[TYPE="TEXT"], TEXTAREA {
font-family: monospace;
}
A:link {
font-family: sans-serif;
text-decoration: none;
color: #00007f;
}
A:visited {
font-family: sans-serif;
text-decoration: none;
color: #0000ff;
}
A:hover {
font-family: sans-serif;
text-decoration: none;
color: #7f0000;
}
A:active {
font-family: sans-serif;
text-decoration: underline;
color: #ff0000;
}
TR.header TD A {
font-weight: bold;
}