Do it yourself: CSS für Profil und Blog
6.833 Beiträge ▪ Schlüsselwörter:
Allmystery, Hilfe, Welt ▪ Abonnieren: Feed E-Mail
Do it yourself: CSS für Profil und Blog
02.05.2025 um 11:37Hallo Zusammen, ich möchte mein Blog stylisch verändern und wollte gerne fragen, wie ich den Bereich, wo die Beiträge geschrieben werden, transparent bekomme. Vielen Dank für eure liebe Hilfe :)
Do it yourself: CSS für Profil und Blog
02.05.2025 um 11:42Do it yourself: CSS für Profil und Blog
02.05.2025 um 11:48@Luminita
Habs eingebaut, aber funktioniert nicht. Melde mich später wieder, muss erstmal kurz weg. Danke für deine liebe Hilfe :)
Habs eingebaut, aber funktioniert nicht. Melde mich später wieder, muss erstmal kurz weg. Danke für deine liebe Hilfe :)
Do it yourself: CSS für Profil und Blog
08.05.2025 um 20:03@airl
So in der Art?
So in der Art?
<style>
body {
background-image: url(https://www.allmystery.de/i/d6lob4iokpq9_ff.jpg);
background-attachment: fixed;
background-size: cover;
}
header {
background: none;
background-image: none;
}
.tabnav, .topnav, .sufu, .infoleiste {
display: none;
}
.paginator,
#voting {
background-color: transparent!important;
}
.post {
background-color: rgba(0, 0, 0, 0.5)!important;
}
.post {
padding:20px;
margin-bottom: 20px;
border: 3px solid #146cc4;
border-radius: 20px;
}
.Voting-bar-filling {
background: #146cc4;
}
a {
color: #5484e3;
}
</style>
Do it yourself: CSS für Profil und Blog
08.05.2025 um 20:19Ähnliche Diskussionen
Themen
Beiträge
Letzte Antwort
Allmystery: Code- und Designerecke für Allmy Profile und Blogs
Allmystery, 48 Beiträge, am 29.09.2020 von S_C
48
43
154
27
30