Sha256: ef929a609456c3093434b30278bfecec2703b5c6f796fd226d752bb68d2f71b4

Contents?: true

Size: 816 Bytes

Versions: 3

Compression:

Stored size: 816 Bytes

Contents

body {
  baackground: #DDD;
}

.icon-big {
  background: #0074CC;
  margin: 15px 15px 2px 15px;
  box-shadow: 0px 0px 5px #333;
  border-radius: 5px;
  width: 80px;
  height: 80px;
}

li.apps img {
  opacity: 0.9;
}

li.apps:hover img {
  opacity: 1;
}

#applist {
  margin: 5px;
  padding: 0px;
  text-align: center;
}

li.apps {
  text-shadow: 0px 1px 1px #222, 0px -1px 1px #222, 1px 0px 1px #222, -1px 0px 1px #222;
  list-style: none;
  display: inline-block;
  text-align: center;
  padding-bottom: 10px;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
}

li.apps:hover img {
  /*background: #f1f1f1;
  border-radius: 5px;*/
  box-shadow: 0px 0px 5px black;
  text-shadow: 1px 1px 5px black;
}

li.apps:hover {
  text-shadow: 0px 1px 2px #000, 0px -1px 2px #000, 1px 0px 2px #000, -1px 0px 2px #000;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
daftos-0.4.1 lib/apps/apps/css/style.css
daftos-0.4.0 lib/apps/apps/css/style.css
daftos-0.3.0 lib/apps/apps/css/style.css