ami/src/ami.css/themes/nico.css

113 lines
2.4 KiB
CSS

/* NicoFlashii by flashwave <http://flash.moe> and reemo <http://aroltd.com> */
.ami-themeOpt-nico {
background-color: #110033;
color: #fff;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.ami-theme-nico {
background: url('/images/clouds-legacy.jpg') #000;
color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
}
.ami-theme-nico #chat a,
.ami-theme-nico #chat a:visited {
color: #fff;
}
.ami-theme-nico #chatList a,
.ami-theme-nico #chatList a:visited {
color: #1e90ff;
}
.ami-theme-nico a {
text-decoration: none;
}
.ami-theme-nico a:hover {
text-decoration: underline;
}
.ami-theme-nico #chat select {
color: #fff;
background-color: #000;
border: 1px solid #808080;
}
.ami-theme-nico #chatList {
border: 1px solid #808080;
}
.ami-theme-nico #chatList .botName {
color: #9e8da7;
}
.ami-theme-nico #chatList .botError {
color: #f00;
}
.ami-theme-nico .date {
font-size: .7em;
}
.ami-theme-nico #chat .sidebar {
border: 1px solid #808080;
}
.ami-theme-nico #chat .sidebar .top {
font-size: 1em;
text-align: center;
font-weight: bold;
}
.ami-theme-nico #chat .sidebar .body {
font-size: .9em;
}
.ami-theme-nico .alert input[type="password"],
.ami-theme-nico .alert input[type="text"],
.ami-theme-nico #chat textarea,
.ami-theme-nico #inputFieldContainer input[type="text"] {
color: #fff;
background: #000;
border: 1px solid #808080;
}
.ami-theme-nico .alert input[type="password"],
.ami-theme-nico .alert input[type="text"] {
padding: 5px 2px;
}
.ami-theme-nico #chat input[type="button"],
.ami-theme-nico #chat input[type="submit"] {
cursor: pointer;
padding: 4px 10px;
background-color: #110033;
background-image: linear-gradient(to bottom, #110033, #000);
background-image: -moz-linear-gradient(to bottom, #110033, #000);
background-image: -webkit-linear-gradient(to bottom, #110033, #000);
color: #f0f0f0;
border: 1px solid #808080;
}
.ami-theme-nico #statusIconContainer {
background-image: url('/images/loading-sprite-link.png');
position: absolute;
top: 14px;
right: 20px;
width: 25px;
height: 26px;
}
.ami-theme-nico #statusIconContainer.status-green {
background-position: 0px 0px;
}
.ami-theme-nico #statusIconContainer.status-yellow {
background-position: 0px -26px;
}
.ami-theme-nico #statusIconContainer.status-red {
background-position: 0px -52px;
}