lambdaspeech
::
style
1
[
pages
][
login
][
load
]
_h1 style _p The special form '{style CSS rules} allows modifying the default skin of the current page. For instance writing {pre '{style ;; body { background:#aaa; } #content { position:absolute; z-index:-1; width:400px; font:normal 1.5em georgia; margin-top:50px; -webkit-transform:rotate(-5deg); transform:rotate(-5deg); } } } _p sets the body's background color to {b #aaa}, the content's frame width to 400px and so on. {style ;; body { background:#aaa; /* and so on */ } #content { width: 400px; font:normal 1.5em georgia; margin-top:50px; -webkit-transform:rotate(-5deg); transform:rotate(-5deg); position:absolute; z-index:-1; } }
lambdaspeech v.20180812