CS
: WikiCssMingHong
CsWiki :: LogIn
/* Paragraph Elements */

body {
font-size: 0.8em;
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
text-align: center;
line-height: 1.5em;
color: #000000;
background-color: #FFFFFF;
margin-top: -30px;
margin-bottom: 5px;
margin-right: 40px;
margin-left: 40px;
}

p {
font-size: 1em;
}

hr {
color: #000000;
border-style: solid;
border-top-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
}

/* Headers */

h1 {
font-size: 2.2em;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-weight: bold;
line-height: 1em;
color: #7EBB00;
}

h2 {
font-size:1.6em;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-weight: bold;
line-height: 1em;
color: #72A800;
}

h3 {
font-size: 1.4em;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-weight: bold;
line-height: 1em;
color: #456600;
}

h4 {
font-size: 1.2em;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-weight: bold;
line-height: 1em;
color: #3F5E00;
}

h5 {
font-size: 1.1em;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-weight: bold;
line-height: 1em;
color: #344D00;
}

/* Lists */

dl,li {
margin-top: 2pt;
margin-bottom: 2pt;
}

dt {
font-weight: bold;
}

/* Form Elements */

form {
margin-bottom: -5px;
}

textarea {
font-family: "Courier New", "Courier", monospace;
font-size: 1em;
color: #000000;
background-color: #E6E6E6;
width: 100%;
border: 1px #000000 outset;
margin: 2px;
}

input, select {
font-family: "Verdana", "Arial", "Helvetica", sans-serif;
border: 1px #000000 outset;
margin: 2px;
}

/* Others */

table {
font-size: 1em;
border: 1pt #999999 solid;
border-collapse: collapse;
}

td {
border: 1pt #999999 solid;
text-align: left;
vertical-align: top;
}

img {
border: 0px;
}

/* Links */

a:link {
color: #0066CC;
}

a:visited {
color: #0066CC;
}

a:active {
color: #FF0000;
}

a:hover {
color: #3C9DFF;
text-decoration: none;
}

/* Others */

tt, xmp {
font-family: "Courier New", "Courier", "Lucida Console", monospace;
color: #666666;
white-space: -moz-pre-wrap;  /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) - http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
}

xmp {
background-color: #E6E6E6;
max-width: 100%;
width: expression(this.scrollWidth > 100%? "100%": "auto" );
margin-top: 8pt;
margin-bottom: 8pt;
border-style: solid;
border-width: 1px;
border-color: #999999;
padding: 10px;
}

/* Special Formatting (OpenWiki-style) */

.page, .header, .subheader, .footer, .copyright {
padding-top: 7px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
}

.page {
border-left: #AAAAAA 2px solid;
border-right: #AAAAAA 2px solid;
border-bottom: #AAAAAA 2px solid;
border-top: #AAAAAA 2px solid;
text-align: left;
background-color: #F3F3F3;
background-image: url( );
background-position: right bottom;
background-attachment: fixed;
background-repeat: no-repeat;
}

.indent {
margin-left: 40px;
}

.additions {
color: #008800;
}

.deletions {
color: #880000;
}

.error {
font-weight: bold;
color: #CC3333;
}

.header {
font-size: 2.2em;
font-family: "Georgia", "Times New Roman", "Times", serif;
font-weight: bold;
text-align: left;
color: #7EBB00;
}

.subheader {
text-align: left;
}

.subheader a {
}

.footer{
text-align: left;
}

.wikiname, .currentpage {
visibility: hidden;
}

.currentpage a {
display: block;
visibility: visible;
color: #CC0000;
font-weight: bold;
text-decoration: nonet;
}

.currentpage a:active {
color: #FF0000;
}

.currentpage a:hover {
color: #FF0000;
}

.footer a {
display: inline;
visibility: visible;
color: #CC0000;
font-weight: bold;
text-decoration: none;
}

.footer a:active {
color: #FF0000;
}

.footer a:hover {
color: #FF0000;
}

.bookmark {
}

.notes {
}

.revisioninfo {
color: #AAAAAA;
}

.copyright {
font-size: 0.8em;
text-align: right;
color: #AAAAAA;
}

.copyright a {
color: #AAAAAA;
}