MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
.frontpage-banner { | .frontpage-banner { | ||
background-image: url('bhagavatawiki.108.org.pl/images/thumb/a/ae/Frontpage_Picture.jpg/800px-Frontpage_Picture.jpg?20260717135419'); | background-image: url('https://bhagavatawiki.108.org.pl/images/thumb/a/ae/Frontpage_Picture.jpg/800px-Frontpage_Picture.jpg?20260717135419'); | ||
background-size: cover; | background-size: cover; | ||
background-position: center; | background-position: center; | ||
Latest revision as of 16:01, 17 July 2026
/* CSS placed here will be applied to all skins */
.infobox {
float: right;
margin: 0 0 1em 1em;
padding: 0.5em;
border: 1px solid #aaa;
background: #f9f9f9;
width: 25em;
font-size: 90%;
}
#p-create a {
display: inline-block;
background-color: #4CAF50;
color: white !important;
padding: 0.4em 0.8em;
margin: 0.5em 0;
border-radius: 5px;
font-weight: bold;
text-align: center;
text-decoration: none;
}
#p-create a:hover {
background-color: #45a049;
}
.frontpage-banner {
background-image: url('https://bhagavatawiki.108.org.pl/images/thumb/a/ae/Frontpage_Picture.jpg/800px-Frontpage_Picture.jpg?20260717135419');
background-size: cover;
background-position: center;
height: 400px; /* Adjust this to make the banner taller or shorter */
width: 100%;
margin-bottom: 25px;
border-radius: 6px;
box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}