ami/src/ami.css/themes/lithium.css

108 lines
2.2 KiB
CSS

/* Lithium by flashwave <http://flash.moe>, colour palette inspired by PunBB style "Lithium": http://punbb.org/ */
.ami-themeOpt-lithium {
background: #f1f1f1;
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ami-theme-lithium {
background: #f1f1f1;
color: #333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
}
.ami-theme-lithium #chat a,
.ami-theme-lithium #chat a:visited {
color: #638137;
}
.ami-theme-lithium #chatList a,
.ami-theme-lithium #chatList a:visited {
color: #638137;
}
.ami-theme-lithium a {
text-decoration: none;
}
.ami-theme-lithium a:hover {
text-decoration: underline;
}
.ami-theme-lithium #chat select {
color: #333;
background-color: #fff;
border: 1px solid #6c8a3f;
}
.ami-theme-lithium #chatList {
border: 1px solid #6c8a3f;
}
.ami-theme-lithium #chatList .botName {
color: #9e8da7;
}
.ami-theme-lithium #chatList .botError {
color: #f00;
}
.ami-theme-lithium .rowEven,
.ami-theme-lithium #chat .sidebar .top {
background: #f1f1f1;
}
.ami-theme-lithium .rowOdd {
background: #dedfdf;
}
.ami-theme-lithium .date {
font-size: .7em;
}
.ami-theme-lithium #chat .sidebar {
background: #f1f1f1;
border: 1px solid #6c8a3f;
}
.ami-theme-lithium #chat .sidebar .top {
font-size: 1em;
text-align: center;
font-weight: bold;
background: #6c8a3f;
color: #fff;
}
.ami-theme-lithium #chat .sidebar .body {
font-size: .9em;
}
.ami-theme-lithium .alert input[type="password"],
.ami-theme-lithium .alert input[type="text"],
.ami-theme-lithium #chat textarea,
.ami-theme-lithium #inputFieldContainer input[type="text"] {
color: #333;
border: 1px solid #6c8a3f;
}
.ami-theme-lithium .alert input[type="password"],
.ami-theme-lithium .alert input[type="text"] {
padding: 5px 2px;
}
.ami-theme-lithium #chat input[type="button"],
.ami-theme-lithium #chat input[type="submit"] {
cursor: pointer;
padding: 4px 10px;
background: #6c8a3f;
color: #fff;
border: 1px solid #6c8a3f;
}
.ami-theme-lithium #chat input[type="button"]:hover,
.ami-theme-lithium #chat input[type="submit"]:hover {
background: #5e7d2f;
}