You are here

systeminfo.css in System Information 7.3

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

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. /**
  2. *
  3. */
  4. table.systeminfo-width50 td {
  5. width: 50%;
  6. }
  7. table.systeminfo td.header1 {
  8. font-weight: bold;
  9. }
  10. table.systeminfo td.title1 {
  11. font-style: italic;
  12. }
  13. table.systeminfo td.text1 {
  14. padding-left: 2em;
  15. }
  16. table.systeminfo td.header2 {
  17. padding-left: 2em;
  18. font-weight: bold;
  19. }
  20. table.systeminfo td.title2 {
  21. padding-left: 2em;
  22. font-style: italic;
  23. }
  24. table.systeminfo td.text2 {
  25. padding-left: 4em;
  26. }
  27. table.systeminfo td.header3 {
  28. padding-left: 4em;
  29. font-weight: bold;
  30. }
  31. table.systeminfo td.title3 {
  32. padding-left: 4em;
  33. font-style: italic;
  34. }
  35. table.systeminfo td.text3 {
  36. padding-left: 6em;
  37. }