ami/src/ami.css/themes/halext.css

109 lines
2.4 KiB
CSS

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