ami/src/ami.css/themes/beige.css

108 lines
2.1 KiB
CSS

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