mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 18:26:13 +00:00
Add ad infrastructure
Add ad infrastructure to begin experimenting with ads to cover site costs.
This commit is contained in:
parent
52be8f7ea2
commit
ecbc26eaa1
3 changed files with 69 additions and 0 deletions
|
@ -146,6 +146,34 @@ table td,table th{
|
|||
font-style:italic;
|
||||
}
|
||||
|
||||
.ad-slot{
|
||||
background-color: #EFEFEF;
|
||||
border-bottom: 1px solid #D6D6D6;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ad-slot-inner-container{
|
||||
display: inline-block;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
|
||||
.ad-slot-inner-container a{
|
||||
font-size: 14px;
|
||||
margin-top: 8px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.ad-slot-disclaimer {
|
||||
color: #FFF;
|
||||
line-height: 14px;
|
||||
padding: 0px 2px;
|
||||
font-size: 12px;
|
||||
display: inline-block;
|
||||
border-radius: 2px;
|
||||
background-color: #E05950;
|
||||
}
|
||||
|
||||
.banner-message,
|
||||
.banner-message a,
|
||||
.banner-message a:link,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue