2005-08-18 07:04:05 +00:00
|
|
|
#menubar {
|
|
|
|
float: left;
|
|
|
|
margin: 0 0 10px 1em;
|
|
|
|
padding: 0;
|
|
|
|
/* Fix against the "double margin of a floated item" IE bug */
|
|
|
|
/* Damned: that screws up top_navbar in opera 7.54/Linux! */
|
|
|
|
display: inline;
|
|
|
|
text-align: left; /* follow-up of the "be nice to IE5" rule */
|
|
|
|
}
|
|
|
|
|
|
|
|
#menubar DL, #menubar DT, #menubar DD {
|
|
|
|
margin: 0; padding: 0; display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* H2 properties copied here */
|
|
|
|
#menubar DT {
|
|
|
|
font-weight: bold; /* default for h2 */
|
|
|
|
margin: 0;
|
2006-03-23 07:15:07 +00:00
|
|
|
padding: 5px 5px 5px 5px;
|
2005-08-18 07:04:05 +00:00
|
|
|
font-size: 120%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menubar UL,
|
|
|
|
#menubar HR,
|
|
|
|
#menubar FORM,
|
|
|
|
#menubar P, /* ooh, careful... */
|
|
|
|
#menubar .totalImages {
|
|
|
|
font-size: 92%;
|
|
|
|
margin: 10px 0 10px 10px;
|
|
|
|
}
|
|
|
|
#menubar UL {
|
|
|
|
list-style-type: square;
|
|
|
|
list-style-position: inside;
|
|
|
|
padding: 0 0 0 2px;
|
|
|
|
}
|
|
|
|
#menubar UL UL {
|
|
|
|
font-size: 100%;
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
2005-09-25 18:31:55 +00:00
|
|
|
|
|
|
|
#menubar LI.selected A {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menubar LI.selected LI A {
|
|
|
|
font-weight: normal;
|
2005-08-18 07:04:05 +00:00
|
|
|
}
|
2005-09-25 18:31:55 +00:00
|
|
|
|
2005-08-18 07:04:05 +00:00
|
|
|
#menubar HR {
|
|
|
|
display: block;
|
|
|
|
margin: 10px auto;
|
|
|
|
width: 90%;
|
|
|
|
}
|
|
|
|
#menubar INPUT {
|
|
|
|
text-indent: 2px;
|
|
|
|
}
|
2005-12-03 23:40:51 +00:00
|
|
|
|
|
|
|
/* quickconnect form */
|
2006-08-15 02:06:06 +00:00
|
|
|
FORM#quickconnect {
|
2005-12-03 23:40:51 +00:00
|
|
|
margin: 0;
|
2005-12-30 21:54:46 +00:00
|
|
|
padding: 5px;
|
2005-12-03 23:40:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
FORM#quickconnect FIELDSET {
|
2005-12-30 21:54:46 +00:00
|
|
|
margin: 0;
|
|
|
|
padding: 0 0 0.5em 0;
|
2005-12-03 23:40:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
FORM#quickconnect P {
|
2006-07-29 08:18:23 +00:00
|
|
|
margin-left: 0;
|
|
|
|
font-size: 100%;
|
2005-12-03 23:40:51 +00:00
|
|
|
float: left;
|
2006-04-22 14:06:25 +00:00
|
|
|
clear: left;
|
2005-12-30 21:54:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
FORM#quickconnect P INPUT {
|
2005-12-03 23:40:51 +00:00
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM#quickconnect UL.actions {
|
|
|
|
display: inline;
|
|
|
|
float: right;
|
2005-12-30 21:54:46 +00:00
|
|
|
padding: 0;
|
|
|
|
text-align: right; /* Opera 7.5 */
|
2006-07-27 18:13:23 +00:00
|
|
|
}
|
|
|
|
FORM#quickconnect FIELDSET>UL.actions {
|
2005-12-30 21:54:46 +00:00
|
|
|
width: 40%; /* Opera 7.5 cannot find why width:auto fails :-( */
|
2005-12-03 23:40:51 +00:00
|
|
|
}
|
2005-12-30 21:54:46 +00:00
|
|
|
|
|
|
|
FORM#quickconnect UL.actions,
|
2006-07-29 08:18:23 +00:00
|
|
|
FORM#quickconnect P,
|
2005-12-30 21:54:46 +00:00
|
|
|
FORM#quickconnect LABEL {
|
2006-07-29 08:18:23 +00:00
|
|
|
padding: 0 0.5em 0 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
FORM#quickconnect LABEL {
|
|
|
|
margin:0;
|
|
|
|
width: 100%;
|
|
|
|
/* -moz-box-sizing: padding-box;*/
|
|
|
|
box-sizing: border-box;
|
|
|
|
-moz-box-sizing: border-box;
|
2005-12-30 21:54:46 +00:00
|
|
|
}
|
|
|
|
|
2006-07-27 18:13:23 +00:00
|
|
|
FORM#quickconnect INPUT[type=text],
|
|
|
|
FORM#quickconnect INPUT[type=password] {
|
2006-07-29 08:18:23 +00:00
|
|
|
width: 100%; /* mozilla can handle 100% */
|
2006-07-27 18:13:23 +00:00
|
|
|
}
|
2006-07-29 08:18:23 +00:00
|
|
|
/* same as above for IE with inputfix.htc */
|
|
|
|
/* unfortunately IE doesn't handle that correctly */
|
|
|
|
/* so you should set a width in em in local_layout.css */
|
|
|
|
/*FORM#quickconnect INPUT.text,
|
2006-07-27 18:13:23 +00:00
|
|
|
FORM#quickconnect INPUT.password {
|
2006-07-29 08:18:23 +00:00
|
|
|
width: 95%;
|
|
|
|
}*/
|
2006-07-27 18:13:23 +00:00
|
|
|
|
2006-08-15 02:06:06 +00:00
|
|
|
FORM#quicksearch {
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
}
|
|
|
|
|
2006-04-02 22:26:19 +00:00
|
|
|
#menubar #menuTagCloud {
|
|
|
|
text-align: center;
|
|
|
|
margin: 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#menubar #menuTagCloud LI
|
|
|
|
{
|
2006-07-17 10:25:24 +00:00
|
|
|
display: inline; /* FF doesn't see the inline-block below */
|
|
|
|
white-space: nowrap; /* No line break in the LI but Opera set nowrap to */
|
|
|
|
display: inline-block;/* the whole UL, inline-block fix it. */
|
|
|
|
/* IE wants inline in fix-ie5-ie6.css */
|
2006-04-22 14:06:25 +00:00
|
|
|
}
|