English | česky | >> Português << | ZVON > Tutorials > CSS2 tutorial |
Introdução / Procura / ZVON |
>> Exemplo 19 << | Anterior | Próximo | Index | Conteúdos |
As CSS2 permitem que os autores especifiquem cores de forma a integrar com o ambiente gráfico do utilizador. Veja o exemplo, mude as propriedades de cores do seu computador, e repare de novo no exemplo.
Documento XML | folha de estilos CSS | Exemplo de ligação |
---|---|---|
(1)
<AAA> <ActiveBorder>ActiveBorder</ActiveBorder> <ActiveCaption>ActiveCaption</ActiveCaption> <AppWorkspace>AppWorkspace</AppWorkspace> <Background>Background</Background> <ButtonFace>ButtonFace</ButtonFace> <ButtonHighlight>ButtonHighlight</ButtonHighlight> <ButtonShadow>ButtonShadow</ButtonShadow> <ButtonText>ButtonText</ButtonText> <CaptionText>CaptionText</CaptionText> <GrayText>GrayText</GrayText> <Highlight>Highlight</Highlight> <HighlightText>HighlightText</HighlightText> <InactiveBorder>InactiveBorder</InactiveBorder> <InactiveCaption>InactiveCaption</InactiveCaption> <InactiveCaptionText>InactiveCaptionText</InactiveCaptionText> <InfoBackground>InfoBackground</InfoBackground> <InfoText>InfoText</InfoText> <Menu>Menu</Menu> <MenuText>MenuText</MenuText> <Scrollbar>Scrollbar</Scrollbar> <ThreeDDarkShadow>ThreeDDarkShadow</ThreeDDarkShadow> <ThreeDFace>ThreeDFace</ThreeDFace> <ThreeDHighlight>ThreeDHighlight</ThreeDHighlight> <ThreeDLightShadow>ThreeDLightShadow</ThreeDLightShadow> <ThreeDShadow>ThreeDShadow</ThreeDShadow> <Window>Window</Window> <WindowFrame>WindowFrame</WindowFrame> <WindowText>WindowText</WindowText> </AAA> | AAA {background-color:#252525} ActiveBorder {color:ActiveBorder} ActiveCaption {color:ActiveCaption } AppWorkspace {color:AppWorkspace} Background {color:Background} ButtonFace {color:ButtonFace} ButtonHighlight {color: ButtonHighlight} ButtonShadow {color:ButtonShadow} ButtonText {color:ButtonText} CaptionText {color:CaptionText} GrayText {color:GrayText} Highlight {color:Highlight} HighlightText {color:HighlightText} InactiveBorder {color:InactiveBorder} InactiveCaption {color:InactiveCaption} InactiveCaptionText {color:InactiveCaptionText} InfoBackground {color:InfoBackground} InfoText {color:InfoText} Menu {color:Menu } MenuText {color:MenuText} Scrollbar {color:Scrollbar} ThreeDDarkShadow {color:ThreeDDarkShadow} ThreeDFace {color:ThreeDFace} ThreeDHighlight {color:ThreeDHighlight} ThreeDLightShadow {color:ThreeDLightShadow} ThreeDShadow {color:ThreeDShadow } Window {color:Window} WindowFrame {color:WindowFrame} WindowText {color:WindowText} | Ver resultado |