Guest User

Untitled

a guest
Nov 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. @font-face {
  5. font-family: 'helveticacondensed';
  6. font-weight:normal;
  7. font-style:normal;
  8. src:url("../helveticacondensed/helvcond.eot") format('eot'); /* IE */
  9. src: url("../helveticacondensed/helvcond.woff") format("woff"),
  10. url("../helveticacondensed/helvcond.ttf") format("truetype"),
  11. url("../helveticacondensed/helvcond.svg") format("svg");
  12. }
  13. #conteneur {position:relative;width:1050px;margin:0 auto;padding:0;background:silver}
  14. /* =============================================================================
  15. Menu
  16. ========================================================================== */
  17. .menu {
  18. font-family:helveticacondensed,"helveticacondensed", sans-serif, Helvetica, Arial;
  19. font-size:0.8em;
  20. padding:0;
  21. margin:auto;
  22. border:0;
  23. list-style:none;
  24. cursor:pointer;
  25. width:990px;
  26. background:#777 url(../images/menuh_background_1x44px.gif) repeat-x;
  27. line-height:44px;
  28. border-radius:6px;
  29. display:block
  30. }
  31. .menu .menuh_home {
  32. background:url(../images/menuh_home_18x18px.gif) center center no-repeat;
  33. }
  34. .menu li {
  35. display:inline-block;
  36. margin:0;
  37. padding:0;
  38. border:0;
  39. text-align:center;
  40. position:relative;
  41. width:116px;
  42. border-left:solid 1px #999;
  43. }
  44. .menu li:first-child {
  45. width:50px;
  46. }
  47. .submenu {
  48. text-align:left;
  49. list-style:none;
  50. margin:0;
  51. padding:0;
  52. border:0;
  53. width:360px;
  54. background:white;
  55. position:absolute;
  56. left:-9999px;;
  57. box-shadow:0px 4px 8px #777;
  58. }
  59. .menu .submenu li {
  60. border-left:none;
  61. text-align:left;
  62. width:160px;
  63. padding:0 5px;
  64. }
  65. .menu li:hover .submenu {
  66. border-radius:0 0 6px 6px;
  67. left:-1px;
  68. }
  69. .menu li:nth-last-child(-n+4):hover .submenu {
  70. border-radius:0 0 6px 6px;
  71. right:0px;left:auto;
  72. }
  73. .searchform input{
  74. width:90px;
  75. }
  76. .menu a:link, .menu a:visited, .menu a:hover, .menu a:active {
  77. color:white;
  78. text-decoration:none;
  79. }
  80. .submenu a:link, .submenu a:visited, .submenu a:hover, .submenu a:active {
  81. color:grey;
  82. text-decoration:none;
  83. }
  84. .submenu span {
  85. display:block;
  86. }
  87. .border-bottom {
  88. border-bottom:dotted 1px gray;
  89. }
Add Comment
Please, Sign In to add comment