Difference between revisions of "Dead Mall/Layout"

From City of Hope MUSH
Jump to navigation Jump to search
imported>Felix
m
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__{{#css:
 
__NOTOC__{{#css:
 +
html, body {
 +
    height: auto;
 +
    min-height: 100%;
 +
    position: relative;
 +
}
 +
#left-navigation {
 +
    border-left: 1px solid white;
 +
    left: -2px;
 +
}
 +
div#mw-panel {
 +
    background: white none repeat scroll 0 0;
 +
    border-bottom: 1px solid rgba(42, 54, 43, 0.5);
 +
    border-left: 1px solid rgba(42, 54, 43, 0.5);
 +
    border-radius: 0 0 10px 10px;
 +
    border-right: 1px solid rgba(42, 54, 43, 0.5);
 +
    height: 35em;
 +
    left: 2px;
 +
    opacity: 0.5;
 +
    padding-bottom: 1em;
 +
    padding-left: 0;
 +
    padding-right: 1em;
 +
    position: absolute;
 +
    top: -35.25em;
 +
    transition: top 0.5s ease 0s, opacity 0.5s ease 0s !important;
 +
    width: 10em;
 +
    z-index: 100;
 +
}
 +
div#mw-panel::after {
 +
    bottom: 0.5em;
 +
    color: rgba(42, 54, 43, 0.5);
 +
    content: "▼ Menu ▼";
 +
    display: block;
 +
    font-size: 0.75em;
 +
    left: 0;
 +
    padding-top: 0.5em;
 +
    position: absolute;
 +
    text-align: center;
 +
    width: 100%;
 +
}
 +
div#mw-panel:hover {
 +
    opacity: 1;
 +
    top: 0;
 +
}
 +
div#mw-panel:hover::after {
 +
    border-top: 1px dotted rgba(42, 54, 43, 0.5);
 +
    content: "▲ Menu ▲";
 +
}
 +
#p-logo {
 +
    display: none;
 +
}
 +
div#content {
 +
    margin-left: 0;
 +
}
 +
/*---General---*/
 
#content.mw-body {
 
#content.mw-body {
 
     font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
 
     font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
Line 8: Line 62:
 
#contentSub {
 
#contentSub {
 
     display: none;
 
     display: none;
 +
}
 +
div#bodyContent {
 +
    background: #f9f9f9 none repeat scroll 0 0;
 +
}
 +
.mw-content-ltr {
 +
    background: white none repeat scroll 0 0;
 
}
 
}
 
#firstHeading {
 
#firstHeading {
Line 17: Line 77:
 
#catlinks.catlinks {
 
#catlinks.catlinks {
 
     border: 1px solid #f9f9f9;
 
     border: 1px solid #f9f9f9;
     left: -1px;
+
     left: -7px;
 
     margin: 0 auto;
 
     margin: 0 auto;
 
     max-width: 1000px;
 
     max-width: 1000px;
 +
    padding-left: 1.25em;
 
     position: relative;
 
     position: relative;
 
}
 
}
Line 30: Line 91:
 
     flex-flow: row wrap;
 
     flex-flow: row wrap;
 
     justify-content: space-between;
 
     justify-content: space-between;
 +
    left: -1px;
 
     margin: 0 auto;
 
     margin: 0 auto;
 
     max-width: 1000px;
 
     max-width: 1000px;
 
     opacity: 0.5;
 
     opacity: 0.5;
     padding: 0.5em;
+
     padding:0 0.5em;
 +
    position: relative;
 
}
 
}
 
#footer > div:last-child {
 
#footer > div:last-child {
Line 51: Line 114:
 
}
 
}
 
.wrapper {
 
.wrapper {
 +
    border-bottom: 3px solid rgba(42, 54, 43, 0.5);
 
     font-size: 1.25em;
 
     font-size: 1.25em;
 
     margin-top: -1em;
 
     margin-top: -1em;
Line 72: Line 136:
 
}
 
}
 
.bg img {
 
.bg img {
     bottom: 0;
+
     bottom: -1.5em;
 
     height: auto;
 
     height: auto;
 
     opacity: 0.75;
 
     opacity: 0.75;
Line 199: Line 263:
 
}
 
}
 
.more {
 
.more {
    border-bottom: 3px solid rgba(42, 54, 43, 0.5);
 
 
     display: flex;
 
     display: flex;
 
     flex-flow: row wrap;
 
     flex-flow: row wrap;
 
     justify-content: center;
 
     justify-content: center;
 
     padding: 1em 0;
 
     padding: 1em 0;
 +
    max-width: 1000px;
 +
    margin: 0 auto;
 
}
 
}
 
.logs {
 
.logs {
     min-width: 250px;
+
     min-width: 275px;
     padding: 0 .65em 0 1.25em;
+
     padding: 0 .5em 0 0;
 
}
 
}
 +
 
.music {
 
.music {
     max-width: 750px;
+
     max-width: 725px;
     padding: 0 1.25em 0 .65em;
+
     padding: 0 0 0 0.5em;
 
     position: relative;
 
     position: relative;
     width: calc(100% - 250px - 3.8em);
+
     width: calc(100% - 275px - 1em);
 
}
 
}
 
.music ul {
 
.music ul {
Line 223: Line 289:
 
}
 
}
 
.music li {
 
.music li {
     flex: 0 0 50%;
+
     flex: 0 0 40%;
 +
    white-space: nowrap;
 +
}
 +
.music li:nth-of-type(2n) {
 +
    flex: 0 0 60%;
 
}
 
}
 
/*---Descriptions---*/
 
/*---Descriptions---*/
Line 279: Line 349:
 
#riteaid:target ~ #riteaid-panel,
 
#riteaid:target ~ #riteaid-panel,
 
#upstairs:target ~ #upstairs-panel,
 
#upstairs:target ~ #upstairs-panel,
#basement:target ~ #basement-panel,
+
#culture:target ~ #culture-panel,
 
#other:target ~ #other-panel {
 
#other:target ~ #other-panel {
 
     display: block;
 
     display: block;
Line 299: Line 369:
 
     margin: 1em 0 .5em 1em;
 
     margin: 1em 0 .5em 1em;
 
     width: 275px;
 
     width: 275px;
 +
}
 +
.up {
 +
    height: 275px;
 +
    width: auto;
 +
}
 +
.smol {
 +
    width: 150px;
 
}
 
}
 
hr {
 
hr {
Line 317: Line 394:
 
     opacity: 0.75;
 
     opacity: 0.75;
 
     position: absolute;
 
     position: absolute;
     right: 1.25em;
+
     right: 0;
 
     top: -2.25em;
 
     top: -2.25em;
 
     width: auto;
 
     width: auto;
Line 358: Line 435:
 
<div id="riteaid" class="tab" tabindex="0">[[#riteaid|Rite-Aid Express]]</div>
 
<div id="riteaid" class="tab" tabindex="0">[[#riteaid|Rite-Aid Express]]</div>
 
<div id="upstairs" class="tab" tabindex="0">[[#upstairs|Upstairs]]</div>
 
<div id="upstairs" class="tab" tabindex="0">[[#upstairs|Upstairs]]</div>
<div id="basement" class="tab" tabindex="0">[[#basement|Basement]]</div>
+
<div id="culture" class="tab" tabindex="0">[[#culture|Culture]]</div>
 
<div id="other" class="tab" tabindex="0">[[#other|Other]]</div>
 
<div id="other" class="tab" tabindex="0">[[#other|Other]]</div>
 
<div id="hmm" class="tab" tabindex=0>&nbsp;</div>
 
<div id="hmm" class="tab" tabindex=0>&nbsp;</div>
Line 379: Line 456:
 
{{{upstairs}}}
 
{{{upstairs}}}
 
</div>
 
</div>
<div id="basement-panel" class="panel"><h3>Basement</h3>
+
<div id="culture-panel" class="panel"><h3>Culture</h3>
{{{basement}}}
+
{{{culture}}}
 
</div>
 
</div>
 
<div id="other-panel" class="panel"><h3>Other Non-Residential Stores</h3>
 
<div id="other-panel" class="panel"><h3>Other Non-Residential Stores</h3>
Line 401: Line 478:
 
<ul class="plainlinks">
 
<ul class="plainlinks">
 
{{{playlist}}}
 
{{{playlist}}}
[[File:DMrats2.png|link=|class=rats2]]
+
<br>
 
</ul>
 
</ul>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 23:33, 26 June 2024

DMtopbg.jpg

DMpics.png
DMsign.png

Welcome to the Dead Mall!

Once upon a time, Prospect Plaza was a bright shining gem of the Harbor district. Those days are long gone, along with first one anchor store, then another, then all the inner stores one by one until, with the arrival of newer, bigger, classier malls out in the suburbs, the Plaza was officially abandoned.

For years it languished, falling further into disrepair behind the forbidding fencing and 'no trespassing' signs. But waste not, want not, and Bone Gnawers don't tend to want to waste. Prospect's contingent of the tribe has taken it over, working their own form of renovation on the place.

If you're a 'Gnawer or their kin, c'mon by! If you're a friend, ask to drop in. If you're anyone else... beware of dog.DMrats.png

    Directory

    {{{stores}}}

Main Areas

 

Outside

{{{outside}}}

Commons

{{{commons}}}

Food Court

{{{food}}}

Movie Theatre

{{{movie}}}

Rite-Aid Reflecting Pool

{{{riteaid}}}

Upstairs

{{{upstairs}}}

Culture

{{{culture}}}

Other Non-Residential Stores

{{{other}}}

DMlogo.png