You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
324 B
35 lines
324 B
/*
|
|
cbmx.css
|
|
*/
|
|
|
|
body {
|
|
background-color: #999;
|
|
}
|
|
|
|
h1, h2 {
|
|
color: #666;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h1 {
|
|
font-size: 3em;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 1.125em;
|
|
}
|
|
|
|
hr {
|
|
width: 100%;
|
|
height: 1px;
|
|
border: none;
|
|
border-top: 1px solid #999;
|
|
}
|
|
|
|
.notice {
|
|
text-align: center;
|
|
color: #933;
|
|
font-style: italic;
|
|
font-weight: bold;
|
|
padding: 0.25em;
|
|
}
|