illyse.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /* Structure */
  2. h1 {
  3. font-size: 2.5em;
  4. user-select: none;
  5. position: fixed;
  6. height: -0.2em;
  7. width: 100%;
  8. }
  9. div.large-3, div.large-9 {
  10. margin-top: 7em;
  11. }
  12. h1:before {
  13. font-size: 1.25em;
  14. margin-left: 1em;
  15. margin-right: -1em;
  16. display: block;
  17. float: left;
  18. width: 25%;
  19. }
  20. /* Navigateurs */
  21. h1 {
  22. -moz-user-select: none;
  23. -webkit-user-select: none;
  24. }
  25. /* Contenus */
  26. h1:before {
  27. content: "\\_o<";
  28. font-family: monospace;
  29. }
  30. h1:hover:before {
  31. content: "\\_x<";
  32. }
  33. h1:hover:after {
  34. content: "PAN Administre les Ninternetz";
  35. position: fixed;
  36. text-align: center;
  37. right: 15%;
  38. left: 25%;
  39. }
  40. h1:hover a {
  41. opacity: 0.1;
  42. }
  43. h2:before {
  44. content: url(../img/coinitem.png);
  45. margin-right: 0.25em;
  46. }
  47. /* Couleurs */
  48. h1 a, h1:after {
  49. color: #0086A9;
  50. font-weight: bold;
  51. }
  52. h2 {
  53. color: #FF6600;
  54. border-bottom: 2px solid #0086A9;
  55. }
  56. h1:before {
  57. color: #FF6600;
  58. font-weight: normal;
  59. }
  60. .side-nav {
  61. background-color: #E8E8FF;
  62. border: 1px solid #E0E0E0;
  63. padding: 0;
  64. }
  65. .side-nav li:first-child:before {
  66. content: "Navigation :";
  67. font-weight: bold;
  68. display: block;
  69. margin-left: 1em;
  70. margin-bottom: 0.5em;
  71. text-decoration: underline;
  72. }
  73. .side-nav a {
  74. padding: 0 0.5em 0.2em 0.5em;
  75. }
  76. .side-nav a:hover, .side-nav li.active a {
  77. background-color: #0086A9;
  78. color: #FFFFFF !important;
  79. border-radius: 5px;
  80. }