ami/src/ami.css/themes/mercury.css

105 lines
2.1 KiB
CSS

/* Mercury by flashwave <http://flash.moe>, colour palette inspired by PunBB style "Mercury": http://punbb.org/ */
.ami-themeOpt-mercury {
background: #2a2a2a;
color: #d4d4d4;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ami-theme-mercury {
background: #2a2a2a;
color: #d4d4d4;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
}
.ami-theme-mercury #chat a,
.ami-theme-mercury #chat a:visited {
color: #f6b620;
}
.ami-theme-mercury #chatList a,
.ami-theme-mercury #chatList a:visited {
color: #f6b620;
}
.ami-theme-mercury a {
text-decoration: none;
}
.ami-theme-mercury a:hover {
text-decoration: underline;
}
.ami-theme-mercury #chat select {
color: #ababab;
background-color: #383838;
border: 1px solid #565656;
}
.ami-theme-mercury #chatList {
border: 1px solid #565656;
background: #383838;
}
.ami-theme-mercury #chatList .botName {
color: #9e8da7;
}
.ami-theme-mercury #chatList .botError {
color: #f00;
}
.ami-theme-mercury .rowEven,
.ami-theme-mercury #chat .sidebar .top {
background: #505050;
}
.ami-theme-mercury .rowOdd {
background: #484848;
}
.ami-theme-mercury .date {
font-size: .7em;
}
.ami-theme-mercury #chat .sidebar {
border: 1px solid #565656;
background: #383838;
}
.ami-theme-mercury #chat .sidebar .top {
font-size: 1em;
text-align: center;
font-weight: bold;
background: #383838;
color: #d4d4d4;
}
.ami-theme-mercury #chat .sidebar .body {
font-size: .9em;
}
.ami-theme-mercury .alert input[type="password"],
.ami-theme-mercury .alert input[type="text"],
.ami-theme-mercury #chat textarea,
.ami-theme-mercury #inputFieldContainer input[type="text"] {
color: #ababab;
background: #383838;
border: 1px solid #565656;
}
.ami-theme-mercury .alert input[type="password"],
.ami-theme-mercury .alert input[type="text"] {
padding: 4px 2px;
}
.ami-theme-mercury #chat input[type="button"],
.ami-theme-mercury #chat input[type="submit"] {
cursor: pointer;
padding: 4px 10px;
background: #1a1a1a;
color: #ababab;
border: 0;
}