ami/src/ami.css/themes/sulfur.css

100 lines
1.9 KiB
CSS

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