Sb forum speech.png DiscordLink.png FacebookLink.png RedditLink.png SteamLink.png TwitterLink.png YoutubeLink.png

Difference between revisions of "User:DustyFB/Sandbox/Templates/Template:SpaceshipInfobox"

From Starbase wiki
Jump to navigation Jump to search
Line 147: Line 147:
only screen and (                min-resolution: 2dppx) and (orientation: portrait),
only screen and (                min-resolution: 2dppx) and (orientation: portrait),
only screen and (max-width: 800px) and (orientation: portrait) {  
only screen and (max-width: 800px) and (orientation: portrait) {  
   .Spaceship-Infobox  
   .Spaceship-Infobox {
     width:auto;
     width:auto;
     float:none;
     float:none;
     clear:none;
     clear:none;
     font-size:1.5em;
     font-size:1.5em;
  }
}
}


/* Landscape orientation. Also, low-res viewports */
@media
@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape),
Line 162: Line 163:
only screen and (                min-resolution: 192dpi) and (orientation: landscape),
only screen and (                min-resolution: 192dpi) and (orientation: landscape),
only screen and (                min-resolution: 2dppx) and (orientation: landscape) {
only screen and (                min-resolution: 2dppx) and (orientation: landscape) {
   .Spaceship-Infobox  
   .Spaceship-Infobox {
     width:40%;
     width:40%;
     font-size:0.9em;
     font-size:0.9em;
  }
}
}
}}
}}
</includeonly>
</includeonly>

Revision as of 08:39, 14 May 2021

Gallery mode can be utilized in the image field with:

|image=<gallery mode="slideshow">
Image:Memory_relay.png|"Caption"
Image:Logo_of_empire.png|"Caption"
</gallery>


Cookies help us deliver our services. By using our services, you agree to our use of cookies.