Template:Styles/2015 Trilogy default.css: Difference between revisions

Content deleted Content added
add in infobox styles
No edit summary
Line 45:
.form-monthly .not-monthly-capable {
display: none;
}
 
/* --- Form --- */
 
#donate-form-wrapper {
position: relative;
background-color: #e2e2e2;
border: none;
padding: 1.6em;
}
 
#donate-form-wrapper:before {
pointer-events: none;
position: absolute;
left: 0;
top: 100px;
content: " ";
border: solid transparent;
border-left-color: #f6f6f6;
border-width: 15px;
margin-top: -15px;
}
 
@media only screen and (max-width: 740px) {
#donate-form-wrapper:before { display: none; }
}
 
/* --- Infobox ("Where your donation goes") --- */
 
.dividing-line {
display: none;
}
 
#infobox-wrapper {