MediaWiki:Common.css: Difference between revisions

From Chronicles of Eternia
Jump to navigation Jump to search
No edit summary
No edit summary
 
(52 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* Reset italic styling set by user agent */
/* CSS placed here will be applied to all skins */
cite,
body #mw-head {
dfn {
background-image: url( https://i.imgur.com/taCA1QK.jpg);
font-style: inherit;
background-repeat: no-repeat;
}
background-color: #2A3137;
 
}
/* Straight quote marks for <q> */
body {
q {
background-image: url( https://i.imgur.com/taCA1QK.jpg);
quotes: '"' '"' "'" "'";
background-repeat: no-repeat;
}
  background-color: #2A3137;
 
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}
 
/* Consistent size for <small>, <sub> and <sup> */
small {
font-size: 85%;
}
 
.mw-body-content sub,
.mw-body-content sup,
span.reference /* for Parsoid */ {
font-size: 80%;
}
 
/* Same spacing for indented and unindented paragraphs on talk pages */
.ns-talk .mw-body-content dd {
margin-top: 0.4em;
margin-bottom: 0.4em;
}
 
/* Main page fixes */
#interwiki-completelist {
font-weight: bold;
}
 
/* Reduce page jumps by hiding collapsed/dismissed content */
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .collapsible:not( .mw-made-collapsible).collapsed > tbody > tr:not(:first-child),
 
/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
display: none;
}
 
/* Adds padding above Watchlist announcements where new recentchanges/watchlist filters are enabled */
.mw-rcfilters-enabled .mw-specialpage-summary {
margin-top: 1em;
}
 
/* Highlight linked elements (such as clicked references) in blue */
.citation:target {
background-color: rgba(0, 127, 255, 0.133);
}
 
/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.citation {
word-wrap: break-word;
}
 
/* Make the list of references smaller
* Keep in sync with Template:Refbegin/styles.css
* And Template:Reflist/styles.css
*/
ol.references {
font-size: 90%;
margin-bottom: 0.5em;
}
 
/* Style for horizontal lists (separator following item).
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 8 (2016-05-21)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
 
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
margin: 0; /* don't trust the note that says margin doesn't work with inline
* removing margin: 0 makes dds have margins again */
display: inline;
}
 
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
display: inline;
}
 
/* Hide empty list items */
.hlist .mw-empty-li {
display: none;
}
 
/* Generate interpuncts */
.hlist dt:after {
content: ": ";
}
 
/**
* Note hlist style usage differs in Minerva and is defined in core as well!
* Please check Minerva desktop (and Minerva.css) when changing
* See https://phabricator.wikimedia.org/T213239
*/
.hlist dd:after,
.hlist li:after {
content: " · ";
font-weight: bold;
}
 
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
content: none;
}
 
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
 
.hlist dd dd:last-child:after,
.hlist dd dt:last-child:after,
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
 
/* Put ordinals in front of ordered list items */
.hlist ol {
counter-reset: listitem;
}
 
.hlist ol > li {
counter-increment: listitem;
}
 
.hlist ol > li:before {
content: " " counter(listitem) "\a0";
}
 
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) "\a0";
}
 
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
 
.plainlist ol li,
.plainlist ul li {
margin-bottom: 0;
}
 
/* Default style for navigation boxes */
.navbox {                    /* Navbox container style */
box-sizing: border-box;
border: 1px solid #a2a9b1;
width: 100%;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
 
.navbox .navbox {
margin-top: 0;            /* No top margin for nested navboxes */
}
 
.navbox + .navbox {
margin-top: -1px;        /* Single pixel border between adjacent navboxes */
}
 
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
 
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em;      /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
}


th.navbox-group {             /* Group style */
div.vectorTabs {
white-space: nowrap;
border-right: 10px solid transparent;
/* @noflip */
border-top: 3px solid transparent;
text-align: right;
border-left: 10px solid transparent;
}
}


.navbox,
.mw-body {
.navbox-subgroup {
border-left: 10px solid transparent;
background-color: #fdfdfd; /* Background color */
border-bottom: 10px solid transparent;
border-image: url(https://chronicles-of-esshar.com/lore/images/f/fd/Borderbox.jpg) 30 round;
}
}


.navbox-list {
div#mw-panel div.portal h3 {
line-height: 1.5em;
color: #b5b5b3;
border-color: #fdfdfd;   /* Must match background color */
}
}


/* cell spacing for navbox cells */
div#mw-panel div.portal div.body ul li a, #p-personal a, #p-persona a:visited, div.vectorMenu h3 span {
tr + tr > .navbox-abovebelow,
color: #b5b5b3;
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {   /* Borders above 2nd, 3rd, etc. rows */
border-top: 2px solid #fdfdfd; /* Must match background color */
}
}


.navbox th,
div#mw-panel div.portal div.body ul li a:visited {
.navbox-title {
color: #b5b5b3;
background-color: #ccccff;     /* Level 1 color */
}
}


.navbox-abovebelow,
#footer a {
th.navbox-group,
color: #b5b5b3;
.navbox-subgroup .navbox-title {
background-color: #ddddff;     /* Level 2 color */
}
}


.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background-color: #e6e6ff;      /* Level 3 color */
}


.navbox-even {
background-color: #f7f7f7;      /* Even row striping */
}


.navbox-odd {
background-color: transparent;  /* Odd row striping */
}


.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
font-weight: normal;
/* @noflip */
text-align: right;
padding-right: 0.2em;
padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
}


/* Infobox template style */
/* Infobox template style */
.infobox {
.infobox {
border: 1px solid #a2a9b1;
border: 1px solid #b5b5b3;
border-spacing: 3px;
border-spacing: 3px;
background-color: #f8f9fa;
background-color: #b5b5b3;
color: black;
color: black;
/* @noflip */
/* @noflip */
Line 469: Line 210:
}
}


/* Messagebox templates */
 
.messagebox {
/* Pivot Restyling */
border: 1px solid #a2a9b1;
.subheader {
background-color: #f8f9fa;
line-height: 1.35em;
width: 80%;
color: #b5b5b3 !important;
margin: 0 auto 1em auto;
font-weight: normal;
padding: .2em;
margin-top: 0.75rem;
margin-bottom: 0.5rem;
padding: 12px 15px 8px 0px;
}
 
div.tabs-content div.content > p {
    color: #b5b5b3 !important;
}
 
.tabs-content {
margin-bottom: 1.5rem;
width: 100%;
background: #474440;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}
 
.CategoryTreeToggle {
color: #c84e25;
}
 
.CategoryTreeEmptyBullet {
color: #666;
}
}


.messagebox.merge {
/* INFOBOX STYLING, CARGO */
border: 1px solid #c0b8cc;
.infobox {
background-color: #f0e5ff;
float: right;
/*border: 2px solid #242422;*/
background-color: #b5b5b3;
color: #000;
margin: 2px 0 2rem 2rem;
clear: left;
text-align: left;
font-size: 88%;
line-height: 1.5em;
width: 23em;
border-spacing:0;
}
.infobox-title, .infobox-footer {
text-align: center;
text-align: center;
color: #b5b5b3;
font-family: 'Metamorphous',serif;
background-color: #b5b5b3;
font-size:1.25rem;
padding:10px 15px;
display:block;
max-width:100%;
font-weight:normal;
}
}


.messagebox.cleanup {
.infobox-title a, .infobox-title a:visited, .infobox-footer a, .infobox-footer a:visited {
border: 1px solid #9f9fff;
    color: #b5b5b3 !important;
background-color: #efefff;
    }
text-align: center;
.infobox-image {
    text-align: center;
    padding: 0;
    margin-top: 8px;
}
 
.infobox-caption {
font-size:.85em; background:#fffcf2; color:#b5b5b3; width:100%;padding:10px; text-align:center;
}
 
.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: middle;
}
 
.infobox td.row_summary {
font-weight: normal;
    padding: 15px 15px;
    line-height: 1.5em;
}
 
.infobox table tr th, table tr td {
font-size: 0.9rem;
padding: .25rem .5rem;
text-align: left;
}
table tr th.row_header {
color: #b5b5b3;
font-family: 'Metamorphous',serif;
font-size:1.15em;
padding:10px 0px;
text-align: center !important;
}
}


.messagebox.standard-talk {
table tr th.infobox-label{
border: 1px solid #c0c090;
text-align: left;
background-color: #f8eaba;
text-transform: uppercase;
margin: 4px auto;
font-weight: bold;
font-size: .9em;
line-height: 1.25em;
color: #b5b5b3;
background-color:#b5b5b3;
vertical-align: middle;
width:47%;
}
}


/* For old WikiProject banners inside banner shells. */
 
.mbox-inside .standard-talk {
 
border: 1px solid #c0c090;
 
background-color: #f8eaba;
 
width: 100%;
 
margin: 2px 0;
 
padding: 2px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
table.wikitable {
    margin: 1em 0;
    border: 1px solid #ccc5b9;
    border-collapse: collapse;
    float:right;
}
}


.messagebox.small {
table.wikitable > tr > th, table.wikitable > * > tr > th {
width: 238px;
    text-align: center;
font-size: 85%;
    color: #b5b5b3;
/* @noflip */
    font-size: .80em;
float: right;
    text-transform: uppercase;
clear: both;
/* @noflip */
margin: 0 0 1em 1em;
line-height: 1.25em;
}
}


.messagebox.small-talk {
table.wikitable > tr:nth-child(odd), table.wikitable > * > tr:nth-child(odd) {
width: 238px;
background-color: #b5b5b3! important;
font-size: 85%;
/* @noflip */
float: right;
clear: both;
/* @noflip */
margin: 0 0 1em 1em;
line-height: 1.25em;
background-color: #f8eaba;
}
}


/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.cssPagination .pages > .page:target ~ .page:last-child,
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
.cssPagination .pages > .page {display: none;}
border: none;
.cssPagination .pages > :last-child,
/* @noflip */
.cssPagination .pages > .page:target {display: block;}
padding: 0.25em 0.9em;     /* 0.9em left/right */
 
width: 100%;               /* Make all mboxes the same width regardless of text length */
/* EVERYTHING ELSE */
 
a {
    text-decoration: none;
    background: none;
}
}


td.mbox-image {               /* The left image cell */
a:visited {
border: none;
    text-decoration: none;
/* @noflip */
    color: #7c9fbf;
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
    /*color:#fffcf2;*/
text-align: center;
    background: none;
}
}


td.mbox-imageright {           /* The right image cell */
h1, h2, h3, h4, h5, h6 {
border: none;
  font-family: 'Metamorphous', Serif;
/* @noflip */
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
text-align: center;
}
}


td.mbox-empty-cell {          /* An empty narrow cell */
div#toc {
border: none;
    display: inline-block;
padding: 0;
    float: right !important;
width: 1px;
    margin-left: 35px !important;
    padding: 20px !important;
    border: 2px solid #403d39 !important;
    clear: both;
    width: 17.5em;
    margin-top: 0;
}
}


/* Article message box styles */
.toc .toctitle > h2 {
table.ambox {
margin-top: 0;
margin: 0 10%;                 /* 10% = Will not overlap with other elements */
margin-bottom: 0;
border: 1px solid #a2a9b1;
padding: 5px;
/* @noflip */
border:none;
border-left: 10px solid #36c; /* Default "notice" blue */
display:block;
background-color: #fbfbfb;
box-sizing: border-box;
}
}


table.ambox + table.ambox {     /* Single border between stacked boxes. */
.mw-headline {
margin-top: -1px;
/*padding-left:10px;*/
        font-size: 18px !important;
}
}


.ambox th.mbox-text,
.mw-content-ltr h2 {
.ambox td.mbox-text {           /* The message body cell(s) */
    display: block;
padding: 0.25em 0.5em;       /* 0.5em left/right */
    padding: 8px 20px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 16px !important;
    border: none !important;
    max-width: 100%;
    /*max-height: 50px;*/
}
}


.ambox td.mbox-image {           /* The left image cell */
.mw-content-ltr h4 {
/* @noflip */
    max-width: 100%;
padding: 2px 0 2px 0.5em;   /* 0.5em left, 0px right */
    font-size: 12px !important;
}
}


.ambox td.mbox-imageright {     /* The right image cell */
.mw-headline .mw-editsection > a {
/* @noflip */
text-decoration:none;
padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
}
}


table.ambox-notice {
.mw-headline .mw-editsection > a:hover {
/* @noflip */
text-decoration:none;
border-left: 10px solid #36c;       /* Blue */
}
}


table.ambox-speedy {
.mw-headline .mw-editsection > a:visited {
/* @noflip */
text-decoration:none;
border-left: 10px solid #b32424;    /* Red */
background-color: #fee7e6;         /* Pink */
}
}


table.ambox-delete {
.mw-content-ltr h3 {
/* @noflip */
    border-bottom: 1px solid;
border-left: 10px solid #b32424;   /* Red */
    max-width: 100%;
    margin-top: 12px;
    font-size: 12px;
}
}


table.ambox-content {
.mw-content-ltr h3 a:hover {
/* @noflip */
text-decoration: none;
border-left: 10px solid #f28500;   /* Orange */
}
}


table.ambox-style {
.mw-content-ltr h4 {
/* @noflip */
max-width: 100%;
border-left: 10px solid #fc3;       /* Yellow */
margin-top: 12px;
font-size: 12px;
}
}


table.ambox-move {
.mw-content-ltr h5 {
/* @noflip */
    max-width: 100%;
border-left: 10px solid #9932cc;   /* Purple */
    margin-top: -32px;
    padding-left: 10px;
    /* padding-bottom: 5px; */
    font-size: 12px;
}
}


table.ambox-protection {
.mw-content-ltr h5 a:link {
/* @noflip */
text-decoration: none;
border-left: 10px solid #a2a9b1;   /* Gray-gold */
}
}


/* Image message box styles */
.mw-content-ltr h5 a:hover {
table.imbox {
text-decoration: none;
margin: 4px 10%;
border-collapse: collapse;
border: 3px solid #36c;    /* Default "notice" blue */
background-color: #fbfbfb;
box-sizing: border-box;
}
}


.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
.mw-content-ltr h5 a:visited {
margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
text-decoration: none;
display: block;         /* Fix for webkit to force 100% width.  */
}
}


.mbox-inside .imbox {       /* For imboxes inside other templates. */
ul.portal-list {
margin: 4px;
list-style:none;
margin:0 auto;
}
ul.portal-list > li {
    display: block;
    margin: 0 auto;
    border-bottom: 1px dotted #ccc5b9;
    padding: 5px 5px;
    font-size: .85rem;
    text-transform: uppercase;
}
}


table.imbox-notice {
table tr.even, table tr.alt, table tr:nth-of-type(even) {
border: 3px solid #36c;      /* Blue */
}
}


table.imbox-speedy {
table tr.odd, table tr.alt, table tr:nth-of-type(odd) {
border: 3px solid #b32424;    /* Red */
background-color: #fee7e6;    /* Pink */
}
}


table.imbox-delete {
/* Pivot Restyling */
border: 3px solid #b32424;   /* Red */
.subheader {
line-height: 1.35em;
font-weight: normal;
margin-top: 0.75rem;
margin-bottom: 0.5rem;
background-color: #fffcf2;
padding: 12px 15px 8px 0px;
}
}


table.imbox-content {
div.tabs-content div.content > p {
border: 3px solid #f28500;   /* Orange */
    color: #b5b5b3 !important;
}
}


table.imbox-style {
.tabs-content {
border: 3px solid #fc3;       /* Yellow */
margin-bottom: 1.5rem;
width: 100%;
background: #474440;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}
}


table.imbox-move {
.CategoryTreeToggle {
border: 3px solid #9932cc;   /* Purple */
color: #c84e25;
}
}


table.imbox-protection {
.CategoryTreeEmptyBullet {
border: 3px solid #a2a9b1;   /* Gray-gold */
color: #666;
}
}


table.imbox-license {
/* INFOBOX STYLING, CARGO */
border: 3px solid #88a;       /* Dark gray */
.infobox {
background-color: #f7f8ff;   /* Light gray */
float: right;
/*border: 2px solid #242422;*/
margin: 2px 0 2rem 2rem;
clear: left;
text-align: left;
font-size: 88%;
line-height: 1.5em;
width: 23em;
border-spacing:0;
}
.infobox-title, .infobox-footer {
text-align: center;
font-family: 'Metamorphous',serif;
font-size:1.25rem;
padding:10px 15px;
display:block;
max-width:100%;
font-weight:normal;
}
}


table.imbox-featured {
.infobox-title a, .infobox-title a:visited, .infobox-footer a, .infobox-footer a:visited {
border: 3px solid #cba135;   /* Brown-gold */
    !important;
    }
.infobox-image {
    text-align: center;
    padding: 0;
    margin-top: 8px;
}
}


/* Category message box styles */
.infobox-caption {
table.cmbox {
font-size:.85em; background:#fffcf2; width:100%;padding:10px; text-align:center;
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1;
background-color: #dfe8ff;   /* Default "notice" blue */
box-sizing: border-box;
}
}


table.cmbox-notice {
.infobox th {
background-color: #d8e8ff;   /* Blue */
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: middle;
}
}


table.cmbox-speedy {
.infobox td.row_summary {
margin-top: 4px;
font-weight: normal;
margin-bottom: 4px;
    padding: 15px 15px;
border: 4px solid #b32424;   /* Red */
    line-height: 1.5em;
background-color: #ffdbdb;   /* Pink */
}
}


table.cmbox-delete {
.infobox table tr th, table tr td {
background-color: #ffdbdb;   /* Pink */
font-size: 0.9rem;
padding: .25rem .5rem;
text-align: left;
}
table tr th.row_header {
font-family: 'Metamorphous',serif;
font-size:1.15em;
padding:10px 0px;
text-align: center !important;
}
}


table.cmbox-content {
table tr th.infobox-label{
background-color: #ffe7ce;   /* Orange */
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
line-height: 1.25em;
vertical-align: middle;
width:47%;
}
}


table.cmbox-style {
 
background-color: #fff9db;   /* Yellow */
/* INFOBOX STYLING, CAPIUNTO  */
.mw-capiunto-infobox {
border: 2px solid #242422;
margin: 0 0 2rem 2rem;
padding: 0.2em;
float: right;
clear: left;
text-align: left;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
width: 20em;
}
.mw-capiunto-infobox-top {
    background: #b5b5b3 !important;
    font-family: Metamorphous, serif;
    line-height: 1.25em;
    padding: 15px 0px;
}
}


table.cmbox-move {
/*.mw-capiunto-infobox-header, .mw-capiunto-infobox-bottom {
background-color: #e4d8ff;   /* Purple */
text-align: center;
font-family: 'Metamorphous',serif;
font-size:1.25em;
padding:15px 0px;
}*/
 
.mw-capiunto-infobox-header, .mw-capiunto-infobox-bottom {
    text-align: center;
    font-family: 'Metamorphous',serif;
    font-size: 1.25em;
    padding: 15px 0;
}
}


table.cmbox-protection {
.mw-capiunto-infobox-spanning {
background-color: #efefe1;   /* Gray-gold */
text-align: center;
font-family:'Open Sans', sans-serif;
font-size:.70em;
}
}


/* Other pages message box styles */
.mw-capiunto-infobox-label {
table.ombox {
text-align: left;
margin: 4px 10%;
text-transform: uppercase;
border-collapse: collapse;
font-weight: bold;
border: 1px solid #a2a9b1;   /* Default "notice" gray */
font-size: .9em;
background-color: #f8f9fa;
line-height: 1.25em;
box-sizing: border-box;
}
}


table.ombox-notice {
.mw-capiunto-infobox table tr th, table tr td {
border: 1px solid #a2a9b1;   /* Gray */
    font-size: .80rem;
    padding: .45rem .5rem .35rem;
    text-align: left;
    line-height: 1.15rem;
}
}


table.ombox-speedy {
.mw-capiunto-infobox tbody tr:nth-child(odd){
border: 2px solid #b32424;    /* Red */
 
background-color: #fee7e6;    /* Pink */
}
}


table.ombox-delete {
/* WEATHER GRID STYLING */
border: 2px solid #b32424;   /* Red */
.weather-grid-container {
  display: flex;
  justify-content: center;
  max-width:1050px;
}
}


table.ombox-content {
.weather-grid {
border: 1px solid #f28500;   /* Orange */
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap:wrap;
}
}


table.ombox-style {
.weather-grid-item {
border: 1px solid #fc3;       /* Yellow */
  width: 100px;
  margin-bottom: 1.875rem;
  border: 4px double #b5b5b3;
  padding: 1.25rem 0 0 0;
  text-align:center;
/* height: 320px;*/
  flex-direction:row;
  align-items: left;
  background-color:#b5b5b3;
}
}
/* INSIDE THE CARD STYLES */
.weather img {
text-align:center;
margin: 0.9375rem 0 0 0;
vertical-align:middle;
max-width:80%;
}
div.weather-grid-item > h1 {
}
h1.card  {
color: #b5b5b3;
text-align: center;
font-size: 18px
/* margin-top: 18px;*/
}
.date{
    margin:0 auto;
padding:0.625rem;
text-align: center;
background:#b5b5b3;
width:100%;
  }
.kingdom{
display:none; 
/*position: relative;
    top:25px;
    text-align:center;
    text-transform:uppercase;
    font-size:.9em;*/
  }
.moon {
width:100%;
background:#fffcf2;
min-height:30px;
margin-top:0px;
margin-bottom:1.25rem !important;
}


table.ombox-move {
.card .list-inline {
border: 1px solid #9932cc;   /* Purple */
padding-left: 0;
margin-left: -3px !important;
list-style-type: none;
}
.date h3 {
font-size:3em;
}
}


table.ombox-protection {
.card h3{
border: 2px solid #a2a9b1;   /* Gray-gold */
  margin: 0 !important;
}
}


/* Talk page message box styles */
.card ul>li{
table.tmbox {
width:100%;
margin: 4px 10%;
max-width:100%;
border-collapse: collapse;
    font-size: 1.0em;
border: 1px solid #c0c090;   /* Default "notice" gray-brown */
  }
background-color: #f8eaba;
min-width: 80%;
.benea {
box-sizing: border-box;
max-width: 35%;
width: 35%;
position: relative;
z-index: 0;
margin-top: -1.25rem;
margin-left: -0.9375rem;
}
.osa {
max-width: 1.5%;
width: 20%;
position: absolute;
z-index: 20;
margin-top: -0.9375rem;
}
.read-threads {
    display: inline-block;
    font-size: .85em;
    width: 100%;
    margin: 0 auto;
    background-color: #fffcf2;
    padding: 3px;
    color: #b5b5b3;
}
}
.read-threads a {
color:#b5b5b3;
text-decoration:none;
}
.read-threads a:active {
color:#b5b5b3;
text-decoration:none;
}
.read-threads a:visited {
color:#b5b5b3;
text-decoration:none;
}
.read-threads a:hover {
color:#b5b5b3;
text-decoration:none;
}


.tmbox.mbox-small {
/* THORNS BUTTON STYLES */
min-width: 0;               /* reset the min-width of tmbox above        */
.thorns-flex-container{
display:flex;
align-content:space-between;
flex-direction:row;
flex-wrap:wrap;
flex-basis: auto;
justify-content:space-evenly;
}
.thorns-button > a {
    display: block;
    background-color: #474440;
    color: #fffcf2;
    padding: .75rem 1.25rem;
    border: 4px solid #cec0aa;
    margin: 3px;
    font-family: 'Metamorphous',serif;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
}
}


.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
.thorns-button > a:hover {
margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)  */
    text-decoration:none;
width: 100%;                 /* For Safari and Opera */
    background-color:#fffcf2;
color: #c84e25;
border: 4px solid #b5b5b3;
}
}


.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
.thorns-button > a:active {
line-height: 1.5em;         /* also "nested", so reset styles that are  */
    text-decoration:none;
font-size: 100%;            /* set in "mbox-small" above.                */
}
}


table.tmbox-speedy {
.thorns-button > a:visited {
border: 2px solid #b32424;    /* Red */
    text-decoration:none;
background-color: #fee7e6;   /* Pink */
}
}


table.tmbox-delete {
.thorns-button2 > a {
border: 2px solid #b32424;   /* Red */
display: block;
    font-size: 0.95em;
    padding: 1rem 0rem;
    border: 4px double #b5b5b3;
    font-family: 'Metamorphous',serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    width: 250px;
    flex:1;
    margin:5px 0px;
}
}


table.tmbox-content {
.thorns-button2 > a:hover {
border: 2px solid #f28500;   /* Orange */
    text-decoration:none;
border: 4px double #fffcf2;
}
}


table.tmbox-style {
.thorns-button2 > a:active {
border: 2px solid #fc3;       /* Yellow */
    text-decoration:none;
}
}


table.tmbox-move {
.thorns-button2-inactive {
border: 2px solid #9932cc;   /* Purple */
display: block;
border: 4px solid #fffcf2;
font-size: 1rem;
padding: 1rem;
margin: 5px;
font-family: 'Metamorphous',serif;
font-size: 1em;
text-align: center;
text-decoration: none;
width: 100%;
}
}


table.tmbox-protection,
/* WEATHER ALMANAC BUTTONS */
table.tmbox-notice {
.weather-flex-container {
border: 1px solid #c0c090;   /* Gray-brown */
display: flex;
align-content: space-between;
flex-direction: row;
flex-wrap: wrap;
flex-basis: auto;
margin-bottom:30px;
}
}


/* Footer and header message box styles */
.weather-display > a {
table.fmbox {
display: block;
clear: both;
border: 4px solid #b5b5b3;
margin: 0.2em 0;
font-size: 1rem;
width: 100%;
padding: 1.75rem 0px;
border: 1px solid #a2a9b1;
margin: 5px;
background-color: #f8f9fa;     /* Default "system" gray */
font-family: 'Metamorphous',serif;
box-sizing: border-box;
font-size: 1.35em;
text-align: center;
text-decoration: none;
width: 100%;
}
}


table.fmbox-system {
.weather-display-inactive {
background-color: #f8f9fa;
display: block;
border: 4px solid #fffcf2;
font-size: 1rem;
padding: 1.75rem 0px;
margin: 5px;
font-family: 'Metamorphous',serif;
font-size: 1.35em;
text-align: center;
text-decoration: none;
width: 100%;
}
}


table.fmbox-warning {
.weather-display > a:hover {
border: 1px solid #bb7070; /* Dark pink */
text-decoration: none;
background-color: #ffdbdb; /* Pink */
border: 4px solid #fffcf2;*/
border: 4px solid #fffcf2;
}
}


table.fmbox-editnotice {
.weather-display > a:visited {
background-color: transparent;
text-decoration: none;
}
}


/* Div based "warning" style fmbox messages. */
/* NAVBOX */
div.mw-warning-with-logexcerpt,
.navbox {
div.mw-lag-warn-high,
width:100%;
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div.titleblacklist-warning,
div.locked-warning {
clear: both;
margin: 0.2em 0;
border: 1px solid #bb7070;
background-color: #ffdbdb;
padding: 0.25em 0.9em;
box-sizing: border-box;
}
}


/* Use default color for partial block fmbox banner per [[Special:PermaLink/1028105567#pblock-style]] */
table.navbox {
.mw-contributions-blocked-notice-partial .mw-warning-with-logexcerpt {
width:100%;
border-color: #fc3;
font-size:.85em;
background-color: #fef6e7;
}
}


/* These mbox-small classes must be placed after all other
.navbox > tr {
  ambox/tmbox/ombox etc classes. "html body.mediawiki" is so
  they override "table.ambox + table.ambox" above. */
html body.mediawiki .mbox-small {   /* For the "small=yes" option. */
/* @noflip */
clear: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
box-sizing: border-box;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
}


html body.mediawiki .mbox-small-left {   /* For the "small=left" option. */
.navbox > td {
/* @noflip */
margin: 4px 1em 4px 0;
box-sizing: border-box;
overflow: hidden;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
}


/* Style for compact ambox */
.navbox-abovebelow {
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
display: none;
}
}


/* Remove borders, backgrounds, padding, etc. */
#collapsibleTable0 a:link, #collapsibleTable0 a:visited, .navbox a:link, .navbox a:visited {
.compact-ambox table.ambox {
text-decoration:none;
border: none;
border-collapse: collapse;
background-color: transparent;
margin: 0 0 0 1.6em !important;
padding: 0 !important;
width: auto;
display: block;
}
}


body.mediawiki .compact-ambox table.mbox-small-left {
#collapsibleTable0 a:hover, .navbox a:hover, .navbox .mw-selflink a:hover {
font-size: 100%;
text-decoration:none;
width: auto;
margin: 0;
}
}


/* Style the text cell as a list item and remove its padding */
a.selflink:link, a.selflink:visited {
.compact-ambox table .mbox-text {
text-decoration: none;
padding: 0 !important;
margin: 0 !important;
}
}


.compact-ambox table .mbox-text-span {
a.selflink:hover {
display: list-item;
text-decoration:none;
line-height: 1.5em;
list-style-type: square;
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg);
}
}


/* Allow for hiding text in compact form */
.navbox-title {
.compact-ambox .hide-when-compact {
background: #b5b5b3;=
display: none;
text-align: center;
font-family: 'Metamorphous',serif;
font-size: .8em;
text-transform: uppercase;
font-weight: bold;
}
}


/* Remove underlines from certain links */
.navbox-group {
.nounderlines a,
width: 20%;
.IPA a:link,
font-family: 'Metamorphous',serif;
.IPA a:visited {
text-transform: uppercase;
text-decoration: none !important;
font-size: .75em;
}
}


/* Prevent line breaks in silly places where desired (nowrap)
.navbox-list ul {
  and links when we don't want them to (nowraplinks a) */
display: inline-block;
.nowrap,
list-style-type: disc;
.nowraplinks a {
white-space: nowrap;
}
}


/* But allow wrapping where desired: */
.navbox-list li {
.wrap,
display: inline-block !important;
.wraplinks a {
margin-right: 10px;
white-space: normal;
}
}


/* Increase the height of the image upload box */
.id-badge {
#wpUploadDescription {
display:inline-block;
height: 13em;
font-size:.85em;
width:100%;
margin:0 auto;
padding:10px;
text-align:center;
}
.id-badge a {
text-decoration:none;
}
.id-badge a:active {
text-decoration:none;
}
.id-badge a:visited {
text-decoration:none;
}
.id-badge a:hover {=
text-decoration:none;
}
/* Standard Navigationsleisten, aka box hiding thingy
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
margin-bottom:8px;
    padding: 2px;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
    background: #fffcf2;=
}
}


/* Minimum thumb width */
div.NavFrame + div.NavFrame {
.thumbinner {
border-top-style: none;
min-width: 100px;
border-top-style: hidden;
}
div.NavPic {
margin: 0;
padding: 2px;
/* @noflip */
float: left;
}
div.NavFrame div.NavHead {
line-height: 2.15em;
    font-weight: normal;=
    position: relative;
    font-family: 'Metamorphous',serif;
    text-transform: uppercase;
    font-size: .8em;
}
}


/* Prevent floating boxes from overlapping any category listings,
div.NavFrame p,
  file histories, edit previews, and edit [Show changes] views. */
div.NavFrame div.NavContent,
#mw-subcategories,
div.NavFrame div.NavContent p {
#mw-pages,
font-size: 100%;
#mw-category-media,
}
#filehistory,
div.NavEnd {
#wikiPreview,
margin: 0;
#wikiDiff {
padding: 0;
line-height: 1px;
clear: both;
clear: both;
}
a.NavToggle {
/* @noflip */
position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}


/* Selectively hide headers in WikiProject banners */
.client-js .NavFrame.collapsed > .NavContent {
/* TemplateStyles */
.wpb .wpb-header {
display: none;
display: none;
}
}


.wpbs-inner .wpb .wpb-header {
span.collapseButton {
display: table-row;
float:right;
}
 
 
/* ACCORDION */
/*
*
*    Author:    Michael Raffaele <michael@mraffaele.com>
*    Date:    25th October 2011
*    Info:    http://www.mraffaele.com/blog/2011/10/25/css-accordion-no-javascript/
*
*/
 
/* Shared for all accordion types */
.accordion {
    font-family:Arial, Helvetica, sans-serif;
    margin:0 auto;
    font-size:14px;
    border:1px solid #542437;
    border-radius:10px;
    width:600px;
    padding:10px;
    background:#fffcf2;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;   
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:16px;
    line-height:16px;
    background:#D95B43;
    border:1px solid #542437;
    text-shadow:1px 1px 1px rgba(255,255,255,0.3);
    font-weight:700;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    background:#C02942;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}
.accordion .content {
    padding:0 10px;
    overflow:hidden;
    border:1px solid #fffcf2; /* Make the border match the background so it fades in nicely */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.accordion p {
    margin:0 0 10px;
}
.accordion h3 {
    padding:0;
    margin:10px 0;
}
 
.container-flex {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
 
.row-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW - Opera 12.1, Firefox 20+ */
  flex-wrap:wrap;
}
 
[class*="c-"] {
  margin-right: .5em;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.15em;
  border: 4px double #b5b5b3;
  text-align:center;
}
}


.wpbs-inner .wpb-outside {
[class*="c-"]:last-child {
display: none;             /* hide things that should only display outside shells */
  margin-right: 0;
}
}


/* Styling for Abuse Filter tags */
.c-1 {
.mw-tag-markers {
  -webkit-box-flex: 1;
font-style: italic;
  /* OLD - iOS 6-, Safari 3.1-6 */
font-size: 90%;
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  width: 100%;
  min-width:220px;
  max-width:220px;
  /* Old syntax, otherwise collapses. */
}
}


/* Hide stuff meant for accounts with special permissions. Made visible again in
.c-2 {
  [[MediaWiki:Group-checkuser.css]], [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-patroller.css]],
  -webkit-box-flex: 2;
  [[MediaWiki:Group-templateeditor.css]], [[MediaWiki:Group-extendedmover.css]],
  /* OLD - iOS 6-, Safari 3.1-6 */
  [[MediaWiki:Group-extendedconfirmed.css]], and [[Mediawiki:Group-autoconfirmed.css]]. */
  -moz-box-flex: 2;
.checkuser-show,
  /* OLD - Firefox 19- */
.sysop-show,
  -webkit-flex: 2;
.patroller-show,
  /* Chrome */
.templateeditor-show,
  -ms-flex: 2;
.extendedmover-show,
  /* IE 10 */
.extendedconfirmed-show,
  flex: 2;
.autoconfirmed-show,
  width: 50%;
.user-show {
  /* Old syntax, otherwise collapses. */
display: none;
}
}


/* Hide the redlink generated by {{Editnotice}},
.c-3 {
  this overrides the ".sysop-show { display: none; }" above that applies
  -webkit-box-flex: 3;
  to the same link as well. See [[phab:T45013]]
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
  width: 33.33333%;
  /* Old syntax, otherwise collapses. */
}


  Hide the images in editnotices to keep them readable in VE view.
.c-4 {
  Long term, editnotices should become a core feature so that they can be designed responsive. */
  -webkit-box-flex: 4;
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink,
  /* OLD - iOS 6-, Safari 3.1-6 */
.ve-ui-mwNoticesPopupTool-item .mbox-image,
  -moz-box-flex: 4;
.ve-ui-mwNoticesPopupTool-item .mbox-imageright {
  /* OLD - Firefox 19- */
display: none !important;
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
  width: 25%;
  /* Old syntax, otherwise collapses. */
}
}


/* Remove bullets when there are multiple edit page warnings */
.c-5 {
ul.permissions-errors > li {
  -webkit-box-flex: 5;
list-style: none none;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 5;
  /* OLD - Firefox 19- */
  -webkit-flex: 5;
  /* Chrome */
  -ms-flex: 5;
  /* IE 10 */
  flex: 5;
  width: 20%;
  /* Old syntax, otherwise collapses. */
}
}


ul.permissions-errors {
.c-6 {
margin: 0;
  -webkit-box-flex: 6;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 6;
  /* OLD - Firefox 19- */
  -webkit-flex: 6;
  /* Chrome */
  -ms-flex: 6;
  /* IE 10 */
  flex: 6;
  width: 16.66667%;
  /* Old syntax, otherwise collapses. */
}
}


/* texhtml class for inline math (based on generic times-serif class) */
.c-7 {
span.texhtml {
  -webkit-box-flex: 7;
font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
  /* OLD - iOS 6-, Safari 3.1-6 */
font-size: 118%;
  -moz-box-flex: 7;
line-height: 1;
  /* OLD - Firefox 19- */
white-space: nowrap;
  -webkit-flex: 7;
/* Force tabular and lining display for texhtml */
  /* Chrome */
-moz-font-feature-settings: "lnum", "tnum", "kern" 0;
  -ms-flex: 7;
-webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
  /* IE 10 */
font-feature-settings: "lnum", "tnum", "kern" 0;
  flex: 7;
font-variant-numeric: lining-nums tabular-nums;
  width: 14.28571%;
font-kerning: none;
  /* Old syntax, otherwise collapses. */
}
}


span.texhtml span.texhtml {
.c-8 {
font-size: 100%;
  -webkit-box-flex: 8;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 8;
  /* OLD - Firefox 19- */
  -webkit-flex: 8;
  /* Chrome */
  -ms-flex: 8;
  /* IE 10 */
  flex: 8;
  width: 12.5%;
  /* Old syntax, otherwise collapses. */
}
}


span.mwe-math-mathml-inline {
.c-9 {
font-size: 118%;
  -webkit-box-flex: 9;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 9;
  /* OLD - Firefox 19- */
  -webkit-flex: 9;
  /* Chrome */
  -ms-flex: 9;
  /* IE 10 */
  flex: 9;
  width: 11.11111%;
  /* Old syntax, otherwise collapses. */
}
}


/* Make <math display="block"> be left aligned with one space indent for
.c-10 {
* compatibility with style conventions
  -webkit-box-flex: 10;
*/
  /* OLD - iOS 6-, Safari 3.1-6 */
.mwe-math-fallback-image-display,
  -moz-box-flex: 10;
.mwe-math-mathml-display {
  /* OLD - Firefox 19- */
margin-left: 1.6em !important;
  -webkit-flex: 10;
margin-top: 0.6em;
  /* Chrome */
margin-bottom: 0.6em;
  -ms-flex: 10;
  /* IE 10 */
  flex: 10;
  width: 10%;
  /* Old syntax, otherwise collapses. */
}
}


.mwe-math-mathml-display math {
.c-11 {
display: inline;
  -webkit-box-flex: 11;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 11;
  /* OLD - Firefox 19- */
  -webkit-flex: 11;
  /* Chrome */
  -ms-flex: 11;
  /* IE 10 */
  flex: 11;
  width: 9.09091%;
  /* Old syntax, otherwise collapses. */
}
}


/* Work-around for [[phab:T25965]] / [[phab:T100106]] (Kaltura advertisement) */
.c-12 {
.k-player .k-attribution {
  -webkit-box-flex: 12;
visibility: hidden;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 12;
  /* OLD - Firefox 19- */
  -webkit-flex: 12;
  /* Chrome */
  -ms-flex: 12;
  /* IE 10 */
  flex: 12;
  width: 8.33333%;
  /* Old syntax, otherwise collapses. */
}
}


/* Move 'play' button of video player to bottom left corner */
@media screen and (max-width: 600px) {
.PopUpMediaTransform a .play-btn-large {
  .row {
margin: 0;
    display: block;
top: auto;
    width: 100%;
right: auto;
  }
bottom: 0;
 
left: 0;
  .c-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    /*min-width: 220px;*/
    /*max-width:220px;*/
}
}
}
/* Housekeeping */


@media screen {
*, *:before, *:after {
/* Gallery styles background changes are restricted to screen view.
  -moz-box-sizing: border-box;
  In printing we should avoid applying backgrounds. */
  -webkit-box-sizing: border-box;
/* The backgrounds for galleries. */
  box-sizing: border-box;
#content .gallerybox div.thumb {
}
/* Light gray padding */
background-color: #f8f9fa;
.weather-new img {
}
text-align:center;
/* Put a chequered background behind images, only visible if they have transparency.
margin: 0.9375rem 0 0 0;
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
vertical-align:middle;
.gallerybox .thumb img {
max-width:90%;
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
}
/* But not on articles, user pages, portals or with opt-out. */
div.weather-grid-item-new > h1 {
.ns-0 .gallerybox .thumb img,
color:#474440 !important;
.ns-2 .gallerybox .thumb img,
}
.ns-100 .gallerybox .thumb img,
h1.card-new  {
.nochecker .gallerybox .thumb img {
text-align: center;
background-image: none;
font-size: 18px !important;
/* margin-top: 18px;*/
}
}
.date-new, .date-new > p {
    margin: 0 auto;
    padding: 0.625rem;
    text-align: center;
    background: #b5b5b3;
    width: 100%;
    /* font-weight: bold; */
    font-family: 'Metamorphous',serif;
    letter-spacing: .10rem;
    font-size: 1.25rem;
    text-transform:uppercase;
}
.moon-new {
    width: 95%;
    background: #fffcf2;
    min-height: 30px;
    margin:1.5rem auto 0.25rem auto;
}
.date-new h3 {
font-size:3em;
}
.card-new h3{
  margin: 0 !important;
}


/* Display "From Wikipedia, the free encyclopedia" in skins that support it,
.card-new ul>li{
  do not apply to print mode */
width:100%;
#siteSub {
max-width:100%;
display: block;
    font-size: 1.0em;
}
  }
.benea-new {
max-width: 30%;
    width: 30%;
    position: relative;
    z-index: 0;
    margin-top: -1.25rem;
    margin-left: 0;
}
.osa-new {
max-width: 20%;
    width: 20%;
    position: relative;
    z-index: 20;
    margin-top: -1em;
}
.read-threads-new {
    display: inline-block;
    font-size: .85rem;
    width: 100%;
    margin: 0 auto;
    padding: 3px;
    /* letter-spacing: .05rem; */
    font-family: 'Railway', sans-serif;
}
}
.info {
    width: 100%;
    padding: 5px 0;
    margin-top: -15px;
    font-family: 'Railway',sans-serif;
  /* font-size: .75em;*/
text-transform:normal;
}
.rain {
max-width: 50%;
    display: inline-block;
    float: left;
    margin: 0 10px;
}
.wind {
max-width: 50%;
    display: inline-block;
    margin: 0 10px 0 20px;
}


/* Hide FlaggedRevs notice UI when there are no pending changes */
p.weather-text {
.flaggedrevs_draft_synced,
display: inline-block;
.flaggedrevs_stable_synced,
width: 100%;
/* "Temporary" to remove links in sidebar T255381 */
padding: 3px 0;
#t-upload,
text-align: center;
/* Hide broken download box on Special:Book pending T285400 */
border-bottom: 1px solid #403c39;
.mw-special-Book #coll-downloadbox {
font-size: 1.0em;
font-style: italic;
margin-bottom: 0;
}
.temp-display-1 {
width:45%;
display:inline-block;
border-right:1px solid #474440;
}
.temp-display-2 {
width:45%; display:inline-block;
}
.temp-title {
font-size:.85em;
margin-bottom:-20px;
letter-spacing:.25em;
font-family:sans-serif;
text-align:center;
text-transform:uppercase;
}
.temperature {
color: #474440;
text-align: center;
font-size: 2.25em;
font-weight: bold;
line-height: 2em;
}
/*
* Allow limiting of which header levels are shown in a TOC;
* <div class="toclimit-3">, for instance, will limit to
* showing ==headings== and ===headings=== but no further.
* Used in [[Template:TOC]]
*/
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
display: none;
}
}

Latest revision as of 03:35, 7 November 2023

/* CSS placed here will be applied to all skins */
body #mw-head {
	background-image: url( https://i.imgur.com/taCA1QK.jpg);
	background-repeat: no-repeat;
background-color: #2A3137;
	}
body {
	background-image: url( https://i.imgur.com/taCA1QK.jpg);
	background-repeat: no-repeat;
  background-color: #2A3137;
}

div.vectorTabs {
border-right: 10px solid transparent;
border-top: 3px solid transparent;
border-left: 10px solid transparent;
}

.mw-body {
border-left: 10px solid transparent;
border-bottom: 10px solid transparent;
border-image: url(https://chronicles-of-esshar.com/lore/images/f/fd/Borderbox.jpg) 30 round;
}

div#mw-panel div.portal h3 {
color: #b5b5b3;
}

div#mw-panel div.portal div.body ul li a, #p-personal a, #p-persona a:visited, div.vectorMenu h3 span {
color: #b5b5b3;
}

div#mw-panel div.portal div.body ul li a:visited {
color: #b5b5b3;
}

#footer a {
color: #b5b5b3;
}





/* Infobox template style */
.infobox {
	border: 1px solid #b5b5b3;
	border-spacing: 3px;
	background-color: #b5b5b3;
	color: black;
	/* @noflip */
	margin: 0.5em 0 0.5em 1em;
	padding: 0.2em;
	/* @noflip */
	float: right;
	/* @noflip */
	clear: right;
	font-size: 88%;
	line-height: 1.5em;
	width: 22em;
}

/* not strictly certain these styles are necessary
 * just replicating the module faithfully
 */
.infobox-subbox {
	padding: 0;
	border: none;
	margin: -3px;
	width: auto;
	min-width: 100%;
	font-size: 100%;
	clear: none;
	float: none;
	background-color: transparent;
}

.infobox-header,
.infobox-label,
.infobox-above,
.infobox-full-data,
.infobox-data,
.infobox-below,
.infobox-subheader,
.infobox-image,
.infobox-navbar,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	vertical-align: top;
}

.infobox-label,
.infobox-data,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox th,
.infobox td {
	/* @noflip */
	text-align: left;
}

/* remove .infobox when th, td above are removed */
.infobox .infobox-above,
.infobox .infobox-title,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox caption {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
}

.infobox-title,
/* Remove element declaration when both a) infobox3cols is migrated and
 * b) when every .infobox thing is using the standard module/templates  */
.infobox caption {
	padding: 0.2em;
}

/* remove .infobox when th, td above are removed */
.infobox .infobox-header,
.infobox .infobox-subheader,
.infobox .infobox-image,
.infobox .infobox-full-data,
.infobox .infobox-below {
	text-align: center;
}

/* remove .infobox when th, td above are removed */
.infobox .infobox-navbar {
	/* @noflip */
	text-align: right;
}

.infobox.bordered {
	border-collapse: collapse;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered td,
.infobox.bordered th {
	border: 1px solid #a2a9b1;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
	border: 0;
}

/* styles for bordered infobox with merged rows */
/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
	border: 0;
	border-top: 1px solid #a2a9b1;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* TODO split definitions to appropriate class names when live from HTML element */
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
	border: 0;
	/* @noflip */
	border-right: 1px solid #a2a9b1;
}

/* Normal font styling for wikitable row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
	font-weight: normal;
	/* @noflip */
	text-align: left;
}

/* Lists in wikitable data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
	/* @noflip */
	text-align: left;
}

/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
	text-align: inherit;
}

/* Fix for hieroglyphs specificity issue in infoboxes ([[phab:T43869]]) */
table.mw-hiero-table td {
	vertical-align: middle;
}

/* Change the external link icon to an Adobe icon for all PDF files */
.mw-parser-output a[href$=".pdf"].external,
.mw-parser-output a[href*=".pdf?"].external,
.mw-parser-output a[href*=".pdf#"].external,
.mw-parser-output a[href$=".PDF"].external,
.mw-parser-output a[href*=".PDF?"].external,
.mw-parser-output a[href*=".PDF#"].external {
	background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
	/* @noflip */
	padding-right: 18px;
}


/* Pivot Restyling */
.subheader {
line-height: 1.35em;
color: #b5b5b3 !important;
font-weight: normal;
margin-top: 0.75rem;
margin-bottom: 0.5rem;
padding: 12px 15px 8px 0px;
}

div.tabs-content div.content > p {
    color: #b5b5b3 !important;
}

.tabs-content {
margin-bottom: 1.5rem;
width: 100%;
background: #474440;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.CategoryTreeToggle {
color: #c84e25;
}

.CategoryTreeEmptyBullet {
color: #666;
}

/* INFOBOX STYLING, CARGO */
.infobox {
	float: right;
	/*border: 2px solid #242422;*/
	background-color: #b5b5b3;
	color: #000;
	margin: 2px 0 2rem 2rem;
	clear: left;
	text-align: left;
	font-size: 88%;
	line-height: 1.5em;
	width: 23em;
	border-spacing:0;
}
		
.infobox-title, .infobox-footer {
	text-align: center;
	color: #b5b5b3;
	font-family: 'Metamorphous',serif;
	background-color: #b5b5b3;
	font-size:1.25rem;
	padding:10px 15px;
	display:block;
	max-width:100%;
	font-weight:normal;
}

.infobox-title a, .infobox-title a:visited, .infobox-footer a, .infobox-footer a:visited {
    color: #b5b5b3 !important;
    }
		
.infobox-image {
    text-align: center;
    padding: 0;
    margin-top: 8px;
}

.infobox-caption {
	font-size:.85em; background:#fffcf2; color:#b5b5b3; width:100%;padding:10px; text-align:center;
}

.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: middle;
}

.infobox td.row_summary {
	font-weight: normal;
    padding: 15px 15px;
    line-height: 1.5em;
}

.infobox table tr th, table tr td {
font-size: 0.9rem;
padding: .25rem .5rem;
text-align: left;
}
		
table tr th.row_header {
color: #b5b5b3;
font-family: 'Metamorphous',serif;
font-size:1.15em;
padding:10px 0px;
text-align: center !important;
}

table tr th.infobox-label{
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
line-height: 1.25em;
color: #b5b5b3;
background-color:#b5b5b3;
vertical-align: middle;
width:47%;
}

























































table.wikitable {
    margin: 1em 0;
    border: 1px solid #ccc5b9;
    border-collapse: collapse;
    float:right;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
    text-align: center;
    color: #b5b5b3;
    font-size: .80em;
    text-transform: uppercase;
}

table.wikitable > tr:nth-child(odd), table.wikitable > * > tr:nth-child(odd) {
	background-color: #b5b5b3! important;
}

.cssPagination .pages > .page:target ~ .page:last-child,
.cssPagination .pages > .page {display: none;}
.cssPagination .pages > :last-child,
.cssPagination .pages > .page:target {display: block;}

/* EVERYTHING ELSE */

a {
    text-decoration: none;
    background: none;
}

a:visited {
    text-decoration: none;
    color: #7c9fbf;
    /*color:#fffcf2;*/
    background: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Metamorphous', Serif;
}

div#toc {
    display: inline-block;
    float: right !important;
    margin-left: 35px !important;
    padding: 20px !important;
    border: 2px solid #403d39 !important;
    clear: both;
    width: 17.5em;
    margin-top: 0;
}

.toc .toctitle > h2 {
margin-top: 0;
margin-bottom: 0;
padding: 5px;
border:none;
display:block;
}

.mw-headline {
	/*padding-left:10px;*/
         font-size: 18px !important;
}

.mw-content-ltr h2 {
    display: block;
    padding: 8px 20px;
    margin-bottom: 10px;
    margin-top: 25px;
    font-size: 16px !important;
    border: none !important;
    max-width: 100%;
    /*max-height: 50px;*/
}

.mw-content-ltr h4 {
    max-width: 100%;
    font-size: 12px !important;
}

.mw-headline .mw-editsection > a {
text-decoration:none;
}

.mw-headline .mw-editsection > a:hover {
text-decoration:none;
}

.mw-headline .mw-editsection > a:visited {
text-decoration:none;
}

.mw-content-ltr h3 {
    border-bottom: 1px solid;
    max-width: 100%;
    margin-top: 12px;
    font-size: 12px;
}

.mw-content-ltr h3 a:hover {
text-decoration: none;
}

.mw-content-ltr h4 {
max-width: 100%;
margin-top: 12px;
font-size: 12px;
}

.mw-content-ltr h5 {
    max-width: 100%;
    margin-top: -32px;
    padding-left: 10px;
    /* padding-bottom: 5px; */
    font-size: 12px;
}

.mw-content-ltr h5 a:link {
text-decoration: none;
}

.mw-content-ltr h5 a:hover {
text-decoration: none;
}

.mw-content-ltr h5 a:visited {
text-decoration: none;
}

ul.portal-list {
		list-style:none;
		margin:0 auto;
	}	
	
ul.portal-list > li {
    display: block;
    margin: 0 auto;
    border-bottom: 1px dotted #ccc5b9;
    padding: 5px 5px;
    font-size: .85rem;
    text-transform: uppercase;
}

table tr.even, table tr.alt, table tr:nth-of-type(even) {
}

table tr.odd, table tr.alt, table tr:nth-of-type(odd) {
}

/* Pivot Restyling */
.subheader {
line-height: 1.35em;
font-weight: normal;
margin-top: 0.75rem;
margin-bottom: 0.5rem;
background-color: #fffcf2;
padding: 12px 15px 8px 0px;
}

div.tabs-content div.content > p {
    color: #b5b5b3 !important;
}

.tabs-content {
margin-bottom: 1.5rem;
width: 100%;
background: #474440;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
}

.CategoryTreeToggle {
color: #c84e25;
}

.CategoryTreeEmptyBullet {
color: #666;
}

/* INFOBOX STYLING, CARGO */
.infobox {
	float: right;
	/*border: 2px solid #242422;*/
	margin: 2px 0 2rem 2rem;
	clear: left;
	text-align: left;
	font-size: 88%;
	line-height: 1.5em;
	width: 23em;
	border-spacing:0;
}
		
.infobox-title, .infobox-footer {
	text-align: center;
	font-family: 'Metamorphous',serif;
	font-size:1.25rem;
	padding:10px 15px;
	display:block;
	max-width:100%;
	font-weight:normal;
}

.infobox-title a, .infobox-title a:visited, .infobox-footer a, .infobox-footer a:visited {
    !important;
    }
		
.infobox-image {
    text-align: center;
    padding: 0;
    margin-top: 8px;
}

.infobox-caption {
	font-size:.85em; background:#fffcf2; width:100%;padding:10px; text-align:center;
}

.infobox th {
    text-align: right;
    vertical-align: top;
    width: 120px;
}
.infobox td {
    vertical-align: middle;
}

.infobox td.row_summary {
	font-weight: normal;
    padding: 15px 15px;
    line-height: 1.5em;
}

.infobox table tr th, table tr td {
font-size: 0.9rem;
padding: .25rem .5rem;
text-align: left;
}
		
table tr th.row_header {
font-family: 'Metamorphous',serif;
font-size:1.15em;
padding:10px 0px;
text-align: center !important;
}

table tr th.infobox-label{
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
line-height: 1.25em;
vertical-align: middle;
width:47%;
}


/* INFOBOX STYLING, CAPIUNTO   */
.mw-capiunto-infobox {
border: 2px solid #242422;
margin: 0 0 2rem 2rem;
padding: 0.2em;
float: right;
clear: left;
text-align: left;
font-size: 88%;
line-height: 1.5em;
border-spacing: 3px;
width: 20em;
}
.mw-capiunto-infobox-top {
    background: #b5b5b3 !important;
    font-family: Metamorphous, serif;
    line-height: 1.25em;
    padding: 15px 0px;
}

/*.mw-capiunto-infobox-header, .mw-capiunto-infobox-bottom {
text-align: center;
font-family: 'Metamorphous',serif;
font-size:1.25em;
padding:15px 0px;
}*/

.mw-capiunto-infobox-header, .mw-capiunto-infobox-bottom {
    text-align: center;
    font-family: 'Metamorphous',serif;
    font-size: 1.25em;
    padding: 15px 0;
}

.mw-capiunto-infobox-spanning {
text-align: center;
font-family:'Open Sans', sans-serif;
font-size:.70em;
}

.mw-capiunto-infobox-label {
text-align: left;
text-transform: uppercase;
font-weight: bold;
font-size: .9em;
line-height: 1.25em;
}

.mw-capiunto-infobox table tr th, table tr td {
    font-size: .80rem;
    padding: .45rem .5rem .35rem;
    text-align: left;
    line-height: 1.15rem;
}

.mw-capiunto-infobox tbody tr:nth-child(odd){

}

/* WEATHER GRID STYLING */
.weather-grid-container {
  display: flex;
  justify-content: center;
  max-width:1050px;
}

.weather-grid {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap:wrap;
}

.weather-grid-item {
  width: 100px;
  margin-bottom: 1.875rem;
  border: 4px double #b5b5b3;
  padding: 1.25rem 0 0 0;
  text-align:center;
 /* height: 320px;*/
  flex-direction:row;
  align-items: left;
  background-color:#b5b5b3;
}
		
/* INSIDE THE CARD STYLES */
.weather img {
	text-align:center;
	margin: 0.9375rem 0 0 0;
	vertical-align:middle;
	max-width:80%;
}
	
div.weather-grid-item > h1 {
}
h1.card  {
	color: #b5b5b3;
	text-align: center;
	font-size: 18px
/*	margin-top: 18px;*/
	}
 
.date{
    margin:0 auto;
	padding:0.625rem;
	text-align: center;
	background:#b5b5b3;
	width:100%;
  }
		
 .kingdom{
	display:none;   
	/*position: relative;
    top:25px;
    text-align:center;
    text-transform:uppercase;
    font-size:.9em;*/
  }
		
.moon {
	width:100%; 
	background:#fffcf2; 
	min-height:30px; 
	margin-top:0px; 
	margin-bottom:1.25rem !important;
		}

.card .list-inline {
padding-left: 0;
margin-left: -3px !important;
list-style-type: none;
}
		
.date h3 {
	font-size:3em;
}

.card h3{
  margin: 0 !important;
}

.card ul>li{
	width:100%;
	max-width:100%;
    font-size: 1.0em;
  }
		
.benea {
	max-width: 35%;
	width: 35%;
	position: relative;
	z-index: 0;
	margin-top: -1.25rem;
	margin-left: -0.9375rem;
		}
		
.osa {
	max-width: 1.5%;
	width: 20%;
	position: absolute;
	z-index: 20;
	margin-top: -0.9375rem;
		}
		
.read-threads {
    display: inline-block;
    font-size: .85em;
    width: 100%;
    margin: 0 auto;
    background-color: #fffcf2;
    padding: 3px;
    color: #b5b5b3;
}
		
.read-threads a {
	color:#b5b5b3;
	text-decoration:none;
		}
		
.read-threads a:active {
	color:#b5b5b3;
	text-decoration:none;
		}
		
.read-threads a:visited {
	color:#b5b5b3;
	text-decoration:none;
		}
		
.read-threads a:hover {
	color:#b5b5b3;
	text-decoration:none;
		}

/* THORNS BUTTON STYLES */
.thorns-flex-container{
	display:flex; 
	align-content:space-between; 
	flex-direction:row; 
	flex-wrap:wrap; 
	flex-basis: auto;
	justify-content:space-evenly;
}
	
.thorns-button > a {
    display: block;
    background-color: #474440;
    color: #fffcf2;
    padding: .75rem 1.25rem;
    border: 4px solid #cec0aa;
    margin: 3px;
    font-family: 'Metamorphous',serif;
    font-size: 0.9em;
    text-align: center;
    text-decoration: none;
}

.thorns-button > a:hover {
    text-decoration:none;
    background-color:#fffcf2;
	color: #c84e25;
	border: 4px solid #b5b5b3;
}

.thorns-button > a:active {
    text-decoration:none;
}

.thorns-button > a:visited {
    text-decoration:none;
}

.thorns-button2 > a {
	display: block;
    font-size: 0.95em;
    padding: 1rem 0rem;
    border: 4px double #b5b5b3;
    font-family: 'Metamorphous',serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    width: 250px;
    flex:1;
    margin:5px 0px;
}

.thorns-button2 > a:hover {
    text-decoration:none;
	border: 4px double #fffcf2;
}

.thorns-button2 > a:active {
    text-decoration:none;
}

.thorns-button2-inactive {
display: block;
border: 4px solid #fffcf2;
font-size: 1rem;
padding: 1rem;
margin: 5px;
font-family: 'Metamorphous',serif;
font-size: 1em;
text-align: center;
text-decoration: none;
width: 100%;
}

/* WEATHER ALMANAC BUTTONS */
.weather-flex-container {
display: flex;
align-content: space-between;
flex-direction: row;
flex-wrap: wrap;
flex-basis: auto;
margin-bottom:30px;
}

.weather-display > a {
display: block;
border: 4px solid #b5b5b3;
font-size: 1rem;
padding: 1.75rem 0px;
margin: 5px;
font-family: 'Metamorphous',serif;
font-size: 1.35em;
text-align: center;
text-decoration: none;
width: 100%;
}

.weather-display-inactive {
display: block;
border: 4px solid #fffcf2;
font-size: 1rem;
padding: 1.75rem 0px;
margin: 5px;
font-family: 'Metamorphous',serif;
font-size: 1.35em;
text-align: center;
text-decoration: none;
width: 100%;
}

.weather-display > a:hover {
text-decoration: none;
border: 4px solid #fffcf2;*/
border: 4px solid #fffcf2;
}

.weather-display > a:visited {
text-decoration: none;
}

/* NAVBOX */
.navbox {
width:100%;
}

table.navbox {
	width:100%;
	font-size:.85em;
}

.navbox > tr {
}

.navbox > td {
}

.navbox-abovebelow {
}

#collapsibleTable0 a:link, #collapsibleTable0 a:visited, .navbox a:link, .navbox a:visited {
	text-decoration:none;
}

#collapsibleTable0 a:hover, .navbox a:hover, .navbox .mw-selflink a:hover {
	text-decoration:none;
}

a.selflink:link, a.selflink:visited {
	text-decoration: none;
}

a.selflink:hover {
	text-decoration:none;
}

.navbox-title {
background: #b5b5b3;=
text-align: center;
font-family: 'Metamorphous',serif;
font-size: .8em;
text-transform: uppercase;
font-weight: bold;
}

.navbox-group {
width: 20%;
font-family: 'Metamorphous',serif;
text-transform: uppercase;
font-size: .75em;
}

.navbox-list ul {
display: inline-block;
list-style-type: disc;
}

.navbox-list li {
display: inline-block !important;
margin-right: 10px;
}

.id-badge {
	display:inline-block;
	font-size:.85em;
	width:100%;
	margin:0 auto;
	padding:10px;
	text-align:center;
		}
		
.id-badge a {
	text-decoration:none;
		}
		
.id-badge a:active {
	text-decoration:none;
		}
		
.id-badge a:visited {
	text-decoration:none;
		}
		
.id-badge a:hover {=
	text-decoration:none;
		}
		
		/* Standard Navigationsleisten, aka box hiding thingy
   from .de.  Documentation at [[Wikipedia:NavFrame]]. */
div.NavFrame {
	 margin-bottom:8px;
    padding: 2px;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
    background: #fffcf2;=
}

div.NavFrame + div.NavFrame {
	border-top-style: none;
	border-top-style: hidden;
}
div.NavPic {
	margin: 0;
	padding: 2px;
	/* @noflip */
	float: left;
}
div.NavFrame div.NavHead {
	line-height: 2.15em;
    font-weight: normal;=
    position: relative;
    font-family: 'Metamorphous',serif;
    text-transform: uppercase;
    font-size: .8em;
}

div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
	font-size: 100%;
}
div.NavEnd {
	margin: 0;
	padding: 0;
	line-height: 1px;
	clear: both;
}
a.NavToggle {
	/* @noflip */
	position: absolute;
    top: 0;
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}

.client-js .NavFrame.collapsed > .NavContent {
	display: none;
}

span.collapseButton {
	float:right;
}


/* ACCORDION */
/*
*
*    Author:    Michael Raffaele <michael@mraffaele.com>
*    Date:    25th October 2011
*    Info:     http://www.mraffaele.com/blog/2011/10/25/css-accordion-no-javascript/
*
*/

/* Shared for all accordion types */
.accordion {
    font-family:Arial, Helvetica, sans-serif; 
    margin:0 auto;
    font-size:14px;
    border:1px solid #542437;
    border-radius:10px;
    width:600px;
    padding:10px;
    background:#fffcf2;
}
.accordion ul {
    list-style:none;
    margin:0;
    padding:0;    
}
.accordion li {
    margin:0;
    padding:0;
}
.accordion [type=radio], .accordion [type=checkbox] {
    display:none;
}
.accordion label {
    display:block;
    font-size:16px;
    line-height:16px;
    background:#D95B43;
    border:1px solid #542437;
    text-shadow:1px 1px 1px rgba(255,255,255,0.3);
    font-weight:700;
    cursor:pointer;
    text-transform:uppercase;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
}
.accordion ul li label:hover, .accordion [type=radio]:checked ~ label, .accordion [type=checkbox]:checked ~ label {
    background:#C02942;
    text-shadow:1px 1px 1px rgba(0,0,0,0.5)
}
.accordion .content {
    padding:0 10px;
    overflow:hidden;
    border:1px solid #fffcf2; /* Make the border match the background so it fades in nicely */
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
}
.accordion p {
    margin:0 0 10px;
}
.accordion h3 {
    padding:0;
    margin:10px 0;
}

.container-flex {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.row-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW - Opera 12.1, Firefox 20+ */
  flex-wrap:wrap;
}

[class*="c-"] {
  margin-right: .5em;
  margin-bottom: .5em;
  text-align: center;
  line-height: 1.15em;
  border: 4px double #b5b5b3;
  text-align:center;
}

[class*="c-"]:last-child {
  margin-right: 0;
}

.c-1 {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  width: 100%;
  min-width:220px;
  max-width:220px;
  /* Old syntax, otherwise collapses. */
}

.c-2 {
  -webkit-box-flex: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 2;
  /* OLD - Firefox 19- */
  -webkit-flex: 2;
  /* Chrome */
  -ms-flex: 2;
  /* IE 10 */
  flex: 2;
  width: 50%;
  /* Old syntax, otherwise collapses. */
}

.c-3 {
  -webkit-box-flex: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 3;
  /* OLD - Firefox 19- */
  -webkit-flex: 3;
  /* Chrome */
  -ms-flex: 3;
  /* IE 10 */
  flex: 3;
  width: 33.33333%;
  /* Old syntax, otherwise collapses. */
}

.c-4 {
  -webkit-box-flex: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 4;
  /* OLD - Firefox 19- */
  -webkit-flex: 4;
  /* Chrome */
  -ms-flex: 4;
  /* IE 10 */
  flex: 4;
  width: 25%;
  /* Old syntax, otherwise collapses. */
}

.c-5 {
  -webkit-box-flex: 5;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 5;
  /* OLD - Firefox 19- */
  -webkit-flex: 5;
  /* Chrome */
  -ms-flex: 5;
  /* IE 10 */
  flex: 5;
  width: 20%;
  /* Old syntax, otherwise collapses. */
}

.c-6 {
  -webkit-box-flex: 6;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 6;
  /* OLD - Firefox 19- */
  -webkit-flex: 6;
  /* Chrome */
  -ms-flex: 6;
  /* IE 10 */
  flex: 6;
  width: 16.66667%;
  /* Old syntax, otherwise collapses. */
}

.c-7 {
  -webkit-box-flex: 7;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 7;
  /* OLD - Firefox 19- */
  -webkit-flex: 7;
  /* Chrome */
  -ms-flex: 7;
  /* IE 10 */
  flex: 7;
  width: 14.28571%;
  /* Old syntax, otherwise collapses. */
}

.c-8 {
  -webkit-box-flex: 8;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 8;
  /* OLD - Firefox 19- */
  -webkit-flex: 8;
  /* Chrome */
  -ms-flex: 8;
  /* IE 10 */
  flex: 8;
  width: 12.5%;
  /* Old syntax, otherwise collapses. */
}

.c-9 {
  -webkit-box-flex: 9;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 9;
  /* OLD - Firefox 19- */
  -webkit-flex: 9;
  /* Chrome */
  -ms-flex: 9;
  /* IE 10 */
  flex: 9;
  width: 11.11111%;
  /* Old syntax, otherwise collapses. */
}

.c-10 {
  -webkit-box-flex: 10;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 10;
  /* OLD - Firefox 19- */
  -webkit-flex: 10;
  /* Chrome */
  -ms-flex: 10;
  /* IE 10 */
  flex: 10;
  width: 10%;
  /* Old syntax, otherwise collapses. */
}

.c-11 {
  -webkit-box-flex: 11;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 11;
  /* OLD - Firefox 19- */
  -webkit-flex: 11;
  /* Chrome */
  -ms-flex: 11;
  /* IE 10 */
  flex: 11;
  width: 9.09091%;
  /* Old syntax, otherwise collapses. */
}

.c-12 {
  -webkit-box-flex: 12;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 12;
  /* OLD - Firefox 19- */
  -webkit-flex: 12;
  /* Chrome */
  -ms-flex: 12;
  /* IE 10 */
  flex: 12;
  width: 8.33333%;
  /* Old syntax, otherwise collapses. */
}

@media screen and (max-width: 600px) {
  .row {
    display: block;
    width: 100%;
  }
  
  .c-1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
    /*min-width: 220px;*/
    /*max-width:220px;*/
}
}
/* Housekeeping */

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}	
		
.weather-new img {
	text-align:center;
	margin: 0.9375rem 0 0 0;
	vertical-align:middle;
	max-width:90%;
}
		
div.weather-grid-item-new > h1 {
	color:#474440 !important;
}
h1.card-new  {
	text-align: center;
	font-size: 18px !important;
/*	margin-top: 18px;*/
	}
 
.date-new, .date-new > p {
    margin: 0 auto;
    padding: 0.625rem;
    text-align: center;
    background: #b5b5b3;
    width: 100%;
    /* font-weight: bold; */
    font-family: 'Metamorphous',serif;
    letter-spacing: .10rem;
    font-size: 1.25rem;
    text-transform:uppercase;
}
		
.moon-new {
    width: 95%;
    background: #fffcf2;
    min-height: 30px;
    margin:1.5rem auto 0.25rem auto;
}
		
.date-new h3 {
	font-size:3em;
}

.card-new h3{
  margin: 0 !important;
}

.card-new ul>li{
	width:100%;
	max-width:100%;
    font-size: 1.0em;
  }
		
.benea-new {
	max-width: 30%;
    width: 30%;
    position: relative;
    z-index: 0;
    margin-top: -1.25rem;
    margin-left: 0;
		}
		
.osa-new {
	max-width: 20%;
    width: 20%;
    position: relative;
    z-index: 20;
    margin-top: -1em;
		}
		
.read-threads-new {
    display: inline-block;
    font-size: .85rem;
    width: 100%;
    margin: 0 auto;
    padding: 3px;
    /* letter-spacing: .05rem; */
    font-family: 'Railway', sans-serif;
}
	
		
.info {
    width: 100%;
    padding: 5px 0;
    margin-top: -15px;
    font-family: 'Railway',sans-serif;
   /* font-size: .75em;*/
	text-transform:normal;
		}
		
		.rain {
			max-width: 50%;
    		display: inline-block;
    		float: left;
    		margin: 0 10px;
		}
		.wind {
			max-width: 50%;
    		display: inline-block;
    		margin: 0 10px 0 20px;
		}

		p.weather-text {
			display: inline-block; 
			width: 100%; 
			padding: 3px 0; 
			text-align: center; 
			border-bottom: 1px solid #403c39; 
			font-size: 1.0em; 
			font-style: italic; 
			margin-bottom: 0;
		}
		
		.temp-display-1 {
			width:45%; 
			display:inline-block; 
			border-right:1px solid #474440;
		}
		
		.temp-display-2 {
			width:45%; display:inline-block;
		}
		
		.temp-title {
			font-size:.85em; 
			margin-bottom:-20px; 
			letter-spacing:.25em; 
			font-family:sans-serif; 
			text-align:center;
			text-transform:uppercase;
		}
		.temperature {
		 color: #474440;
		 text-align: center;
		 font-size: 2.25em;
		 font-weight: bold;
		 line-height: 2em;
		}
		
/*
 * Allow limiting of which header levels are shown in a TOC;
 * <div class="toclimit-3">, for instance, will limit to
 * showing ==headings== and ===headings=== but no further.
 * Used in [[Template:TOC]]
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}