File: sponsors.css

package info (click to toggle)
python-authlib 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,724 kB
  • sloc: python: 22,292; makefile: 49; javascript: 37; sh: 10
file content (77 lines) | stat: -rw-r--r-- 1,230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
.ethical-fixedfooter { display:none }
.fund{
  z-index: 1;
  position: relative;
  bottom: 0;
  right: 0;
  float: right;
  padding: 0 0 20px 30px;
  width: 150px;
}
.fund a { border:0 }
#carbonads {
  background: #EDF2F4;
  padding: 5px 10px;
  border-radius: 3px;
}
#carbonads span {
  display: block;
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

.carbon-img img {
  display: block;
  width: 130px;
}

#carbonads .carbon-text {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  text-align: left;
}

#carbonads .carbon-poweredby {
  color: #aaa;
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-weight: normal;
}

#bsa .native-box {
  display: flex;
  align-items: center;
  padding: 10px;
  margin: 16px 0;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  background-color: #f8fafc;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.68);
}

#bsa .native-sponsor {
  background-color: #447FD7;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  padding: 5px 12px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 12px;
}