×
Create a new article
Write your page title here:
We currently have 6 articles on Avengers Reserves. Type your article name above or click on one of the titles below and start writing!



    Avengers Reserves

    Difference between revisions of "MediaWiki:Prime.css"

    (Created page with "→‎Prime: #prime.default { background: #f2efc3; } #prime-name { font-size: 30px; width: 100%; font-weight: normal; height: 32px; line-height: 32px;...")
     
     
    (3 intermediate revisions by the same user not shown)
    Line 1: Line 1:
     
    /* Prime */
     
    /* Prime */
     
    #prime.default {
     
    #prime.default {
         background: #f2efc3;
    +
         background: #a1a8c2;
     
    }
     
    }
      
    Line 12: Line 12:
     
    }
     
    }
     
    #prime-name .default {
     
    #prime-name .default {
         background: #8B864E;
    +
         background: cornflowerblue;
     
         color: white;
     
         color: white;
     
         font-family: "EuroHeavy";
     
         font-family: "EuroHeavy";
    Line 29: Line 29:
     
    }
     
    }
     
    #prime-header .default {
     
    #prime-header .default {
         background: #CDC673;
    +
         background: cornflowerblue;
     
         color: white;
     
         color: white;
     
         font-family: "Aller";
     
         font-family: "Aller";
    Line 39: Line 39:
     
         width: 20px;
     
         width: 20px;
     
         float: left;
     
         float: left;
     +
        position: relative;
     +
        height: 90px;
     
    }
     
    }
     
    #prime-header-compact .default {
     
    #prime-header-compact .default {
         background: #CDC673;
    +
         background: cornflowerblue;
     
         color: white;
     
         color: white;
     
         font-family: "Aller";
     
         font-family: "Aller";
    Line 47: Line 49:
     
         padding-left: 5px;
     
         padding-left: 5px;
     
         transform: rotate(-90deg); transform-origin: left, bottom; -ms-transform: rotate(-90deg); -ms-transform-origin: left, bottom; -webkit-transform: rotate(-90deg); -webkit-transform-origin: left, bottom; position: relative;
     
         transform: rotate(-90deg); transform-origin: left, bottom; -ms-transform: rotate(-90deg); -ms-transform-origin: left, bottom; -webkit-transform: rotate(-90deg); -webkit-transform-origin: left, bottom; position: relative;
     +
    }
     +
     +
    #prime-header-label {
     +
        width: 85px;
     +
        height: 20px;
     +
        transform-origin: 45px 45px;
     +
        -ms-transform-origin: 45px 45px;
     +
        -webkit-transform-origin: 45px 45px;
     
    }
     
    }
      
    Line 104: Line 114:
      
     
    #prime-block .default {
     
    #prime-block .default {
         background: #8B864E;
    +
         background: lightskyblue;
     
         color: white;
     
         color: white;
     
         font-family: "Aller";
     
         font-family: "Aller";

    Latest revision as of 02:38, 11 March 2021

    /* Prime */
    #prime.default {
        background: #a1a8c2;
    }
    
    #prime-name {
        font-size: 30px;
        width: 100%;
        font-weight: normal;
        height: 32px;
        line-height: 32px;
    }
    #prime-name .default {
        background: cornflowerblue;
        color: white;
        font-family: "EuroHeavy";
        text-align: left;
        padding-left: 30px;
        padding-right: 20px;
    }
    
    #prime-section {
        margin-top: 5px;
    }
    
    #prime-header {
        width: 100px;
        float: left;
    }
    #prime-header .default {
        background: cornflowerblue;
        color: white;
        font-family: "Aller";
        padding-right: 5px;
        text-align: right;
    }
    
    #prime-header-compact {
        width: 20px;
        float: left;
        position: relative;
        height: 90px;
    }
    #prime-header-compact .default {
        background: cornflowerblue;
        color: white;
        font-family: "Aller";
        text-align: left;
        padding-left: 5px;
        transform: rotate(-90deg); transform-origin: left, bottom; -ms-transform: rotate(-90deg); -ms-transform-origin: left, bottom; -webkit-transform: rotate(-90deg); -webkit-transform-origin: left, bottom; position: relative;
    }
    
    #prime-header-label {
        width: 85px;
        height: 20px;
        transform-origin: 45px 45px;
        -ms-transform-origin: 45px 45px;
        -webkit-transform-origin: 45px 45px;
    }
    
    #prime-innerheader {
        width: 100%;
    }
    #prime-innerheader .default {
        background: #8B864E;
        font-family: "EuroHeavy";
        font-size: 20px;
        color: white;
        padding-left: 5px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
    
    #prime-specialty {
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-align: left;
    }
    
    #prime-specialty .default {
        font-family: "Aller";
        font-variant: small-caps;
        font-size: 16px;
    }
    
    #prime-desc {
        font-size: 9px;
        color: #000000;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-align: justify;
        margin-top: 5px;
    }
    
    #prime-desc .default {
        font-family: "Aller";
        background: #FFF68F;
        color: black;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    #prime-desc p {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    #prime-block {
    
    }
    
    #prime-block .default {
        background: lightskyblue;
        color: white;
        font-family: "Aller";
    }
    
    #prime-innerblock .autobot {
        background: 00000000;
    }
    
    #prime-container {
    
    }
    #prime-container .default {
        background: #8B864E;
        color: white;
    }
    
    #prime-text {
        background: white;
        font-size: 11px;
        color: #000000;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-align: left;
    }
    
    #prime-text .headline {
        font-weight: bold;
        font-size: 16px;
        font-variant: small-caps;
        vertical-align: bottom;
    }
    
    #prime-text .checkbox {
        width: 5%;
        float: left;
        font-size: 20px;
    }
    
    #prime-text .trigger {
        width: 95%;
        float: left;
    }
    
    #prime-text .default {
        background: white;
        font-family: "Aller";
        letter-spacing: 0px;
        line-height: 16px;
        padding-left: 5px;
    }