The XDAndroid Project is no longer active.
This site provides archived information from while the project was under development. Some links may no longer function.

Difference between revisions of "MediaWiki:Common.css"

From The XDAndroid Project
Jump to navigation Jump to search
Line 120: Line 120:
 
         background-color: #ffcccc;
 
         background-color: #ffcccc;
 
         color: black;
 
         color: black;
         font-size: 75%;
+
         font-size: 90%;
 
}
 
}

Revision as of 22:26, 8 April 2020

/* CSS placed here will be applied to all skins */
/* XDAndroid.com specific */
.main-page-box {
        margin: auto; /* Centered */
        border: 1px solid #C1C1FF;
}

.main-page-box p {
        padding: 2px;
}

.main-page-box .header {
        text-align: center;
        font-size: 127%;
        font-weight: bold;
        width: 100%;
        background: #E9E9FF;
        border-bottom: 1px solid #C1C1FF;
}

.main-page-box table {
        width: 100%;
        background: #EEEEEE;
        padding: 0px;
        border: 2px solid white;
        text-align: center;
        border-collapse: collapse;
}

.main-page-box td {
        border-right: 2px solid white;
}

.main-page-box .gs-head2 {
        font-weight: bold;
}

.main-page-box img {
        padding-right: 5px;
}

body.page-Main_Page h1.firstHeading { display:none; }

table.devices {
        font-size: 90%;
        width: 100%;
        margin: auto;
        border: 1px solid #A8A9A7;
        border-collapse: collapse;
        border-spacing: 0px;
        background: #F9F9F9;
        text-align: center;
}

table.devices th {
        background: #F2F2F2;
}

table.devices tr, table.devices td, table.devices th {
        border: 1px solid #A8A9A7;
}

table.slimtable {
        font-size: 90%;
        margin: auto;
        border: 1px solid #A8A9A7;
        border-collapse: collapse;
        border-spacing: 0px;
        background: #F9F9F9;
        text-align: center;
        min-width: 50%;
}

table.slimtable th, table.slimtable td, table.slimtable tr {
        padding-left: 5px;
        padding-right: 5px;
        border: 1px solid #A8A9A7;
}


table.slimtable th {
        background: #F2F2F2;
}

table.latest {
        width: 100%;
        border: 1px solid #C1C1FF;
        border-spacing: 0px;
        border-collapse: collapse;
}

table.latest th {
        text-align: center;
        font-size: 127%;
        font-weight: bold;
        background: #E9E9FF;
        padding: 2px;
}

table.latest td {
        width: 33%;
        padding: 2px;
        background: #EEEEEE;
}

table.latest td, table.latest tr, table.latest th {
        border: 1px solid #C1C1FF;
}

div.mw-geshi {
        padding: 1em; 
        margin: 1em 0; 
        border: 1px dashed #2f6fab;
}

div.warning {
        padding: 1em;
        margin: 1em 0;
        border: 1px dashed #ff0000;
        background-color: #ffcccc;
        color: black;
        font-size: 90%;
}