Imported AoWoW.

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>
This commit is contained in:
TheLuda
2011-09-25 20:57:24 +02:00
parent 0fab20e9d4
commit 947f95fb20
12244 changed files with 102011 additions and 0 deletions
+55
View File
@@ -0,0 +1,55 @@
.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;
}
+66
View File
@@ -0,0 +1,66 @@
.mapper
{
position:relative;
margin-top:10px;
border:3px solid #404040;
background-color:black;
}
.mapper .pin
{
position:absolute;
width:1px;
height:1px;
font-size:1px;
}
.mapper .pin a
{
position:relative;
width:11px;
height:11px;
left:-5px;
top:-5px;
background:url(../images/map-pin-yellow.png) no-repeat;
display:block;
}
.mapper .pin-1 a
{
background-image:url(../images/map-pin-green.png);
}
.mapper .pin-2 a
{
background-image:url(../images/map-pin-red.png);
}
.mapper .pin-3 a
{
background-image:url(../images/map-pin-blue.png);
}
.mapper .pin-4 a
{
background-image:url(../images/map-pin-purple.png);
}
.mapper .glow
{
margin:0 2px;
font-size:12px;
font-weight:bold;
color:white;
cursor:default;
white-space:nowrap;
}
.mapper .glow a
{
text-decoration:none;
}
.mapper .glow a:hover
{
text-decoration:underline;
}
File diff suppressed because it is too large Load Diff
+105
View File
@@ -0,0 +1,105 @@
#topbar-right input.search-database
{
background:white url(../images/enus/searchdatabase.gif) .2em center no-repeat;
}
div.modelviewer-quality div
{
float:left;
width:61px;
height:22px;
margin-right:10px;
background:url(../images/enus/modelviewer-picshures.gif) left center no-repeat;
}
div.modelviewer-model div
{
margin-left:40px;
margin-right:10px;
float:left;
width:50px;
height:22px;
background:url(../images/enus/modelviewer-picshures.gif) -506px center no-repeat;
}
a.modelviewer-help span
{
display:block;
width:52px;
height:22px;
background:url(../images/enus/modelviewer-picshures.gif) -100px center no-repeat;
}
a:hover.modelviewer-help span
{
background-position:-200px center;
}
a.modelviewer-close span
{
display:block;
width:66px;
height:22px;
background:url(../images/enus/modelviewer-picshures.gif) -300px center no-repeat;
}
a:hover.modelviewer-close span
{
background-position:-400px center;
}
a.screenshotviewer-prev b
{
display:block;
width:88px;
height:22px;
background:url(../images/enus/screenshotviewer-picshures.gif?2) -200px center no-repeat;
}
a.screenshotviewer-next b
{
display:block;
width:53px;
height:22px;
background:url(../images/enus/screenshotviewer-picshures.gif?2) -300px center no-repeat;
}
a.screenshotviewer-cover span
{
width:66px;
height:22px;
}
a.screenshotviewer-cover b
{
display:block;
width:66px;
height:22px;
background:url(../images/enus/screenshotviewer-picshures.gif?2) -100px center no-repeat;
}
a.screenshotviewer-original span
{
display:block;
width:93px;
height:22px;
background:url(../images/enus/screenshotviewer-picshures.gif?2) -400px center no-repeat;
}
a:hover.screenshotviewer-original span
{
background-position:-500px center;
}
a.screenshotviewer-close span
{
display:block;
width:66px;
height:22px;
background:url(../images/enus/screenshotviewer-picshures.gif?2) 0 center no-repeat;
}
a:hover.screenshotviewer-close span
{
background-position:-100px center;
}