MediaWiki: Monobook.css and Descent Into Pandemonium: Difference between pages

From DivNull RPG
(Difference between pages)
Jump to: navigation, search
imported>Wordman
No edit summary
 
No edit summary
 
Line 1: Line 1:
div.statBlock {
<div class="meta">
border: 1px solid #777;
The idea of the [https://seanmccoy.substack.com/p/dungeon23 #dungeon32] "contest" was to build a megadungeon by creating a brief outline of one room, each day, for the year of 2023. This is the result of mine, with an introduction written after it was all done.</div>
margin-left: 5px;
padding: 2px;
background: #eee;
width: 300px;
right: 0px;
float: right;
}


div.pathfinderBlock {
== Introduction ==
border: 1px solid #777;
margin-left: 5px;
padding: 2px;
background: #f7f7f7;
width: 404px;
right: 0px;
float: right;
}


div.pathfinderBlock p {
== January ==
line-height: normal;
margin-top: 2px;
margin-bottom: 1px;
text-indent: -1em;
padding-left: 1em;
}
 
table.statsText {
border: 1px solid #777;
margin-left: 5px;
padding: 2px;
background: #eee;
}
 
table.statsText td {
font-family: 'Helv','Helvetica',sans-serif;
font-size: 9pt;
padding: 0px;
margin: 0px;
line-height: normal;
}
 
table.statsText p {
margin: 0px;
padding: 0px;
line-height: normal;
}
 
table.statsTextInner {
width: 100%;
background: transparent;
}
 
table.statsTextInner td {
text-align: right;
padding-left: 2px;
white-space: nowrap;
}
 
table.statsTextInner td.innerFirst {
text-align: left;
}
 
table.free {
width: 100%;
background: transparent;
}
 
table.data {
border: 1px solid #777;
margin-left: 5px;
padding: 0px;
}
 
table.data p {
margin: 0px;
padding: 0px;
line-height: normal;
}
 
table.data td {
font-family: 'Helv','Helvetica',sans-serif;
font-size: 9pt;
padding: 0px 2px 0px 2px;
margin: 0px;
line-height: normal;
text-align: center;
}
 
table.data td.first {
font-weight: bold;
text-align: left;
}
 
table.data tr.alt {
background-color: #eee;
}
 
table.data th {
background-color: #ddd;
}
 
table.altdata {
border: 1px solid #777;
margin-left: 5px;
padding: 0px;
width: 100%;
}
 
table.altdata tr {
vertical-align: top;
}
 
table.altdata td {
font-family: 'Helv','Helvetica',sans-serif;
font-size: 9pt;
background-color: #f7f7f7;
padding: 0px 2px 0px 2px;
margin: 0px;
line-height: normal;
text-align: left;
vertical-align: top;
}
 
table.altdata th {
background-color: #ddd;
}
 
.symbols {
font-family: 'RpgSheet', sans-serif;
font-size: 10pt;
}
 
.house {
color: #909;
font-style: italic;
}
 
a.extiw, a.extiw:active {
background:transparent url(external.png) no-repeat scroll right center;
padding-right:13px;
}

Revision as of 04:37, 24 December 2023

The idea of the #dungeon32 "contest" was to build a megadungeon by creating a brief outline of one room, each day, for the year of 2023. This is the result of mine, with an introduction written after it was all done.

Introduction

January