Resources/public/css/clickmenu.css
author ymh <ymh.work@gmail.com>
Wed, 14 Dec 2011 23:53:37 +0100
changeset 64 caeb4c8b5487
parent 53 22377c9e2eae
child 74 901463f9b11c
permissions -rw-r--r--
merge
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
53
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     1
div.cmDiv
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     2
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     3
	border: 1px solid black;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     4
	background-color: #eee;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     5
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     6
.clickMenu
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     7
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     8
	margin: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
     9
	padding: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    10
	cursor: default;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    11
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    12
.clickMenu, .clickMenu ul
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    13
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    14
	list-style: none;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    15
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    16
.clickMenu ul
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    17
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    18
	margin: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    19
	padding: 2px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    20
	border: 1px solid black;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    21
	background-color: #eee;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    22
	min-width: 100px; /* ie doesnt know this :/ */
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    23
	//float: left;/*ie again*/
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    24
	//width: 100%;/*and again*/
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    25
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    26
.clickMenu div.outerbox
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    27
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    28
	display: none;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    29
	min-width: 106px; /* firefox produces animation-flickering when the box is bigger than this :/ */
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    30
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    31
.clickMenu div.inner
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    32
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    33
	//top: 20px; /* for ie */
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    34
	left: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    35
	margin: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    36
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    37
.clickMenu div.inner div.outerbox
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    38
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    39
	margin: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    40
	left: 98px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    41
	//left: 90px; /* for ie */
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    42
	top: -3px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    43
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    44
.clickMenu li
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    45
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    46
	position: relative;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    47
	padding: 0 20px 0 2px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    48
	/*white-space: nowrap; does not really work in ie */
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    49
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    50
.clickMenu li.main
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    51
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    52
	float: left;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    53
	padding: 0 10px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    54
	background-color: #eee;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    55
	//height: 20px; /* for ie */
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    56
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    57
.clickMenu li.main li
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    58
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    59
	z-index: 2;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    60
	min-width: 78px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    61
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    62
.clickMenu li.hover
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    63
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    64
	z-index: 1 !important; /* the hover z-index has to be below the normal one the hovering items may be drawn over a submenu */
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    65
	background-color: #aaa;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    66
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    67
.clickMenu img.liArrow
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    68
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    69
	position: absolute;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    70
	right: 5px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    71
	top: 0.41em;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    72
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    73
.clickMenu a
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    74
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    75
	text-decoration: none;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    76
	color: black;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    77
	cursor: default;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    78
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    79
/* thats for the shadowbox */
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    80
html>body div.outerbox
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    81
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    82
	padding: 0 5px 5px 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    83
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    84
html>body div.shadowbox1
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    85
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    86
	position: absolute;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    87
	right: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    88
	bottom: 5px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    89
	width: 5px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    90
	height: 100%;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    91
	background: url(../images/myshadow.png) no-repeat right top;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    92
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    93
html>body div.shadowbox2
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    94
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    95
	position: absolute;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    96
	bottom: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    97
	right: 5px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    98
	height: 5px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
    99
	width: 100%;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   100
	background: url(../images/myshadow.png) left bottom;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   101
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   102
html>body div.shadowbox3
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   103
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   104
	position: absolute;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   105
	bottom: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   106
	right: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   107
	height: 5px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   108
	width: 5px;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   109
	background: url(../images/myshadow.png) no-repeat right bottom;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   110
}
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   111
html>body .innerbox
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   112
{
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   113
	margin: 0;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   114
	display: inherit;
22377c9e2eae First step of column management in document tag list. Little debug on js for move up down.
cavaliet
parents:
diff changeset
   115
}