MediaWiki:Hydradark.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Replacing "/media" links with image links. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
.mobileonly { | .mobileonly { | ||
display: none; | display: none; | ||
} | } | ||
Line 15: | Line 10: | ||
-moz-background-size: cover; | -moz-background-size: cover; | ||
-o-background-size: cover; | -o-background-size: cover; | ||
background: url("https:// | background: url("https://static.wikia.nocookie.net/crosscode_gamepedia/images/1/1f/Background.jpg/revision/latest") repeat fixed top center / cover #010409; | ||
} | } | ||
Line 211: | Line 206: | ||
div.vectorMenu div.menu { | div.vectorMenu div.menu { | ||
background: rgba(67,75,77,. | background: rgba(67,75,77,.98); | ||
box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75); | box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75); | ||
border-color: rgba(101,165,197,.4); | border-color: rgba(101,165,197,.4); | ||
Line 230: | Line 225: | ||
div.vectorMenu h3 a { | div.vectorMenu h3 a { | ||
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https:// | background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://static.wikia.nocookie.net/commons_hydra/images/8/80/Vector_menu_downarrow_white.png") !important; | ||
background-position: 0 50%; | background-position: 0 50%; | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
Line 302: | Line 297: | ||
div#content { | div#content { | ||
background: rgba(20,20,20,. | background: rgba(20,20,20,.95); | ||
color: # | color: #ddd; | ||
border: 1px solid #1a1a1a; | border: 1px solid #1a1a1a; | ||
box-shadow: rgba(26, 26, 26, 1) 0 0.1em 0.75em; | box-shadow: rgba(26, 26, 26, 1) 0 0.1em 0.75em; | ||
Line 360: | Line 355: | ||
h1, h2 { | h1, h2 { | ||
color: #c9c9c9; | color: #c9c9c9; | ||
text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8); | text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8); | ||
Line 367: | Line 361: | ||
h3, h4, h5, h6 { | h3, h4, h5, h6 { | ||
color: #ffffff; | color: #ffffff; | ||
} | |||
.fakeh2 { | |||
font-size: 1.5em; | |||
color: #c9c9c9; | |||
text-shadow: 3px 3px 3px rgba(0,0,0,0.8); | |||
border-bottom: 1px solid rgb(23,109,112); | |||
line-height: 1.3; | |||
margin-bottom: 0.25em; | |||
margin-top: 1em; | |||
padding: 0; | |||
} | } | ||
Line 381: | Line 385: | ||
.skin-hydradark div#simpleSearch { | .skin-hydradark div#simpleSearch { | ||
border-radius: 3px; | border-radius: 3px; | ||
padding-right: 1.5em; | padding-right: 1.5em; | ||
height: 1.55em; | height: 1.55em; | ||
margin-top: 0.50em; | margin-top: 0.50em; | ||
color: white; | color: white; | ||
} | } | ||
Line 760: | Line 758: | ||
/* copyright images tweak */ | /* copyright images tweak */ | ||
.skin-hydradark .copyright-icon { | .skin-hydradark .copyright-icon { | ||
background-image: url("https:// | background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png"); | ||
background-size: 100%; | background-size: 100%; | ||
height: 32px; | height: 32px; | ||
Line 773: | Line 771: | ||
font-size: 130%; | font-size: 130%; | ||
padding: 5px 5px 5px 5px; | padding: 5px 5px 5px 5px; | ||
} | |||
.nowrap { | |||
white-space: nowrap; | |||
} | } | ||
Line 794: | Line 796: | ||
border: 1px solid #ffffff; | border: 1px solid #ffffff; | ||
width: 100%; | width: 100%; | ||
} | |||
.tradeTable .tradeRight { | |||
border-right: 0px; | |||
border-bottom: 0px; | |||
} | } | ||
Line 801: | Line 808: | ||
border-bottom: 0px; | border-bottom: 0px; | ||
width:35px; | width:35px; | ||
} | |||
.tradeTable .tradeLeft { | |||
border-left: 0px; | |||
border-bottom: 0px; | |||
} | } | ||
Line 810: | Line 822: | ||
/****************************** | /****************************** | ||
* End ItemInfo and TradeTable * | * End ItemInfo and TradeTable * | ||
*******************************/ | |||
/******************************** | |||
* Used by [[Template:ItemLink]] * | |||
*********************************/ | |||
.itemLinkLevel { | |||
text-align: center; | |||
background-color: #E7E7E7; | |||
border: 1px solid #aaa; | |||
border-radius: 6px; | |||
color: #6D6D6D; | |||
display: inline-block; | |||
width: 28px; | |||
height: 22px; | |||
margin-right: 2px; | |||
line-height: 22px; | |||
font-size: 10px; | |||
} | |||
.itemLinkLevel sub { | |||
margin-left: 1px; | |||
} | |||
.itemLinkIcon { | |||
display: inline-block; | |||
margin-right: 2px; | |||
} | |||
.itemLinkFood { | |||
display: inline-block; | |||
margin-right: 2px; | |||
width: 32px; | |||
text-align: center; | |||
} | |||
/*************** | |||
* End ItemLink * | |||
****************/ | |||
/* Used on community portal */ | |||
.feature { | |||
background: rgba(100, 100, 100, 0.1); | |||
border: 1px solid rgb(23,109,112); | |||
border-radius: 5px; | |||
padding: 10px; | |||
} | |||
/************************* | |||
* Front page (FP) styles * | |||
**************************/ | |||
.fpbox { | |||
background: rgba( 0, 0, 0, .1 ); | |||
padding: 0.5em; | |||
box-shadow: rgba(0, 0, 0, 1) 0 0.1em 0.5em; | |||
border-radius: 0.3em; | |||
margin:10px 5px; | |||
border:1px solid rgb(23,109,112); | |||
} | |||
#mf-welcome { | |||
text-align:center; | |||
} | |||
#fpvideocontainer { | |||
height:calc(100% - 35px); | |||
display:flex; | |||
align-items:center; | |||
} | |||
#fptopsection, | |||
#fpmidsection { | |||
display:flex; | |||
flex-flow:row wrap; | |||
} | |||
#fpabout { | |||
flex:1 | |||
} | |||
.fpbox.fpcontent { | |||
display:flex; | |||
flex-direction:column; | |||
flex-grow:1; | |||
} | |||
/**************** | |||
* End FP styles * | |||
*****************/ | |||
/******************************************** | |||
* Improved responsiveness for narrow widths * | |||
*********************************************/ | |||
.mw-body { | |||
margin-left:11em; | |||
} | |||
footer#curse-footer .footer-box { | |||
flex:unset; | |||
} | |||
footer#curse-footer ul li { | |||
white-space:nowrap; | |||
} | |||
#fpimages .slideboxlightshow, | |||
#fpimages .slideboxlightshow a.sbls-image, | |||
#fpimages .slideboxlightshow img { | |||
max-width:100%; | |||
} | |||
@media screen and (max-width:720px) { | |||
div#content { | |||
margin-top:3em; | |||
} | |||
#mw-head-base { | |||
height:3em; | |||
} | |||
#pageWrapper { | |||
margin-right:0; | |||
} | |||
div#left-navigation, | |||
div#right-navigation { | |||
top:3.5em; | |||
} | |||
div#left-navigation { | |||
margin-left:5px; | |||
left:0; | |||
} | |||
div#right-navigation { | |||
margin-right:5px; | |||
} | |||
div#p-namespaces, | |||
div#p-views, | |||
div#p-variants, | |||
div#p-cactions, | |||
div#p-sharing, | |||
div#mw-panel { | |||
top:0; | |||
} | |||
div#p-search { | |||
top:-3em; | |||
} | |||
div#right-navigation div#p-search { | |||
margin-right:0; | |||
} | |||
div.vectorTabs li span { | |||
padding:2px 5px; | |||
} | |||
div#mw-navigation div#mw-panel .portal { | |||
width:auto; | |||
text-align:center; | |||
} | |||
div#mw-navigation div#mw-panel { | |||
margin: auto; | |||
} | |||
} | |||
@media screen and (max-width:1300px) { | |||
#fpabout { | |||
flex:unset; | |||
} | |||
#fpvideo { | |||
width:100%; | |||
} | |||
#fpvideo .thumb { | |||
margin:auto; | |||
} | |||
} | |||
@media screen and (max-width:950px) { | |||
.headerImage { | |||
display:none; | |||
} | |||
} | |||
@media screen and (max-width:912px) and (min-width:720px) { | |||
div#left-navigation { | |||
margin-left:11em; | |||
} | |||
li#ca-watch, | |||
li#ca-unwatch, | |||
li#ca-view { | |||
display:none; | |||
} | |||
} | |||
/****************************** | |||
* end improved responsiveness * | |||
*******************************/ | *******************************/ |
Latest revision as of 15:44, 23 February 2021
/* CSS placed here will affect users of the Hydra skin */ /* For elements which only display in the mobile view */ .mobileonly { display: none; } /* Framework */ body { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background: url("https://static.wikia.nocookie.net/crosscode_gamepedia/images/1/1f/Background.jpg/revision/latest") repeat fixed top center / cover #010409; } #pageWrapper { margin-right: 10px; } #mw-page-base { background: transparent !important; } /* Logo */ #p-logo { height: 30px; left: 0; margin-bottom: 1em; position: relative; top: -140px; width: 10em; } /*********************** /* Special edits * /***********************/ .editOptions { background-color: rgba(75, 75, 75, 1); border-right: 1px solid #C0C0C0; border-width: medium 1px 1px; border-style: none solid solid; border-color: -moz-use-text-color #C0C0C0 #C0C0C0; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; padding: 1em 1em 1.5em; margin-bottom: 2em; } div.editOptions { background-color: transparent; border: 1px solid rgba(6, 6, 6, .5); } #ca-watch.icon a { margin: 0px; padding: 30px 0px 0px; display: block; width: 26px; height: 0px; overflow: hidden; background-position: 5px 60%; } .skin-hydradark #preferences fieldset { border-right: medium none; border-width: 1px medium medium; border-style: solid none none; border-color: #CCC -moz-use-text-color -moz-use-text-color; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; color: #fff; } #mw-head-base { background: transparent; bottom: 0; height: 40px; margin-right: 10px; } #left-navigation { top: 90px; margin-top: 1em; left: 160px; } #right-navigation { margin: 90px 10px 0 0; margin-top: 1em; padding: 0; } div.vectorTabs { background-image: none; height: 33px; margin-top: 8px; } div.vectorTabs li a { background-image: none; margin-top: -16px; } div.vectorTabs li.new a, div.vectorTabs li.new a:visited { color: #BA0000; } div.vectorTabs li span { background: rgba(67, 75, 77, .6); box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3073', endColorstr='#435e8e',GradientType=0 ); /* IE6-9 */ border-color: rgba(101, 165, 197, .4); border-image: none; border-radius: 3px; border-style: solid; border-width: 1px; display: inline-block; padding: 2px 10px; margin: 0 3px 0 3px; height: 19px; text-align: center; } div#mw-head div.vectorMenu h3 { background: rgba(92, 103, 109, .3); box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a3073', endColorstr='#435e8e',GradientType=0 ); /* IE6-9 */ border-color: rgba(101,165,197,.4); border-image: none; border-style: solid; border-width: 1px; display: inline-block; border-radius: 3px; padding: 2px 10px; margin-top: 0.5em; margin-bottom: 0.5em; height: 19px; text-align: center; } div.vectorMenu h3 span { padding-top: 0.1em; } div.vectorMenu h3 span::after { top:0.25em; } div#p-sharing .menu { margin-left: 45px; min-width: 0px; width: 48px; } #p-sharing #socialIconImages img { width: 100%; } #p-sharing #socialIconImages a { width: 40px; } .vectorTabs #ca-unwatch.icon a, .vectorTabs #ca-watch.icon a { padding: 18px 0 0; } div.vectorTabs span { background-image: none; } div.vectorTabs li.selected { background-color: rgba(0, 0, 0, 0); background-image: none; color: #ffffff; } div.vectorTabs ul { background-image: none; } div.vectorTabs ul li { background-color: rgba(0, 0, 0, 0); background-image: none; } div.vectorTabs li a, div.vectorTabs li a span, div.vectorMenu h3 span { color: #ffffff; font-weight: bold; } div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited { color: #3498db; text-decoration: none; font-weight: bold; } div.vectorMenu div.menu { background: rgba(67,75,77,.98); box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75); border-color: rgba(101,165,197,.4); left: auto; margin-left: 5px; right: 0; top: 33px; } div.vectorMenu ul { background-color: rgba(0 ,0, 0, 0); border: none; } div.vectorMenu li a { color: #ffffff; } div.vectorMenu h3 a { background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://static.wikia.nocookie.net/commons_hydra/images/8/80/Vector_menu_downarrow_white.png") !important; background-position: 0 50%; background-repeat: no-repeat; } div#mw-panel div.portal h5 { border: medium none; color: #ffffff; cursor: default; font-size: 1em; font-weight: bold; padding: 0 0 0 1.25em; text-transform: uppercase; } /* Sidebar */ .skin-hydradark div#mw-panel { margin-top: -15px; } .skin-hydradark div#mw-panel div.portal:not(#p-claimWiki):not(#p-socialProfiles):not(#p-sitePromos) { background: rgba(92, 103, 109, .3); box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75); border-radius: 2px; margin: 5px; } .skin-hydradark div#mw-panel div.portal div.body, .skin-hydradark #mw-panel.collapsible-nav .portal { background-image: none; } .skin-hydradark div#mw-panel div.portal div.body ul li a, .skin-hydradark div#mw-panel div.portal div.body ul li a:visited { color: #FFFDFB; } .skin-hydradark #mw-panel.collapsible-nav div.portal h3 { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEiskN1GrWQAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y+2TOwrAMAxD9Upy/wsH1KlQQlRcskabjSX/sa0dXNrEEZDaZFdXQqqAP+TUAlVynAHQK74oYHu8CUC3PZbJvk4ZaI9gjDm/oBt1WxYtuhHX/wAAAABJRU5ErkJggg=="); background-position: left center; background-repeat: no-repeat; } .skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 { background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAABcRAAAXEQHKJvM/AAAAB3RJTUUH3wQBEikUI775dwAAAB1pVFh0Q29tbWVudAAAAAAAQ3JlYXRlZCB3aXRoIEdJTVBkLmUHAAAAT0lEQVQ4y9WTUQrAIAxDE9H7H3jC2wnqxKqw/OeRpq0BZVSU1FEAOxKwYwRs11QHwBNBpkuMIPfWaLsBfQkQmSWpzvhH5/6VwJkO/I9negFpGhkjDUKRdAAAAABJRU5ErkJggg=="); background-position: left center; background-repeat: no-repeat; } .skin-hydradark div#mw-panel div.portal h3, .skin-hydradark div#mw-panel div.portal h3:visited, .skin-hydradark #mw-panel.collapsible-nav .portal h3 a, .skin-hydradark #mw-panel.collapsible-nav .portal h3 a:visited, .skin-hydradark #mw-panel.collapsible-nav div.portal h3 a, .skin-hydradark #mw-panel.collapsible-nav div.portal h3 a:visited, .skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a, .skin-hydradark #mw-panel.collapsible-nav .portal.collapsed h3 a:visited { color: #ffffff; font-weight: bold; text-shadow: 3px 3px 3px rgba(0,0,0,0.8); } .skin-hydradark div#mw-panel div#p-socialProfiles.portal .body { margin: auto; } .socialSidebar { width: auto; max-width: 100%; } div#content { background: rgba(20,20,20,.95); color: #ddd; border: 1px solid #1a1a1a; box-shadow: rgba(26, 26, 26, 1) 0 0.1em 0.75em; margin-top: 1em; overflow: hidden; box-shadow: 0px 0em 2em 3px #2e49a0; } /* link styles */ div#content a { color: #3498db; text-shadow: 0px 0px 10px #676767; } div#content a:visited, a:visited { color: #aa80ef; } a.stub { color: #3498db; } a.stub:visited { color: #aa80ef; } a.extiw, a.external, div#content a.extiw, div#content a.external { color: #c9c9c9; } a.extiw:visited, a.external:visited { color: #c9c9c9; } a.external:visited { color: #c9c9c9; } a, a:visited, div#content a.extiw, div#content a.extiw:visited, div#content a.external, { color: #3498db; text-shadow: 0px 0px 10px #676767; } a:hover { color: #c9c9c9; } h1, h2 { color: #c9c9c9; text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.8); border-bottom: 1px solid rgb(23,109,112); } h3, h4, h5, h6 { color: #ffffff; } .fakeh2 { font-size: 1.5em; color: #c9c9c9; text-shadow: 3px 3px 3px rgba(0,0,0,0.8); border-bottom: 1px solid rgb(23,109,112); line-height: 1.3; margin-bottom: 0.25em; margin-top: 1em; padding: 0; } #catlinks, .skin-hydradark #toc, .skin-hydradark .toc, .mw-warning, ul#filetoc { background-color: rgba(0,0,0,0.2); border-color: #777671; } .skin-hydradark div#simpleSearch { border-radius: 3px; padding-right: 1.5em; height: 1.55em; margin-top: 0.50em; color: white; } .skin-hydradark div#simpleSearch { border: none; background: rgba(92, 103, 109, .9); box-shadow: 6px 9px 14px -7px rgba(0,0,0,0.75); } .skin-hydradark div#simpleSearch #searchInput { color: #ffffff; } div.wikiEditor-ui { background-color: transparent; border: 1px solid #505050; } .skin-hydradark .mw-search-profile-tabs { background-color: transparent; margin-top: 1em; border: 1px solid silver; } .CategoryTreeEmptyBullet { color: #c0c0c0; } .catlinks li { border-left: none; } .CategoryTreeToggle { color: #3498db; } code { background-color: #012437; } .skin-hydradark #preferences { background-color: rgba(0, 0, 0, 0.4); background-image: none; border: 1px solid #181818; clear: both; float: left; margin: -2px 0 0; width: 100%; } .skin-hydradark #preferences fieldset.prefsection fieldset { background-color: rgba(0, 0, 0, 0.4); } .skin-hydradark #preftoc li.selected a { background-image: none; color: #FFFFFF; text-decoration: none; } .skin-hydradark #preftoc { background-image: none; } .skin-hydradark #preftoc a, .skin-hydradark #preftoc a:active { background-image: none; color: #32b1d2; } .skin-hydradark #preftoc li { background-image: none; } .skin-hydradark #preferences legend { color: #DDDDDD; } .skin-hydradark #preferences td.htmlform-tip { color: #DDDDDD; } .flaggedrevs-color-0 { background-color: transparent; } .flaggedrevs-color-1 { background-color: transparent; } .flaggedrevs-color-2 { background-color: transparent; } .flaggedrevs-color-3 { background-color: transparent; } div.flaggedrevs_short { background-color: transparent; } .flaggedrevs_reviewform { background-color: transparent; } .flaggedrevs-unreviewed { background-color: transparent; color: #A63232; } .flaggedrevs-pending { background-color: transparent; font-style: italic; } /* FlaggedRevs (special) */ .fr-unreviewed-unwatched { background-color: transparent !important; } .fr-pending-long2 { background-color: transparent !important; } .catlinks { background-color: #0f0f0f; border: 1px solid #2c74ae; } #toc, .toc, .mw-warning { background-color: #0f0f0f; border: 1px solid #dddad3; font-size: 95%; padding: 5px; } .wikitable th, .wikitable td { border: 1px solid #ffffff; } table.wikitable { border: none; background: transparent; margin: 0 0 10px 0; padding: 3px 6px; color: #ffffff; } table.wikitable th, table.wikitable tr th, table.wikitable > tr > th, table.wikitable > * > tr > th { border: 1px solid #ffffff; background: transparent; color: #ffffff; } table.wikitable td, table.wikitable tr td, table.wikitable > tr > td, table.wikitable > * > tr > td { border: 1px solid #ffffff; background: transparent; color: ffffff; } code { background-color: #0f0f0f; } div.thumbinner { background-color: #0f0f0f; border: 1px solid #2c74ae; } li.gallerybox { border: transparent; display: inline-block; vertical-align: top; } li.gallerybox div.thumb { background-color: transparent; border-color: rgba(249, 249, 249, .1); } ul#filetoc { background-color: rgba(0, 0, 0, 0.4); border: 1px solid #2c74ae; } table.mw_metadata td { background-color: rgba(0, 0, 0, 0.4); } table.mw_metadata th { background-color: rgba(0, 0, 0, 0.4); } table.mw_metadata td, table.mw_metadata th { border: 1px solid #2c74ae; } /****************** /* Page history * /******************/ table.diff { background: transparent; } td.diff-context { background: none repeat scroll 0 0 transparent; border-color: #737969; } td.diff-addedline { background-color: rgba(125, 125, 125, .6); border-color: #73384b; color: white; } td.diff-addedline .diffchange { background: none; color: #3498db; } td.diff-deletedline { background-color: rgba(0, 0, 0, 0.5); border-color: #FFE49C; color: white; } #pagehistory li { background-color: transparent; border: none; padding: 3px; } #pagehistory li.selected { background-color: #01060c; background-image: none; border: 1px dashed #012437; padding: 3px; } .skin-hydradark .TablePager { border: 1px solid #2c74ae; } .skin-hydradark .TablePager th { background-color: rgba(0, 0, 0, 0.4); border: 1px solid #2c74ae; } .skin-hydradark .TablePager tr, .skin-hydradark .TablePager td { background-color: transparent; border: 1px solid #2c74ae; } .skin-hydradark .TablePager tr:hover td { background-color: rgba(0, 0, 0, 0.4); } .skin-hydradark .mw-datatable th { background-color: rgba(0, 0, 0, 0.4); } .skin-hydradark .mw-datatable, .skin-hydradark .mw-datatable td, .skin-hydradark .mw-datatable th { border: 1px solid #2c74ae; } .mw-plusminus-pos { color: #05f205; } /***************** /* Footer styles * /*****************/ div#footer { background-image: none; } div#footer ul li { color: #ffffff } div#footer a { color: #3498db; text-shadow: 0px 0px 10px #676767; } div#footer a:hover { color: #c9c9c9; text-shadow: 0px 0px 10px #676767; } /***************** /* amboxes fixes * /*****************/ .ambox { background-color: #282828; border-bottom-color: #383838; border-right-color: #383838; border-top-color: #383838; 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 */ .skin-hydradark .copyright-icon { background-image: url("https://static.wikia.nocookie.net/commons_hydra/images/thumb/5/58/Copyright_darkwiki.png/32px-Copyright_darkwiki.png"); background-size: 100%; height: 32px; width: 32px; } .header { background: #000000; border: 1px solid #2a2a2a; text-align: center; color: #FFFFFF; font-size: 130%; padding: 5px 5px 5px 5px; } .nowrap { white-space: nowrap; } /************************************************************ * Used by [[Template:ItemInfo]] and [[Template:TradeTable]] * *************************************************************/ .itemInfoEntry { vertical-align:top; height: 30px; width: 250px; word-wrap:break-word; } .itemInfoEntry .description { border-top: 1px solid #AAAAAA; width: 100%; } .tradeTable { margin: 0px; border: 1px solid #ffffff; width: 100%; } .tradeTable .tradeRight { border-right: 0px; border-bottom: 0px; } .tradeTable .tradeArrow { border-left: 0px; border-right: 0px; border-bottom: 0px; width:35px; } .tradeTable .tradeLeft { border-left: 0px; border-bottom: 0px; } .tradeTable .location { border: 0px; border-top: 2px dotted #AAAAAA; padding: 5px 1px 1px 1px; } /****************************** * End ItemInfo and TradeTable * *******************************/ /******************************** * Used by [[Template:ItemLink]] * *********************************/ .itemLinkLevel { text-align: center; background-color: #E7E7E7; border: 1px solid #aaa; border-radius: 6px; color: #6D6D6D; display: inline-block; width: 28px; height: 22px; margin-right: 2px; line-height: 22px; font-size: 10px; } .itemLinkLevel sub { margin-left: 1px; } .itemLinkIcon { display: inline-block; margin-right: 2px; } .itemLinkFood { display: inline-block; margin-right: 2px; width: 32px; text-align: center; } /*************** * End ItemLink * ****************/ /* Used on community portal */ .feature { background: rgba(100, 100, 100, 0.1); border: 1px solid rgb(23,109,112); border-radius: 5px; padding: 10px; } /************************* * Front page (FP) styles * **************************/ .fpbox { background: rgba( 0, 0, 0, .1 ); padding: 0.5em; box-shadow: rgba(0, 0, 0, 1) 0 0.1em 0.5em; border-radius: 0.3em; margin:10px 5px; border:1px solid rgb(23,109,112); } #mf-welcome { text-align:center; } #fpvideocontainer { height:calc(100% - 35px); display:flex; align-items:center; } #fptopsection, #fpmidsection { display:flex; flex-flow:row wrap; } #fpabout { flex:1 } .fpbox.fpcontent { display:flex; flex-direction:column; flex-grow:1; } /**************** * End FP styles * *****************/ /******************************************** * Improved responsiveness for narrow widths * *********************************************/ .mw-body { margin-left:11em; } footer#curse-footer .footer-box { flex:unset; } footer#curse-footer ul li { white-space:nowrap; } #fpimages .slideboxlightshow, #fpimages .slideboxlightshow a.sbls-image, #fpimages .slideboxlightshow img { max-width:100%; } @media screen and (max-width:720px) { div#content { margin-top:3em; } #mw-head-base { height:3em; } #pageWrapper { margin-right:0; } div#left-navigation, div#right-navigation { top:3.5em; } div#left-navigation { margin-left:5px; left:0; } div#right-navigation { margin-right:5px; } div#p-namespaces, div#p-views, div#p-variants, div#p-cactions, div#p-sharing, div#mw-panel { top:0; } div#p-search { top:-3em; } div#right-navigation div#p-search { margin-right:0; } div.vectorTabs li span { padding:2px 5px; } div#mw-navigation div#mw-panel .portal { width:auto; text-align:center; } div#mw-navigation div#mw-panel { margin: auto; } } @media screen and (max-width:1300px) { #fpabout { flex:unset; } #fpvideo { width:100%; } #fpvideo .thumb { margin:auto; } } @media screen and (max-width:950px) { .headerImage { display:none; } } @media screen and (max-width:912px) and (min-width:720px) { div#left-navigation { margin-left:11em; } li#ca-watch, li#ca-unwatch, li#ca-view { display:none; } } /****************************** * end improved responsiveness * *******************************/