Sha256: 27a4d06fbb16b7d2856b4300f90e2268d8672276da4203f7985f3be314cad28c

Contents?: true

Size: 1.33 KB

Versions: 1

Compression:

Stored size: 1.33 KB

Contents

html {
  font-family: Monaco;
  color: #E6E0DB;
  font-size:0.95em;
  font-color: white;
  background-color: #333333;
}

body {
  margin: 0;
}

.banner {
  background-color: #222222;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index:10;
}

.buddy {
  float: left;
  padding: 5px;
}

.item {
  float: left;
}

.link {
  float: right;
  padding: 5px;
}

.title {
  font-size:1.95em;
}

.form {
  position: fixed;
  top:100px;
  padding: 10px;
}

a {
  color: white;
  font-size:0.85em;
}

#legend {
  top:100;
  font-size: 0.8em;
  z-index:10;
  position: fixed;
  padding: 5px;
  background-color: #222222;
}
#code {
  min-height: 340px;
  border-style: ridge;
  border-color: #666666;
  background-color: black;
  position: fixed;
  top:200;
  width:80%;
  opacity:0.8;
  z-index:10;
  white-space: pre;
}
#selected_line {
  border-style: ridge;
  border-color: #666666;
  background-color: black;
  position: fixed;
  top:180;
  width:80%;
  opacity:0.8;
  z-index:10;
  font-size: 12px;
}

#stack {
  position: absolute; 
  right:5px;
  top:100px;
  z-index:1;
  text-align: right;
  font-size: 0.8em;
}

.hidden {
  display: none;
}

ul {
  margin-left: 0;
  padding-left: 0;
}

li {
  border-color: #666666;
  font-size: 12px;
  font-family: Monaco;
  line-height: 23px;
  list-style: none;
}

li:hover {
  background:#444;
  cursor:pointer;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
code_buddy-0.0.6 lib/code_buddy/public/stylesheets/code_buddy.css