Main Page and MediaWiki:Tweeki.css: Difference between pages

From DivNull RPG
(Difference between pages)
Jump to: navigation, search
imported>Rgulizia
No edit summary
 
No edit summary
 
Line 1: Line 1:
__NOTOC__
body {
==Welcome to our worlds==
  font-family: "proxima-nova",BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}


This [http://www.mediawiki.org/ MediaWiki]-powered website provides a place for information about various role-playing campaigns. All account holders may read, edit and add documents and files to this site, allowing the gaming group to collaborate on campaign content.
@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}


This site may be read by the public, but only account-holders may edit it. Accounts are granted by invitation only.


==Campaigns==
.navbar-light {
background-color: rgb(85, 51, 85)!important;
}


===Active===
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: white;
}


'''[[Forgotten Suns]]''' is an [[Exalted]] campaign run by [[User:Wordman|Wordman]] in Long Island.
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: white;
}


'''[[Dissolution]]''' is an occasional Pathfinder game set in the [[Ptolus]] campaign setting.
.firstHeading {
text-align: left;
font-weight: 700;
}


'''[[Enroth]]''' is a unique rules (AD&D based) campaign conceived by [[User:Rgulizia|Russ]].
.btn-primary  {
background-color: rgb(85, 51, 85);
}
.btn-primary:hover  {
background-color: rgb(75, 41, 75);
}


===Conceptual===
a {
color: #370E5E;
}


'''[[Byzantium]]''' a possible play-by-chat game.
h2, h3, h4, h5, h6 {
margin-bottom: .25rem;
margin-top: .5rem;
font-weight: 600;
}


The '''[[Archipelago Conundrum]]''' is a set of characters and a scenario intended to be used at conventions to teach people how to play Exalted: Second Edition.
.h1, h1 {
    font-size:2rem
}


A '''[[Vortex Campaign]]''', attempting to make the inability of people to show up on a regular basis an asset instead of a detriment.
.h2, h2 {
    font-size:1.75rem;
    color: rgb(85, 51, 85);
}


'''[[Project C]]''' a possible open source, system agnostic fantasy setting.
.h3, h3 {
    font-size:1.5rem
}


'''[[Spirit of the Æther]]''' a possible play-by-video-chat ''Spirt of the Century'' game.
.h4, h4 {
    font-size:1.25rem
}


'''[[Russ's World]]''' a possible revival of the [[Heroes Unlimited]] game in a play-by-chat mode.
.h5, h5 {
    font-size:1.12rem
}


===Inactive===
div.meta
 
{
'''[[Greyhawk]]''': a D&D2 game set in the World of Greyhawk, run by [[User:Rgulizia|Russ]].
font-style: italic;
 
background: #eee;
'''[[Control]]''': a [[Heroes Unlimited]] game set in 1970's San Francisco, run by [[User:Rgulizia|Russ]].
border: 1px solid #777;
 
padding: 1px 5px 0px 5px;
'''[[Mecca]]''': an In Nomine campaign influenced by 9/11, run by [[User:Rsama|Rob]]
margin-bottom: 7px;
 
}
The '''[[Reavers]]''' is a gang-based [[Shadowrun]] Third Edition campaign run by [[User:Wordman|Wordman]].
 
'''[[Thorn Campaign|Thorn]]''': a long running D&D2 campaign pivoting around a chess set.
 
'''[[Tyrian]]''': a mostly diceless Roman-like campaign where the players were unaware of their own stats.
 
==Stats==
 
{|
|-
! Total pages by campaign
! Total characters per user
|-
| {{#ask:
  [[Category:Campaign]] [[related page count::>1]]
  |?related page count
  |sort=related page count
  |height=120
  |width=400
  |format=googlepie
}}
| {{#ask:
  [[Category:Player]] [[character count::>1]]
  |?character count
  |sort=character count
  |height=120
  |width=400
  |format=googlepie
}}
|-
| {{#ask:
  [[Category:Campaign]] [[related page count::+]]
  |?related page count
  |sort=related page count
  |order=descending
  |format=table
}}
| {{#ask:
  [[Category:Player]] [[character count::+]]
  |?character count
  |sort=character count
  |order=descending
  |format=table
}}
|}
 
''Only pages using semantic markup are counted in these charts.''
 
==Links==
 
* [http://rpg.divnull.com/suffolk/ Suffolk Gaming Information] lists gaming groups and stores in Suffolk County, Long Island.
* [http://www.divnull.com/lward/gaming/ Wordman's Gaming Page] lists other gaming information.

Revision as of 06:58, 24 December 2023

body {
  font-family: "proxima-nova",BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

@media (min-width: 1500px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1440px;
    }
}


.navbar-light {
 background-color: rgb(85, 51, 85)!important;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
 color: white;
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
 color: white;
}

.firstHeading {
 text-align: left;
 font-weight: 700;
}

.btn-primary  {
 background-color: rgb(85, 51, 85);
}
.btn-primary:hover  {
 background-color: rgb(75, 41, 75);
}

a {
color: #370E5E;
}

h2, h3, h4, h5, h6 {
 margin-bottom: .25rem;
 margin-top: .5rem;
 font-weight: 600;
}

.h1, h1 {
    font-size:2rem
}

.h2, h2 {
    font-size:1.75rem;
    color: rgb(85, 51, 85);
}

.h3, h3 {
    font-size:1.5rem
}

.h4, h4 {
    font-size:1.25rem
}

.h5, h5 {
    font-size:1.12rem
}

div.meta
{
 font-style: italic;
 background: #eee;
 border: 1px solid #777;
 padding: 1px 5px 0px 5px;
 margin-bottom: 7px;
}