Boardunity & Video Forum

Boardunity & Video Forum (https://boardunity.de/)
-   Boardunity-Talk (https://boardunity.de/boardunity-talk-f8.html)
-   -   Contest: Pimp your Boardunity - Nur CSS (verlängert bis zum 7.4.05) (https://boardunity.de/contest-pimp-your-boardunity-nur-css-verl-ngert-7-4-05-a-t2970.html)

MrNase 29.03.2005 17:16

Contest: Pimp your Boardunity - Nur CSS (verlängert bis zum 7.4.05)
 
Liste der Anhänge anzeigen (Anzahl: 1)
Dank des überaus positiven Feedbacks und der Unmenge an Einsendungen kann ich den Contest jetzt schon schliessen.

Nett zu sehen wie ein bissl Eigeninitiative im Keim erstickt wird :)

MrNase 31.03.2005 11:39

Der Contest endet morgen Abend.. Hat denn jemand vor was einzuschicken? ;)

TRS 31.03.2005 11:44

Code:

if(boardunity.source == csszengarden.source)
{
doCSS();
}
else
{
beLazy();
}


MrNase 31.03.2005 11:53

Off-Topic:

if($User->beLazy('Reimer')) {
$sad = true;
}

Philipp Gérard 31.03.2005 12:18

Zitat:

Zitat von Reimer
Code:

if(boardunity.source == csszengarden.source)
{
doCSS();
}
else
{
beLazy();
}


*applause* :D

exe 31.03.2005 12:25

Ich finde zwei Tage reichlich knapp bemessen ..
Ich würde gerne einen Vorschlag einbringen, allerdings habe ich nicht die Zeit mich auf Kommando hinzusetzen und schnell ein CSS-Layout zu basteln. Würde etwas dagegen sprechen den Wettbewerb um eine Woche zu verlängern?

MrNase 31.03.2005 12:32

Ok, ist verlängert bis zum 07.04.2005 :)

TRS 31.03.2005 13:43

Selbst dann erlaubt der HTML Quelltext immer noch nicht viel. Man kann ein paar Farben austauschen, die Grafiken etwas anpassen und das war es.

Philipp Gérard 31.03.2005 13:47

Eben. Wäre das vB ein XHTML-Forum mit strenger CSS-Umsetzung wäre das was anderes...aber ob Boardunity nun hellblau oder gold ist - pff...

Boardster 31.03.2005 13:48

Mir wäre eine Aktion wie "Pimp your CalitrixWiki" lieber ;)

TRS 31.03.2005 14:00

Zitat:

Zitat von Philipp Gérard
Eben. Wäre das vB ein XHTML-Forum mit strenger CSS-Umsetzung wäre das was anderes...aber ob Boardunity nun hellblau oder gold ist - pff...

Außerdem finde ich die Boardunity bereits farblich sehr angenehm. Noch ein Grund warum ich keinen Finger krum mache :(

MrNase 31.03.2005 14:10

Hier wäre das Stylesheet:
Code:

img[alt=Boardunity] {
        width: 0px;
        height: 0px;
        margin: 10px 0 0 10px;
        padding: 33px 0 0 252px;
        background: #FFF url(http://www.quirksmode.org/pix/logo.gif) no-repeat top left;
}
td[class=tcat] img {
        /*display: none; */
}
body span[class=descr] {
        font-size: 0;
        border-bottom: 0 !important;
}
body span[class=descr]:after {
        font-style: italic;
        content: "Die Aufgabe heute: Wir hacken die Boardunity nur mit CSS.";
        font-size: 11px;
        border-bottom: 2px solid #476FB6;
}

.vbmenu_hilite
{
        background-color: #E8EDF6 !important;
        color: #A0B5DA !important;
}

body {
        background: #fff !important;
}
table, td, tr, div[id=container] {
        border: 0 !important;
}
td[class=alt1] {
        background: #FFF;
}
td[class=alt2] {
        background: #F8F8F8;
}
td[class=tcat] {
        background: #C4D1E8 !important;
        color: #476FB6 !important;
}
td[class=tcat] a {
  color: #476FB6 !important;
        font-family: Georgia;
}
td[class=thead] {
        background: #D6DFEF !important;
        color: #587DBE !important;
}
td[class=thead] a {
  color: #587DBE !important;
        font-family: Georgia;
}
table[class=tborder] {
        background: #A0B5DA !important;
}
td[class=vbmenu_control] {
        background: #D6DFEF !important;
        color: #587DBE !important;
}
td[class=vbmenu_control] a {
  color: #587DBE !important;
}
.panel 
{
        background-color: #f8f8f8 !important;
        border: 0 !important;
}
.panelsurround {
        background-color: #F8F8F8 !important;
}



Alle Zeitangaben in WEZ +1. Es ist jetzt 22:04 Uhr.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25