Alice

 view release on metacpan or  search on metacpan

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

@charset "UTF-8";
tr.input, div.msg {
  -webkit-font-smoothing: antialiased; }

input[type="hidden"] {
  display: none; }

body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: white;
  -webkit-text-size-adjust: none !important; }

img {
  border: none; }

ul#tabs li:hover {
  cursor: default; }

div#tab_bar .dropdown {
  opacity: 0;
  width: 24px;
  height: 24px;
  z-index: 905; }

div#join_button {
  position: absolute;
  bottom: 0px;
  right: 12px;
  width: 24px;
  height: 24px;
  background: url(image/sprites.png) -32px -36px no-repeat;
  cursor: pointer; }

div#join_button:hover {
  background: url(image/sprites.png) -32px -56px no-repeat; }

div#tab_bar div#tabset_dropdown {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(image/sprites.png) -29px 4px no-repeat;
  opacity: 1;
  cursor: pointer; }

div#tab_bar div#tabset_dropdown:hover {
  background: url(image/sprites.png) -29px -16px no-repeat; }

div#tab_bar .dropdown.active {
  opacity: 1;
  cursor: pointer; }

div#tab_menu_left {
  position: absolute;
  left: 24px;
  bottom: 0px;
  border-right: 1px solid #222222; }

div#tab_menu_left ul {
  left: 0px;
  right: auto; }

div#tab_menu_right {
  position: absolute;
  right: 36px;
  bottom: 0px;
  border-left: 1px solid #222222; }

div#tab_menu_right ul {
  right: -1px;
  left: auto; }

.dropdown li.selectedset,
.dropdown li.unread {
  font-weight: bold; }

.tab_menu.active {
  background: url(image/sprites.png) 4px -275px no-repeat; }

#tab_menu_left.tab_menu.active {
  background: url(image/sprites.png) -29px -275px no-repeat; }

.tab_menu:hover,
.tab_menu.open {
  background: url(image/sprites.png) 4px -175px no-repeat; }

#tab_menu_left.tab_menu:hover,
#tab_menu_left.tab_menu.open {
  background: url(image/sprites.png) -29px -175px no-repeat; }

.tab_menu.unread {
  background: url(image/sprites.png) 4px -195px no-repeat; }

#tab_menu_left.tab_menu.unread {
  background: url(image/sprites.png) -29px -195px no-repeat; }

.tab_menu.highlight {
  background: url(image/sprites.png) 4px -236px no-repeat; }

#tab_menu_left.tab_menu.highlight {
  background: url(image/sprites.png) -29px -236px no-repeat; }

div#config_menu {
  top: 0px;
  left: 0px;
  height: 17px;
  border: #fff;
  border: 1px solid #999999;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
  cursor: pointer;
  position: absolute;
  z-index: 902;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAaCAYAAAADiYpyAAADG0lEQVRYw+2ZS0hVURSGr9qVBipGDysaZUIRRQ9u70FlgwYZFTRp0ItIgqKixEERBE2i6A1FWUjSKKGoBiVZEEnRw8oKa9KLoIcQZWqW5teg/8DicM6596gHruiBhey19tp7r+/svfY61xgQGxBiAxAiBpEJtLpkRn...
  background-color: #555555;
  background-size: 33px 13px;
  width: 50px; }

div#config_menu > ul {
  margin-left: -1px; }

@media screen and (-webkit-device-pixel-ratio: 2) {
  div#config_menu {
    top: 0px;
    left: 0px;
    height: 17px;
    border: #fff;
    border: 1px solid #999999;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    cursor: pointer;
    position: absolute;
    z-index: 902;
    background: url(image/logo2x.png) center center no-repeat;
    -webkit-background-size: 33px 13px;
    background-color: #555555;
    width: 53px; } }
div#config_menu ul ul {
  left: 100%;
  right: auto;
  margin-left: -2px; }

div#config_menu.open,
div#config_menu:hover {
  background-color: #4196FF;
  border: 1px solid #94C4FF;
  border-right: 1px solid #1859A8;
  border-bottom: 1px solid #1859A8; }

div#config_menu.open {
  border: 1px solid #1859A8; }

div#connection_status.loading {
  background: url(image/loading.gif) center 3px no-repeat;
  background-color: #444444; }

div#connection_status {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 904;
  background-color: #444444;
  border-top: 1px solid #222222; }

body {
  font-family: "Lucida Grande", Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  background: #222222; }

a:link, a:visited, a:active {
  color: #f09740; }

a:hover {
  color: #d7863a; }

div#windows {
  position: absolute;
  top: 19px;
  bottom: 52px;
  width: 100%;
  right: 0px;
  left: 0px;
  overflow: hidden; }

div.window > table {
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  table-layout: fixed; }

div.window {
  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; }

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

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;

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


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; }

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

li.loading.info_tab div.tab_button {
  background: url(image/sprites.png) -39px -160px no-repeat; }

ul#tabs li.disabled.channel_tab div.tab_button:hover,
ul#tabs li.active div.tab_button:hover {
  background: url(image/sprites.png) 1px -260px no-repeat; }

ul#tabs li.unread.channel_tab div.tab_button {
  background: url(image/sprites.png) 0px -20px no-repeat; }

ul#tabs li.highlight.privmsg_tab div.tab_button,
ul#tabs li.unread.privmsg_tab div.tab_button {
  background: url(image/sprites.png) 0 -100px no-repeat; }

ul#tabs li.highlight.channel_tab div.tab_button {
  background: url(image/sprites.png) 0 -40px no-repeat; }

ul#tabs li.disabled.channel_tab div.tab_button {
  background: url(image/sprites.png) 0 -60px no-repeat; }

div#help {
  position: absolute;
  z-index: 980;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  left: 20px;
  right: 20px;
  top: 25px;
  bottom: 60px;
  padding: 10px 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9); }

div#help div#helpclose {
  position: absolute;
  top: 17px;
  right: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  letter-spacing: 1px;
  text-shadow: none;
  text-transform: uppercase; }

div#help div#helpclose:hover {
  cursor: pointer;
  color: #fff; }

div#help div#topics {
  position: absolute;
  top: 34px;
  bottom: 15px;
  left: 20px;
  right: 20px;
  overflow-y: auto;
  overflow-x: hidden; }

div#help h1 {
  margin: 0;
  font-size: 20px;
  border-bottom: 1px solid #999;
  font-weight: normal; }

div#help dl {
  width: 47%;
  font-size: 12px;
  margin-top: 0;
  padding-top: 10px;
  float: left;
  display: block;
  border-right: 1px solid #666;
  padding-right: 2%; }

div#help dl#shortcuts {
  border-right: none;
  float: right;
  padding-right: 0;
  padding-left: 2%; }

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

  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 {
  border-bottom: 1px solid #3a3a3a; }

.dropdown li.submenu {
  background: url(image/arrow.png) center right no-repeat; }

.dropdown li.submenu:hover {
  background: url(image/arrow.png) #3a3a3a center right no-repeat; }

.dropdown > ul li.submenu:hover ul {
  display: block; }

body > div.copybuffer {
  overflow: hidden;
  position: absolute;
  top: -500px;
  height: 1px; }



( run in 1.236 second using v1.01-cache-2.11-cpan-df04353d9ac )