Sha256: d00c883147032989562516574896f10547a7d8c4b8b1b27e55a5d464162fa86a

Contents?: true

Size: 1.31 KB

Versions: 7

Compression:

Stored size: 1.31 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: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-family: monospace;
  line-height: 1.3em;
}

.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

7 entries across 7 versions & 2 rubygems

Version Path
siuying-gitdocs-0.4.16 lib/gitdocs/public/css/tilt.css
siuying-gitdocs-0.4.15 lib/gitdocs/public/css/tilt.css
siuying-gitdocs-0.4.14 lib/gitdocs/public/css/tilt.css
siuying-gitdocs-0.4.14.md lib/gitdocs/public/css/tilt.css
gitdocs-0.4.14 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.13 lib/gitdocs/public/css/tilt.css
gitdocs-0.4.12 lib/gitdocs/public/css/tilt.css