9 font-family: "Source Sans Pro Regular", sans-serif
;
10 background-color: white
;
13 /* Hide all translations of the banner by default */
24 /* Hide the English banner for all other languages
26 This way, the English banner is still displayed when the PO plugin is
27 disabled. This is useful for development.
39 /* Show the banner corresponding to the current language */
47 display: block
!important
;
52 /* /!\ Always check the style on pages with Bootstrap like /index /!\ */
55 background-color: #ffd500;
56 background-image: url
(banner/godzilla.png), url
(banner/city.png);
57 background-repeat: no-repeat
;
58 background-size: 450px, 250px;
59 background-position: -80px -70px, right bottom
;
63 #donate-banner:hover
{
64 text-decoration: none
;
74 #donate-banner .first
{
75 margin-bottom: 0.2em !important
;
78 #donate-banner .second
{
82 #donate-banner .second u
{
83 text-decoration: none
;
84 border-bottom: 2px solid black
;
87 @media (max-width: 986px) {
89 background-size: 330px, 175px;
90 background-position: -60px -40px, right bottom
;
92 padding-bottom: 1.5em;
100 @media (max-width: 270px) {
102 background-size: 210px, 175px;
103 background-position: -30px bottom
, right bottom
;