Alice

 view release on metacpan or  search on metacpan

share/static/alice-dark.css  view on Meta::CPAN

  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -100%;
  right: 100%;
  background: #222222;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

div.window.active {
  left: 0px;
  right: 0px; }

div#nicklist_toggle {
  position: absolute;
  text-align: center;
  width: 0px;
  height: 50px;
  margin-top: -25px;
  top: 50%;
  right: 15px;
  background: url(image/slider.png) center center no-repeat;
  background-color: #444444;
  border: 1px solid #222222;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition-property: opacity, width;
  -webkit-transition-duration: 0.3s, 0.2s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-property: opacity, width;
  -moz-transition-duration: 0.3s, 0.2s;
  -moz-transition-timing-function: ease-in-out;
  border-radius: 2px;
  color: white;
  font-size: 14px;
  z-index: 902;
  cursor: pointer;
  opacity: 0; }

div#nicklist_toggle:hover {
  background-color: #3a3a3a; }

div#windows.nicklist div#nicklist_toggle {
  background-image: url(image/slider-right.png); }

div#nicklist_toggle.visible,
div#nicklist_toggle:hover,
div#nicklist_toggle:active {
  opacity: 1;
  width: 12px; }

div#windows.nicklist div#nicklist_toggle {
  right: 135px; }

div#windows.nicklist div.window.active {
  right: 121px; }

ul#nicklist {
  background-color: #111111;
  border-left: 1px solid black;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
  top: 0px;
  bottom: 0px;
  left: -120px;
  right: auto;
  width: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden; }

div#windows.nicklist ul#nicklist {
  right: 0px;
  left: auto;
  visibility: visible; }

ul#nicklist li {
  display: block;
  padding: 3px 5px 0px 5px; }

ul#nicklist li a {
  cursor: pointer;
  color: white;
  font-size: 0.8em; }

div#input {
  background: #333333;
  border-bottom: 1px solid #222222;
  border-top: 1px solid #444444;
  position: absolute;
  bottom: 24px;
  left: 0px;
  right: 0px;
  z-index: 900; }

div#input form {
  display: block;
  margin: 0;
  padding: 0;
  height: auto;
  line-height: 0px; }

div#input div {
  padding: 0 3px;
  background: black;
  margin: 3px 0;
  position: relative; }

div#input div.editor,
div#input textarea {
  color: white;
  line-height: 1.2em;
  min-height: 1.2em;
  max-height: 150px;
  display: block;
  padding: 3px 0;
  border: none;
  margin: 0;
  outline: 0 none;
  font-size: 12px;
  overflow: hidden;
  resize: none;
  font-family: "Lucida Grande", Helvetica, sans-serif;
  background: black; }

div#input textarea {
  width: 100%; }

div#input div.editor {
  margin-right: 75px;
  -khtml-nbsp-mode: space; }

div#input div.editor_toolbar {
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: 0px;
  width: 70px;
  bottom: -3px;
  z-index: 902;
  background: #333333; }

div#input div.editor_toolbar button {
  display: block;
  float: left;
  color: white;
  line-height: 12px;
  font-size: 12px;
  margin: 0;
  padding: 4px 4px;
  text-align: center;
  background: none;
  cursor: pointer;
  border: none;
  color: #666666; }

div#input div.editor_toolbar button.colors:hover {
  background: none; }

div#input div.editor_toolbar button.colors {
  width: 14px;
  height: 14px;
  border: 2px solid white;
  margin: 4px;
  padding: 0; }

div#input div.editor_toolbar button.selected {
  color: white; }

.bold {
  font-weight: bold; }

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

div.editor div,
div.editor p,
div.editor h1,
div.editor h2,
div.editor h3,
div.editor h4,
div.editor h5,
div.editor span {
  font-size: 1em !important;
  margin: 0 !important;
  padding: 0 !important; }

div.editor img {
  display: none !important; }

div#input input.send {
  display: none; }

ul#tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 1px;
  font-size: 11px;
  position: absolute;
  left: 0px;
  height: 25px;
  overflow: hidden;
  width: 5000px;
  -webkit-transition: left 0.25s ease-in-out;
  -moz-transition: left 0.25s ease-in-out; }

div#tab_bar {
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 25px;
  position: absolute;
  background: url(image/sprites.png) 0px -300px repeat-x #444444; }

div#tabs_container {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 60px;
  left: 48px;
  overflow: hidden; }

ul#tabs li {
  float: left;
  margin: 0;
  margin-left: -1px;
  color: white;
  background: url(image/sprites.png) 0px -300px repeat-x #444444;
  opacity: 1 !important; }

ul#tabs li.hidden {
  display: none; }

ul#tabs li.visible {
  display: block; }

ul#tabs li div.hit_area {
  border: 1px solid #222222;
  border-bottom: none;
  border-top: none;
  float: left;
  height: 14px;
  padding: 4px 10px 7px 4px; }

ul#tabs li.active div.hit_area {
  border: 1px solid #222222;
  border-top: none;
  background: #333333;
  height: 11px;
  padding-top: 5px;
  margin-top: -1px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-left-radius: 1px;
  -webkit-border-bottom-right-radius: 1px;
  -moz-border-bottom-left-radius: 1px;
  -moz-border-bottom-right-radius: 1px;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

ul#tabs li:not(.active) {
  z-index: 900 !important; }

ul#tabs li.active {
  height: 25px;
  z-index: 903;
  background: #444444; }

ul#tabs li.active:hover div.hit_area {
  background: #333333; }

ul#tabs li:hover div.hit_area {
  background: #3a3a3a;
  background: url(image/sprites.png) 0px -300px repeat-x #3a3a3a; }

div#topic {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #3a3a3a;
  text-align: center;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #333333;
  padding: 1px 0;
  padding-left: 50px;
  font-size: 11px;
  height: 15px;
  min-height: 15px;
  overflow: hidden;
  z-index: 901;
  text-decoration: none;
  color: white;
  -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.2); }

ul.messages {
  list-style: none;
  margin: 0;
  padding: 3px 0;
  margin: 0; }

ul.messages > li {
  font-size: 13px;
  display: block;
  position: relative;
  background-color: #111111; }

ul.messages > li:not(.consecutive) {
  clear: both; }

ul.messages li.highlight div.msg {
  border-right: 3px solid #ff4300; }

.info ul.messages li.highlight,
ul.messages li.self {
  background: #111111;
  border-right: none; }

.info ul.messages li.highlight div.msg,
ul.messages li.self div.msg {
  background: #333333; }

ul.messages li div.msg {
  background: #222222; }

ul.messages li.consecutive div.left {
  opacity: 0;
  height: 0px;
  position: absolute;
  left: -1000px; }

div.left {
  float: left;
  width: 95px;
  overflow: hidden;
  font-weight: bold;
  text-align: right;
  padding: 4px 0;
  padding-right: 4px;
  padding-bottom: 0;
  text-overflow: ellipsis;
  position: relative;
  text-wrap: none;
  white-space: nowrap;
  -khtml-nbsp-mode: space; }

li.event a,
li.event {
  color: #cccccc; }

li.event div.left {
  padding-top: 5px; }

li.event div.msg {
  border-top: none; }

ul.messages li.avatar div.left {

share/static/alice-dark.css  view on Meta::CPAN

  min-height: 0px; }

.noavatars ul.messages li.monospaced.avatar:not(.consecutive) div.msg {
  min-height: 0px; }

ul.messages li.message:last-child {
  border-bottom: 1px solid #111111; }

ul.messages li.consecutive div.msg {
  border-top: none; }

ul.messages li + li.consecutive div.msg {
  padding-top: 0px; }

div.msg a {
  word-break: break-all; }

div.oembed a {
  word-break: normal; }

div.image a {
  position: relative; }

div.image a a.hideimg {
  position: absolute;
  white-space: nowrap;
  top: 0px;
  left: 0px;
  right: 0px;
  text-align: center;
  opacity: 0;
  color: #fff;
  padding: 4px 0px;
  cursor: pointer;
  font-size: 11px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }

div.image a:hover a.hideimg {
  opacity: 1;
  background: rgba(0, 0, 0, 0.25); }

div.image a a.hideimg:hover {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1; }

div.msg div.oembed img,
div.msg div.image img {
  border: none;
  max-height: 300px;
  max-width: 100%; }

ul.messages li.monospaced + li.monospaced.consecutive {
  padding-top: 0px; }

ul.messages li.monospaced div.msg {
  font-family: Monaco, monospace;
  font-size: 10px;
  line-height: 12px;
  word-wrap: normal; }

li.monospaced div.msg span[style*="bold"] {
  letter-spacing: -1px; }

ul.messages li.event {
  font-size: 11px;
  background: #333333;
  border-bottom: 1px solid #111111; }

ul.messages li.event.notice {
  background: #eb2222;
  color: #fff; }

ul.messages li.event.notice a {
  color: #fffc00;
  text-decoration: none; }

ul.messages li.event.happynotice {
  background: #3fc842;
  color: #fff; }

ul.messages li.event div.msg {
  background: none;
  border-left: none; }

ul.messages li.event div.left {
  font-weight: normal; }

ul.messages li.announce div.msg {
  color: #777;
  white-space: pre-wrap; }

div.msg img.audio {
  cursor: pointer;
  display: inline;
  padding: 0 4px;
  width: 16px;
  height: 16px;
  margin-bottom: -3px; }

a.nick {
  color: white;
  text-decoration: none; }

div.tab_button {
  width: 16px;
  height: 16px;
  float: left;
  margin-right: 6px; }

li.channel_tab div.tab_button {
  background: url(image/sprites.png) 0px -80px no-repeat; }

li.loading.channel_tab div.tab_button {
  background: url(image/sprites.png) -38px -80px no-repeat; }

li.privmsg_tab div.tab_button {
  background: url(image/sprites.png) 0px -120px no-repeat; }

li.loading.privmsg_tab div.tab_button {
  background: url(image/sprites.png) -38px -140px no-repeat; }

share/static/alice-dark.css  view on Meta::CPAN

div.config select {
  width: 135px;
  font-size: 0.8em;
  outline: 0 none; }

div.config select[multiple] {
  height: 70px;
  background: black;
  color: white; }

div.config div.sidebar div.controls {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 5px 8px;
  background: #3a3a3a; }

div.config div.config_body {
  position: absolute;
  left: 151px;
  top: 0px;
  bottom: 29px;
  right: 0px; }

div.config_body table {
  width: 100%; }

div.config .controls {
  clear: both;
  font-size: 0.7em !important; }

div.config .controls a {
  text-decoration: none;
  margin: 0 5px 0 0; }

div.config .controls a:hover {
  text-decoration: underline; }

div.config label {
  color: #cccccc;
  font-size: 0.8em; }

div.config input[type="text"] {
  background: black;
  color: white; }

div.config input[type="checkbox"] {
  float: left;
  margin-right: 4px; }

div.config div.sidebar {
  position: absolute;
  top: 0px;
  bottom: 29px;
  left: 0px;
  width: 150px;
  background: #444444; }

div.config div.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  position: absolute;
  top: 22px;
  bottom: 24px;
  overflow: auto;
  right: 0px;
  left: 0px; }

div.config div#tabset_data {
  position: absolute;
  top: 5px;
  bottom: 29px;
  left: 155px;
  right: 0px;
  overflow: auto;
  font-size: 0.8em; }

div.config div#tabset_data ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none; }

div.config div#tabset_data ul.active {
  display: block; }

div.config div#tabset_data ul li {
  margin-bottom: 0.25em; }

div.config div.sidebar h2 {
  text-transform: uppercase;
  color: #cccccc;
  letter-spacing: 1px;
  font-size: 0.7em;
  cursor: default;
  font-weight: normal;
  padding: 5px 8px;
  margin: 0; }

div.config div.sidebar li {
  padding: 5px 8px;
  cursor: pointer;
  font-size: 0.8em; }

div.config div.sidebar li:hover {
  background: #3a3a3a; }

div.config div.sidebar li.active,
div.config div.sidebar li.disconnected.active,
div.config div.sidebar li.connected.active {
  background: #333333; }

div.config div.sidebar li.disconnected {
  color: #cccccc; }

div.config div.sidebar li.connected {
  color: white; }

/* auto-generated css classes for irc->html */
.bold {
  font-weight: bold; }

.ul {
  text-decoration: underline; }

.italic {
  font-style: italic; }

.fg-fff {
  color: #fff; }

.bg-fff {
  background-color: #fff; }

.fg-000 {
  color: #000; }

.bg-000 {
  background-color: #000; }

.fg-008 {
  color: #008; }

.bg-008 {
  background-color: #008; }

.fg-080 {
  color: #080; }

.bg-080 {
  background-color: #080; }

.fg-f00 {
  color: #f00; }

.bg-f00 {
  background-color: #f00; }

.fg-800 {
  color: #800; }

.bg-800 {
  background-color: #800; }

.fg-808 {
  color: #808; }

.bg-808 {
  background-color: #808; }

.fg-f80 {
  color: #f80; }

.bg-f80 {
  background-color: #f80; }

.fg-ff0 {
  color: #ff0; }

.bg-ff0 {
  background-color: #ff0; }

.fg-0f0 {
  color: #0f0; }

.bg-0f0 {
  background-color: #0f0; }

.fg-088 {
  color: #088; }

.bg-088 {
  background-color: #088; }

.fg-0ff {
  color: #0ff; }

.bg-0ff {
  background-color: #0ff; }

.fg-00f {
  color: #00f; }

.bg-00f {
  background-color: #00f; }

.fg-f0f {
  color: #f0f; }

.bg-f0f {
  background-color: #f0f; }

.fg-888 {
  color: #888; }

.bg-888 {
  background-color: #888; }

.fg-ccc {
  color: #ccc; }

.bg-ccc {
  background-color: #ccc; }

span.nickborder {
  width: 0px;
  opacity: 0;
  position: absolute;
  left: -1000px; }

.dropdown.top ul {
  bottom: auto;
  top: 100%;
  margin-top: 1px; }

.dropdown.bottom ul {
  bottom: 100%;
  top: auto; }

.dropdown ul {
  position: absolute;
  left: 0px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background: #444444;
  border: 1px solid #222222;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
  white-space: nowrap; }

.dropdown.top ul {
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top: none; }

.dropdown.bottom ul {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px; }

.dropdown.open > ul {
  display: block; }

.dropdown li {
  display: block;
  padding: 0; }

.dropdown li span,
.dropdown li a {
  color: white;
  display: block;
  padding: 4px 10px;
  text-decoration: none; }

.dropdown li {
  cursor: pointer; }

.dropdown li a:hover {
  color: white; }

.dropdown ul li:hover {
  background: #3a3a3a; }

.dropdown > ul ul {
  display: none;
  right: 100%; }

.dropdown.top > ul ul {
  top: -1px;
  bottom: auto; }

.dropdown.bottom > ul ul {
  bottom: -1px;
  top: auto; }

.dropdown li.separate-bottom {



( run in 0.499 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )