Ptolus 13th Age Conversion and MediaWiki:Tweeki.css: Difference between pages

From DivNull RPG
(Difference between pages)
Jump to: navigation, search
imported>Wordman
(Musings)
 
No edit summary
 
Line 1: Line 1:
Some thoughts on converting ''Ptlous'' to ''13th Age''.
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;
}


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


There is this post: https://plus.google.com/110732433696159436591/posts/gL8cSi4W1aq
.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
color: white;
}


It gets some things wrong. Some of the icons are too small time. Not enough of the icons are in opposition to each other. Only 11 of them. Looking at posts of the playtest that came out of that link, ''all'' of the characters had nothing but positive relations with the icons, which is fairly off for _13th Age_ as written. I do like the idea of the icons being organisations in the city, rather than people. That works a lot better for the tone of _Ptolus_.
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: white;
}


A rough guess at how I'd do it:
.firstHeading {
text-align: left;
}


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


* Church of Lothian
a {
* Commissar
color: #370E5E;
* The Fallen
}
* Inverted Pyramid
* The Iron Guild
* Pactlords of the Quaan
* Delver’s Guild
* The Shuul
* Vox Populi


* Noble Families? (tough, because they are not unified. Maybe work that into the mechanics somehow).
h1, h2, h3, h4, h5, h6 {
* Crime Syndycates? (same)
margin-bottom: .25rem;
* The Guilds (Ironworkers, Masons, etc.)
margin-top: .5rem;
* Chaos Cults? (generally obliterated by The Six) "Forces of Chaos"?
}
* Iron Mage?
 
* Keepers of the Veil, Knights of the Golden Cross, Knights of the Pale, The Malkuth : "Forces of Light"?
.h1, h1 {
    font-size:2rem
}
 
.h2, h2 {
    font-size:1.75rem
}
 
.h3, h3 {
    font-size:1.5rem
}
 
.h4, h4 {
    font-size:1.25rem
}
 
.h5, h5 {
    font-size:1.12rem
}

Revision as of 03:12, 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;
}

.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;
}

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

a {
color: #370E5E;
}

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

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

.h2, h2 {
    font-size:1.75rem
}

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

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

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