MediaWiki:Pivot.css: Difference between revisions

From Phantasy Star Universe Clementine
No edit summary
No edit summary
Line 7: Line 7:
/* style the labels */
/* style the labels */
ul.side-nav label {
ul.side-nav label {
     background: #ff0000;
     background: #252a36;
     color: #fff;
     color: #fff;
     padding: .25em .5em;
     padding: .25em .5em;
Line 15: Line 15:
body {
body {
     background-color: #dceaea;
     background-color: #dceaea;
}
body {
    background: #fff;
    color: #cccccc;
    cursor: auto;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}
}



Revision as of 23:56, 10 September 2024

/* Custom colors - top bar*/
.tab-bar {
    background: #252a36;
    background: linear-gradient(90deg, rgba(255, 207, 0, 1) 0%, rgba(255, 174, 0, 1) 100%);
}

/* style the labels */
ul.side-nav label {
    background: #252a36;
    color: #fff;
    padding: .25em .5em;
}

/* sidebar background color */
body {
    background-color: #dceaea;
}

body {
    background: #fff;
    color: #cccccc;
    cursor: auto;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative;
}

/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    background-color: #171b24;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/* Main Body Text
table tr th, table tr td {
    color: #cccccc;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left;
}

/* Table Background */
table {
    background: #252a36;
    border: solid 1px #DDDDDD;
    margin-bottom: 1.25rem;
    table-layout: auto;
}