Inlägg taggade ”css”
Skriverier då och då, på webben sedan 1994.
Posted 2023-01-17 21:06. Tagged rust, rsass, sass, project, css.
Again, after almost four months since the last
release, it is time to announce rsass 0.27.0.
There is a bunch of breaking changes and a bunch of improvements.
This time, one change may seem drastic: The rsass
crate no longer
contains the command-line program rsass.
Instead, that is now provided by a separate rsass-cli
crate.
So you no longer have to enable a “commandline” feature, instead you can
install the command line interface with:
:; cargo install rsass-cli
There is also a new rsass-macros crate.
Read on into the Macros section for that.
Read whole Rsass 0.27.0 released
.
Posted 2022-09-18 20:04. Tagged rust, rsass, sass, project, css.
More than three months after the last release, is is now the time to
announce rsass 0.26.0.
There is a bunch of breaking changes and a bunch of improvements.
The changelog has
the whole (too long) list.
But this time, some of the changes may go a bit deeper.
As usual, the breaking changes is breaking mainly to users who in some way
modify the global context from rust code, maybe by providing their own
builtin functions or maybe just by inserting a global variable.
Also this time, there is an improved way of calling ructe from a cargo
build.rs
program, see the Cargo section below.
Read whole Rsass 0.26.0 released
.
Posted 2022-05-16 22:11. Tagged r4s, css, meta, web, javascript.
I’ve had a light and a dark theme on this site since I switch from python
to rust.
But until now I have only used css @media
selection to enable the
dark theme, so it hasn’t been very discoverable.
If you have a browser that supports the prefers-color-scheme
query and
you have found that setting and enabled dark mode, you have seen this site
in the dark theme (and may not know that it had a light theme), otherwise you have
seen the site in the light theme (and not known about the dark).
Read whole Light or dark?
.
Publicerad 2022-01-16 22:07. Taggat r4s, css, meta, rust, web.
Jag har skrivit ny blogmjukvara igen!
Den förra hette r5, som i Rasmus (utan 5
bokstäver). Den nya är skriven i Rust (källkodsfilerna heter .rs
),
så det kändes naturligt att kalla den r4s,
också som i Rasmus (men utan 4 bokstäver 😎).
Nu får vi se om ett nytt kul blogprogram får mig att skriva fler blogposter.
Läs hela Ny blogmjukvara
med 1 kommentarer.
Posted 2012-01-13 20:50. Tagged css, html5, javascript, jquery, kratsbox, lightbox, meta.
I have written a new jQuery plugin.
It is a lightbox with focus on simplicity and usability.
I call it kratsbox, and it’s availiable on
github.
Instructions for use are in the readme at the github page.
Read whole A simple and usable lightbox
with 1 comments.
Publicerad 2009-06-02 21:00. Taggat css, meta, web.
Nu får min webb nytt utseende.
Dels hoppas jag det är snyggare, dels försöker jag underlätta för små
skärmar (telefoner).
Min design har alltid varit “relativ” så tillvida att jag försöker
utnyttja den fönsterstorlek man har på ett ett bra sätt, men när
skärmen är mindre än 400 pixlar bred kan man ändå behöva
specialanpassningar.
Samtidigt vill man ju att det ska se snyggt ut även med högupplösta
skärmar, i alla fall uppemot 1920x1200 …
Läs hela Ny design
.
Publicerad 2006-03-12 20:21. Taggat css, Stacken, web.
Websidor är i första hand tänkta att läsas på skärm, men visst ska det
gå att göra snygga utskrifter av dem också. Många större siter har en
länk för “utskriftsformat” på varje sida.
Men ska användaren verkligen behöva leta upp en sådan länk, som heter
olika på varje site, för att få en utskrift som inte ser ut som sju
svåra år?
Läs hela Utskrift av websidor
.
Posted 1998-12-14 12:00. Last updated 2003-12-28 12:00. Tagged c++, css, project, xml.
An open-source HTML / SGML printer that uses
CSS2.
StyleScript reads a HTML / SGML file, local
or from an URL, and writes a Postscript file.
I use the sp library, so only files that
names a dtd and conforms to it is supported.
If your document passes the
W3C validator without errors,
it should be printable.
Update 2003-12-28:
StyleScript is dead, viva
Passepartout
Read whole StyleScript
.