File: extra.css

package info (click to toggle)
pydoctor 25.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,944 kB
  • sloc: python: 25,190; javascript: 2,561; ansic: 57; makefile: 25; sh: 24
file content (6 lines) | stat: -rw-r--r-- 168 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#banner {
    background: rgb(150, 150, 150);
    background-image: linear-gradient(bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
    width: 100%;
    padding: 10px;
}