You are here

systeminfo.css in System Information 7.2

Same filename and directory in other branches
  1. 6.3 styles/systeminfo.css
  2. 7.3 styles/systeminfo.css
/* $Id*/

table.systeminfo_width50 td {
  width: 50%;
}

table.systeminfo td.header1 {
  font-weight: bold;
}
table.systeminfo td.title1 {
  font-style: italic;
}
table.systeminfo td.text1 {
  padding-left: 2em;
}

table.systeminfo td.header2 {
  padding-left: 2em;
  font-weight: bold;
}
table.systeminfo td.title2 {
  padding-left: 2em;
  font-style: italic;
}
table.systeminfo td.text2 {
  padding-left: 4em;
}

table.systeminfo td.header3 {
  padding-left: 4em;
  font-weight: bold;
}
table.systeminfo td.title3 {
  padding-left: 4em;
  font-style: italic;
}
table.systeminfo td.text3 {
  padding-left: 6em;
}

File

styles/systeminfo.css
View source
  1. /* $Id*/
  2. table.systeminfo_width50 td {
  3. width: 50%;
  4. }
  5. table.systeminfo td.header1 {
  6. font-weight: bold;
  7. }
  8. table.systeminfo td.title1 {
  9. font-style: italic;
  10. }
  11. table.systeminfo td.text1 {
  12. padding-left: 2em;
  13. }
  14. table.systeminfo td.header2 {
  15. padding-left: 2em;
  16. font-weight: bold;
  17. }
  18. table.systeminfo td.title2 {
  19. padding-left: 2em;
  20. font-style: italic;
  21. }
  22. table.systeminfo td.text2 {
  23. padding-left: 4em;
  24. }
  25. table.systeminfo td.header3 {
  26. padding-left: 4em;
  27. font-weight: bold;
  28. }
  29. table.systeminfo td.title3 {
  30. padding-left: 4em;
  31. font-style: italic;
  32. }
  33. table.systeminfo td.text3 {
  34. padding-left: 6em;
  35. }