style.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. html {
  2. background-color: #fafafa;
  3. }
  4. .reaqtor {
  5. background-image: url("/images/reaqtor-q.png");
  6. background-position: 0 0.25em;
  7. background-size: 1.6em 1.6em;
  8. background-repeat: no-repeat;
  9. line-height: 2em;
  10. padding-left: 2em;
  11. }
  12. a.no-style,
  13. a.no-style:hover,
  14. a.no-style:visited,
  15. a.no-style:active,
  16. a.no-style:link {
  17. color: black;
  18. text-decoration: none;
  19. }
  20. span.external {
  21. background: transparent url("/images/external-link.png") no-repeat right;
  22. background-size: 0.6em 0.6em;
  23. padding-right: 0.8em;
  24. text-indent: initial;
  25. }
  26. p { text-align: justify; }
  27. a {
  28. color: #00E;
  29. text-decoration: none;
  30. }
  31. a:hover {
  32. text-decoration: underline;
  33. }
  34. a.lnk, button.lnk {
  35. display: inline-block;
  36. background-size: 20px 20px;
  37. line-height: 25px;
  38. text-indent: 28px;
  39. background-repeat: no-repeat;
  40. background-position: 2px 2px;
  41. text-decoration: none;
  42. }
  43. a.lnk:hover, button.lnk:hover {
  44. text-decoration: underline;
  45. cursor: pointer;
  46. }
  47. a.lnk:visited, button.lnk:visited {
  48. color: #00E;
  49. }
  50. a.lnk.github {
  51. /*background-image: url("../../images/github.png");*/
  52. background-image: url("/images/github.png");
  53. }
  54. a.lnk.twitter {
  55. background-image: url("/images/twitter.png");
  56. }
  57. a.lnk.linked-in {
  58. background-image: url("/images/linked-in.png");
  59. background-position-y: 0.2em;
  60. }
  61. a.lnk.reaqtor {
  62. background-image: url("/images/reaqtor-q.png");
  63. }
  64. a.lnk.mail {
  65. background-image: url("/images/mail.png");
  66. background-position-y: 0.35em;
  67. background-size: 1.4em 1.1em;
  68. }
  69. a.lnk.canada {
  70. background-image: url("/images/canada.png");
  71. background-size: 1.4em 0.9em;
  72. background-position-y: 0.4em;
  73. }
  74. a.lnk.usherb {
  75. background-image: url("/images/usherbrooke.png");
  76. }
  77. a.lnk.usherb.righted {
  78. padding-right: 25px;
  79. }
  80. a.lnk.righted {
  81. text-indent: initial;
  82. background-position: right;
  83. }
  84. ul.table-content {
  85. line-height: 0.8em;
  86. }
  87. ul.table-content ul {
  88. margin-top: 0.8em;
  89. }