Sha256: 07205d782d59bc18a83ce4aaef424da0536db6d3b1b38c7d4a0eb9bf8e0da2c1

Contents?: true

Size: 838 Bytes

Versions: 30

Compression:

Stored size: 838 Bytes

Contents

/* Fonts and colors */
body {
  font-family: sans-serif;
}
h1 a, h2 a {
  text-decoration: none;
  color: black;
}
h1 a:hover, h2 a:hover {
  text-decoration: underline;
}
div.header, div.footer {
  text-align: center;
}
#errors {
  border: red 1px solid;
  border-radius: 0.5rem;
  background-color: #f88;
  padding: 1rem;
}

/*
 * Simple horizontal layout based on a 20 4 20 4 20 grid
 */
div.container {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}
div.sidebar {
  max-width: 20rem;
  display: inline-block;
}
div.content, div.sidebar {
  margin-bottom: 2rem;
}

@media(min-width: 68rem) {
  div.container {
    max-width: 68rem;
  }
  div.content {
    width: 44rem;
    float: left;
  }
  div.sidebar {
    margin-left: 4rem;
  }
}
div.footer {
  clear: both;
}

/* Admin tools */
.admintools {
  float: right;
}

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
publify_core-10.0.2 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.5.0 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.4.0 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.3.0 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.2.0 themes/plain/stylesheets/theme.css
publify_core-10.0.1 themes/plain/stylesheets/theme.css
publify_core-10.0.0 themes/plain/stylesheets/theme.css
publify_core-9.2.10 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.1.1 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.1.0 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.0.3 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.0.2 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.0.1 themes/plain/stylesheets/theme.css
HornsAndHooves-publify_core-10.0.0 themes/plain/stylesheets/theme.css
publify_core-9.2.9 themes/plain/stylesheets/theme.css
publify_core-9.2.8 themes/plain/stylesheets/theme.css
publify_core-9.2.7 themes/plain/stylesheets/theme.css
publify_core-9.2.6 themes/plain/stylesheets/theme.css
publify_core-9.2.5 themes/plain/stylesheets/theme.css
publify_core-9.2.4 themes/plain/stylesheets/theme.css