You are here

themekey_properties.css in ThemeKey 6.4

Same filename and directory in other branches
  1. 6.2 themekey_properties.css
  2. 6.3 themekey_properties.css
@CHARSET "UTF-8";

td.themekey-properties-row div {
  float: left;
  margin: 0 10px 0 0;
}

tr.themekey-fade-out .themekey-fadeable{
  opacity: 0.4;
}

#themekey-properties tr.themekey-top-level {
  border-style: solid;
  border-top-width: 6px;
}

#themekey-properties tr {
  border-style: solid;
  border-left-width: 3px;
  border-right-width: 3px;
}

tr.themekey-top-level td {
  padding-top: 2.5em;
}

File

themekey_properties.css
View source
  1. @CHARSET "UTF-8";
  2. td.themekey-properties-row div {
  3. float: left;
  4. margin: 0 10px 0 0;
  5. }
  6. tr.themekey-fade-out .themekey-fadeable{
  7. opacity: 0.4;
  8. }
  9. #themekey-properties tr.themekey-top-level {
  10. border-style: solid;
  11. border-top-width: 6px;
  12. }
  13. #themekey-properties tr {
  14. border-style: solid;
  15. border-left-width: 3px;
  16. border-right-width: 3px;
  17. }
  18. tr.themekey-top-level td {
  19. padding-top: 2.5em;
  20. }