MediaWiki:Common.css

From Ashley's Bigg Boss
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 be applied to all skins */

/* unvisited link */
a:link {
    color: #0000FF;
}
 
/* visited link */
a:visited {
    color: #0000FF;
}
 
/* mouse over link */
a:hover {
    color: #8080FF;
}
 
/* selected link */
a:active {
    color: #8080FF;
}
 
#content.col8 { width: 250px; border: 1px solid #bbb; }
#sidebar.col4 { width: 250px; }

/* Background image */
body {
background: #000000 url(http://www.shoutwiki.com/w/images/biggboss/1/19/Ashley%27s_Bigg_Boss_Background.png) top center no-repeat;
background-attachment: fixed;
}
 
.pollAnswerVotes div {
    background: -moz-linear-gradient(left center , #EFAE33 0%, #8B5904 100%) repeat scroll 0 0 #EFAE33 !important;
}
    /* Main Colors */
.WikiaPage {
  background: transparent; 
  border: 1px solid #9C661F; 
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  -moz-box-shadow:0 0 30px #9C661F;
  -webkit-box-shadow:0 0 30px #9C661F;
}
 
 
 
 
/* Search Box */
 
.WikiaSearch input[type="text"] {
     -webkit-border-radius: 0.75em;
     -moz-border-radius: 0.75em;
     border-radius: 0.75em 0 0 0.75em;
     padding: 3px 0 3px 4px;
     border: 2px solid #FFAA00;
     box-shadow: inset 0 0 7px #58FAF4;
     -moz-box-shadow: inset 0 0 7px #58FAF4;
     -webkit-box-shadow: inset 0 0 7px #58FAF4;
     -o-box-shadow: inset 0 0 7px #58FAF4;
}
 
.WikiaSearch button {
     border: 2px solid #58FAF4;
     height: 29px;
     top: 0;
     -webkit-border-radius: 0 0.75em 0.75em 0;
     -moz-border-radius: 0 0.75em 0.75em 0;
     border-radius: 0 0.75em 0.75em 0;
}
.WikiaSearch input[type="text"]:-moz-placeholder; -webkit-placeholder; {
color: black ;
}
 
.WikiaSearch input.placeholder[type="text"] {
  color:black !important;
}
.WikiaSearch input[type="text"]::-webkit-input-placeholder {
  color:black !important;
}
 
.oasis-one-column .WikiaPageHeader .WikiaSearch {
  position: absolute;
  right: 5px;
  top: 5px;
  margin-bottom: 0;
}
 
.WikiaSearch .autocomplete {
     border: 2px solid #9C661F;
     border-radius: 0.75em 0.75em 0.75em 0.75em;
}