Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Modding:Template:DownloadBadge/styles.css: Difference between revisions

From Stationeers Community Wiki
No edit summary
No edit summary
Line 1: Line 1:
<templatestyles src="Modding:Template:DownloadBadge/styles.css"/>
.ext-badge-wrap {
<span class="ext-badge-wrap">
    display: inline-flex;
<span class="ext-badge-left">{{{label|Download}}}</span><span class="ext-badge-right">[{{{url}}} {{{text|Download}}}]</span>
    align-items: center;
</span>
    border-radius: 4px;
    overflow: hidden;
    font-family: 'DejaVu Sans', Verdana, Geneva, sans-serif;
    font-size: 0.75em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    height: 28px;
}
 
.ext-badge-left {
    background: #555;
    color: #fff;
    padding: 0 10px;
    line-height: 28px;
    white-space: nowrap;
}
 
.ext-badge-right {
    background: #ff8300;
    color: #fff !important;
    padding: 0 10px;
    line-height: 28px;
    white-space: nowrap;
}
 
.ext-badge-right a {
    color: #fff !important;
    text-decoration: none !important;
}

Revision as of 18:25, 25 April 2026

.ext-badge-wrap {

   display: inline-flex;
   align-items: center;
   border-radius: 4px;
   overflow: hidden;
   font-family: 'DejaVu Sans', Verdana, Geneva, sans-serif;
   font-size: 0.75em;
   font-weight: bold;
   text-transform: uppercase;
   letter-spacing: 0.05em;
   height: 28px;

}

.ext-badge-left {

   background: #555;
   color: #fff;
   padding: 0 10px;
   line-height: 28px;
   white-space: nowrap;

}

.ext-badge-right {

   background: #ff8300;
   color: #fff !important;
   padding: 0 10px;
   line-height: 28px;
   white-space: nowrap;

}

.ext-badge-right a {

   color: #fff !important;
   text-decoration: none !important;

}