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.
MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* 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: 100%;
}