Sha256: 73a20d4dad7a35de427dc637f13664447eb6d7486e2e1d1e3bde8fc3eddd2797

Contents?: true

Size: 965 Bytes

Versions: 1

Compression:

Stored size: 965 Bytes

Contents

body {
  background-color: yellowgreen;
  margin: 0px;
  font-family: 'Droid Sans', arial, serif;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

h1 {
  text-align: center;
  font-family: monospace;
  font-size: 200%;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0px;
}

h1 .logo {
  font-size: 200%;
  font-weight: bold;
}

h1 .green {
  color: green;
}


h1 .subtitle {
  padding-left: 12px;
}

.header {
  width: 80%;
  background-color: white;
  padding: 10px;
}

.menu {
  width: 85%;
  background-color: green;
  padding-top: 4px;
  padding-bottom: 6px;
  padding-right: 10px;
  text-align: right;
}

.menu_items {
  color: white;
}

.menu_items a {
  color: white;
}

.content {
  width: 80%;
  background-color: white;
  padding: 10px;
}

.code {
  background-color: black;
  color: white;
  padding: 10px;
  font-family: monospace;
  margin: 6px;
}  

table {
  margin: auto;
}

td {
  vertical-align: top;
  padding-left: 16px;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
inqlude-0.0.4 view/public/inqlude.css