ami/src/ami.css/themes/techno.css

102 lines
1.9 KiB
CSS

/* Techno by bribob4 */
.ami-themeOpt-techno {
background: #000;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ami-theme-techno {
background: #000;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
}
.ami-theme-techno #chat a,
.ami-theme-techno #chat a:visited {
color: #000;
}
.ami-theme-techno #chatList a,
.ami-theme-techno #chatList a:visited {
color: #000;
}
.ami-theme-techno a {
text-decoration: none;
}
.ami-theme-techno a:hover {
text-decoration: underline;
}
.ami-theme-techno #chat select {
color: #000;
background-color: #000;
border: 1px solid #000;
}
.ami-theme-techno #chatList {
border: 1px solid #000;
}
.ami-theme-techno #chatList .botName {
color: #000;
}
.ami-theme-techno #chatList .botError {
color: #000;
}
.ami-theme-techno .rowEven,
.ami-theme-techno #chat .sidebar .top {
background: #000;
}
.ami-theme-techno .rowOdd {
background: #000;
}
.ami-theme-techno .date {
font-size: .7em;
}
.ami-theme-techno #chat .sidebar {
border: 1px solid #000;
background: #000;
}
.ami-theme-techno #chat .sidebar .top {
font-size: 1em;
text-align: center;
font-weight: bold;
}
.ami-theme-techno #chat .sidebar .body {
font-size: .9em;
}
.ami-theme-techno .alert input[type="password"],
.ami-theme-techno .alert input[type="text"],
.ami-theme-techno #chat textarea,
.ami-theme-techno #inputFieldContainer input[type="text"] {
color: #000;
background: #000;
border: 1px solid #000;
}
.ami-theme-techno .alert input[type="password"],
.ami-theme-techno .alert input[type="text"] {
padding: 5px 2px;
}
.ami-theme-techno #chat input[type="button"],
.ami-theme-techno #chat input[type="submit"] {
cursor: pointer;
padding: 4px 10px;
background: #000;
color: #000;
border: 1px solid #000;
}