Allmystery
Menschen Wissenschaft Politik Mystery Kriminalfälle Spiritualität Verschwörungen Technologie Ufologie Natur Umfragen Unterhaltung
weitere Rubriken
PhilosophieTräumeOrteEsoterikLiteraturAstronomieHelpdeskGruppenGamingFilmeMusikClashVerbesserungenAllmysteryEnglish
Diskussions-Übersichten
BesuchtTeilgenommenAlleNeueGeschlossenLesenswertSchlüsselwörter
Schiebe oft benutzte Tabs in die Navigationsleiste (zurücksetzen).

Do it yourself: CSS für Profil und Blog

6.812 Beiträge ▪ Schlüsselwörter: Allmystery, Hilfe, Welt ▪ Abonnieren: Feed E-Mail

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:23
Nein auf meinem Profil :)

Anzeige
melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:24
@Deathwing_
Da ist aber kein Schnee...


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:28
Doch Schau her:


UnbenanntOriginal anzeigen (2,2 MB)


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:32
@Deathwing_
Im Firefox sehe ich das aber nicht. Da ist noch ein Fehler im Code:

div.image {
content:url(http://www.sevenoaksart.co.uk/images/snow-transparent.gif);
width: 1200px;
height: 1500px;
margin-bottom: -1500px;
margin-left: -100px;
}& # 8203 ;​

Ändere das erst mal bitte:

div.image {
content:url(http://www.sevenoaksart.co.uk/images/snow-transparent.gif);
width: 1200px;
height: 1500px;
margin-bottom: -1500px;
margin-left: -100px;
}


1x zitiertmelden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:36
Zitat von S_CS_C schrieb:}& # 8203 ;​
Diese Zeile steht bei mir so nicht drinne ? Der Code steht genauso drinne wie du es unten geschrieben hast:

div.image {
content:url(http://www.sevenoaksart.co.uk/images/snow-transparent.gif);
width: 1200px;
height: 1500px;
margin-bottom: -1500px;
margin-left: -100px;
}


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:39
@Deathwing_
code


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:40
Schau her das ist mein kompletter Code: Und da steht diese Zeile nicht drinne

:code:

<ste>

body{
background-image: url(https://www.allmystery.de/static/upics/2e795a_body_of_water_planet_horizon_92570_1920x.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;


}

.profile_pic {
visibility: hidden;
}

div.image {
content:url(http://www.sevenoaksart.co.uk/images/snow-transparent.gif);
width: 1200px;
height: 1500px;
margin-bottom: -1500px;
margin-left: -100px;
}

}​




</sty>



<style>
.header {display: none;}
.tabnav a, .tabnav a:hover {display: none;}
.mcell, .mcell_status, .mcell2, .mcell_inhalt, .mcell_inhalt2 {display: none;}
</style>

<style>.infoleiste {display: none} </style>
<style> .gb_post {-moz-transform:rotate(-3deg); -ms-transform:rotate(-3deg); -webkit-transform:rotate(-3deg);} </style>
<style>.tabnav {display: none} </style>
<style>.header {display: none} </style>
<style>.profile_info {display: none} </style>
<style>.user_view {display: none} </style>
<style>.footer {display: none} </style>
<style>h2 {display: none} </style>
<style>.profile_links a {display: none} </style>

<style>.head_links span {display: none}</style>

<style>.infoleiste {display:none;}
.profile_pic {margin: +100px -300px ;}

.profile_links {display:none;}
</styl


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:41
ach das ist doch blöd wie kann ich den hier schrieben ohne das er angewendet wird ?


melden
tic ehemaliges Mitglied

Link kopieren
Lesezeichen setzen

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:42
@Deathwing_


[*code] text [/code*]

ohne ->*


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:42
[quote]​ <style> body{ background-image: url(https://static.allmystery.de/upics/2e795a_body_of_water_planet_horizon_92570_1920x.jpg); background-attachment: fixed; background-position: center; background-size: cover; } .profile_pic { visibility: hidden; } div.image { content:url(http://www.sevenoaksart.co.uk/images/snow-transparent.gif); width: 1200px; height: 1500px; margin-bottom: -1500px; margin-left: -100px; } }​ </style> <style> .header {display: none;} .tabnav a, .tabnav a:hover {display: none;} .mcell, .mcell_status, .mcell2, .mcell_inhalt, .mcell_inhalt2 {display: none;} </style> <style>.infoleiste {display: none} </style> <style> .gb_post {-moz-transform:rotate(-3deg); -ms-transform:rotate(-3deg); -webkit-transform:rotate(-3deg);} </style> <style>.tabnav {display: none} </style> <style>.header {display: none} </style> <style>.profile_info {display: none} </style> <style>.user_view {display: none} </style> <style>.footer {display: none} </style> <style>h2 {display: none} </style> <style>.profile_links a {display: none} </style> <style>.head_links span {display: none}</style> <style>.infoleiste {display:none;} .profile_pic {margin: +100px -300px ;} .profile_links {display:none;} </style>


Dankeschön :)


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:43
@Deathwing_
Dann lösche mal die zweite {


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:47
Du hast Recht Firefox zeigt es nicht an aber dafür Chrome und EDGE. Ich hab alle klammen die zuviel waren nun rausgenommen.


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:49
@Deathwing_
Ich räume erst mal deinen Müllhaufen auf. Schicke dir das css dann per PN. Okay?


melden

Do it yourself: CSS für Profil und Blog

19.12.2015 um 15:50
Okay :) Dankeschön :)


melden

Do it yourself: CSS für Profil und Blog

21.12.2015 um 19:56
Wie kann ich das Hintergrundbild skalieren .__.


melden

Do it yourself: CSS für Profil und Blog

21.12.2015 um 20:07
okay hab's :D ich noob


melden
tic ehemaliges Mitglied

Link kopieren
Lesezeichen setzen

Do it yourself: CSS für Profil und Blog

22.12.2015 um 20:09
kleines z-index Problemchen..

*auf Hilfe wartet*


melden
tic ehemaliges Mitglied

Link kopieren
Lesezeichen setzen

Do it yourself: CSS für Profil und Blog

22.12.2015 um 21:32
hat sich erledigt..


melden

Do it yourself: CSS für Profil und Blog

28.12.2015 um 03:16
@tic
@S_C


Kann es sein das das Einbinden von Objekten und Iframes gesperrt wurde ?


melden
tic ehemaliges Mitglied

Link kopieren
Lesezeichen setzen

Do it yourself: CSS für Profil und Blog

28.12.2015 um 03:23
wie kommste darauf @Deathwing_?


Anzeige

melden