File: menu.css

package info (click to toggle)
cccl 2.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 89,900 kB
  • sloc: cpp: 697,664; ansic: 26,964; python: 11,928; sh: 3,284; asm: 2,154; perl: 460; makefile: 112; xml: 13
file content (39 lines) | stat: -rw-r--r-- 594 bytes parent folder | download | duplicates (28)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/***************/
/* page layout */
/***************/

[id=menu] {
	position:fixed;
	width:25ex;
}
[id=content] {
	/* *****  EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
	position:absolute;
  left:29ex;
	padding-right:4ex;
}

/**************/
/* menu style */
/**************/

#menu .submenu {
	padding-top:1em;
	display:block;
}

#menu label {
	display:block;
	font-weight: bold;
	text-align: center;
	background-color: rgb(192,192,192);
}
#menu a {
	padding:0 .2em;
	display:block;
	text-align: center;
	background-color: rgb(235,235,235);
}
#menu a:visited {
	color:rgb(100,50,100);
}