Home / File/ custom.css — requests Source File

custom.css — requests Source File

Architecture documentation for custom.css, a css file in the requests codebase.

Entity Profile

Source Code

body > div.document > div.sphinxsidebar > div > form > table > tbody > tr:nth-child(2) > td > select {
  width: 100%!important;
}

#python27 > a {
  color: white;
}

/* Carbon by BuySellAds */
#carbonads {
  display: block;
  overflow: hidden;
  margin: 1.5em 0 2em;
  padding: 1em;
  border: solid 1px #cccccc;
  border-radius: 2px;
  background-color: #eeeeee;
  text-align: center;
  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;
  font-size: 10px;
  line-height: 1;
}


/* Native CPC by BuySellAds */

#native-ribbon #_custom_ {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 -1px 4px 1px hsla(0, 0%, 0%, .15);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
    Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
// ... (118 more lines)

Frequently Asked Questions

What does custom.css do?
custom.css is a source file in the requests codebase, written in css.
Where is custom.css in the architecture?
custom.css is located at docs/_static/custom.css (directory: docs/_static).

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free