ami/src/ami.css/themes/blue.css

105 lines
2.1 KiB
CSS

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