You are here

systeminfo.css in System Information 5.2

Same filename and directory in other branches
  1. 5 systeminfo.css
  2. 6 systeminfo.css
  3. 6.2 systeminfo.css
/* $Name$ */

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: 1.5em;
}

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

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

File

systeminfo.css
View source
  1. /* $Name$ */
  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: 1.5em;
  13. }
  14. table.systeminfo td.header2 {
  15. padding-left: 1.5em;
  16. font-weight: bold;
  17. }
  18. table.systeminfo td.title2 {
  19. padding-left: 1.5em;
  20. font-style: italic;
  21. }
  22. table.systeminfo td.text2 {
  23. padding-left: 3em;
  24. }
  25. table.systeminfo td.header3 {
  26. padding-left: 3em;
  27. font-weight: bold;
  28. }
  29. table.systeminfo td.title3 {
  30. padding-left: 3em;
  31. font-style: italic;
  32. }
  33. table.systeminfo td.text3 {
  34. padding-left: 4.5em;
  35. }