Difference between revisions of "MediaWiki:Common.css"

From The iPhone Wiki
Jump to: navigation, search
m (this could probably be improved, but it's a start)
m (a bit bigger)
Line 22: Line 22:
 
top: -35px;
 
top: -35px;
 
float: right;
 
float: right;
  +
font-size: 1.2em;
 
}
 
}
   

Revision as of 23:57, 10 October 2013

/* [[Main Page]] specifics */
body.page-Main_Page h1.firstHeading {
    display: none;
}
body.page-Main_Page div.mw-headline {
    padding: 0.2em 0.4em;
    margin: 10px 0 10px 0;
    border-bottom: 4px solid #A3BFB1;
    border-bottom: 4px solid rgba(163, 191, 177, 0.5);
    background-color: white;
    background-color: rgba(255, 255, 255, 0.4);
    color: black;
    font-size: 120%;
    font-weight: bold;
}



/* [[Template:keys]] page file names */
span.keypage-filename {
    position: relative;
    top: -35px;
    float: right;
    font-size: 1.2em;
}



.table-no,
.table-partial,
.table-yes {
    color: black;
    text-align: center;
    vertical-align: middle;
}
.table-no {
    background-color: #FF9090;
}
.table-partial {
    background-color: #FFA;
}
.table-yes {
    background-color: #90FF90;
}
.table-na {
    text-align: center;
    vertical-align: middle;
    color:grey;
    background-color: #ECECEC;
}