46 Commits

Author SHA1 Message Date
XhmikosR
a901c33d93 htdocs: update normalize.css. 2013-07-31 18:21:06 +03:00
XhmikosR
c57879e578 htdocs: tweak the "Download Now!" button. 2013-07-31 18:21:06 +03:00
XhmikosR
05dc0433fb htdocs: use span element for maxChars. 2013-07-31 18:21:06 +03:00
XhmikosR
e09dfadce6 htdocs: Make the Cppcheck header clickable. 2013-07-19 09:39:11 +02:00
XhmikosR
8862864062 htdocs/site/css/all.css: clean up link styles 2013-06-05 17:27:49 +02:00
XhmikosR
1e56b94311 htdocs: add a node.js method for minifying the files.
Run `node make` or `node make minify`.

Additionally, you can use `npm run check` or `npm run lint` to check our js and css files for errors with JSHint and csslint.
2013-06-05 17:27:21 +02:00
XhmikosR
ef6a1b6022 update normalize.css 2013-05-08 18:36:59 +02:00
XhmikosR
2d6d1f3250 web:
* add transition to all a:hover
* remove inherited font-family
* specify the default font size
2013-04-09 17:49:09 +02:00
XhmikosR
4df22a47d9 update normalize.css to v2.1.1 2013-04-08 11:53:59 +02:00
XhmikosR
5bff8d6b0b update pack.css with the latest clean-css 2013-03-30 19:06:13 +01:00
XhmikosR
b643da690a no need to overqualify the cmd class 2013-03-17 19:55:07 +02:00
XhmikosR
72735677d8 specify the box-sizing property so that the width is what we expect it to be 2013-03-17 19:55:06 +02:00
XhmikosR
da3e0daaf2 margin can't be used with display: inline so remove it 2013-03-17 19:55:06 +02:00
XhmikosR
8e13989d6a add a link to the commit author's github profile 2013-03-17 17:34:17 +01:00
XhmikosR
c64174ab36 htdocs: update minify scripts 2013-02-16 13:25:54 +01:00
XhmikosR
ad61ed2f93 all.css: move border-radius property after the vendor prefixed ones 2013-02-06 19:37:28 +01:00
XhmikosR
163cce726c all.css: use white and black instead of the hex since clean-css takes cares of this when it's smaller to use the hex 2013-01-24 21:01:14 +01:00
XhmikosR
392960513b all.css: no need to overqualify tags. Also merge two identical selectors. 2013-01-23 18:30:28 +01:00
XhmikosR
55b8ac00b0 htdocs: add normalize.css to ensure that the visual styles are the same across all browsers 2013-01-21 19:07:57 +01:00
XhmikosR
acb34e403b all.css: add transition effect for the Download now button 2013-01-21 19:07:31 +01:00
XhmikosR
e41768e799 all.css: use background-color when specifying only that property 2013-01-21 19:07:16 +01:00
XhmikosR
5f5eaf0763 merge similar selectors and use silver instead of the hex color since it's smaller 2012-12-23 19:56:11 +01:00
XhmikosR
53506973a4 partially revert f8c99ce065ef01b3864d5e467737f45f908cb2b0 and use 2 spaces 2012-12-15 09:46:02 +01:00
XhmikosR
ebd5c17b52 combine css and js files 2012-12-03 12:32:56 +01:00
XhmikosR
9ba25a891a htdocs/site/css: merge similar selectors and create the minified css with the latest clean-css 2012-12-03 12:32:21 +01:00
XhmikosR
f8c99ce065 htdocs/site/css: reindent 2012-12-03 12:31:45 +01:00
XhmikosR
e0434015fb css/all.css: cosmetic changes 2012-11-03 11:18:12 +01:00
Tim Gerundt
1eb36e9810 htdocs: Use also GeSHi styles for example code 2012-09-29 15:00:52 +02:00
Tim Gerundt
0d9640eb10 htdocs: Rename geshi(.min).css to demo(.min).css 2012-09-29 14:45:04 +02:00
Tim Gerundt
4df326051d htdocs: Move some CSS rules to geshi(.min).css file 2012-09-29 14:41:18 +02:00
XhmikosR
646bbfe230 minify css and js and use those 2012-09-22 20:19:16 +02:00
Tim Gerundt
a5bd41dd1c htdocs: Allow XML output in online demo 2012-09-18 18:51:47 +02:00
Tim Gerundt
e9ea8a4d37 Web: Add links to headings from long pages 2012-07-14 14:50:27 +02:00
Tim Gerundt
38be0db959 Web: Add also subversion command to devinfo 2012-07-07 17:39:50 +02:00
Tim Gerundt
a6450ecb07 Web: Online demo results table is now filterable 2012-06-02 16:25:06 +02:00
Tim Gerundt
a2b0f77310 Web: Online demo report use now a table for the results 2012-06-02 15:38:33 +02:00
Tim Gerundt
33edf63085 Web: Group online demo report by line numbers 2012-05-27 15:41:18 +02:00
Tim Gerundt
ea76c990d3 Web: Add own CSS file for GeSHi 2012-05-23 19:34:18 +02:00
Tim Gerundt
dd0e333023 Web: Use GeSHi for syntax highlighting from the "online demo report" code 2012-05-21 19:52:01 +02:00
Tim Gerundt
e3c8dacb1c Web: Add "Online Demo" page 2012-05-17 18:07:38 +02:00
Tim Gerundt
7108bbabce Web: Use Orbitron font for page head 2011-04-22 13:58:56 +02:00
Tim Gerundt
800a08f4de Web: Add "Download Now!" link 2011-01-25 17:38:55 +01:00
Tim Gerundt
fab5be4472 Web: Add News to homepage 2011-01-14 22:48:33 +01:00
Tim Gerundt
84fe2ef73e Web: Tweak style sheets for printing 2011-01-08 21:47:44 +01:00
Tim Gerundt
fbda0c5c7f Web: Add separator to tab items 2011-01-07 14:53:52 +01:00
Tim Gerundt
aa23c32c66 Web: Move style sheets to own file 2011-01-07 14:01:25 +01:00