ami/src/ami.css/themes/mio.css

125 lines
2.4 KiB
CSS

/* Mio by flashwave <http://flash.moe> */
.ami-themeOpt-mio {
background: #9475b2;
color: #306;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ami-theme-mio {
background-color: #fbeeff;
background-image: url('/images/fade-purple.png');
background-repeat: repeat-x;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
}
.ami-theme-mio #chatTitle {
color: #306;
}
.ami-theme-mio #chat a,
.ami-theme-mio #chat a:visited {
color: #000;
}
.ami-theme-mio #chatList a,
.ami-theme-mio #chatList a:visited {
color: #1e90ff;
}
.ami-theme-mio a {
text-decoration: none;
}
.ami-theme-mio a:hover {
text-decoration: underline;
}
.ami-theme-mio #chat select {
color: #000;
background-color: #fff;
border: 1px solid #888;
}
.ami-theme-mio #chat select:focus {
border-color: #9475b2;
}
.ami-theme-mio #chatList {
border: 1px solid #9475b2;
}
.ami-theme-mio #chatList .botName {
color: #9e8da7;
}
.ami-theme-mio #chatList .botError {
color: #f00;
}
.ami-theme-mio .rowEven {
background: #c9bbcc;
}
.ami-theme-mio .rowOdd {
background: #fbeeff;
}
.ami-theme-mio #chat .sidebar .top {
background: #9475b2;
color: #306;
}
.ami-theme-mio .date {
font-size: .7em;
}
.ami-theme-mio #chat .sidebar {
border: 1px solid #9475b2;
background: #fbeeff;
}
.ami-theme-mio #chat .sidebar .top {
font-size: 1em;
text-align: center;
font-weight: bold;
}
.ami-theme-mio #chat .sidebar .body {
font-size: .9em;
}
.ami-theme-mio .alert input[type="password"],
.ami-theme-mio .alert input[type="text"],
.ami-theme-mio #chat textarea,
.ami-theme-mio #inputFieldContainer input[type="text"] {
color: #000;
background: #fff;
border: 1px solid #888;
}
.ami-theme-mio .alert input[type="password"]:focus,
.ami-theme-mio .alert input[type="text"]:focus,
.ami-theme-mio #chat textarea:focus,
.ami-theme-mio #inputFieldContainer input[type="text"]:focus {
border-color: #9475b2;
}
.ami-theme-mio .alert input[type="password"],
.ami-theme-mio .alert input[type="text"] {
padding: 5px 2px;
}
.ami-theme-mio #chat input[type="button"],
.ami-theme-mio #chat input[type="submit"] {
cursor: pointer;
padding: 1px 5px;
}
.ami-theme-mio #emotes,
.ami-theme-mio #bbCodeContainer {
border: 1px solid #9475b2;
}
.ami-theme-mio #bbCodeContainer input:last-child {
margin: 0 !important;
}