styles.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. @font-face {
  2. font-family: CaviarDreams;
  3. src:
  4. local("CaviarDreams"),
  5. url("https://dev.blindza.com/static/cv_db/css/alteram/CaviarDreams.woff") format("woff"),
  6. url("https://dev.blindza.com/static/cv_db/css/alteram/CaviarDreams.ttf") format('truetype');
  7. font-weight: normal;
  8. }
  9. @font-face {
  10. font-family: CaviarDreams;
  11. src:
  12. local("CaviarDreams"),
  13. url("https://dev.blindza.com/static/cv_db/css/alteram/CaviarDreams_Bold.woff") format("woff"),
  14. url("https://dev.blindza.com/static/cv_db/css/alteram/CaviarDreams_Bold.ttf") format('truetype');
  15. font-weight: bold;
  16. font-style: normal;
  17. }
  18. body {
  19. font-family: CaviarDreams, Arial, sans-serif;
  20. background-color: white;
  21. color: rgb(39, 37, 92);
  22. }
  23. h2 {
  24. font-family: CaviarDreams, Arial, sans-serif;
  25. font-size: 14pt;
  26. background-color: white;
  27. color: rgb(39, 37, 92);
  28. }
  29. a {
  30. color: rgb(250,122,30);
  31. }
  32. a.visited {
  33. color: rgb(250,122,30);
  34. }
  35. #tbl_layout {
  36. border: 0px solid transparent;
  37. }
  38. #tbl_layout td {
  39. text-align: left;
  40. }
  41. .td_nav {
  42. width: 20%;
  43. }
  44. .td_top {
  45. vertical-align: top;
  46. }
  47. div {
  48. line-height: 1.2;
  49. margin-bottom: 10px;
  50. }
  51. table.multirow {
  52. border: 2px solid DimGray;
  53. }
  54. table.multirow tr {
  55. vertical-align: top;
  56. }
  57. table.multirow th {
  58. text-align: left;
  59. border: 1px solid DimGray;
  60. }
  61. table.multirow td {
  62. text-align: left;
  63. border: 1px solid DimGray;
  64. }