Difference between pages "MediaWiki:Common.css" and "Template:Flagicon"

From Bravo Fleet
(Difference between pages)
m
 
 
Line 1: Line 1:
.mw-logo-icon {
+
{{#if: {{{1|}}}|
    width: initial;
+
<div style="float:left;">[[File:{{{1}}}.png|20px]]<div>
}
+
<noclude></noinclude>
#mw-drawer {
 
    position: fixed;
 
    z-index: 4;
 
    top: 0;
 
    width: 300px;
 
    max-width: 100vw;
 
    height: 100%;
 
    box-shadow: 0 10px 20px rgb(0 0 0 / 5%), 0 6px 6px rgb(0 0 0 / 6%);
 
    border-radius: 0;
 
    display: flex;
 
    background: #fff;
 
    flex-direction: column;
 
    transform-origin: 0% 0%;
 
    transform: translate(-110%,0);
 
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1);
 
    will-change: transform;
 
}
 
.skin-citizen-dark #mw-drawer{
 
background: rgba(19,26,33);
 
}
 
#n-Fleet-Policy > *:after {
 
    background-image: url(/load.php?modules=skins.citizen.icons.n&image=mainpage-description&format=rasterized&skin=citizen&version=virxe);
 
    background-image: linear-gradient(transparent,transparent),url(data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 viewBox=%220 0 24 24%22%3E%3Cg fill=%22%23000%22%3E %3Cpath d=%22M5 1a2 2 0 00-2 2v14a2 2 0 002 2h10a2 2 0 002-2V3a2 2 0 00-2-2zm0 3h5v1H5zm0 2h5v1H5zm0 2h5v1H5zm10 7H5v-1h10zm0-2H5v-1h10zm0-2H5v-1h10zm0-2h-4V4h4z%22/%3E %3C/g%3E%3C/svg%3E);
 
right: -1.2px;
 
}
 
.mainpage-body {
 
    width: 100%;
 
    margin: 1.2rem -0.2rem 0 -0.2rem;
 
    display: flex;
 
    flex-direction: column;
 
}
 
.mainpage-row {
 
    display: flex;
 
    width: 100%;
 
    flex-wrap: wrap;
 
}
 
.card {
 
    margin: 0 0.2rem 0.4rem 0.2rem;
 
    display: flex;
 
    flex-grow: 1;
 
    flex-direction: column;
 
    justify-content: space-between;
 
    box-sizing: border-box;
 
    border: 1px solid #eaecf0;
 
    border-radius: 8px;
 
    overflow: hidden;
 
    box-shadow: 0 1px 3px rgb(0 0 0 / 3%), 0 1px 2px rgb(0 0 0 / 6%);
 
    transition: box-shadow 0.2s ease;
 
}
 
.card-text {
 
    padding: 1.2rem;
 
}
 
.card h3 {
 
    margin-top: 0;
 
    line-height: 1.2;
 
    font-weight: 600;
 
}
 
.card p {
 
    font-size: 0.875rem;
 
}
 
.card-button {
 
    background: #72777d;
 
    transition: background 0.2s ease,opacity 0.2s ease;
 
}
 
.card-button a {
 
    padding: 0.6rem;
 
    display: block;
 
    background: none !important;
 
    color: white !important;
 
    text-align: center;
 
    font-size: 0.875rem;
 
    font-weight: 600;
 
}
 
.card-image a img {
 
    transition: transform 0.2s cubic-bezier(0.77,0.2,0.05,1.0);
 
}
 
.card-image a,
 
.card-image a:hover{
 
background-image: none !important;
 
}
 
.card-image img{
 
vertical-align: middle;
 
}
 
.card .byline {
 
    margin: 0 0 0.2rem 0;
 
    color: #72777d;
 
    font-size: 0.825rem;
 
}
 
.card .numdata {
 
    margin-top: 0.8rem;
 
}
 
.card-caption {
 
    font-size: 0.875rem;
 
    font-weight: 600;
 
}
 
.card-link ul {
 
    margin: 0;
 
    padding: 1.2rem 1.2rem 1.2rem 2.8rem;
 
    font-size: 0.875rem;
 
}
 
.mainpage-navigation .card {
 
    width: calc(100%/4 - 0.4rem);
 
    min-width: calc(860px/4 - 0.4rem);
 
    border: 0;
 
}
 
.mainpage-navigation .card-image {
 
    height: 180px;
 
    background-color: #f8f9fa;
 
    overflow: hidden;
 
}
 
.mainpage-navigation .card-caption {
 
    padding: 0.4rem;
 
    background: #304665;
 
    color: #bfcee7;
 
    text-align: center;
 
    transition: color 0.2s ease;
 
}
 
#wiki_stats .numdata:first-child {
 
    margin-top: 0;
 
}
 
#featured_article.card {
 
    width: calc(100%/6*5 - 0.4rem);
 
    min-width: calc(860px/6*5 - 0.4rem);
 
    flex-direction: row;
 
}
 
#featured_article .card-image-featured a,
 
#featured_article .card-image-featured a:hover {
 
    background-image: none !important;
 
}
 
#featured_article .card-image {
 
    width: 800px;
 
    overflow: hidden;
 
    background-color: #0000001a;
 
}
 
#featured_article .card-image img {
 
    height: 90%;
 
    width: auto;
 
    position: relative;
 
    margin: auto;
 
}
 
#wiki_stats.card {
 
    width: calc(100%/6 - 0.4rem);
 
    min-width: calc(860px/6 - 0.4rem);
 
    text-align: right;
 
}
 
#contribute.card {
 
width: calc(100% / 3 - 0.4rem);
 
min-width: calc(860px/4 - 0.4rem);
 
background-color: #00af89;
 
border-color: #00af89;
 
}
 
#policy.card {
 
    width: calc(100%/3 - 0.4rem);
 
    min-width: calc(860px/4 - 0.4rem);
 
    background-color: #36c;
 
    border-color: #36c;
 
}
 
#discord.card {
 
    width: calc(100%/3 - 0.4rem);
 
    min-width: calc(860px/4 - 0.4rem);
 
    background-color: #7289da;
 
    border-color: #7289da;
 
}
 
#resources.card {
 
    width: calc(100%/2 - 0.4rem);
 
    min-width: calc(860px/2 - 0.4rem);
 
    background-color: #304665;
 
    border-color: #304665;
 
}
 
#social.card,
 
#bfms.card{
 
    width: calc(100%/4 - 0.4rem);
 
    min-width: calc(860px/4 - 0.4rem);
 
    background: #71777d;
 
    color: #eaecf0;
 
    border: transparent;
 
}
 
#contribute.card h3,
 
#policy.card h3,
 
#discord.card h3,
 
#resources.card h3{
 
color: #fff;
 
}
 
#contribute.card p,
 
#policy.card p,
 
#discord.card p,
 
#resources.card p{
 
color: #eaecf0;
 
}
 
#contribute .card-button {
 
background: #14866d;
 
}
 
#policy .card-button {
 
    background: #2a4b8d;
 
}
 
#discord .card-button {
 
    background: #697ec4;
 
}
 
#resources .card-link {
 
    color: #bfcee7;
 
    background: #162131;
 
}
 
#resources a {
 
    color: #ccd3db;
 
    background-image: none !important;
 
}
 
#resources a:hover {
 
    color: #fff !important;
 
    background-image: none !important;
 
}
 
#social .profile {
 
    margin-right: 1.6rem;
 
}
 
#social a{
 
color: #fff !important;
 
}
 
#social .byline{
 
color: #eaecf0;
 
}
 
#social .card-button,
 
#bfms .card-button{
 
background: #505861;
 
}
 
  
.spectiles a.external{
 
padding: 0 !important;
 
background-image: none !important;
 
}
 
  
.spectiles .card-image{
 
height: 130px;
 
}
 
  
.spectiles #akira-class .card-image{
+
<pre><div style="float:left">[[File:{{#if:{{{1|}}}|{{{1}}}.png}}|20px]]</div>
background: url(https://wiki.bravofleet.com/images/e/e8/Akiraclass.png) !important;
+
<noinclude>
    background-size: 140% !important;
+
Documentation to come</noinclude>
    background-position: -30px !important;
+
</pre>
}
 
.spectiles #argonaut-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/b/ba/Argonautclass.png) !important;
 
    background-size: 100% !important;
 
}
 
.spectiles #atlantia-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/2/21/Atlantiaclass.png) !important;
 
    background-size: 145% !important;
 
    background-position: -55px -7px!important;
 
}
 
.spectiles #california-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/9/92/Californiaclass.png) !important;
 
}
 
.spectiles #century-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/5/5c/Centuryclass.png) !important;
 
}
 
.spectiles #defiant-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/f/f4/Defiantclass.png) !important;
 
}
 
.spectiles #diligent-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/4/4d/Diligentclass.png) !important;
 
}
 
.spectiles #elysion-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/3/32/Elysionclass.jpg) !important;
 
}
 
.spectiles #galaxy-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/9/92/Galaxyclass.png) !important;
 
}
 
.spectiles #galaxy-class-refit .card-image{
 
background: url(https://wiki.bravofleet.com/images/6/6f/GalaxyClassrefit.jpg) !important;
 
}
 
.spectiles #inquiry-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/b/bc/Inquiry_class.png) !important;
 
}
 
.spectiles #insignia-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/7/74/Insignia_underside.jpg) !important;
 
}
 
.spectiles #intrepid-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/8/82/Intrepidclass.png) !important;
 
}
 
.spectiles #luna-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/f/f9/Luna2.png) !important;
 
}
 
.spectiles #nova-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/8/8e/Novaclass.png) !important;
 
}
 
.spectiles #odyssey-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/4/45/Odyssey.jpg) !important;
 
}
 
.spectiles #olympic-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/b/b6/Olympicclass.png) !important;
 
}
 
.spectiles #parliament-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/6/66/Parliamentclass.png) !important;
 
}
 
.spectiles #prometheus-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/8/80/Prometheusclass.png) !important;
 
}
 
.spectiles #reliant-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/5/5a/Reliant1.jpg) !important;
 
}
 
.spectiles #resolute-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/9/90/Resoluteclass.jpg) !important;
 
}
 
.spectiles #rhode-island-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/e/e7/Rhodeislandclass.jpg) !important;
 
}
 
.spectiles #saber-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/d/d0/Saberclass.png) !important;
 
}
 
.spectiles #sovereign-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/e/ea/Sovereign1.png) !important;
 
}
 
.spectiles #steamrunner-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/6/65/Steamrunner.png) !important;
 
}
 
.spectiles #typhon-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/9/92/Californiaclass.png) !important;
 
}
 
.spectiles #vesta-class .card-image{
 
background: url(https://wiki.bravofleet.com/images/e/ea/Vestaclass.jpg) !important;
 
}
 

Revision as of 02:34, 31 January 2021

{{#if: |

[[File:{{{1}}}.png|20px]]

<noclude>


<div style="float:left">[[File:{{#if:{{{1|}}}|{{{1}}}.png}}|20px]]</div>
<noinclude>
Documentation to come</noinclude>