Questions tagged [css]
Questions on Mathematica parsing and interaction with CSS (cascading style sheet) language used for describing the look and formatting of a document written in a markup language.
6 questions
4
votes
1
answer
250
views
Is it possible to build a small web site with vanilla Mathematica? How about a web server?
Note: This question is not about WebMathematica. I speculate it is capable of doing everything about to be discussed.
With its diverse capabilities and near endless ...
1
vote
1
answer
299
views
Mathematica 13.1 Enlarge default toolbar
I use a Full HD display. Fonts of the menu I have enlarged by using config for qt for Mathematica - file frontend.css. It is enough to put in it *{ font-size:22pt}. ...
10
votes
3
answers
819
views
Extracting a Hyperlink with WebExecute
I have been using WebSession and WebExecute to pull in information from a website. Using ...
0
votes
0
answers
189
views
how to export to html using multiple css
I have to convert many notebooks to HTML so I'm trying to create all possible rules so to minimize the manual correction. The html pages need to have multiple css links, something like the following
<...
44
votes
2
answers
3k
views
Extract information from HTML using CSS selectors?
TL;DR Is there any way that we can parse HTML using CSS selectors in Mathematica, the way it is done in for example jQuery?
Extracting information from websites, i.e. web-scraping, in Mathematica can ...
0
votes
1
answer
252
views
How to parse a .css file generated by Mathematica? modify values, add some values
How can I parse a .css file generated by Mathematica, for example when exporting a notebook to HTML? What is te best way to modify or add new values to the CSS?
I've written a simple function to add ...