Add MediaWiki CSS

This commit is contained in:
mossroy 2013-06-09 23:29:43 +02:00
parent 5953bcc316
commit 49a12b8faf
2 changed files with 2493 additions and 3 deletions

2492
css/mediawiki-main.css Normal file

File diff suppressed because it is too large Load Diff

View File

@ -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">&nbsp;</div> <div id="articleContent">&nbsp;</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