MediaWiki:Common.css:修订间差异
无编辑摘要 标签:手工回退 |
无编辑摘要 |
||
第1行: | 第1行: | ||
/* 这里放置的CSS将应用于所有皮肤 */ | /* 这里放置的CSS将应用于所有皮肤 */ | ||
/* | /*@font-face { | ||
font-family: 'Satisfontory_v1.5'; | |||
* | src: local('Satisfontory_v1.5'), local('Satisfontory_v1.5'), url('/media/hydra/fonts/Satisfontory_v1.5.ttf') format('truetype'); | ||
}*/ | |||
/* | |||
/*站点Logo 小图宽度处理*/ | |||
.wiki-header .wiki-nav .wiki-logo { | |||
width: 187px; | |||
} | |||
/* This governs the sections on the Community portal */ | |||
.cpbox { | |||
display: flex; | |||
flex-direction: row-reverse; | |||
flex-wrap: wrap; | |||
} | |||
.cpbox #admins { | |||
box-sizing: border-box; | |||
width: calc(33% - 10px); | |||
margin: 5px; | |||
flex-grow: 1; | |||
min-width: 300px; | |||
} | |||
.cpbox #help { | |||
box-sizing: border-box; | |||
width: calc(67% - 10px); | |||
margin: 5px; | |||
flex-grow: 1; | |||
} | |||
/* Template documentation styles */ | |||
/* If modifying these styles, be sure to update the mobile skin! */ | |||
.doc { | |||
margin: 0em auto 1em; | |||
background-color: rgba(0, 0, 0, 0.1); | |||
border: 2px solid #BDCAC3; | |||
border-radius: 1em; | |||
padding: 1em; | |||
} | |||
.doc-header { | |||
padding-bottom: 3px; | |||
border-bottom: 1px solid #BDCAC3; | |||
margin-bottom: 1ex; | |||
} | |||
.doc-footer { | |||
margin: 0; | |||
background-color: rgba(0, 0, 0, 0.1); | |||
border: 2px solid #BDCAC3; | |||
border-radius: 1em; | |||
padding: 1em; | |||
} | |||
/* Classes permitting setting of alignment on desktop only or differently on desktop and mobile */ | |||
/* (See .mobileleft, .mobilecenter, .mobileright in MediaWiki:Mobile.css for the mobile equivalents */ | |||
.desktopleft { | |||
text-align: left; | |||
} | |||
.desktopcenter { | |||
text-align: center; | |||
} | |||
.desktopright { | |||
text-align: right; | |||
} | |||
/* Front page structure */ | |||
#fp-container { | |||
display: grid; | |||
grid-template-areas: "a" "b" "c" "d"; | |||
grid-template-columns: 100%; | |||
} | |||
@media screen and (min-width:990px) { | |||
#fp-container { | |||
grid-template-areas: "a b" "a d" "c c"; | |||
grid-template-columns: 50% 50%; | |||
} | |||
} | |||
@media screen and (min-width:1350px) { | |||
#fp-container { | |||
grid-template-areas: "a b" "c c" "d d"; | |||
grid-template-columns: auto 520px; | |||
} | |||
} | |||
.fpbox { | |||
width: calc(100% - 2px); | |||
box-sizing: border-box; | |||
} | |||
.fp-section { | |||
display: flex; | |||
flex-wrap: wrap; | |||
} | |||
#fp-top { | |||
grid-area: a; | |||
} | |||
#fp-flex { | |||
grid-area: b; | |||
} | |||
#fp-nav { | |||
grid-area: c; | |||
} | |||
#fp-bottom { | |||
grid-area: d; | |||
} | |||
.fpbox { | |||
margin: 5px; | |||
margin-bottom:15px; | |||
overflow: auto; | |||
border-radius:20px 20px 5px 5px; | |||
} | |||
.fpbox.plain { | |||
background: transparent; | |||
border: none; | |||
box-shadow: none; | |||
} | |||
.fpbox .heading, | |||
.fpbox .mainheading, | |||
.fpbox .welcome { | |||
margin: 0 0 10px; | |||
padding: 0 0 5px; | |||
overflow: auto; | |||
} | |||
.fpbox .mainheading, | |||
.fpbox .welcome { | |||
font-size: 150%; | |||
font-weight: bold; | |||
} | |||
.fpbox .heading { | |||
text-align: center; | |||
font-size: 132%; | |||
} | |||
.linkslabel { | |||
margin: 15px 5px 5px; | |||
padding: 0 0 5px; | |||
} | |||
/* Template:FP links styles */ | |||
.fplinks { | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: space-evenly; | |||
align-items: stretch; | |||
text-align: center; | |||
} | |||
.fplink-outer { | |||
padding: 5px; | |||
flex-basis: calc(25% - 10px); | |||
width: calc(25% - 15px); | |||
min-width: 115px; | |||
display: inline-block; | |||
vertical-align: middle; | |||
} | |||
.fplink-wide { | |||
flex-basis: calc(33% - 10px); | |||
width: calc(33% - 15px); | |||
} | |||
.fplink-fullwidth { | |||
flex-basis: 100%; | |||
width: calc(100% - 15px); | |||
font-weight: bold; | |||
} | |||
.fplink { | |||
padding: 0.5em; | |||
box-sizing: border-box; | |||
width: 100%; | |||
height: 100%; | |||
display: table; | |||
} | |||
.fplink-plain { | |||
background: transparent; | |||
border-radius: 0; | |||
border: 0; | |||
box-shadow: none; | |||
} | |||
.fplink-inner { | |||
display: table-row; | |||
} | |||
.fplink a { | |||
display: table-cell; | |||
vertical-align: middle; | |||
} | |||
.fplink img { | |||
max-width: 150px; | |||
width: 100%; | |||
height: auto; | |||
} | |||
/* Auto-resize front page video to fit smaller columns */ | |||
.fpbox .embedvideowrap { | |||
width: 100%!important; | |||
max-width: 480px; | |||
margin: 0 auto; | |||
} | |||
.fpbox .embedvideowrap iframe { | |||
width: 100%!important; | |||
} | |||
/* this CSS governs the responsive 2 column main page layout */ | |||
.fpmaybecols { | |||
overflow: hidden; | |||
margin: -5px 0; | |||
} | |||
.fpmaybecols + .fpmaybecols { | |||
margin: 0 0 -5px; | |||
} | |||
.fpbox .heading .smalllink { | |||
color: #e0e0e0; | |||
font-size: 75%; | |||
font-weight: bold; | |||
} | |||
.fpbox hr { | |||
border: none; | |||
border-bottom: 2px solid #505050; | |||
} | |||
/* CSS placed here will affect users of the Hydra skin */ | |||
/* For elements which only display in the mobile view */ | |||
.mobileonly { | |||
display: none; | |||
} | |||
/* for "edit this page" tab and "discussion" tab etc */ | |||
.pagetab { | |||
border-style: solid solid none; | |||
border-width: thin; | |||
border-color: #808080; | |||
padding:0.25ex 1ex 0ex; | |||
font-size: 95%; | |||
} | |||
.ambox { | |||
background-color: #eeeeee; | |||
border:1px solid #D1D0D0; | |||
border-collapse: collapse; | |||
font-size: 95%; | |||
margin: 0 auto 2px auto; | |||
width: 80%; | |||
} | |||
.ambox-gray { | |||
border-left-color: #383838; | |||
} | |||
.ambox.ambox-tiny { | |||
font-size: 90%; | |||
margin: 2px 0; | |||
width: auto; | |||
} | |||
.ambox + .ambox { | |||
margin-top: -2px; | |||
} | |||
.ambox-text { | |||
padding: 0.25em 0.5em; | |||
} | |||
.ambox-image { | |||
padding: 2px 0px 2px 0.5em; | |||
text-align: center; | |||
width: 60px; | |||
} | |||
.ambox-tiny .ambox-image { | |||
padding: 2px 0.5em; | |||
text-align: left; | |||
width: auto; | |||
} | |||
/* Ambox colors */ | |||
.ambox-blue { | |||
border-left: 10px solid #1e90ff; | |||
} | |||
.ambox-red { | |||
border-left: 10px solid #b22222; | |||
} | |||
.ambox-orange { | |||
border-left: 10px solid #f28500; | |||
} | |||
.ambox-yellow { | |||
border-left: 10px solid #f4c430; | |||
} | |||
.ambox-purple { | |||
border-left: 10px solid #9932cc; | |||
} | |||
.ambox-gray { | |||
border-left: 10px solid #bba; | |||
} | |||
.ambox-green { | |||
border-left: 10px solid #228b22; | |||
} | |||
/* Ambox small text */ | |||
.amsmalltext { | |||
font-size: smaller; | |||
margin-left:0.8em; | |||
margin-top:0.5em; | |||
} | |||
/* copyright images tweak */ | |||
/*.copyright-icon { | |||
background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat; | |||
background-size: 100%; | |||
width: 32px; | |||
height: 32px; | |||
}*/ | |||
.feature { | |||
background: rgba(0, 0, 0, 0.05); | |||
border: 1px solid rgba(0, 0, 0, 0.2); | |||
border-radius: 5px; padding: 10px; | |||
} | |||
/* Navbox template style */ | |||
table.navbox { | |||
border: 1px solid #aaaaaa; | |||
clear: both; | |||
font-size: 88%; | |||
margin: auto; | |||
padding: 1px; | |||
text-align: center; | |||
width: 100%; | |||
} | |||
/* Border between adjacent navboxes */ | |||
table.navbox + table.navbox { | |||
margin-top: -1px; | |||
} | } | ||
.navbox-title, | |||
.navbox-abovebelow, | |||
table.navbox th { | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
text-align: center; | |||
} | } | ||
.navbox-group { | |||
font-weight: bold; | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
white-space: nowrap; | |||
} | } | ||
/* | /* Base background */ | ||
.navbox, .navbox-subgroup { | |||
background: rgba(255, 255, 255, 0.2); | |||
} | } | ||
. | .navbox-list { | ||
border-color: rgba(255, 255, 255, 0.2); /* Must match background color */ | |||
} | } | ||
/* | /* Level 1 color */ | ||
. | .navbox-title, | ||
table.navbox th { | |||
background: rgba(255, 255, 255, 0.2); | |||
color: #444; | |||
} | } | ||
/* | /* Level 2 styling */ | ||
. | .navbox-abovebelow, | ||
.navbox-group, | |||
.navbox-subgroup .navbox-title { | |||
background: rgba(255, 255, 255, 0.2); | |||
color: #333; | |||
} | |||
/* | /* Level 3 styling */ | ||
.navbox-subgroup .navbox-group, | |||
.navbox-subgroup .navbox-abovebelow { | |||
background: rgba(0, 0, 0, 0.05); | |||
. | color: #333; | ||
. | } | ||
/* | /* Even row striping */ | ||
.navbox-even { | |||
background: rgba(0, 0, 0, 0.05); | |||
color: #333; | |||
} | } | ||
/* | /* Odd row striping */ | ||
. | .navbox-odd { | ||
background: transparent; | |||
} | |||
.collapseButton { | |||
font-weight: normal; | |||
width: auto; | |||
} | } | ||
.navbox .collapseButton { | |||
width: 6em; | |||
} | |||
.navbar { | |||
font-size: 88%; | |||
font-weight: normal; | |||
} | } | ||
.navbox .navbar { | |||
font-size: 100%; | |||
border: 0; | |||
} | } | ||
table.collapsed tr.collapsible { | |||
display: none; | |||
} | |||
/* End of new Navbox styling */ | |||
/* Removes redundant purge button in menu */ | |||
div.menu li#ca-cargo-purge { | |||
display:none; | |||
} | } | ||
/***************** | |||
* Base framework * | |||
******************/ | |||
body { | |||
background-image:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Background_decoration.png); /*[[File:Background decoration.png]]*/ | |||
background-attachment:fixed; | |||
background-repeat:no-repeat; | |||
background-position:bottom; | |||
background-size:100% auto; | |||
background-color:#eee; | |||
} | } | ||
#mw-page-base { | |||
background:transparent; | |||
} | } | ||
div#content, | |||
div#footer { | |||
background-color:rgba(238,238,238,0.95); | |||
color:#0C0C0C; | |||
border: 2px solid #aaaaaa; | |||
border-radius:15px; | |||
/*padding:0.75em;*/ | |||
} | } | ||
div#content { | |||
/*margin-top:calc(3.5em - 1px);*/ | |||
padding-top:2.45em; | |||
} | } | ||
div#footer { | |||
margin-top:4em; | |||
margin-bottom:2em; | |||
} | } | ||
.mw- | .mw-body { | ||
/*margin-left:11em;*/ | |||
} | } | ||
.mw- | .mw-body-content, .post-content { | ||
margin: 0 15px; | |||
} | } | ||
.mw-collapsible-toggle .navbar { | |||
border: 0; | |||
} | } | ||
div#mw-clearyourcache { | |||
margin: 0 15px; | |||
} | } | ||
#pageWrapper { | |||
margin-right: 10px; | |||
} | } | ||
/* | /********************* | ||
* end base framework * | |||
**********************/ | |||
/************************** | |||
* Gamepedia footer tweaks * | |||
***************************/ | |||
footer { | |||
border-top:#f48020 1px solid; | |||
} | } | ||
/* | /* prevents the footer from breaking at narrow widths */ | ||
/* | footer#curse-footer .footer-box { | ||
flex:unset; | |||
} | |||
. | footer#curse-footer ul li { | ||
div.mw- | white-space:nowrap; | ||
div.mw- | } | ||
div#mw- | /******************** | ||
* End footer tweaks * | |||
*********************/ | |||
/******** | |||
* Links * | |||
*********/ | |||
.pseudo-link { | |||
color:#0645ad; | |||
cursor:pointer; | |||
} | |||
.pseudo-link:hover, | |||
.pseudo-link:focus { | |||
text-decoration: underline; | |||
} | |||
/************ | |||
* End links * | |||
*************/ | |||
/******* | |||
* Logo * | |||
********/ | |||
#p-logo { | |||
position:absolute; | |||
height: 8.5em; | |||
width: 22em; | |||
background-size: contain; | |||
background-repeat:no-repeat; | |||
left:calc(50vw - 11em); | |||
top:-9.5em; | |||
} | |||
#p-logo a { | |||
background-size: contain; | |||
height: 8.3em; | |||
width: 22em; | |||
} | |||
/*********** | |||
* end logo * | |||
************/ | |||
/*********** | |||
* Headings * | |||
************/ | |||
h1#firstHeading { | |||
font-family: Verdana, Geneva, sans-serif; | |||
color:#575757; | |||
border-top: 2px solid #D1D0D0; | |||
border-bottom:1px solid #E89E58; | |||
/*margin-left: -0.42em; | |||
margin-right: -0.42em;*/ | |||
margin-left: 15px; | |||
margin-right: 15px; | |||
padding-left: 0.5em; | |||
padding-right: 0.5em; | |||
} | |||
#content h2, | |||
.fakeh2 { | |||
color:#3F3F3F; | |||
border-bottom:1px solid #E89E58; | |||
} | |||
.fakeh2 { | |||
font-size: 1.5em; | |||
margin: 0; | |||
margin-top: 1em; | |||
margin-bottom: 0.25em; | |||
line-height: 1.3; | |||
padding: 0; | |||
background: none; | |||
font-weight: normal; | |||
overflow: hidden; | |||
} | |||
/*************** | |||
* End headings * | |||
****************/ | |||
/************** | |||
* Vector tabs * | |||
***************/ | |||
div.vectorTabs { | |||
background: none; | |||
} | |||
#left-navigation { | |||
margin-left:11.8em; | |||
} | |||
#right-navigation { | |||
margin-right:30px; | |||
} | |||
#right-navigation, | |||
#left-navigation { | |||
margin-top:8.5em; | |||
} | |||
div#mw-head div.vectorTabs ul li a, | |||
div#mw-head div.vectorTabs ul li.new a, | |||
h3#p-sharing-label span, | |||
h3#p-cactions-label span { | |||
color:#7F7F7F; | |||
font-size:0.8em; | |||
font-weight:bold; | |||
text-decoration:none; | |||
} | |||
div.vectorTabs li a { | |||
padding-left:0.7em; | |||
padding-right:0.7em; | |||
} | |||
div.vectorTabs li span, | |||
div#mw-head div.vectorMenu h3 { | |||
background:none; | |||
} | |||
div#mw-head div.vectorTabs ul li.selected span { | |||
background:#E59344; | |||
} | |||
div#mw-head div.vectorTabs ul li.selected span a { | |||
color:#fff; | |||
} | |||
div.vectorTabs span a { | |||
padding-top:1em; | |||
} | |||
div#mw-head div.vectorTabs ul li:not(.selected) span:hover, | |||
div#mw-head div.vectorTabs ul li:not(.selected) span:focus { | |||
background-color:#CCCBCB; | |||
} | |||
div#mw-head div.vectorTabs ul li:not(.selected) span a:hover, | |||
div#mw-head div.vectorTabs ul li:not(.selected) span a:focus { | |||
color:#fff; | |||
} | |||
h3#p-sharing-label span, | |||
h3#p-cactions-label span { | |||
margin-top:-0.25em; | |||
} | |||
div.vectorTabs { | |||
padding-left:0; | |||
} | |||
div.vectorTabs span, | |||
div.vectorTabs ul, | |||
div.vectorTabs ul li, | |||
div.vectorTabs ul li.selected { | |||
background: none; | |||
} | |||
div#right-navigation div#p-search { | |||
margin-top:0.8em; | |||
margin-right:10.5px; | |||
} | |||
div.vectorMenu div.menu { | |||
border: 2px solid #3F3E3B; | |||
border-radius:3px; | |||
background-color:rgba(0,0,0,0.8); | |||
color: #fff6e7; | |||
text-shadow: 1px 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.3); | |||
box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.75); | |||
} | |||
div.vectorMenu div.menu ul { | |||
background-color:transparent; | |||
} | |||
div.vectorMenu div.menu a { | |||
color:#D7DEE8; | |||
font-weight:bold; | |||
text-decoration:none; | |||
} | |||
div.vectorMenu div.menu li:hover { | |||
background-color:rgba(255,255,255,0.2); | |||
box-shadow:inset 0 0 5px rgba(0,0,0,0.2); | |||
} | |||
div#p-cactions .menu { | |||
top:2.5em; | |||
} | |||
div#p-sharing .menu { | |||
margin-left: .5em; | |||
min-width: 0px; | |||
width: 48px; | |||
top:2.5em; | |||
} | |||
div#simpleSearch { | |||
margin-top:-0.5em; | |||
} | |||
/****************** | |||
* End Vector Tabs * | |||
*******************/ | |||
/********** | |||
* Sidebar * | |||
***********/ | |||
div#mw-panel { | |||
padding-top:2em; | |||
padding-left:.5em; | |||
} | |||
div#mw-panel div.portal { | |||
padding:0; | |||
margin-left:0; | |||
margin-bottom:1em; | |||
} | |||
div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos), | |||
div#mw-panel div.portal.collapsed { | |||
background-color:rgba(238,238,238,0.9); | |||
padding-top:0; | |||
border-radius:10px; | |||
} | |||
div#mw-panel div.portal div.body ul li a, | |||
div#mw-panel div.portal div.body ul li a:visited, | |||
div#mw-panel div.portal div.body ul li a:link, | |||
#mw-panel.collapsible-nav a:visited{ | |||
font-weight:bold; | |||
color:#3F3F3F; | |||
} | |||
div#mw-panel div.portal div.body ul li a:hover, | |||
div#mw-panel div.portal div.body ul li a:focus { | |||
color:#e59344; | |||
} | |||
#mw-panel.collapsible-nav .portal div.body ul, | |||
#mw-panel .portal div.body ul{ | |||
margin-right:0.5em; | |||
margin-bottom:0.3em; | |||
} | |||
#mw-panel.collapsible-nav .portal div.body ul li, | |||
#mw-panel .portal div.body ul li { | |||
padding-left:0.2em; | |||
} | |||
#mw-panel .portal div.body ul li a{ | |||
margin-left:0.2em; | |||
font-size:0.9em; | |||
} | |||
div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) { | |||
margin:0; | |||
padding:5px; | |||
text-align:center; | |||
font-weight:bold; | |||
font-size:0.9em; | |||
border-bottom:1px solid #E89E58; | |||
} | |||
div#mw-panel div.portal.collapsed h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) { | |||
border-bottom:0; | |||
} | |||
div#mw-panel div.portal h3 a, | |||
div#mw-panel div.portal h3, | |||
#mw-panel.collapsible-nav .portal.collapsed h3, | |||
#mw-panel.collapsible-nav .portal h3 a, | |||
#mw-panel.collapsible-nav .portal.collapsed h3 a { | |||
font-weight:bold; | |||
color:#3F3F3F; | |||
} | |||
div#mw-panel div.portal div.body { | |||
background-image:none; | |||
} | |||
div#mw-panel { | |||
top:9.65em; | |||
} | |||
/************** | |||
* End Sidebar * | |||
***************/ | |||
/************** | |||
* Preferences * | |||
***************/ | |||
.client-js div#preferences { | |||
background:rgba(0,0,0,0.01); | |||
border:1px solid #7f7f7f; | |||
margin-top:1px; | |||
} | |||
.client-js #preftoc, | |||
.client-js #preftoc li, | |||
.client-js #preftoc li a, | |||
.client-js #preftoc li { | |||
background-image: none; | |||
background-color: transparent; | |||
font-family: sans-serif; | |||
text-shadow:1px 1px 1px rgba(0,0,0,0.1); | |||
font-size:1em; | |||
} | |||
.client-js #preftoc li a:active { | |||
font-size:1em; | |||
} | } | ||
.client-js ul#preftoc { | |||
margin-left:-0.1em; | |||
. | margin-bottom:5px; | ||
} | } | ||
.client-js #preftoc li.selected a { | |||
background-image: none; | |||
color: #000; | |||
text-decoration:none; | |||
} | } | ||
.client-js #preftoc li.selected { | |||
border:0; | |||
# | border-bottom: 2px solid #e59344; | ||
border-radius: 5px / 1px; | |||
padding-right:0; | |||
# | |||
} | } | ||
.client-js #preftoc li:not(.selected) a:hover { | |||
. | color:#e59344; | ||
text-decoration:none; | |||
text-shadow:4px 4px 1px rgba(0,0,0,0.25); | |||
} | } | ||
.client-js #preferences legend { | |||
color: #000; | |||
} | } | ||
#preferences fieldset.prefsection fieldset { | |||
border-color:#7f7f7f; | |||
} | |||
.client-js .htmlform-tip { | |||
color:#333; | |||
} | |||
/****************** | |||
* End Preferences * | |||
*******************/ | |||
/*************** | |||
* Page History * | |||
****************/ | |||
ul#pagehistory > li { | |||
border:none; | |||
} | } | ||
#pagehistory li.selected { | |||
background-color:rgba(0,0,0,0.1); | |||
border:1px solid #484951; | |||
} | } | ||
table.diff { | |||
background-color:rgba(0,0,0,0.1); | |||
border-radius:20px; | |||
} | } | ||
/******************* | |||
* End Page History * | |||
********************/ | |||
/* | /********************* | ||
* tablepager styling * | |||
**********************/ | |||
table.TablePager td { | |||
border:1px solid #aaa; | |||
} | } | ||
table.TablePager tr th { | |||
color: #fff; | |||
border: 1px solid #aaaaaa; | |||
. | background-color: #575757; | ||
font-family: Verdana, Geneva, sans-serif; | |||
} | } | ||
. | table.TablePager tr > td { | ||
background:rgba(0,0,0,0.01); | |||
} | } | ||
table.TablePager tbody tr:hover td { | |||
background-color:rgba(127,127,127,0.25); | |||
} | |||
/************************* | |||
* end tablepager styling * | |||
**************************/ | |||
/******************** | |||
* wikitable styling * | |||
*********************/ | |||
table.wikitable { | |||
color:#000; | |||
border:1px solid #aaaaaa; | |||
background-color:rgba(0,0,0,0.01); | |||
box-shadow:4px 4px 0 rgba(0,0,0,0.3); | |||
} | } | ||
table.wikitable tbody tr th | |||
. | table.wikitable > tr > th, | ||
. | table.wikitable > * > tr > th { | ||
color: #fff; | |||
# | border: 1px solid #aaaaaa; | ||
background-color: #575757; | |||
font-family: Verdana, Geneva, sans-serif; | |||
} | } | ||
/* | table.wikitable tbody tr td { | ||
border:1px solid #aaaaaa; | |||
} | |||
/************************ | |||
* End wikitable styling * | |||
*************************/ | |||
/* Infobox | /***************** | ||
* Infobox styles * | |||
******************/ | |||
.infobox { | .infobox { | ||
float: right; | |||
width: 23em; | |||
margin-left: 1em; | |||
margin-right: 1em; | |||
margin-bottom: 0.5em; | |||
color: #575757; | |||
border: 3px solid #aaaaaa; | |||
border-radius: 15px; | |||
background-color: #f9f9f9; | |||
font-family: Verdana, Geneva, sans-serif; | |||
font-size: 89%; | |||
padding: 0 0.9em 0.7em 0.9em; | |||
} | |||
.infobox-table { | |||
width: 100%; | |||
padding: 0; | |||
background-color:transparent; | |||
border: 0; | |||
} | } | ||
.infobox-header | .infobox-header { | ||
padding:0.5em; | |||
. | font-size: 200%; | ||
text-align: center; | |||
} | } | ||
.infobox- | .infobox-section { | ||
text-align:center; | |||
font-weight:bold; | |||
padding: 10px 0 5px 0; | |||
border-bottom: 1px solid #e59344; | |||
margin: 0 0 10px 0; | |||
} | } | ||
.infobox-centered { | |||
text-align: center; | |||
} | } | ||
.infobox- | .infobox-centered img { | ||
max-width:100%; | |||
height:auto; | |||
margin-bottom: 10px; | |||
} | } | ||
.infobox-row { | |||
vertical-align: top; | |||
} | } | ||
.infobox-row-name { | |||
text-align: left; | |||
white-space: nowrap; | |||
} | } | ||
.infobox-row-value { | |||
. | word-break:break-word; | ||
} | } | ||
.infobox-spacer { | |||
. | height: 0.5em; | ||
. | |||
} | } | ||
.ingredient-cost-container { | |||
margin: 0; | |||
padding: 0; | |||
border: none; | |||
display: grid; | |||
grid-gap: 5px; | |||
grid-template-columns: repeat(auto-fill, minmax(75px, 1fr)); | |||
grid-auto-rows: 75px; | |||
} | } | ||
.ingredient-cost-wrapper { | |||
width: 65px; | |||
height: 65px; | |||
background: #eeeeee; | |||
border-radius: 5px; | |||
padding: 5px; | |||
position: relative; | |||
} | } | ||
.ingredient-cost { | |||
width: inherit; | |||
height: inherit; | |||
background-position: center; | |||
background-size: cover; | |||
padding: 0; | |||
margin: 0; | |||
display: flex; | |||
flex-direction: row; | |||
align-items: center; | |||
} | } | ||
.ingredient-cost-counter { | |||
position: absolute; | |||
bottom: 0; | |||
right: 0; | |||
background: #666666; | |||
border-radius: 5px; | |||
color: #ffffff; | |||
padding: 3px 5px; | |||
} | } | ||
@media screen { | .infobox-group { | ||
display:flex; | |||
flex-wrap:wrap; | |||
} | |||
.infobox-group .infobox-header { | |||
height:3.2em | |||
} | |||
/********************* | |||
* End infobox styles * | |||
**********************/ | |||
/***************** | |||
* Search styling * | |||
******************/ | |||
div.mw-search-profile-tabs { | |||
border:1px solid #aaa; | |||
background-color:#fff; | |||
} | |||
fieldset#mw-searchoptions { | |||
border:1px solid #000; | |||
border-top:none; | |||
background-color:rgba(0,0,0,0.01); | |||
} | |||
.mw-search-profile-tabs .search-types { | |||
padding-left:0; | |||
} | |||
div#content .mw-search-profile-tabs .search-types ul li a { | |||
border-right: 1px solid #000; | |||
} | |||
.mw-search-profile-tabs ul li.current a { | |||
background-color:#e59344; | |||
color:#fff; | |||
} | |||
.mw-search-profile-tabs ul li:last-child { | |||
border-bottom:0; | |||
} | |||
/********************* | |||
* end search styling * | |||
**********************/ | |||
/***************** | |||
* Editor Styling * | |||
******************/ | |||
div.wikiEditor-ui .wikiEditor-ui-view { | |||
border:1px solid #000; | |||
} | |||
div.wikiEditor-ui { | |||
background: transparent; | |||
border:0; | |||
} | |||
div.wikiEditor-ui-controls { | |||
background-color: transparent; | |||
border:0; | |||
margin-bottom:0.5px; | |||
} | |||
div.wikiEditor-ui-toolbar { | |||
background:rgba(0,0,0,0.05); | |||
} | |||
div.wikiEditor-ui-toolbar .group { | |||
border-right: 1px solid #000; | |||
} | |||
div.wikiEditor-ui-toolbar .group-search { | |||
border-left: 1px solid #000; | |||
border-right: none; | |||
} | |||
.tab { | |||
border-color: transparent; | |||
} | |||
div.wikiEditor-ui-toolbar .tabs span.tab a, | |||
div.wikiEditor-ui-toolbar .tabs span.tab a:visited { | |||
color: #000; | |||
} | |||
div.wikiEditor-ui-toolbar .tabs span.tab a.current, | |||
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited { | |||
color: #000; | |||
} | |||
#content div.wikiEditor-ui-toolbar .group .tool-select .label, | |||
#content div.wikiEditor-ui-toolbar .menu .options a.option { | |||
color: #000000; | |||
} | |||
.wikiEditor-ui-toolbar .group .label, | |||
.wikiEditor-ui-toolbar .page-table th { | |||
color:#434343; | |||
} | |||
div.wikiEditor-ui-toolbar .sections .section { | |||
background:rgba(50,50,50,0.1); | |||
border-top: 1px solid #61544B; | |||
} | |||
div.wikiEditor-ui-toolbar .booklet .pages { | |||
background-color:rgba(0,0,0,0.25); | |||
} | |||
div.wikiEditor-ui-toolbar .page-characters div span { | |||
border: 1px solid rgba(0,0,0,0.75); | |||
color: #f0f0f0; | |||
background:transparent; | |||
} | |||
div.wikiEditor-ui-toolbar .page-characters div span:hover { | |||
background-color:rgba(127,127,127,0.5); | |||
} | |||
div.wikiEditor-ui-toolbar .page-table td { | |||
border-top: 1px solid #000; | |||
color: #e5e5e5; | |||
} | |||
div.editOptions { | |||
background-color: transparent; | |||
border:none; | |||
} | |||
/********************* | |||
* End Editor Styling * | |||
**********************/ | |||
/****************** | |||
* thumbnail tweak * | |||
*******************/ | |||
div.thumbinner, | |||
li.gallerybox div.thumb { | |||
border: 1px solid #262626; | |||
background-color: rgba(229,229,229,0.8); | |||
} | |||
/********************** | |||
* end thumbnail tweak * | |||
***********************/ | |||
/************************** | |||
* Table of contents (toc) * | |||
***************************/ | |||
div#toc { | |||
border: 1px outset #333; | |||
box-shadow: 0 0 5px 0px rgba(0,0,0,0.5), inset 0 0 1px 0px rgba(0,0,0,0.25); | |||
border-radius: 10px; | |||
background:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat top left padding-box, | |||
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat top right padding-box, | |||
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom left padding-box, | |||
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom right padding-box; /*[[File:Bolt.png]]*/ | |||
background-color: #ddd; | |||
background-size:5px; | |||
padding:5px 15px; | |||
background-position-x:7px, calc(100% - 7px), 7px, calc(100% - 7px); | |||
background-position-y:2px, 2px, calc(100% - 2px), calc(100% - 2px); | |||
} | |||
/************************ | |||
* End table of contents * | |||
*************************/ | |||
/************************* | |||
* FP (front page) tweaks * | |||
**************************/ | |||
.fpbox, | |||
.fpbox .heading, | |||
.fpbox .welcome{ | |||
color:#000; | |||
} | |||
div.fplink:not(.fplink-plain) { | |||
background:transparent;/* reset */ | |||
background-color:#efefef;/* for browsers that don't support gradient background */ | |||
background: radial-gradient(#efefef, #fff); | |||
box-shadow:inset 0 0 2px #000; | |||
border: 3px double #fff; | |||
border-radius: 10px / 20px; | |||
} | |||
div.fplink:hover { | |||
background:#fff; | |||
} | |||
.fpbox { | |||
background: rgba(0, 0, 0, 0.05); | |||
border: 1px solid #505050; | |||
box-shadow: 0 2px 5px #505050; | |||
} | |||
.linkslabel { | |||
border-bottom: 2px solid #505050; | |||
} | |||
/**************** | |||
* end FP tweaks * | |||
*****************/ | |||
/*********************** | |||
* Category bar styling * | |||
************************/ | |||
#catlinks, | |||
ul#filetoc { | |||
border: 1px outset #333; | |||
box-shadow: 0 0 5px 0px rgba(0,0,0,0.5), inset 0 0 1px 0px rgba(0,0,0,0.25); | |||
border-radius: 10px; | |||
background:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat top left padding-box, | |||
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat top right padding-box, | |||
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom left padding-box, | |||
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom right padding-box; | |||
background-color: #ddd; | |||
background-size:5px; | |||
padding:5px 15px; | |||
background-position-x:7px, calc(100% - 7px), 7px, calc(100% - 7px); | |||
background-position-y:2px, 2px, calc(100% - 2px), calc(100% - 2px); | |||
} | |||
/*************************** | |||
* end category bar styling * | |||
****************************/ | |||
/************************** | |||
* Used by Template:Header * | |||
***************************/ | |||
.fpHeader { | |||
position:relative; | |||
background: url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom left border-box, | |||
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom right border-box, | |||
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Middle.png) repeat-x center left border-box, /*[[File:Middle.png]]*/ | |||
linear-gradient(to bottom, #465461, #4F4136); | |||
font-size:1.7em; | |||
padding:0 1em; | |||
box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.25); | |||
background-size: 0.6em, 0.6em, 1px 0.3em, auto; | |||
border-radius:0.7em 20px 0 0; | |||
} | |||
.fpHeader::before { | |||
position:absolute; | |||
width:100%; | |||
height:100%; | |||
top: -0.13em; | |||
left: -0.13em; | |||
content:""; | |||
background:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Corner_top_left.png) no-repeat top left border-box; /*[[File:Corner top left.png]]*/ | |||
background-size: 0.9em; | |||
z-index:3; | |||
pointer-events:none; | |||
} | |||
.fpHeader::after { | |||
position:absolute; | |||
width:100%; | |||
height:100%; | |||
top:0; | |||
left:0; | |||
content:""; | |||
border-radius:30px 30px 1px 1px; | |||
background:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Texture.png) repeat; /*[[File:Texture.png]]*/ | |||
opacity:0.05; | |||
z-index:1; | |||
pointer-events:none; | |||
} | |||
.fpHeaderText { | |||
position:relative; | |||
font-family: 'Satisfontory_v1.5', sans-serif; | |||
color: #f2f2f2; | |||
background: -webkit-linear-gradient(bottom, #ADC8DD, #FEFFFE, #E2E9EF); | |||
background-clip: border-box; | |||
background-clip: border-box; | |||
-webkit-background-clip: text; | |||
-webkit-text-fill-color: transparent; | |||
z-index:2; | |||
} | |||
/********************** | |||
* end Template:Header * | |||
***********************/ | |||
/******************************************** | |||
* Improved responsiveness for narrow widths * | |||
*********************************************/ | |||
.mw-body, | |||
#footer { | |||
/*margin-left:11em;*/ | |||
} | |||
.level img { /* wikipoints level on profile */ | |||
max-width:100%; | |||
} | |||
@media screen and (max-width:720px) { | |||
div#content { | |||
border-left:none; | |||
border-right:none; | |||
margin:0; | |||
} | |||
#pageWrapper { | |||
margin-right:0; | |||
} | |||
div#left-navigation, | |||
div#right-navigation { | |||
top:5.1em; | |||
} | |||
div#left-navigation { | |||
margin-left:1px; | |||
} | |||
div#right-navigation { | |||
margin-right:5px; | |||
} | |||
#left-navigation ul > li.selected:first-child span { | |||
border-radius:13px 0 0 0; | |||
} | |||
div#p-namespaces, | |||
div#p-views, | |||
div#p-variants, | |||
div#p-cactions { | |||
top:0; | |||
} | |||
div#p-sharing { | |||
top:0; | |||
} | |||
div#p-search { | |||
top:-3em; | |||
} | |||
div#right-navigation div#p-search { | |||
margin-right:0; | |||
} | |||
div#mw-navigation div#mw-panel .portal { | |||
width:auto; | |||
text-align:center; | |||
} | |||
div#mw-navigation div#mw-panel { | |||
width:100%; | |||
margin: 0; | |||
margin-top:2em; | |||
padding:0; | |||
top:0; | |||
} | |||
.curseprofile .leftcolumn, | |||
.curseprofile .rightcolumn { | |||
width:unset; | |||
} | |||
.headline ul { | |||
clear:left | |||
} | |||
.infobox { | |||
float:none; | |||
margin:auto; | |||
} | |||
} | |||
/****************************** | |||
* end improved responsiveness * | |||
*******************************/ | |||
/**************** | |||
* Navbox tweaks * | |||
*****************/ | |||
.navbox-title, table.navbox th, | |||
.navbox-group { | |||
background-color:#4f4f4a; | |||
color:#fff; | |||
} | |||
div#content .navbox th a, | |||
.navbox .navbox-group a { | |||
color:#e59344; | |||
} | |||
/********************* | |||
* End navbox tweaks * | |||
*********************/ | |||
/**************************************************************************************************** | |||
* Used by [[Template:CraftingTable]], [[Template:ResearchTable]] and [[Template:MilestoneTable]] * | |||
****************************************************************************************************/ | |||
.craftingTable .firstRow, | |||
.researchTable .firstRow, | |||
.milestoneTable .firstRow { | |||
border-top:2px solid #575757; | |||
} | |||
/***************************** | |||
* End Template:CraftingTable * | |||
******************************/ | |||
/*************************** | |||
* Used by [[Template:Key]] * | |||
****************************/ | |||
.key { | |||
display:inline-block; | |||
white-space:nowrap; | |||
} | |||
.key kbd { | |||
padding: 0.1em 0.6em 0.1em 0.6em; | |||
margin-right:2px; | |||
font-size:85%; | |||
font-family:inherit; | |||
font-style:normal; | |||
border-radius: .2em; | |||
} | |||
/* Dark Variation */ | |||
.keysDark { | |||
color:black; | |||
border: 1px solid rgb(170, 170, 170); | |||
box-shadow: 0.1em 0.2em 0.2em rgb(221, 221, 221); | |||
background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(249, 249, 249), rgb(238, 238, 238)); | |||
background-color: rgb(249, 249, 249); | |||
} | |||
/* Light Variation */ | |||
.keysLight { | |||
color:white; | |||
border: 1px solid rgb(0, 0, 0); | |||
box-shadow: 0.1em 0.2em 0.2em rgb(0, 0, 0); | |||
background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(15, 15, 15), rgb(30, 30, 30)); | |||
background-color: rgb(30, 30, 30); | |||
} | |||
/************************** | |||
* End Template:Key styles * | |||
***************************/ | |||
/**************** | |||
* Tabber tweaks * | |||
*****************/ | |||
.tabber .tabbertab { | |||
border:none; | |||
} | } | ||
/********************* | |||
* End Tabber tweaks * | |||
*********************/ | |||
/* | /********************* | ||
* Site Notice Tweaks * | |||
*********************/ | |||
#siteNotice { | |||
font-size: 0.8em; | |||
background-color: #e0e0e08f; | |||
margin: 0 15px; | |||
} | |||
.globalNotice { | |||
box-sizing: border-box; | |||
padding: .1em .5em; | |||
} | |||
#localNotice { | |||
margin-bottom: 0.5em; | |||
border-width: 2px; | |||
border-color: #aaaaaa; | |||
border-style: solid; | |||
border-radius: 10px; | |||
} | |||
.globalNotice .globalNoticeDismiss { | |||
display: block; | |||
text-align: right; | |||
height: 1px; | |||
} |
2024年8月29日 (四) 17:03的最新版本
/* 这里放置的CSS将应用于所有皮肤 */
/*@font-face {
font-family: 'Satisfontory_v1.5';
src: local('Satisfontory_v1.5'), local('Satisfontory_v1.5'), url('/media/hydra/fonts/Satisfontory_v1.5.ttf') format('truetype');
}*/
/*站点Logo 小图宽度处理*/
.wiki-header .wiki-nav .wiki-logo {
width: 187px;
}
/* This governs the sections on the Community portal */
.cpbox {
display: flex;
flex-direction: row-reverse;
flex-wrap: wrap;
}
.cpbox #admins {
box-sizing: border-box;
width: calc(33% - 10px);
margin: 5px;
flex-grow: 1;
min-width: 300px;
}
.cpbox #help {
box-sizing: border-box;
width: calc(67% - 10px);
margin: 5px;
flex-grow: 1;
}
/* Template documentation styles */
/* If modifying these styles, be sure to update the mobile skin! */
.doc {
margin: 0em auto 1em;
background-color: rgba(0, 0, 0, 0.1);
border: 2px solid #BDCAC3;
border-radius: 1em;
padding: 1em;
}
.doc-header {
padding-bottom: 3px;
border-bottom: 1px solid #BDCAC3;
margin-bottom: 1ex;
}
.doc-footer {
margin: 0;
background-color: rgba(0, 0, 0, 0.1);
border: 2px solid #BDCAC3;
border-radius: 1em;
padding: 1em;
}
/* Classes permitting setting of alignment on desktop only or differently on desktop and mobile */
/* (See .mobileleft, .mobilecenter, .mobileright in MediaWiki:Mobile.css for the mobile equivalents */
.desktopleft {
text-align: left;
}
.desktopcenter {
text-align: center;
}
.desktopright {
text-align: right;
}
/* Front page structure */
#fp-container {
display: grid;
grid-template-areas: "a" "b" "c" "d";
grid-template-columns: 100%;
}
@media screen and (min-width:990px) {
#fp-container {
grid-template-areas: "a b" "a d" "c c";
grid-template-columns: 50% 50%;
}
}
@media screen and (min-width:1350px) {
#fp-container {
grid-template-areas: "a b" "c c" "d d";
grid-template-columns: auto 520px;
}
}
.fpbox {
width: calc(100% - 2px);
box-sizing: border-box;
}
.fp-section {
display: flex;
flex-wrap: wrap;
}
#fp-top {
grid-area: a;
}
#fp-flex {
grid-area: b;
}
#fp-nav {
grid-area: c;
}
#fp-bottom {
grid-area: d;
}
.fpbox {
margin: 5px;
margin-bottom:15px;
overflow: auto;
border-radius:20px 20px 5px 5px;
}
.fpbox.plain {
background: transparent;
border: none;
box-shadow: none;
}
.fpbox .heading,
.fpbox .mainheading,
.fpbox .welcome {
margin: 0 0 10px;
padding: 0 0 5px;
overflow: auto;
}
.fpbox .mainheading,
.fpbox .welcome {
font-size: 150%;
font-weight: bold;
}
.fpbox .heading {
text-align: center;
font-size: 132%;
}
.linkslabel {
margin: 15px 5px 5px;
padding: 0 0 5px;
}
/* Template:FP links styles */
.fplinks {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: stretch;
text-align: center;
}
.fplink-outer {
padding: 5px;
flex-basis: calc(25% - 10px);
width: calc(25% - 15px);
min-width: 115px;
display: inline-block;
vertical-align: middle;
}
.fplink-wide {
flex-basis: calc(33% - 10px);
width: calc(33% - 15px);
}
.fplink-fullwidth {
flex-basis: 100%;
width: calc(100% - 15px);
font-weight: bold;
}
.fplink {
padding: 0.5em;
box-sizing: border-box;
width: 100%;
height: 100%;
display: table;
}
.fplink-plain {
background: transparent;
border-radius: 0;
border: 0;
box-shadow: none;
}
.fplink-inner {
display: table-row;
}
.fplink a {
display: table-cell;
vertical-align: middle;
}
.fplink img {
max-width: 150px;
width: 100%;
height: auto;
}
/* Auto-resize front page video to fit smaller columns */
.fpbox .embedvideowrap {
width: 100%!important;
max-width: 480px;
margin: 0 auto;
}
.fpbox .embedvideowrap iframe {
width: 100%!important;
}
/* this CSS governs the responsive 2 column main page layout */
.fpmaybecols {
overflow: hidden;
margin: -5px 0;
}
.fpmaybecols + .fpmaybecols {
margin: 0 0 -5px;
}
.fpbox .heading .smalllink {
color: #e0e0e0;
font-size: 75%;
font-weight: bold;
}
.fpbox hr {
border: none;
border-bottom: 2px solid #505050;
}
/* CSS placed here will affect users of the Hydra skin */
/* For elements which only display in the mobile view */
.mobileonly {
display: none;
}
/* for "edit this page" tab and "discussion" tab etc */
.pagetab {
border-style: solid solid none;
border-width: thin;
border-color: #808080;
padding:0.25ex 1ex 0ex;
font-size: 95%;
}
.ambox {
background-color: #eeeeee;
border:1px solid #D1D0D0;
border-collapse: collapse;
font-size: 95%;
margin: 0 auto 2px auto;
width: 80%;
}
.ambox-gray {
border-left-color: #383838;
}
.ambox.ambox-tiny {
font-size: 90%;
margin: 2px 0;
width: auto;
}
.ambox + .ambox {
margin-top: -2px;
}
.ambox-text {
padding: 0.25em 0.5em;
}
.ambox-image {
padding: 2px 0px 2px 0.5em;
text-align: center;
width: 60px;
}
.ambox-tiny .ambox-image {
padding: 2px 0.5em;
text-align: left;
width: auto;
}
/* Ambox colors */
.ambox-blue {
border-left: 10px solid #1e90ff;
}
.ambox-red {
border-left: 10px solid #b22222;
}
.ambox-orange {
border-left: 10px solid #f28500;
}
.ambox-yellow {
border-left: 10px solid #f4c430;
}
.ambox-purple {
border-left: 10px solid #9932cc;
}
.ambox-gray {
border-left: 10px solid #bba;
}
.ambox-green {
border-left: 10px solid #228b22;
}
/* Ambox small text */
.amsmalltext {
font-size: smaller;
margin-left:0.8em;
margin-top:0.5em;
}
/* copyright images tweak */
/*.copyright-icon {
background: url("https://commons.gamepedia.com/media/commons.gamepedia.com/thumb/b/b6/Copyright.png/32px-Copyright.png") transparent center center no-repeat;
background-size: 100%;
width: 32px;
height: 32px;
}*/
.feature {
background: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 5px; padding: 10px;
}
/* Navbox template style */
table.navbox {
border: 1px solid #aaaaaa;
clear: both;
font-size: 88%;
margin: auto;
padding: 1px;
text-align: center;
width: 100%;
}
/* Border between adjacent navboxes */
table.navbox + table.navbox {
margin-top: -1px;
}
.navbox-title,
.navbox-abovebelow,
table.navbox th {
padding-left: 1em;
padding-right: 1em;
text-align: center;
}
.navbox-group {
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
white-space: nowrap;
}
/* Base background */
.navbox, .navbox-subgroup {
background: rgba(255, 255, 255, 0.2);
}
.navbox-list {
border-color: rgba(255, 255, 255, 0.2); /* Must match background color */
}
/* Level 1 color */
.navbox-title,
table.navbox th {
background: rgba(255, 255, 255, 0.2);
color: #444;
}
/* Level 2 styling */
.navbox-abovebelow,
.navbox-group,
.navbox-subgroup .navbox-title {
background: rgba(255, 255, 255, 0.2);
color: #333;
}
/* Level 3 styling */
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
background: rgba(0, 0, 0, 0.05);
color: #333;
}
/* Even row striping */
.navbox-even {
background: rgba(0, 0, 0, 0.05);
color: #333;
}
/* Odd row striping */
.navbox-odd {
background: transparent;
}
.collapseButton {
font-weight: normal;
width: auto;
}
.navbox .collapseButton {
width: 6em;
}
.navbar {
font-size: 88%;
font-weight: normal;
}
.navbox .navbar {
font-size: 100%;
border: 0;
}
table.collapsed tr.collapsible {
display: none;
}
/* End of new Navbox styling */
/* Removes redundant purge button in menu */
div.menu li#ca-cargo-purge {
display:none;
}
/*****************
* Base framework *
******************/
body {
background-image:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Background_decoration.png); /*[[File:Background decoration.png]]*/
background-attachment:fixed;
background-repeat:no-repeat;
background-position:bottom;
background-size:100% auto;
background-color:#eee;
}
#mw-page-base {
background:transparent;
}
div#content,
div#footer {
background-color:rgba(238,238,238,0.95);
color:#0C0C0C;
border: 2px solid #aaaaaa;
border-radius:15px;
/*padding:0.75em;*/
}
div#content {
/*margin-top:calc(3.5em - 1px);*/
padding-top:2.45em;
}
div#footer {
margin-top:4em;
margin-bottom:2em;
}
.mw-body {
/*margin-left:11em;*/
}
.mw-body-content, .post-content {
margin: 0 15px;
}
.mw-collapsible-toggle .navbar {
border: 0;
}
div#mw-clearyourcache {
margin: 0 15px;
}
#pageWrapper {
margin-right: 10px;
}
/*********************
* end base framework *
**********************/
/**************************
* Gamepedia footer tweaks *
***************************/
footer {
border-top:#f48020 1px solid;
}
/* prevents the footer from breaking at narrow widths */
footer#curse-footer .footer-box {
flex:unset;
}
footer#curse-footer ul li {
white-space:nowrap;
}
/********************
* End footer tweaks *
*********************/
/********
* Links *
*********/
.pseudo-link {
color:#0645ad;
cursor:pointer;
}
.pseudo-link:hover,
.pseudo-link:focus {
text-decoration: underline;
}
/************
* End links *
*************/
/*******
* Logo *
********/
#p-logo {
position:absolute;
height: 8.5em;
width: 22em;
background-size: contain;
background-repeat:no-repeat;
left:calc(50vw - 11em);
top:-9.5em;
}
#p-logo a {
background-size: contain;
height: 8.3em;
width: 22em;
}
/***********
* end logo *
************/
/***********
* Headings *
************/
h1#firstHeading {
font-family: Verdana, Geneva, sans-serif;
color:#575757;
border-top: 2px solid #D1D0D0;
border-bottom:1px solid #E89E58;
/*margin-left: -0.42em;
margin-right: -0.42em;*/
margin-left: 15px;
margin-right: 15px;
padding-left: 0.5em;
padding-right: 0.5em;
}
#content h2,
.fakeh2 {
color:#3F3F3F;
border-bottom:1px solid #E89E58;
}
.fakeh2 {
font-size: 1.5em;
margin: 0;
margin-top: 1em;
margin-bottom: 0.25em;
line-height: 1.3;
padding: 0;
background: none;
font-weight: normal;
overflow: hidden;
}
/***************
* End headings *
****************/
/**************
* Vector tabs *
***************/
div.vectorTabs {
background: none;
}
#left-navigation {
margin-left:11.8em;
}
#right-navigation {
margin-right:30px;
}
#right-navigation,
#left-navigation {
margin-top:8.5em;
}
div#mw-head div.vectorTabs ul li a,
div#mw-head div.vectorTabs ul li.new a,
h3#p-sharing-label span,
h3#p-cactions-label span {
color:#7F7F7F;
font-size:0.8em;
font-weight:bold;
text-decoration:none;
}
div.vectorTabs li a {
padding-left:0.7em;
padding-right:0.7em;
}
div.vectorTabs li span,
div#mw-head div.vectorMenu h3 {
background:none;
}
div#mw-head div.vectorTabs ul li.selected span {
background:#E59344;
}
div#mw-head div.vectorTabs ul li.selected span a {
color:#fff;
}
div.vectorTabs span a {
padding-top:1em;
}
div#mw-head div.vectorTabs ul li:not(.selected) span:hover,
div#mw-head div.vectorTabs ul li:not(.selected) span:focus {
background-color:#CCCBCB;
}
div#mw-head div.vectorTabs ul li:not(.selected) span a:hover,
div#mw-head div.vectorTabs ul li:not(.selected) span a:focus {
color:#fff;
}
h3#p-sharing-label span,
h3#p-cactions-label span {
margin-top:-0.25em;
}
div.vectorTabs {
padding-left:0;
}
div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected {
background: none;
}
div#right-navigation div#p-search {
margin-top:0.8em;
margin-right:10.5px;
}
div.vectorMenu div.menu {
border: 2px solid #3F3E3B;
border-radius:3px;
background-color:rgba(0,0,0,0.8);
color: #fff6e7;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.3), 1px -1px 1px rgba(0,0,0,0.3), -1px -1px 1px rgba(0,0,0,0.3);
box-shadow:inset 0 0 1px 0 rgba(0,0,0,0.75);
}
div.vectorMenu div.menu ul {
background-color:transparent;
}
div.vectorMenu div.menu a {
color:#D7DEE8;
font-weight:bold;
text-decoration:none;
}
div.vectorMenu div.menu li:hover {
background-color:rgba(255,255,255,0.2);
box-shadow:inset 0 0 5px rgba(0,0,0,0.2);
}
div#p-cactions .menu {
top:2.5em;
}
div#p-sharing .menu {
margin-left: .5em;
min-width: 0px;
width: 48px;
top:2.5em;
}
div#simpleSearch {
margin-top:-0.5em;
}
/******************
* End Vector Tabs *
*******************/
/**********
* Sidebar *
***********/
div#mw-panel {
padding-top:2em;
padding-left:.5em;
}
div#mw-panel div.portal {
padding:0;
margin-left:0;
margin-bottom:1em;
}
div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos),
div#mw-panel div.portal.collapsed {
background-color:rgba(238,238,238,0.9);
padding-top:0;
border-radius:10px;
}
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
div#mw-panel div.portal div.body ul li a:link,
#mw-panel.collapsible-nav a:visited{
font-weight:bold;
color:#3F3F3F;
}
div#mw-panel div.portal div.body ul li a:hover,
div#mw-panel div.portal div.body ul li a:focus {
color:#e59344;
}
#mw-panel.collapsible-nav .portal div.body ul,
#mw-panel .portal div.body ul{
margin-right:0.5em;
margin-bottom:0.3em;
}
#mw-panel.collapsible-nav .portal div.body ul li,
#mw-panel .portal div.body ul li {
padding-left:0.2em;
}
#mw-panel .portal div.body ul li a{
margin-left:0.2em;
font-size:0.9em;
}
div#mw-panel div.portal h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
margin:0;
padding:5px;
text-align:center;
font-weight:bold;
font-size:0.9em;
border-bottom:1px solid #E89E58;
}
div#mw-panel div.portal.collapsed h3:not(#p-socialProfiles-label):not(#p-sitePromos-label) {
border-bottom:0;
}
div#mw-panel div.portal h3 a,
div#mw-panel div.portal h3,
#mw-panel.collapsible-nav .portal.collapsed h3,
#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal.collapsed h3 a {
font-weight:bold;
color:#3F3F3F;
}
div#mw-panel div.portal div.body {
background-image:none;
}
div#mw-panel {
top:9.65em;
}
/**************
* End Sidebar *
***************/
/**************
* Preferences *
***************/
.client-js div#preferences {
background:rgba(0,0,0,0.01);
border:1px solid #7f7f7f;
margin-top:1px;
}
.client-js #preftoc,
.client-js #preftoc li,
.client-js #preftoc li a,
.client-js #preftoc li {
background-image: none;
background-color: transparent;
font-family: sans-serif;
text-shadow:1px 1px 1px rgba(0,0,0,0.1);
font-size:1em;
}
.client-js #preftoc li a:active {
font-size:1em;
}
.client-js ul#preftoc {
margin-left:-0.1em;
margin-bottom:5px;
}
.client-js #preftoc li.selected a {
background-image: none;
color: #000;
text-decoration:none;
}
.client-js #preftoc li.selected {
border:0;
border-bottom: 2px solid #e59344;
border-radius: 5px / 1px;
padding-right:0;
}
.client-js #preftoc li:not(.selected) a:hover {
color:#e59344;
text-decoration:none;
text-shadow:4px 4px 1px rgba(0,0,0,0.25);
}
.client-js #preferences legend {
color: #000;
}
#preferences fieldset.prefsection fieldset {
border-color:#7f7f7f;
}
.client-js .htmlform-tip {
color:#333;
}
/******************
* End Preferences *
*******************/
/***************
* Page History *
****************/
ul#pagehistory > li {
border:none;
}
#pagehistory li.selected {
background-color:rgba(0,0,0,0.1);
border:1px solid #484951;
}
table.diff {
background-color:rgba(0,0,0,0.1);
border-radius:20px;
}
/*******************
* End Page History *
********************/
/*********************
* tablepager styling *
**********************/
table.TablePager td {
border:1px solid #aaa;
}
table.TablePager tr th {
color: #fff;
border: 1px solid #aaaaaa;
background-color: #575757;
font-family: Verdana, Geneva, sans-serif;
}
table.TablePager tr > td {
background:rgba(0,0,0,0.01);
}
table.TablePager tbody tr:hover td {
background-color:rgba(127,127,127,0.25);
}
/*************************
* end tablepager styling *
**************************/
/********************
* wikitable styling *
*********************/
table.wikitable {
color:#000;
border:1px solid #aaaaaa;
background-color:rgba(0,0,0,0.01);
box-shadow:4px 4px 0 rgba(0,0,0,0.3);
}
table.wikitable tbody tr th
table.wikitable > tr > th,
table.wikitable > * > tr > th {
color: #fff;
border: 1px solid #aaaaaa;
background-color: #575757;
font-family: Verdana, Geneva, sans-serif;
}
table.wikitable tbody tr td {
border:1px solid #aaaaaa;
}
/************************
* End wikitable styling *
*************************/
/*****************
* Infobox styles *
******************/
.infobox {
float: right;
width: 23em;
margin-left: 1em;
margin-right: 1em;
margin-bottom: 0.5em;
color: #575757;
border: 3px solid #aaaaaa;
border-radius: 15px;
background-color: #f9f9f9;
font-family: Verdana, Geneva, sans-serif;
font-size: 89%;
padding: 0 0.9em 0.7em 0.9em;
}
.infobox-table {
width: 100%;
padding: 0;
background-color:transparent;
border: 0;
}
.infobox-header {
padding:0.5em;
font-size: 200%;
text-align: center;
}
.infobox-section {
text-align:center;
font-weight:bold;
padding: 10px 0 5px 0;
border-bottom: 1px solid #e59344;
margin: 0 0 10px 0;
}
.infobox-centered {
text-align: center;
}
.infobox-centered img {
max-width:100%;
height:auto;
margin-bottom: 10px;
}
.infobox-row {
vertical-align: top;
}
.infobox-row-name {
text-align: left;
white-space: nowrap;
}
.infobox-row-value {
word-break:break-word;
}
.infobox-spacer {
height: 0.5em;
}
.ingredient-cost-container {
margin: 0;
padding: 0;
border: none;
display: grid;
grid-gap: 5px;
grid-template-columns: repeat(auto-fill, minmax(75px, 1fr));
grid-auto-rows: 75px;
}
.ingredient-cost-wrapper {
width: 65px;
height: 65px;
background: #eeeeee;
border-radius: 5px;
padding: 5px;
position: relative;
}
.ingredient-cost {
width: inherit;
height: inherit;
background-position: center;
background-size: cover;
padding: 0;
margin: 0;
display: flex;
flex-direction: row;
align-items: center;
}
.ingredient-cost-counter {
position: absolute;
bottom: 0;
right: 0;
background: #666666;
border-radius: 5px;
color: #ffffff;
padding: 3px 5px;
}
.infobox-group {
display:flex;
flex-wrap:wrap;
}
.infobox-group .infobox-header {
height:3.2em
}
/*********************
* End infobox styles *
**********************/
/*****************
* Search styling *
******************/
div.mw-search-profile-tabs {
border:1px solid #aaa;
background-color:#fff;
}
fieldset#mw-searchoptions {
border:1px solid #000;
border-top:none;
background-color:rgba(0,0,0,0.01);
}
.mw-search-profile-tabs .search-types {
padding-left:0;
}
div#content .mw-search-profile-tabs .search-types ul li a {
border-right: 1px solid #000;
}
.mw-search-profile-tabs ul li.current a {
background-color:#e59344;
color:#fff;
}
.mw-search-profile-tabs ul li:last-child {
border-bottom:0;
}
/*********************
* end search styling *
**********************/
/*****************
* Editor Styling *
******************/
div.wikiEditor-ui .wikiEditor-ui-view {
border:1px solid #000;
}
div.wikiEditor-ui {
background: transparent;
border:0;
}
div.wikiEditor-ui-controls {
background-color: transparent;
border:0;
margin-bottom:0.5px;
}
div.wikiEditor-ui-toolbar {
background:rgba(0,0,0,0.05);
}
div.wikiEditor-ui-toolbar .group {
border-right: 1px solid #000;
}
div.wikiEditor-ui-toolbar .group-search {
border-left: 1px solid #000;
border-right: none;
}
.tab {
border-color: transparent;
}
div.wikiEditor-ui-toolbar .tabs span.tab a,
div.wikiEditor-ui-toolbar .tabs span.tab a:visited {
color: #000;
}
div.wikiEditor-ui-toolbar .tabs span.tab a.current,
div.wikiEditor-ui-toolbar .tabs span.tab a.current:visited {
color: #000;
}
#content div.wikiEditor-ui-toolbar .group .tool-select .label,
#content div.wikiEditor-ui-toolbar .menu .options a.option {
color: #000000;
}
.wikiEditor-ui-toolbar .group .label,
.wikiEditor-ui-toolbar .page-table th {
color:#434343;
}
div.wikiEditor-ui-toolbar .sections .section {
background:rgba(50,50,50,0.1);
border-top: 1px solid #61544B;
}
div.wikiEditor-ui-toolbar .booklet .pages {
background-color:rgba(0,0,0,0.25);
}
div.wikiEditor-ui-toolbar .page-characters div span {
border: 1px solid rgba(0,0,0,0.75);
color: #f0f0f0;
background:transparent;
}
div.wikiEditor-ui-toolbar .page-characters div span:hover {
background-color:rgba(127,127,127,0.5);
}
div.wikiEditor-ui-toolbar .page-table td {
border-top: 1px solid #000;
color: #e5e5e5;
}
div.editOptions {
background-color: transparent;
border:none;
}
/*********************
* End Editor Styling *
**********************/
/******************
* thumbnail tweak *
*******************/
div.thumbinner,
li.gallerybox div.thumb {
border: 1px solid #262626;
background-color: rgba(229,229,229,0.8);
}
/**********************
* end thumbnail tweak *
***********************/
/**************************
* Table of contents (toc) *
***************************/
div#toc {
border: 1px outset #333;
box-shadow: 0 0 5px 0px rgba(0,0,0,0.5), inset 0 0 1px 0px rgba(0,0,0,0.25);
border-radius: 10px;
background:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat top left padding-box,
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat top right padding-box,
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom left padding-box,
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom right padding-box; /*[[File:Bolt.png]]*/
background-color: #ddd;
background-size:5px;
padding:5px 15px;
background-position-x:7px, calc(100% - 7px), 7px, calc(100% - 7px);
background-position-y:2px, 2px, calc(100% - 2px), calc(100% - 2px);
}
/************************
* End table of contents *
*************************/
/*************************
* FP (front page) tweaks *
**************************/
.fpbox,
.fpbox .heading,
.fpbox .welcome{
color:#000;
}
div.fplink:not(.fplink-plain) {
background:transparent;/* reset */
background-color:#efefef;/* for browsers that don't support gradient background */
background: radial-gradient(#efefef, #fff);
box-shadow:inset 0 0 2px #000;
border: 3px double #fff;
border-radius: 10px / 20px;
}
div.fplink:hover {
background:#fff;
}
.fpbox {
background: rgba(0, 0, 0, 0.05);
border: 1px solid #505050;
box-shadow: 0 2px 5px #505050;
}
.linkslabel {
border-bottom: 2px solid #505050;
}
/****************
* end FP tweaks *
*****************/
/***********************
* Category bar styling *
************************/
#catlinks,
ul#filetoc {
border: 1px outset #333;
box-shadow: 0 0 5px 0px rgba(0,0,0,0.5), inset 0 0 1px 0px rgba(0,0,0,0.25);
border-radius: 10px;
background:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat top left padding-box,
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat top right padding-box,
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom left padding-box,
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom right padding-box;
background-color: #ddd;
background-size:5px;
padding:5px 15px;
background-position-x:7px, calc(100% - 7px), 7px, calc(100% - 7px);
background-position-y:2px, 2px, calc(100% - 2px), calc(100% - 2px);
}
/***************************
* end category bar styling *
****************************/
/**************************
* Used by Template:Header *
***************************/
.fpHeader {
position:relative;
background: url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom left border-box,
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Bolt.png) no-repeat bottom right border-box,
url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Middle.png) repeat-x center left border-box, /*[[File:Middle.png]]*/
linear-gradient(to bottom, #465461, #4F4136);
font-size:1.7em;
padding:0 1em;
box-shadow: inset 0 0 20px 0 rgba(0,0,0,0.25);
background-size: 0.6em, 0.6em, 1px 0.3em, auto;
border-radius:0.7em 20px 0 0;
}
.fpHeader::before {
position:absolute;
width:100%;
height:100%;
top: -0.13em;
left: -0.13em;
content:"";
background:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Corner_top_left.png) no-repeat top left border-box; /*[[File:Corner top left.png]]*/
background-size: 0.9em;
z-index:3;
pointer-events:none;
}
.fpHeader::after {
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
content:"";
border-radius:30px 30px 1px 1px;
background:url(https://wiki.biligame.com/satisfactory/Special:Redirect/file/Texture.png) repeat; /*[[File:Texture.png]]*/
opacity:0.05;
z-index:1;
pointer-events:none;
}
.fpHeaderText {
position:relative;
font-family: 'Satisfontory_v1.5', sans-serif;
color: #f2f2f2;
background: -webkit-linear-gradient(bottom, #ADC8DD, #FEFFFE, #E2E9EF);
background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
z-index:2;
}
/**********************
* end Template:Header *
***********************/
/********************************************
* Improved responsiveness for narrow widths *
*********************************************/
.mw-body,
#footer {
/*margin-left:11em;*/
}
.level img { /* wikipoints level on profile */
max-width:100%;
}
@media screen and (max-width:720px) {
div#content {
border-left:none;
border-right:none;
margin:0;
}
#pageWrapper {
margin-right:0;
}
div#left-navigation,
div#right-navigation {
top:5.1em;
}
div#left-navigation {
margin-left:1px;
}
div#right-navigation {
margin-right:5px;
}
#left-navigation ul > li.selected:first-child span {
border-radius:13px 0 0 0;
}
div#p-namespaces,
div#p-views,
div#p-variants,
div#p-cactions {
top:0;
}
div#p-sharing {
top:0;
}
div#p-search {
top:-3em;
}
div#right-navigation div#p-search {
margin-right:0;
}
div#mw-navigation div#mw-panel .portal {
width:auto;
text-align:center;
}
div#mw-navigation div#mw-panel {
width:100%;
margin: 0;
margin-top:2em;
padding:0;
top:0;
}
.curseprofile .leftcolumn,
.curseprofile .rightcolumn {
width:unset;
}
.headline ul {
clear:left
}
.infobox {
float:none;
margin:auto;
}
}
/******************************
* end improved responsiveness *
*******************************/
/****************
* Navbox tweaks *
*****************/
.navbox-title, table.navbox th,
.navbox-group {
background-color:#4f4f4a;
color:#fff;
}
div#content .navbox th a,
.navbox .navbox-group a {
color:#e59344;
}
/*********************
* End navbox tweaks *
*********************/
/****************************************************************************************************
* Used by [[Template:CraftingTable]], [[Template:ResearchTable]] and [[Template:MilestoneTable]] *
****************************************************************************************************/
.craftingTable .firstRow,
.researchTable .firstRow,
.milestoneTable .firstRow {
border-top:2px solid #575757;
}
/*****************************
* End Template:CraftingTable *
******************************/
/***************************
* Used by [[Template:Key]] *
****************************/
.key {
display:inline-block;
white-space:nowrap;
}
.key kbd {
padding: 0.1em 0.6em 0.1em 0.6em;
margin-right:2px;
font-size:85%;
font-family:inherit;
font-style:normal;
border-radius: .2em;
}
/* Dark Variation */
.keysDark {
color:black;
border: 1px solid rgb(170, 170, 170);
box-shadow: 0.1em 0.2em 0.2em rgb(221, 221, 221);
background-image: linear-gradient(to bottom, rgb(238, 238, 238), rgb(249, 249, 249), rgb(238, 238, 238));
background-color: rgb(249, 249, 249);
}
/* Light Variation */
.keysLight {
color:white;
border: 1px solid rgb(0, 0, 0);
box-shadow: 0.1em 0.2em 0.2em rgb(0, 0, 0);
background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(15, 15, 15), rgb(30, 30, 30));
background-color: rgb(30, 30, 30);
}
/**************************
* End Template:Key styles *
***************************/
/****************
* Tabber tweaks *
*****************/
.tabber .tabbertab {
border:none;
}
/*********************
* End Tabber tweaks *
*********************/
/*********************
* Site Notice Tweaks *
*********************/
#siteNotice {
font-size: 0.8em;
background-color: #e0e0e08f;
margin: 0 15px;
}
.globalNotice {
box-sizing: border-box;
padding: .1em .5em;
}
#localNotice {
margin-bottom: 0.5em;
border-width: 2px;
border-color: #aaaaaa;
border-style: solid;
border-radius: 10px;
}
.globalNotice .globalNoticeDismiss {
display: block;
text-align: right;
height: 1px;
}