Ponieważ plik stylu CSS nie jest dostępny w sieci musimy go opublikować jako zasób.
Because the CSS style file is not Web accessible, we need to publish as an asset.
Jeśli używamy pliku stylu CSS form.css dostarczonego przez skrypt yiic wygenerowany formularz będzie podobny do następującego: Strona logowania
If we use the CSS style file form.css provided by the yiic script, the generated form would be like the following
Wiele ulepszeń stylu CSS w Adwaita.
Powyżej, nadpisujemy metodę CWidget::init oraz przypisujemy URL do CTabView::cssFile naszego nowego stylu CSS jeśli właściwość nie jest ustawiona.
In the above, we override the CWidget::init method and assign to CTabView::cssFile the URL to our new default CSS style if the property is not set.
Dzieje się tak dlatego, że przeglądarki stosują pewne domyślne style dla elementu<h1>(oraz innych), nawet jeżeli nie użyjesz żadnego stylu CSS!
That happens because browsers apply some default styling to the<h1>element (among others), even when you haven't applied any CSS at all!
Innym sposobem do określenia obrazka jest zastosowanie własności stylu CSS list-style-image w przycisku.
Another way to specify the image is by using the CSS list-style-image style property on the button.
Jeśli atrybut posiada błąd w danych wejściowych, klasa CSS etykiety będzie zmieniona na error, co zmieni wygląd etykiety odpowiednio do stylu CSS.
If the attribute has an input error, the label's CSS class will be changed to error, which changes the appearance of the label with appropriate CSS styles.