Commit 09d20cee4fe4889d27c2a528e9165fb68ffffe2f
1 parent
228a863ab4
Exists in
master
Changement de la coloration par défaut pour les modes export,
ainsi que tableau centrés.
Showing 2 changed files with 20 additions and 10 deletions Side-by-side Diff
templates/html/Default.html
... | ... | @@ -40,7 +40,9 @@ |
40 | 40 | |
41 | 41 | table { |
42 | 42 | border-collapse: collapse; |
43 | - width: 100%; | |
43 | + width: 98%; | |
44 | + margin-left: auto; | |
45 | + margin-right: auto; | |
44 | 46 | } |
45 | 47 | |
46 | 48 | td,th { |
47 | 49 | |
48 | 50 | |
... | ... | @@ -99,12 +101,15 @@ |
99 | 101 | </style> |
100 | 102 | |
101 | 103 | <!-- Themes clair : |
102 | - atom-one-light.css, vs.css | |
104 | + atom-one-light.css, vs.css googlecode.css github.css | |
105 | + qtcreator_light.css | |
103 | 106 | Themes sombres : |
104 | - agate.css, vs2015.css, atom-one-dark.css | |
107 | + agate.css vs2015.css atom-one-dark.css hybrid.css | |
108 | + ir-black.css sunburst.css tomorrow-night-bright.css | |
109 | + qtcreator_dark.css | |
105 | 110 | Demo live : https://highlightjs.org/static/demo/ --> |
106 | 111 | <link rel="stylesheet" |
107 | - href="[% resource('styles/atom-one-light.css') %]" > | |
112 | + href="[% resource('styles/sunburst.css') %]" > | |
108 | 113 | |
109 | 114 | <!-- hljs --> |
110 | 115 | <script src="[% resource('highlight.pack.js') %]"></script> |
templates/html/Default_with_index.html
... | ... | @@ -38,9 +38,11 @@ |
38 | 38 | h5 { color: #4e9a06; margin-bottom: 0; margin-left: 80px; margin-top: 1em;} |
39 | 39 | p { margin-top: 0 } |
40 | 40 | |
41 | - table { | |
41 | + table { | |
42 | 42 | border-collapse: collapse; |
43 | - width: 100%; | |
43 | + width: 98%; | |
44 | + margin-left: auto; | |
45 | + margin-right: auto; | |
44 | 46 | } |
45 | 47 | |
46 | 48 | td,th { |
47 | 49 | |
48 | 50 | |
... | ... | @@ -107,13 +109,16 @@ |
107 | 109 | hr{clear:both;} |
108 | 110 | </style> |
109 | 111 | |
110 | - <!-- Themes clair : | |
111 | - atom-one-light.css, vs.css | |
112 | +<!-- Themes clair : | |
113 | + atom-one-light.css, vs.css googlecode.css github.css | |
114 | + qtcreator_light.css | |
112 | 115 | Themes sombres : |
113 | - agate.css, vs2015.css, atom-one-dark.css | |
116 | + agate.css vs2015.css atom-one-dark.css hybrid.css | |
117 | + ir-black.css sunburst.css tomorrow-night-bright.css | |
118 | + qtcreator_dark.css | |
114 | 119 | Demo live : https://highlightjs.org/static/demo/ --> |
115 | 120 | <link rel="stylesheet" |
116 | - href="[% resource('styles/atom-one-light.css') %]" > | |
121 | + href="[% resource('styles/sunburst.css') %]" > | |
117 | 122 | |
118 | 123 | <!-- hljs --> |
119 | 124 | <script src="[% resource('highlight.pack.js') %]"></script> |