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

User:Arin Mara/Sandbox/Template:CSS: Difference between revisions

From EVE University Wiki
Arin Mara (talk | contribs)
m Comment syntax correction
Arin Mara (talk | contribs)
No edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#css:
<includeonly><div style="display:flex; flex-wrap:wrap; align-items:{{{align-items|flex-start}}}; justify-content:{{{justify-content|flex-start}}}; "><!-- begin box wrapper -->{{safesubst:#if:{{{1|}}}|
 
{{{1}}}
<!-- infoboxtable -->
</div><!-- end box wrapper -->}}</includeonly>
 
.infoboxtable {
    background: #000000;  
    background-image: -moz-linear-gradient(center top, #1A1D20 60%, #0A0B0C 100%);  
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(60%,#1A1D20), color-stop(100%,#0A0B0C));  
    background-image: -webkit-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);  
    background-image: -o-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);
    background-image: -ms-linear-gradient(top, #1A1D20 60%, #0A0B0C 100%);
    background-image: linear-gradient(to bottom, #1A1D20 60%, #0A0B0C 100%);
    border: 1px solid #404040;
    color: #ffffff;
    float: right;
    font-size: 89%;
    margin-bottom: 0.5em;
    margin-left: 1em;
    padding: 0.2em;
    width: 300px;
}
 
.infoboxtable td {
    vertical-align: top;
}
 
.infoboxtable td > div {
    background-color: rgb(41, 43, 46);
    border: 2px solid inherit;
    border-radius: 5px;
    font-weight: bold;
    padding: 0.5px 7px;
    text-align: right;
}
 
.infoboxtable td > .tabber.tabberlive {
    background-color: rgba(0, 0, 0, 0);
}
 
div.infoboxtable td * ul.tabbernav {
    text-align: center;
}
 
.infoboxtable td > .tabber .tabbertab {
    padding: 0;
}
 
.infoboxnamegray {
    font-size: 110%;
    font-weight: bold;
    padding: 0.5em;
}
 
.infoboxnamegray {
    background: #C0C0C0;
    background-image: -moz-linear-gradient(center top, #C0C0C0 0%, #505050 100%);
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#C0C0C0), color-stop(100%,#505050));
    background-image: -webkit-linear-gradient(top, #C0C0C0 0%, #505050 100%);
    background-image: -o-linear-gradient(top, #C0C0C0 0%, #505050 100%);
    background-image: -ms-linear-gradient(top, #C0C0C0 0%, #505050 100%);
    background-image: linear-gradient(to bottom, #C0C0C0 0%, #505050 100%);
    color: #000000;
}
 
.infoboxdescriptiongray {
    padding: 0em;
}
 
.infoboxdescriptiongray {
    background: #C0C0C0;
    background-image: -moz-linear-gradient(center top, #C0C0C0 0%, #505050 100%);
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#C0C0C0), color-stop(100%,#505050));
    background-image: -webkit-linear-gradient(top, #C0C0C0 0%, #505050 100%);
    background-image: -o-linear-gradient(top, #C0C0C0 0%, #505050 100%);
    background-image: -ms-linear-gradient(top, #C0C0C0 0%, #505050 100%);
    background-image: linear-gradient(to bottom, #C0C0C0 0%, #505050 100%);
    color: #000000;
}
}}One<noinclude>
</noinclude>

Latest revision as of 07:08, 18 March 2023