Sha256: 09ce34538b5ef12f3ff92446cc835428a8f83bd2749852c64ee6aca5232adf43

Contents?: true

Size: 1.29 KB

Versions: 17

Compression:

Stored size: 1.29 KB

Contents

body .contents .tilt {
  overflow: auto;
  background-color: #F8F8F8;
  padding: 1.2em;
  border: 3px solid #EFEFEF;
  margin: 0;
  font-family: helvetica, arial, freesans, clean, sans-serif;
}

.tilt strong { font-weight: bold; }
.tilt em { font-style: italic; }

.tilt pre {
  background-color: #eee;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: auto;
}

.tilt code {
  background-color: #eee;
  padding: 1px 3px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: monospace;
}

.tilt p { padding-bottom: 0.5em; }

.tilt ul {
  margin: 1em 2em 1em 0;
  margin-left: 2em;
}

.tilt li p {
  margin: 0.3em;
}

.tilt li {
  list-style-type: square;
}

.tilt a:link, .tilt a:visited{
  color: #33e;
  text-decoration: none;
}

.tilt a:hover{
  color: #00f;
  text-shadow:1px 1px 2px #ccf;
  text-decoration:underline;
}

.tilt h1 {
  font-size: 1.8em;
  padding-bottom: 0.6em;
  margin-bottom: 0;
  font-weight: bold;
}

.tilt h2 {
  font-size: 1.4em;
  border-bottom: 1px dotted #aaa;
  margin-bottom: 1em;
  padding-bottom: 0;
  color: #333;
}

.tilt h3 {
  color: #666;
  padding-bottom: 0.4em;
}

.tilt .shadow {
  -webkit-box-shadow:0 5px 15px #000;
  -moz-box-shadow:0 5px 15px #000;
  box-shadow:0 5px 15px #000;
}

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
gitdocs-0.4.10 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.9 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.8 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.7 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.6 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.5 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.3 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.2 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.1 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.0 lib/gitdocs/public/css/tilt.css
gitdocs-0.3.6 lib/gitdocs/public/css/tilt.css
gitdocs-0.3.5 lib/gitdocs/public/css/tilt.css
gitdocs-0.3.4 lib/gitdocs/public/css/tilt.css
gitdocs-0.3.3 lib/gitdocs/public/css/tilt.css
gitdocs-0.3.2 lib/gitdocs/public/css/tilt.css
gitdocs-0.3.1 lib/gitdocs/public/css/tilt.css
gitdocs-0.3.0 lib/gitdocs/public/css/tilt.css