mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Some HTML tweaks
This commit is contained in:
parent
255bb79a50
commit
f505351730
2 changed files with 10 additions and 3 deletions
|
|
@ -3,13 +3,19 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1">
|
||||
<title>Evennia by evennia</title>
|
||||
<title>Evennia Python MUD/MU creation system</title>
|
||||
|
||||
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
|
||||
<link rel="stylesheet" href="stylesheets/styles.css">
|
||||
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open Sans' rel='stylesheet'>
|
||||
<link href='https://fonts.googleapis.com/css?family=Arvo' rel='stylesheet'>
|
||||
<script src="javascripts/scale.fix.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
|
||||
<meta name="description" content="Evennia is a modern Python library and server for creating text-based
|
||||
multi-player games and virtual worlds (also known as MUD, MUSH, MU, MUX, MUCK, etc).
|
||||
While Evennia handles all the necessary things every online game needs, like database and
|
||||
networking, you create the game of your dreams by writing normal Python modules.">
|
||||
<!--[if lt IE 9]>
|
||||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
|
||||
/* @import url(https://fonts.googleapis.com/css?family=Arvo:400,700,400italic);
|
||||
@import url(https://fonts.googleapis.com/css?family=Open%20Sans:400,700,400italic); */
|
||||
|
||||
/* MeyerWeb Reset */
|
||||
|
||||
|
|
@ -27,7 +28,7 @@ time, mark, audio, video {
|
|||
|
||||
body {
|
||||
padding:10px 50px 0 0;
|
||||
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-family:"Open Sans", Helvetica, Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
color: #232323;
|
||||
background-color: #F4F3F1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue