Skip to content

Commit

Permalink
Merge pull request #127 from VSEphpbb/vse-patch
Browse files Browse the repository at this point in the history
Re-style the visual demo ads
  • Loading branch information
senky authored Jun 28, 2018
2 parents 3e1a1ef + 4930c92 commit 459b29b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions styles/all/theme/phpbbads.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,21 @@
}

.phpbb-ads-visual-demo {
background-color: red;
font-size: 12px;
font-weight: bold;
line-height: 44px;
text-align: center;
background-color: #ecd5d8;
border: #ff0000 dashed 3px;
color: #bc2a4d;
box-sizing: border-box;
width: 100%;
height: 50px;
color: white;
line-height: 50px;
}

.phpbb-ads-button {
font-family: system-ui, sans-serif;
font-size: 13px;
font-family: system-ui;
vertical-align: middle;
background: #e3e3e3;
background: linear-gradient(to bottom, #e3e3e3 0%, #f7f7f7 100%);
Expand All @@ -44,9 +49,11 @@
margin: 2px 0;
padding: 3px 8px;
}

.phpbb-ads-button:link {
color: #000000;
}

.phpbb-ads-button:link:hover {
text-decoration: none;
}
Expand Down

0 comments on commit 459b29b

Please sign in to comment.