diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2017-06-11 18:10:05 -0400 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2017-06-11 18:10:05 -0400 |
| commit | a8972a5bd24e50a380af22e4f33d1d1c4cd740b3 (patch) | |
| tree | 46dd6e6f87997502993b5ad170ada7e39894aeba /docs/_static | |
| parent | 152faa2a0f97fb8744278ef9911b4116adeb4ab2 (diff) | |
| download | python-requests-a8972a5bd24e50a380af22e4f33d1d1c4cd740b3.tar.gz | |
attempt new ads
Diffstat (limited to 'docs/_static')
| -rw-r--r-- | docs/_static/custom.css | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 00000000..3a8af312 --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +1,39 @@ +#carbonads { + display: block; + overflow: hidden; + padding: 1em; + background-color: #eeeeee; + text-align: center; + border: solid 1px #cccccc; + margin: 1.5em 0 2em; + border-radius: 2px; + line-height: 1.5; +} + +#carbonads a { + border-bottom: 0; +} + +#carbonads span { + display: block; + overflow: hidden; +} + +.carbon-img { + display: block; + margin: 0 auto 1em; + text-align: center; +} + +.carbon-text { + display: block; + margin-bottom: 1em; +} + +.carbon-poweredby { + display: block; + text-transform: uppercase; + letter-spacing: 1px; + line-height: 1; + font-size: 10px; +} |
