Sha256: d1d2d28fa4cd4fbb7aa5f919c7a8cc9d4927f14f2902f58aabb9b0a9ba32b39d

Contents?: true

Size: 1.58 KB

Versions: 7

Compression:

Stored size: 1.58 KB

Contents

.container {
  width: 710px;
}

body {
  background: #cff;
}

header {
  padding-top: 20px;
}

header img {
  padding: 1em;
  background: #fff;
}

section {
  margin-top: 1em;
  font-size: 120%;
  padding: 20px;
  background: #fff;
}

section h1 {
  font-size: 200%;
}

/* Links */

a {
  color: #09c;
  text-decoration: none;
}

a:hover {
  color: #069;
  text-decoration: underline;
}

a:visited {
  color: #069;
}

/* Navigation */

nav {
  float: right;
}

nav {
  background-color: white;
  padding: 0 0.7em;
  white-space: nowrap;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul li {
  list-style-type: none;
  display: inline-block;
  padding: 0.2em 0;
}

nav ul li a {
  padding: 0 5px;
  font-weight: bold;
}

nav ul li a:visited {
  color: #09c;
}

nav ul li a:hover {
  text-decoration: underline;
}

/* Sign up button */

a.signup_button {
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-align: center;
  width: 190px;
  color: #fff;
  background: #006400;
  font-size: 150%;
  font-weight: bold;
  padding: 20px;
}

/* Round corners */

.round {
  -moz-border-radius:    10px;
  -webkit-border-radius: 10px;
  border-radius:         10px;
}

footer {
  text-align: center;
  margin-top: 10px;
  width: 710px;
  margin-left: auto;
  margin-right: auto;
}

footer nav {
  float: none;
}

/* User show page */
table.profile {
    width: 100%;
    margin-bottom: 0;
}

td.main {
    width: 70%;
    padding: 1em;
}

td.sidebar {
    width: 30%;
    padding: 1em;
    vertical-align: top;
    background: #ffc;
}

.profile img.gravatar {
    border: 1px solid #999;
    margin-bottom: -15px;
}

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
tft_rails_dbc-0.1.3 lib/generators/chapter07/begin/templates/public/stylesheets/custom.css
tft_rails_dbc-0.1.1 lib/generators/chapter07/begin/templates/public/stylesheets/custom.css
tft_rails_dbc-0.1 lib/generators/chapter07/begin/templates/public/stylesheets/custom.css
tft_rails-0.6.2 lib/generators/chapter07/begin/templates/public/stylesheets/custom.css
tft_rails-0.6.1 lib/generators/chapter07/begin/templates/public/stylesheets/custom.css
tft_rails-0.6.0 lib/generators/chapter07/begin/templates/public/stylesheets/custom.css
tft_rails-0.5.1 lib/generators/chapter07/begin/templates/public/stylesheets/custom.css