mirror of
https://github.com/kiwix/kiwix-js.git
synced 2025-09-22 12:01:15 -04:00
Add MediaWiki CSS
This commit is contained in:
parent
5953bcc316
commit
49a12b8faf
2492
css/mediawiki-main.css
Normal file
2492
css/mediawiki-main.css
Normal file
File diff suppressed because it is too large
Load Diff
@ -32,11 +32,10 @@ License:
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<!-- TODO : implement CSS <link rel="stylesheet" href="css/app.css"> -->
|
<link rel="stylesheet" href="css/mediawiki-main.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Evopedia</h1>
|
<h1>Evopedia</h1>
|
||||||
<div id="content">
|
|
||||||
<input type="button" id="showHideAbout" value="About" />
|
<input type="button" id="showHideAbout" value="About" />
|
||||||
<div id="about" style="display: none;">
|
<div id="about" style="display: none;">
|
||||||
This is a preliminary work on the port of Evopedia (offline wikipedia reader) in HTML5/Javascript, with Firefox OS as the primary target
|
This is a preliminary work on the port of Evopedia (offline wikipedia reader) in HTML5/Javascript, with Firefox OS as the primary target
|
||||||
@ -88,7 +87,6 @@ License:
|
|||||||
</div>
|
</div>
|
||||||
<div id="articleContent"> </div>
|
<div id="articleContent"> </div>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Using require.js, a module system for javascript, include the
|
<!-- Using require.js, a module system for javascript, include the
|
||||||
js files. This loads "main.js", which in turn can load other
|
js files. This loads "main.js", which in turn can load other
|
||||||
|
Loading…
x
Reference in New Issue
Block a user