Difference between revisions of "MediaWiki:Common.css"
From Psychiatrienet
Line 20: | Line 20: | ||
font-size:85%; | font-size:85%; | ||
line-height:85%; | line-height:85%; | ||
+ | } | ||
+ | |||
+ | table.switchtable { | ||
+ | margin: 4px; | ||
+ | font-size: 85%; | ||
+ | background-color:#f8f8f8; | ||
+ | font-family: verdana,arial,sans-serif; | ||
+ | border-width: 1px; | ||
+ | border-color: #666666; | ||
+ | border-collapse: collapse; | ||
+ | } | ||
+ | |||
+ | table.switchtable th { | ||
+ | border-width: 1px; | ||
+ | padding: 8px; | ||
+ | border-style: solid; | ||
+ | border-color: #666666; | ||
+ | background-color: #dedede; | ||
+ | } | ||
+ | |||
+ | table.switchtable td { | ||
+ | border-width: 1px; | ||
+ | padding: 8px; | ||
+ | border-style: solid; | ||
+ | border-color: #666666; | ||
+ | background-color: #ffffff; | ||
} | } |
Revision as of 13:15, 1 March 2010
.red {
color: red;
}
.orange {
color: #ff8000;
}
.green {
color: #00ff00;
}
.myrefs {
font-size:85% !important;
color:black !important;
background-color:#eee !important;
background-image: none !important;
}
.mylegend {
position: relative;
left: 30px;
top: -40px;
font-size:85%;
line-height:85%;
}
table.switchtable {
margin: 4px;
font-size: 85%;
background-color:#f8f8f8;
font-family: verdana,arial,sans-serif;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
}
table.switchtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table.switchtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}