mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-10-31 23:35:02 -04:00
35 lines
503 B
CSS
35 lines
503 B
CSS
.catbg, tr.catbg td
|
|
{
|
|
background-color: #6d92aa;
|
|
color: #fff;
|
|
}
|
|
.titlebg, .titlebg a, .titlebg a:link, .titlebg a:visited
|
|
{
|
|
background-color: #b6dbff;
|
|
color: #000;
|
|
text-decoration: none;
|
|
}
|
|
.windowbg, tr.windowbg td
|
|
{
|
|
background-color: #fff;
|
|
color: #000;
|
|
}
|
|
.windowbg2, tr.windowbg2 td
|
|
{
|
|
background-color: #c0c0c0;
|
|
color: #000;
|
|
}
|
|
.new, a:link.new, a:visited.new
|
|
{
|
|
background-color: #2f2fc0;
|
|
color: #fff;
|
|
}
|
|
.updated
|
|
{
|
|
color: red;
|
|
}
|
|
/* Resize our post area as needed */
|
|
#message
|
|
{
|
|
width: 98%;
|
|
} |