ami/src/ami.css/themes/black.css

104 lines
2.1 KiB
CSS

/* Black by reemo <http://aroltd.com> and flashwave <http://flash.moe> */
.ami-themeOpt-black {
background: #000;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ami-theme-black {
background: #000;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
}
.ami-theme-black #chat a,
.ami-theme-black #chat a:visited {
color: #fff;
}
.ami-theme-black #chatList a,
.ami-theme-black #chatList a:visited {
color: #1e90ff;
}
.ami-theme-black a {
text-decoration: none;
}
.ami-theme-black a:hover {
text-decoration: underline;
}
.ami-theme-black #chat select {
color: #fff;
background-color: #000;
border: 1px solid #808080;
}
.ami-theme-black #chatList {
border: 1px solid #808080;
}
.ami-theme-black #chatList .botName {
color: #9e8da7;
}
.ami-theme-black #chatList .botError {
color: #f00;
}
.ami-theme-black .rowEven,
.ami-theme-black #chat .sidebar .top {
background: #212121;
}
.ami-theme-black .rowOdd {
background: #000;
}
.ami-theme-black .date {
font-size: .7em;
}
.ami-theme-black #chat .sidebar {
border: 1px solid #808080;
background: #000;
}
.ami-theme-black #chat .sidebar .top {
font-size: 1em;
text-align: center;
font-weight: bold;
}
.ami-theme-black #chat .sidebar .body {
font-size: .9em;
}
.ami-theme-black .alert input[type="password"],
.ami-theme-black .alert input[type="text"],
.ami-theme-black #chat textarea,
.ami-theme-black #inputFieldContainer input[type="text"] {
color: #fff;
background: #000;
border: 1px solid #808080;
}
.ami-theme-black .alert input[type="password"],
.ami-theme-black .alert input[type="text"] {
padding: 5px 2px;
}
.ami-theme-black #chat input[type="button"],
.ami-theme-black #chat input[type="submit"] {
cursor: pointer;
padding: 4px 10px;
background-color: #000;
background-image: linear-gradient(to bottom, #222, #000);
background-image: -moz-linear-gradient(to bottom, #222, #000);
background-image: -webkit-linear-gradient(to bottom, #222, #000);
color: #f0f0f0;
border: 1px solid #808080;
}