MediaWiki:Chick.css

From RationalWiki
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 / Edge: 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 affect users of the Chick skin */
/*Main page skin*/

.mp_header {
  width:100%;
  margin-top:+.9em;
  border:2px solid #000;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
  padding:.5em;
}

.mp_title {
  width:42%;
  text-align:center;
  font-size:175%;
  border:none;
  margin:0;
  padding:0;
  font-weight: bold;
}

.mp_title_underline {
  display:none;
}

.mp_header_rightlinks {
  font-size:95%;
  text-align:center;
}

.mp_header_rightlinks li {
  display:inline;
}

.mp_header_slogan {
  font-size:95%;
  text-align:center;
}

.mp_content {
  border-spacing:8px;
  margin:0px -8px;
}

.mp_gradient_border {
}

.mp_box {
  border:2px solid #b4b4b5;
  vertical-align:top;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  border-radius:20px;
}

.mp_left {
  width:50%;
}

.mp_box_inside {
  vertical-align:top;
  -moz-border-radius: 20px;
  -webkit-border-radius:20px;
  border-radius:20px;
}

.mp_section_header {
  margin:0;
  font-size:120%;
  font-weight:bold;
  border:2px solid #b4b4b5;
  text-align:left;
  padding:0.2em 0.4em;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
}

.mp_about_header {
  background:#fffff3;
}

.mp_wigo {
  width:50%; 
  border-color:#65CF31;
}

.mp_wigo_header {
  background:#D0F0C0;
  border-color: #B3E799;  
}

.mp_participate {
  width:50%; 
  border-color:#7535CB;
}

.mp_participate_header {
  background:#ddcef2;
  border-color: #BA9BE5;  
}

div.topright {
    position: absolute; 
    z-index: 10; 
    top: 10px;
    display: block !important;
}