ami/src/ami.css/themes/white.css

105 lines
2.1 KiB
CSS

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