topical media & game development

talk show tell print

basic-css-07-Exercises-userContent.css / css



  * {
      color: black !important;
      -moz-border-radius: 0 !important;
  }
  a:link, a {
      color: royalblue !important;    
  }
  a:active {
      color: red !important;
  }
  a:visited {
      color: purple !important;
  }
  body {
      background: white !important;
  }
  div, table, td, h1, h2, h3, h4, h5, h6 {
      background: inherit !important;
  }
  input, select, textarea {
      padding: 5px !important;
      border: thin solid black !important;
      background-color: white !important;
      margin: 5px !important;
  }
  input:focus {
      background-color: red !important;
  }
  input[type='image'] {
      display: none !important;
  }
  img {
      display: none !important;
  }
  


(C) Æliens 20/2/2008

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.