User:C/test.css

From SkullSpace Wiki
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.
#B11_1115_btPf_CA {
  position: relative;
  background-image: url(someguy.jpg);
  background-repeat: no-repeat;
  margin-bottom: 0.5em !important;
  background-color:#FFFFFF;
  border: solid 1px silver; 
  height:172px;
  overflow: hidden;
}
body.ltr #B11_1115_btPf_CA {
  background-position: bottom left;
}
body.rtl #B11_1115_btPf_CA {
  background-position: bottom right;
}
#B11_1115_btPf_CA a {
  text-decoration: none;
}

#B11_1115_btPf_CA a:hover {
  text-decoration: none;
}

#cn-bold-blue-text:hover {
  text-decoration: underline;
}

/* Bigger bold, blue text */
#B11_1115_btPf_CA #cn-bold-blue-text {
  font-size: 2.25em;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  color: navy;
  padding: 1.5em 90px 0.8em 150px;
  line-height: 1em;
  text-align:center;
}
</style>