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)
mNo edit summary
Arin Mara (talk | contribs)
m Blanked
Tag: Blanking
Line 1: Line 1:
{{#css:


<!-- infoboxtable: general  -->
.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 -->
.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 -->
.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;
}
<!-- infoboxnameorange -->
.infoboxnameorange {
    font-size: 110%;
    font-weight: bold;
    padding: 0.5em;
}
.infoboxnameorange {
    background: #d2801e;
    background-image: -moz-linear-gradient(center top, #d2801e 0%, #653f03 100%);
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03));
    background-image: -webkit-linear-gradient(top, #d2801e 0%, #653f03 100%);
    background-image: -o-linear-gradient(top, #d2801e 0%, #653f03 100%);
    background-image: -ms-linear-gradient(top, #d2801e 0%, #653f03 100%);
    background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%);
    color: #000000;
}
<!-- infoboxdescriptionorange -->
.infoboxdescriptionorange {
    padding: 0em;
}
.infoboxdescriptionorange {
    background: #d2801e;
    background-image: -moz-linear-gradient(center top, #d2801e 0%, #653f03 100%);
    background-image: -webkit-gradient(linear, center top, left bottom, color-stop(0%,#d2801e), color-stop(100%,#653f03));
    background-image: -webkit-linear-gradient(top, #d2801e 0%, #653f03 100%);
    background-image: -o-linear-gradient(top, #d2801e 0%, #653f03 100%);
    background-image: -ms-linear-gradient(top, #d2801e 0%, #653f03 100%);
    background-image: linear-gradient(to bottom, #d2801e 0%, #653f03 100%);
    color: #000000;
}
}}

Revision as of 14:53, 16 May 2022