Skip to main content

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.

4 votes
1 answer
250 views

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 ...
Jules Manson's user avatar
  • 2,507
1 vote
1 answer
299 views

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}. ...
nail's user avatar
  • 189
10 votes
3 answers
819 views

I have been using WebSession and WebExecute to pull in information from a website. Using ...
kickert's user avatar
  • 1,860
0 votes
0 answers
189 views

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 <...
bobknight's user avatar
  • 2,057
44 votes
2 answers
3k views

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 ...
C. E.'s user avatar
  • 71.7k
0 votes
1 answer
252 views

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 ...
HyperGroups's user avatar
  • 8,669