Alice

 view release on metacpan or  search on metacpan

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

  border-bottom: 1px solid #002b36;
  border-right: 1px solid #002b36;
  cursor: pointer;
  position: absolute;
  z-index: 902;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAaCAYAAAADiYpyAAADG0lEQVRYw+2ZS0hVURSGr9qVBipGDysaZUIRRQ9u70FlgwYZFTRp0ItIgqKixEERBE2i6A1FWUjSKKGoBiVZEEnRw8oKa9KLoIcQZWqW5teg/8DicM6596gHruiBhey19tp7r+/svfY61xgQGxBiAxAiBpEJtLpkRn...
  background-color: #657b83;
  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 #93a1a1;
    border-bottom: 1px solid #002b36;
    border-right: 1px solid #002b36;
    cursor: pointer;
    position: absolute;
    z-index: 902;
    background: url(image/logo2x.png) center center no-repeat;
    -webkit-background-size: 33px 13px;
    background-color: #657b83;
    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: #586e75; }

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

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

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

a:hover {
  color: #e8e2d0; }

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: #fdf6e3;
  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: #586e75;
  border: 1px solid transparent;
  -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;

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

  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: #073642;
  font-size: 0.8em; }

div#input {
  background: #657b83;
  border-bottom: 1px solid #44555a;
  border-top: 1px solid #44555a;
  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: #fdf6e3;
  margin: 3px 0;
  position: relative; }

div#input div.editor,
div#input textarea {
  color: #073642;
  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: #fdf6e3; }

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: #eee8d5; }

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: #93a1a1; }

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

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

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

.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,



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