Warning: this is an htmlized version!
The original is here, and the conversion rules are here. |
####### # # E-scripts on css. # # Note 1: use the eev command (defined in eev.el) and the # ee alias (in my .zshrc) to execute parts of this file. # Executing this file as a whole makes no sense. # An introduction to eev can be found here: # # (find-eev-quick-intro) # http://angg.twu.net/eev-intros/find-eev-quick-intro.html # # Note 2: be VERY careful and make sure you understand what # you're doing. # # Note 3: If you use a shell other than zsh things like |& # and the for loops may not work. # # Note 4: I always run as root. # # Note 5: some parts are too old and don't work anymore. Some # never worked. # # Note 6: the definitions for the find-xxxfile commands are on my # .emacs. # # Note 7: if you see a strange command check my .zshrc -- it may # be defined there as a function or an alias. # # Note 8: the sections without dates are always older than the # sections with dates. # # This file is at <http://angg.twu.net/e/css.e> # or at <http://angg.twu.net/e/css.e.html>. # See also <http://angg.twu.net/emacs.html>, # <http://angg.twu.net/.emacs[.html]>, # <http://angg.twu.net/.zshrc[.html]>, # <http://angg.twu.net/escripts.html>, # and <http://angg.twu.net/>. # ####### # «.text-shadow» (to "text-shadow") # «.flexbox» (to "flexbox") # «.indent» (to "indent") # «.devtools-css» (to "devtools-css") https://www.w3schools.com/css/css_margin.asp ##### # # text-shadow # 2019sep21 # ##### # «text-shadow» (to ".text-shadow") # https://marmalade-repo.org/#download # https://marmalade-repo.org/-/bootstrap/css/bootstrap.css # https://marmalade-repo.org/-/style.css # https://css-tricks.com/almanac/properties/t/text-shadow/ ##### # # flexbox # 2024nov08 # ##### # «flexbox» (to ".flexbox") # https://css-tricks.com/snippets/css/a-guide-to-flexbox/ # (find-telegachat "-1002188044240#4713" "justify-content") # (find-telegachat "-1002188044240#4720" "a-guide-to-flexbox") # (find-SUBS "2024-philosophy-tube-butler.lua" "ButlerSub") # (find-SUBS "2024-philosophy-tube-butler.lua" "ButlerSub" "display:flex") ##### # # indent # 2024dec23 # ##### # «indent» (to ".indent") # (find-books "__comp/__comp.el" "css") # (find-books "__comp/__comp.el" "css" "149" "3.23" "Indent in the First Line of a Paragraph") # (find-csscookbookpage (+ 26 7) "basic page with the HTML5 DTD") # (find-csscookbooktext (+ 26 7) "basic page with the HTML5 DTD") # (find-csscookbookpage (+ 26 35) "text/css") # (find-csscookbooktext (+ 26 35) "text/css") # (brg "/tmp/h.html") # (ee-copy-rest-3m nil "-- end" "/tmp/h.html") <html> <head> <title>CSS Cookbook</title> <style type="text/css"> <!-- body { font-family: verdana, arial, sans-serif; } h1 { font-size: 120%; } a { text-decoration: none; } p { font-size: 90%; } --> </style> </head> <body> <h1>Title of Page</h1> <p>This is a sample paragraph with a <a href="http://csscookbook.com">link</a>.</p> </body> </html> -- end # file:////tmp/h.html ##### # # devtools-css # 2024dec25 # ##### # «devtools-css» (to ".devtools-css") # https://developer.chrome.com/docs/devtools/css https://engineering.kablamo.com.au/posts/2021/my-first-css https://www.pollen.style/ https://news.ycombinator.com/item?id=28968137 What do I need to read to be a CSS dev? (baldurbjarnason.com) https://www.manning.com/books/css-in-depth https://drewdevault.com/2019/09/08/Enough-to-decide.html .bullshit text-shadow https://news.ycombinator.com/item?id=33920510 Show HN: Versatile Metallic Finish for CSS (metallicss.com) https://news.ycombinator.com/item?id=34183663 Color Formats in CSS (joshwcomeau.com) https://andy-bell.co.uk/my-favourite-3-lines-of-css/ https://elisehe.in/2023/03/27/minimal-html-in-design-systems https://adrianroselli.com/2023/03/css-only-widgets-are-inaccessible.html https://news.ycombinator.com/item?id=35517629 Al Jaffee, king of the Mad Magazine fold-in, has died (nytimes.com) https://thomaspark.co/2020/06/the-mad-magazine-fold-in-effect-in-css/ https://news.ycombinator.com/item?id=35646199 Spinning Diagrams with CSS (x.st) https://cssgridgenerator.io/ CSS Grid Generator https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_nesting/Using_CSS_nesting https://latex.vercel.app/ https://news.ycombinator.com/item?id=42244832 LaTeX.css – Make your website look like a LaTeX document (latex.vercel.app) https://css-tip.com/animation-without-keyframes/ # Local Variables: # coding: utf-8-unix # End: