ami/src/ami.css/themes/legacy.css

108 lines
2 KiB
CSS

/* Legacy by flashwave <http://flash.moe> and reemo <http://aroltd.com> */
.ami-themeOpt-legacy {
background: #000;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ami-theme-legacy {
background: #000;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
}
.ami-theme-legacy #chat a,
.ami-theme-legacy #chat a:visited {
color: #fff;
}
.ami-theme-legacy #chatList a,
.ami-theme-legacy #chatList a:visited {
color: #1e90ff;
}
.ami-theme-legacy a {
text-decoration: none;
}
.ami-theme-legacy a:hover {
text-decoration: underline;
}
.ami-theme-legacy #chat select {
color: #fff;
background-color: #212121;
}
.ami-theme-legacy #chatList {
border: 1px solid #808080;
}
.ami-theme-legacy #chatList .botName {
color: #9e8da7;
}
.ami-theme-legacy #chatList .botError {
color: #f00;
}
.ami-theme-legacy .rowEven,
.ami-theme-legacy #chat .sidebar .top {
background: #212121;
}
.ami-theme-legacy .rowOdd {
background: #000;
}
.ami-theme-legacy .date {
font-size: .7em;
}
.ami-theme-legacy #chat .sidebar {
border: 1px solid #808080;
background: #000;
}
.ami-theme-legacy #chat .sidebar .top {
font-size: 1em;
text-align: center;
font-weight: bold;
}
.ami-theme-legacy #chat .sidebar .body {
font-size: .9em;
}
.ami-theme-legacy .alert input[type="password"],
.ami-theme-legacy .alert input[type="text"],
.ami-theme-legacy #chat textarea,
.ami-theme-legacy #inputFieldContainer input[type="text"] {
color: #fff;
background: #212121;
}
.ami-theme-legacy .alert input[type="password"],
.ami-theme-legacy .alert input[type="text"] {
padding: 5px 2px;
}
.ami-theme-legacy #chat input[type="button"],
.ami-theme-legacy #chat input[type="submit"] {
cursor: pointer;
background: #212121;
color: #f0f0f0;
padding: 1px 5px;
}
.ami-theme-legacy #emotes,
.ami-theme-legacy #bbCodeContainer {
border: 1px solid #808080;
}
.ami-theme-legacy #bbCodeContainer input:last-child {
margin: 0 !important;
}