MediaWiki:Common.css

From Seychelles
Revision as of 22:59, 28 March 2015 by Beachmaster (talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, 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 */

/* Modify width of sidebar */
#column-content { margin-left: -175px }
#content { margin-left: 175px }
.portlet { width: 165px }
#p-cactions { left: 165px }

.imageTable{
width:600px;
border-collapse:collapse;
}

.imageTable td{
padding:0;
padding-bottom:6px;
}

.imageTable td{
padding:0;
padding-bottom:6px;
}

/* captionTable can be used for image groups with or without
   captions, a grey border is drawn around the group of images */

.captionTable{
border: 1px solid #cccccc;
background: #f5f5f5;
border-collapse: separate;
border-spacing: 6px;
}


.captionTable td{
vertical-align: top;
padding: 0px;
font-size: 80%;
}

/* colour input fields */
textarea, #searchInput {
	background-color: #bfe1ea;
}

textarea:focus, #searchInput:focus {
	background-color: #9cd9e8;
}


/* remove math button */
#mw-editbutton-math {
display: none;
}

/* remove mediawiki logo */
#f-poweredbyico { display: none; }

/* remove talk tab on Main Page */
.page-Main_Page #ca-talk {
display: none !important;
}

/* remove permanent link */
#t-permalink{
display: none;
}

/* remove print version link */
#t-print{
display: none;
}

/* remove "Main Page" heading */
body.page-Main_Page h1.firstHeading { display:none; }


/* reCaptcha style */

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
background-color:#f5f5f5 !important; //reCaptcha widget background color
}
#recaptcha_table {
border-color: #8c8c8c !important; //reCaptcha widget border color
}
#recaptcha_response_field {
border-color: #8c8c8c !important; //Text input field border color
background-color:#696969 !important; //Text input field background color
}


/* Pretty tables (to replace Template:prettytable) */
.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse; 
    border-spacing: 0;
    padding: 0;
    font-size: 95%;"
}

.prettytable th {
    border: 1px #aaa solid;
    margin: 0;
    padding: 4px;
}

.prettytable td {
    border: 1px #aaa solid;
    margin: 0;
    padding: 4px;
}

.MediaTransformError td {
display: none;
}