illyse.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. /* Titre général */
  2. header {
  3. user-select: none;
  4. /* Navigateurs */
  5. -moz-user-select: none;
  6. -webkit-user-select: none;
  7. }
  8. h1 {
  9. font-size: 2.2em;
  10. margin-bottom: 1em;
  11. }
  12. h1:before {
  13. content: "\\_o<";
  14. color: #FF6600;
  15. font-weight: normal;
  16. font-family: monospace;
  17. text-align: center;
  18. font-size: 1.25em;
  19. display: block;
  20. float: left;
  21. width: 25%;
  22. }
  23. h1:hover:before {
  24. content: "\\_x<";
  25. }
  26. h1:hover:after {
  27. position: absolute;
  28. text-align: center;
  29. z-index: -1;
  30. right: 15%;
  31. left: 25%;
  32. }
  33. h1 a, h1:after {
  34. color: #0086A9;
  35. font-weight: bold;
  36. }
  37. /* Barre de navigation */
  38. /*
  39. nav#sidebox {
  40. position: fixed;
  41. z-index: 1;
  42. }
  43. h3#nav {
  44. background-color: #E8E8FF;
  45. border: 1px solid #E0E0E0;
  46. border-bottom-color: #0086A9;
  47. padding-bottom: 0.25em;
  48. text-indent: 0.25em;
  49. margin-top: 0.25em;
  50. padding-top: 0.1em;
  51. margin-bottom: 0;
  52. color: #FF6600;
  53. }*/
  54. /*
  55. .side-nav {
  56. padding: 0;
  57. padding-top: 0.75em;
  58. background-color: #E8E8FF;
  59. border: 1px solid #E0E0E0;
  60. border-top: 0 none transparent;
  61. margin-top: 0;
  62. }
  63. .side-nav a {
  64. padding: 0 0.5em 0.2em 0.5em;
  65. }
  66. .side-nav a:hover,
  67. .side-nav li.active a,
  68. .side-nav li ul li a:hover {
  69. background-color: #0086A9;
  70. color: #FFFFFF !important;
  71. border-radius: 5px;
  72. }
  73. .side-nav li ul {
  74. list-style-type: disc;
  75. padding-top: 0.25em;
  76. }
  77. .side-nav li ul li a:hover {
  78. margin-right: 1em;
  79. }
  80. .side-nav li ul li a {
  81. padding-left: 0.25em;
  82. margin-left: -0.25em;
  83. }
  84. .side-nav li.active li a {
  85. background-color: transparent;
  86. color: #0086A9 !important;
  87. }
  88. */
  89. /* Titre section principale */
  90. h2:before {
  91. content: url(../img/coinitem.png);
  92. margin-right: 0.25em;
  93. }
  94. h2 {
  95. color: #FF6600;
  96. border-bottom: 2px solid #0086A9;
  97. }