Folgende Einträge sind dafür verantwortlich:
Code:
[style.css, Zeile 122-137]
.website .page .contents .col .boxContainer {
background: url(../images/website/box/bg.png) repeat-y top center #2d96cd;
padding: 7px;
border: 1px solid hsla(190, 85%, 50%, 1);
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.30); -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.30); -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.30);
}
.website .page .contents .col .boxContainer .box {
background: hsla(0, 0%, 92%, 1);
padding: 5px; margin-top: 8px;
border: 1px solid rgba(0, 0, 0, 0.30);
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
box-shadow: 0 0 0 1px hsla(190, 85%, 50%, 1); -webkit-box-shadow: 0 0 0 1px hsla(190, 85%, 50%, 1); -moz-box-shadow: 0 0 0 1px hsla(190, 85%, 50%, 1);
}
Code:
[style.css, Zeile 182-196]
.website .page .contents .main-col .contentContainer {
background: url(../images/website/content/bg.png) repeat-y top center #2d96cd;
padding: 7px;
border: 1px solid hsla(190, 85%, 50%, 1);
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.30); -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.30); -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.30);
}
.website .page .contents .main-col .content, .website .page .contents .main-col .slider {
background: hsla(0, 0%, 92%, 1);
padding: 5px;
border: 1px solid rgba(0, 0, 0, 0.30);
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
box-shadow: 0 0 0 1px hsla(190, 85%, 50%, 1); -webkit-box-shadow: 0 0 0 1px hsla(190, 85%, 50%, 1); -moz-box-shadow: 0 0 0 1px hsla(190, 85%, 50%, 1);
}
Bei den beiden Containern
(.boxContainer/.contentContainer) ist es der
border-Wert. Bei den beiden danach folgenden Einträgen sind es sämtliche
box-shadow-Einträge.
Den hsl(a)-Farbcode ziehe ich der rgb/HEX-Variante vor. Es ist meinem Ermessen nach wesentlich einfacher, mit hsl(a) eine Farbe so zu ändern, wie es einem beliebt, wenn man dort den Dreh einmal heraushat. Ein kleiner Tipp am Rande für die Firefoxnutzer unter euch: Installiert euch das Addon Firebug, ist ein umfangreicherer Quelltextviewer, als der, den es mit F12 standardmäßig gibt. Es lohnt sich, gerade bei solchen Dingen.
Quote:
Originally Posted by yeay
Mag dumm klingen, hab aber ein kleines Problem
|
Ich leiste für die v2 Support, daher gibt es keine dummen Fragen. Dumm
(eventuell ist das Wort in diesem Sinnzusammenhang etwas zu hart) ist, wenn man nicht fragt. ;-)