TheocraticSoftware

Custom--Full Student History

Jul 11th, 2017
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.47 KB | None | 0 0
  1. body {
  2.     font-family: "Calibri Light";
  3. }
  4. .HistoryTable {
  5.     width: 100%;
  6.     border-width: 0px;
  7.     border-collapse: collapse;
  8. }
  9. .CellName {
  10.     font-weight: bold;
  11.     font-size: 16pt;
  12.     background-color: #808080;
  13. }
  14. .CellHeading {
  15.     font-weight: bold;
  16.     font-size: 10pt;
  17. }
  18. .CellNormal {
  19.     font-size: 10pt;
  20. }
  21. .CellBorder {
  22.     border: 1px solid #000000;
  23. }
  24. .CellGap {
  25.     border-top-style: solid;
  26.     border-top-width: 1px;
  27.     border-bottom-style: solid;
  28.     border-bottom-width: 1px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment