das sieht ja schrecklich aus
außer man will natürlich absichtlich kontraproduktiv sein
außer man will natürlich absichtlich kontraproduktiv sein
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: this_feature_currently_requires_accessing_site_using_safari
Nein tut er bei mir nicht, der bleibt da stur am Anfang der Seite stehen.
Ein kleiner Vorschlag von mir, es wäre doch sicher möglich die Werbung .leaderboard zwischen die SChnellsuche und das Profil oben rechts einzubauen, damit man wegen der Werbung nicht 100px an höhe verliert.
Also so:
PHP:.leaderboard{ position: absolute !important; top: 0px !important; left: 625px !important; width: 44% !important; }
Einloggen und es würde passen:Leider nicht kompatibel auf meinem FullHD Bildschirm
tree- schrieb:Leider nicht kompatibel auf meinem FullHD Bildschirm
Adam Gontier schrieb:Oder ich spendiere allen FullHD-Bildschirme.
Besser wäre es die Suche unter das Benutzerprofil zu legen, weil der dort der Platz nicht verwendet wird:man könnte auch die schnellsuche entfernen. Aber dann wäre wahrscheinlich wieder soviel freier Platz oder?
.leaderboard{
position: absolute !important;
top: 0px !important;
left: 450px !important;
width: 44% !important;
}
#suche{
position: absolute !important;
top: 25px !important;
left: 1380px !important;
}
Ich hoffe du nimmst es mir nicht übel wenn ich ein bisschen an deinem BlueSkin Design rumändere , denn ich möchte unbedingt Hover-Effekte haben und auch möchte ich bei ner Übersicht der Threads sehen in welchem Thread es neue Beiträge gibt und in welchem nicht.
Das sind die Grenzen vom CSS.naja, eine Feste Position während sich der restliche Content dynamisch verhält (also automatisch and die verwendete Auflösung anpasst) ist nicht so doll.
/*
* Adam Gontier Änderungen
*
*/
.main_body{
width: 99% !important;
}
#newreplylink_top{
display: none !important;
}
.above_postlist, #above_postlist{
margin-top: -27px !important;
float: right !important;
width: 47% !important;
height: auto !important;
top: auto !important;
}
#postpagestats_above{
display: none !important;
}
#pagetitle{
display: none !important;
}
.leaderboard{
position: absolute !important;
top: 0px !important;
left: 450px !important;
width: 44% !important;
}
#sky{
left: 5px !important;
}
#suche{
position: absolute !important;
top: 25px !important;
left: 1470px !important;
}
.popupbody li > a, .popupbody li > label{
display: inline !important;
padding: 0px !important;
}
.memberaction_body.popupbody li.right > a{
padding: 0px !important;
background-color: white !important;
}
.memberaction_body.popupbody li.right > a:hover{
background-color: white !important;
}
#navtabs li a.navtab:hover{
background-color: #359299 !important;
color: #041E27 !important;
text-decoration: underline !important;
}
ul.floatcontainer li a:hover{
text-decoration: underline !important;
}
li.popupmenu ul.popupbody{
background-color: #0B4D63 !important;
}
li.popupmenu ul.popupbody li a{
background-color: #0B4D63 !important;
}
li.popupmenu ul.popupbody li a:hover{
text-decoration: underline !important;
}
.navtabs .popupbody li:first-child{
border-top: 0px !important;
}
.navtabs .popupbody li{
border-top: 1px solid #5FABB5 !important;
}
.navtabs .popupbody li:hover{
background-color: #359299 !important;
color: #041E27 !important;
}
.navtabs .popupbody li:hover a{
background-color: #359299 !important;
color: #041E27 !important;
}
.toolsmenu div{
border-top: 0px !important;
}
div#breadcrumb ul li.lastnavbit span{
font-weight: bold !important;
}
div.threadinfo div.inner a.threadtitle_unread{
color: #0D5B75 !important;
}
.navbar {
margin: 2px 0 0 !important;
}
.above_body{
margin: 0px !important;
}
blockquote.postcontent.restore div{
background-color: #737573 !important;
}
jo, der spoilercode ist gut
div.signaturecontainer div,
blockquote.postcontent.restore div{
background-color: #737573 !important;
}
.memberaction_body.popupbody.epfp_list li.right {
background-color: #404040 !important;
}
.logo-image{
background: url("http://www.abload.de/img/hluxx77j69.png") repeat scroll 0px 1px transparent !important;
}
Könnte gehen....
Wäre es möglich ein Fullglasforenskin zu zimmern?
Fullglas für Firefox müsste dann natürlich Voraussetzung sein.
Bitte mich nicht nach dem Sinn fragen
Ist reine Kunst...
So irgendwie:
Klick
Cheers, tree
Fix:Hoffe dafür gibt es auch noch eine Lösung
dl.tabslight dd a{
background-color: black !important;
color: white !important;
}
div.username_container a{
background-color: #636563 !important;
color: white !important;
}
textarea.cke_source.cke_enable_context_menu,
input.primary.textbox,
div.blocksubfoot.actionbuttons,
div.user_ratingbits,
div.userinfo_noavatar{
background-color: #737573 !important;
color: white !important;
}
Fullglass ging leider nur bis Firefox 3.6
Ich hatte es damals schon mal laufen gehabt.
http://vimeo.com/14777875
Und hier der Code, den ihr einfach ganz einfach ganz oben vom BlueSkin einfügt.
Verbesserungsvorschläge sind natürlich erwünscht.
PHP:/* * Adam Gontier Änderungen * */ .main_body{ width: 99% !important; } #newreplylink_top{ display: none !important; } .above_postlist, #above_postlist{ margin-top: -27px !important; float: right !important; width: 47% !important; height: auto !important; top: auto !important; } #postpagestats_above{ display: none !important; } #pagetitle{ display: none !important; } .leaderboard{ position: absolute !important; top: 0px !important; left: 450px !important; width: 44% !important; } #sky{ left: 5px !important; } #suche{ position: absolute !important; top: 25px !important; left: 1470px !important; } .popupbody li > a, .popupbody li > label{ display: inline !important; padding: 0px !important; } .memberaction_body.popupbody li.right > a{ padding: 0px !important; background-color: white !important; } .memberaction_body.popupbody li.right > a:hover{ background-color: white !important; } #navtabs li a.navtab:hover{ background-color: #359299 !important; color: #041E27 !important; text-decoration: underline !important; } ul.floatcontainer li a:hover{ text-decoration: underline !important; } li.popupmenu ul.popupbody{ background-color: #0B4D63 !important; } li.popupmenu ul.popupbody li a{ background-color: #0B4D63 !important; } li.popupmenu ul.popupbody li a:hover{ text-decoration: underline !important; } .navtabs .popupbody li:first-child{ border-top: 0px !important; } .navtabs .popupbody li{ border-top: 1px solid #5FABB5 !important; } .navtabs .popupbody li:hover{ background-color: #359299 !important; color: #041E27 !important; } .navtabs .popupbody li:hover a{ background-color: #359299 !important; color: #041E27 !important; } .toolsmenu div{ border-top: 0px !important; } div#breadcrumb ul li.lastnavbit span{ font-weight: bold !important; } div.threadinfo div.inner a.threadtitle_unread{ color: #0D5B75 !important; } .navbar { margin: 2px 0 0 !important; } .above_body{ margin: 0px !important; }
/* Seitenzahlpixelversatz weggezaubert (Bei Opera, Chrome oder SRWIron diesen Code bitte löschen )*/
.pagination span.prev_next a, .pagination span.first_last a{
top: -1px!important;
}
/* Schatten bei Posts */
.postdetails {
box-shadow: 0 21px 22px #5FABB5 !important;
}
Das ist das Standard-Bild von vBulletin.Das Avatarsymbol bei fehlendem Bild gefällt mir persönlich nicht wirklich:
.leaderboard{
height: 1px !important;
width: 1px !important;
overflow:hidden
}
#sky {
height: 1px !important;
width: 1px !important;
overflow:hidden
}
.leaderboard, #sky {
position: absolute !important;
top: -1000px !important;
}
Schön, endlich auch ein Fullglassfan zu treffen
Video gefällt mir sehr
Aerofox Transparent + für Stylish macht schon ziemlich viel gläsern.
Ich verwende es selbst für Waterfox.
Denkst du, dass es gehen würde ein paar Zwischenräume vom Forum in FullGlass zu
stylen und zusammen mit "Aerofox Transparent +" laufen zu lassen?