This version of AoWoW is based on https://github.com/udw/udwbase and is not yet usable. An initial amount of testing has been finished, and you can import the aowow.sql database into your world database, and create a local copy of config.php.in as config.php to test this version. FirePHP (http://firephp.org/) has been added for testing purposes. Signed-off-by: TheLuda <theluda@getmangos.com>
55 lines
489 B
CSS
55 lines
489 B
CSS
.book
|
|
{
|
|
width:28em;
|
|
border:3px solid #404040;
|
|
}
|
|
|
|
.book .header
|
|
{
|
|
cursor:default;
|
|
text-align:center;
|
|
background-color:#404040;
|
|
padding:3px 4px 5px;
|
|
}
|
|
|
|
.book .previous
|
|
{
|
|
float:left;
|
|
text-align:left;
|
|
width:33%;
|
|
}
|
|
|
|
.book .next
|
|
{
|
|
float:right;
|
|
text-align:right;
|
|
width:33%;
|
|
}
|
|
|
|
.book .page
|
|
{
|
|
background-color:#181818;
|
|
padding:4px;
|
|
}
|
|
|
|
.book p
|
|
{
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
|
|
.book h1,.book h2
|
|
{
|
|
border:0;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.book h1
|
|
{
|
|
font-size:16px;
|
|
}
|
|
|
|
.book h2
|
|
{
|
|
font-size:14px;
|
|
} |