Commit 854a576d authored by Jacques Honoré's avatar Jacques Honoré

- changed menu links and background style

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34970 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ac846f6e
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
\n \n
body {\n body {\n
\n \n
background: url(../km_img/bg.png) repeat-x #e9e9e9;\n background: #e9e9e9;\n
\n \n
}\n }\n
\n \n
...@@ -68,7 +68,7 @@ body {\n ...@@ -68,7 +68,7 @@ body {\n
\n \n
#header {\n #header {\n
\n \n
\tcolor:#fff;\n \tcolor:#a8a799;\n
\n \n
}\n }\n
\n \n
...@@ -78,19 +78,7 @@ body {\n ...@@ -78,19 +78,7 @@ body {\n
\n \n
}\n }\n
\n \n
#menu {\n
\n
\tbackground: url(../km_img/header.png) repeat-x #373737;\n
\tborder-bottom:1px solid #080808;\n
\n
}\n
\n
#wrapper_path {\n
\n \n
\tbackground: url(../km_img/bg.png) repeat-x #373737;\n
\tbackground-position: 0 -43px;\n
\n
}\n
\n \n
::selection {\n ::selection {\n
\tbackground:#aaa;\n \tbackground:#aaa;\n
...@@ -359,9 +347,9 @@ a:hover { color: #000; }\n ...@@ -359,9 +347,9 @@ a:hover { color: #000; }\n
\n \n
#header a:link, #header a:active, #header a:visited {\n #header a:link, #header a:active, #header a:visited {\n
\n \n
\tcolor:#fff;\n \tcolor:#a8a799;\n
\tfont-weight:bold;\n \tfont-weight:bold;\n
\n \ttext-shadow: 0 1px 0 #fff;\n
}\n }\n
\n \n
#header .meta div a:link, #header .meta div a:active, #header .meta div a:visited {\n #header .meta div a:link, #header .meta div a:active, #header .meta div a:visited {\n
......
...@@ -94,8 +94,9 @@ ...@@ -94,8 +94,9 @@
\n \n
#menu ul.nav li:hover a {\n #menu ul.nav li:hover a {\n
\n \n
background-color: #a8a799;\n
color:#fff;\n color:#fff;\n
background: url(../km_img/nav-hover.png) repeat-x transparent;\n text-shadow: 0 1px 0 #7a7964;\n
\n \n
}\n }\n
\n \n
...@@ -113,7 +114,6 @@ ...@@ -113,7 +114,6 @@
\n \n
#menu ul.nav li:hover ul li a {\n #menu ul.nav li:hover ul li a {\n
\n \n
border-bottom: 1px solid #999999;\n
text-align:left;\n text-align:left;\n
display:block;\n display:block;\n
background:#818363;\n background:#818363;\n
......
1359 1361
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment