merge in Aiora's menu css changes

This commit is contained in:
Wookey 2011-09-28 14:10:34 +01:00
commit b966c784c2
3 changed files with 22 additions and 8 deletions

View File

@ -1,5 +1,5 @@
/*This CSS file has been edited for CUCC - Expo website by A. Zabala on 2011*/ /*This CSS file has been edited for CUCC - Expo website by A. Zabala on 2011*/
/* code of colours TEST /* code of colours
#C8E1E2 very light #C8E1E2 very light
#99CCCC light blue #99CCCC light blue
#008787 darker blue for fonts #008787 darker blue for fonts
@ -81,7 +81,7 @@ table.imgtable td { vertical-align: middle; text-align: center;
/*Menu*/ /*Menu*/
.menu, .menu,
ul#links { ul#links {
background: #fff url(../images/style/menu-main.png) no-repeat 0 0; background: #fff url(../images/style/menu-main.png) no-repeat 16px 4px;
clear: both; clear: both;
border: 2px solid #99CCCC; border: 2px solid #99CCCC;
position: absolute; position: absolute;
@ -90,7 +90,7 @@ ul#links {
font-size: 75%; font-size: 75%;
color: #888; color: #888;
width: 150px; width: 150px;
padding: 32px 20px 15px; padding: 42px 20px 18px;
text-align: left; text-align: left;
border-top-right-radius: 1em; border-top-right-radius: 1em;
} }
@ -98,8 +98,8 @@ ul#links {
top: 20px; top: 20px;
} }
ul#links { ul#links {
background-image: url(../images/style/menu-second.png); /*background-image: url(../images/style/menu-second.png);
/*border-color: #C8E1E2; border-color: #C8E1E2;
border-style: dotted;*/ border-style: dotted;*/
top: 20px /*300px; to be set once the menu is in all pages*/ top: 20px /*300px; to be set once the menu is in all pages*/
} }
@ -113,11 +113,11 @@ p#topheader {
} }
.menu li, .menu li,
ul#links li { ul#links li {
margin: 5px 0; margin: 6px 0;
list-style: square outside none; list-style: none outside none;
} }
ul#links li { ul#links li {
margin: 5px 0 0 15px; margin: 5px 0 0 0;
} }
ul#links li ul { ul#links li ul {
padding: 5px 0 5px 10px; padding: 5px 0 5px 10px;
@ -125,10 +125,24 @@ ul#links li {
ul#links li li { ul#links li li {
margin: 0 0 0 5px; margin: 0 0 0 5px;
} }
.menu li a,
ul#links li a {
background: url(../images/style/cave-picto.png) no-repeat 0 8px;
padding-left: 18px;
}
.menu li a:hover, .menu li a:hover,
ul#links li a:hover { ul#links li a:hover {
background-position: 0 -8px;
border-bottom: 2px solid #d7442b; border-bottom: 2px solid #d7442b;
} }
ul#links li a.editlink {
background: url(../images/style/edit-picto.png) no-repeat 100% 0;
font-size: 85%;
padding: 0 18px;
}
ul#links li a.editlink:hover {
background-position: 100% -18px;
}
/* TABLES */ /* TABLES */
table.trad, table.centre { table.trad, table.centre {

BIN
images/style/cave-picto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 B

BIN
images/style/edit-picto.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 584 B