@charset "utf-8";
/*
Theme Name: BlackBoard
Theme URI: http://www.zialingua.com/bbs/
Description: BlackBoard theme features: three columns flexible width layout that depends on the screen available width; scalable font-size that depends on the browser zoom; both sidebars are widget ready; valid XHTML; valid CSS. This software is licensed under the CC-GNU GPL version 2.0 or later.
Version: 1.0
Author: Zialingua
Author URI: http://www.zialingua.com/
Tags: black, three-columns, flexible-width
License: This software is licensed under the CC-GNU GPL version 2.0 or later.
*/
* {
margin:0px; padding:0px; z-index:0; font-family:verdana,sans-serif; font-size:small; font-weight:normal; font-style:normal; text-align:center; text-decoration:none;
}
body {
color:#ffffff; background-color:#000000; background-image:url(none);
}
img {
border:0px;
}
a {
text-decoration:underline; color:#40a0f0;
}
a:hover {
text-decoration:none; color:#ff0000;
}
h1, h1 a {
clear:both; font-size:xx-large; text-decoration:none;
}
h2, h2 a {
clear:both; font-size:medium;
}
hr {
display:block; clear:both; margin:3px 0px; width:100%; height:2px; color:#ffd700;
}
ul, ol, li {
list-style:none;
}
.bar1 {
display:block; clear:both; width:100%; color:#ffffff; background-color:#ff0000;
}
.bar2 {
display:block; clear:both; width:100%; color:#0000aa; background-color:#ffd700;
}
.bar3 {
display:block; clear:both; width:100%; color:#ffffff; background-color:#336699;
}
div.button0 a {
display:block; clear:both; padding:1px; border:1px solid #e0e0e0; width:auto; font-size:small; text-align:left; text-decoration:none; color:#e0e0e0; background-color:#500040;
}
div.button1 a {
display:block; clear:both; padding:1px; border:1px solid #e0e0e0; width:auto; font-size:small; text-align:center; text-decoration:none; color:#e0e0e0; background-color:#500040;
}
div.button0 a:hover, div.button1 a:hover {
color:#ffff00; background-color:#ff0000;
}
.inputstyle {
margin:2px; padding:0px 2px; border:1px solid #999999; font-size:small; text-align:left;
}
.sizesmaller, .sizesmaller *, small, small * {
font-size:smaller;
}
table, table * {
table-layout:fixed;
}
table {
width:100%;
}
td {
border:1px solid #ff8000;
}
th {
border:1px solid #ff5000;
}
div p {
display:block; clear:both; padding:0.5em 0px; text-align:justify;
}
.entry strong {
font-weight:bold; color:#ffff00;
}
.entry em {
font-style:italic; color:#ffff00;
}
.entry blockquote, .blockquote {
margin:0px 3em; padding:0px 0.5em; border:1px solid #ffd700; background-color:#303030;
}
.entry del {
text-decoration:line-through;
}
.entry ins {
text-decoration:underline;
}
.entry ul li {
list-style:disc inside url(none); text-align:justify;
}
.entry ol li {
list-style:decimal inside url(none); text-align:justify;
}
.aligncenter {
display:block; clear:both; margin-left:auto; margin-right:auto; text-align:center;
}
.alignleft {
float:left; margin-left:0.2em; margin-right:0.2em;
}
.alignright {
float:right; margin-left:0.2em; margin-right:0.2em;
}
.wp-caption {
margin-top:0.3em; margin-bottom:0.3em; padding:0.2em; border:1px solid #ffd700; text-align:center; background-color:#202020;
/* optional rounded corners for browsers that support it */
/* Property border-radius doesn't exist in CSS2.1 but exists in CSS3 */
/*
-moz-border-radius:3px;
-khtml-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
*/
}
.wp-caption .wp-caption-text {
padding:0.3em; text-align:justify;
}