#intro {
border-top: 1px solid #ccc;
+ padding: 0px 5px;
}
#intro p {
/* Rules for the menu displayed in the left sidebar */
.left_menu {
- padding: 5px;
+ padding: 5px 10px;
margin: 4px 0;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 0px;
}
+/* submenus */
+.left_menu ul li ul {
+ font-weight: normal;
+ line-height: 15px;
+ font-size: 12px;
+}
+
.left_menu a {
color: #000;
}
*/
.optionalbox {
- padding: 5px;
+ padding: 5px 10px;
margin: 4px 0;
border-top: 1px solid #ccc;
}
}
#search_field input[type="text"] {
- width: 136px;
+ width: 130px;
}
#search_field input[type="submit"] {
/* Rules for tabbed navigation bar */
+#top-bar {
+ border-bottom: 1px solid #ccc;
+ height: 29px;
+}
+
#tabnav {
- height: 20px;
- margin: 0px;
- padding-top: 5px;
- background: image-url('tab_bottom.gif') repeat-x bottom;
+ padding: 0;
+ margin: 0;
+ overflow:hidden;
}
#tabnav li {
}
#tabnav a, #tabnav a:link, #tabnav a:visited {
- background: #f3f3f3;
- font-size: 13px;
- line-height: 14px;
+ background: #fff;
+ font-size: 14px;
+ line-height: 19px;
font-weight: bold;
- padding: 2px 10px;
- border: 1px solid #ccc;
+ padding: 5px 10px;
text-decoration: none;
color: #333;
- border-top-right-radius: 5px;
- -moz-border-radius-topright: 5px;
- border-top-left-radius: 5px;
- -moz-border-radius-topleft: 5px;
}
#tabnav a:link.active, #tabnav a:visited.active {
- border-bottom: 1px solid #fff;
- background: #fff;
+ border-bottom: 1px solid #aaa;
+ background: #9ed485;
color: #000;
}
#tabnav a:link:hover, #tabnav a:visited:hover {
- background: #fff;
+ text-decoration:underline;
}
#tabnav a:link.disabled,
#tabnav a:visited.disabled,
#tabnav a:link:hover.disabled,
#tabnav a:visited:hover.disabled {
- background: #bbbbbb;
- color: white
+ color: #888;
}
/* Rules for greeting bar in the top right corner */
#greeting {
- height: 20px;
+ height: 28px;
margin: 0px;
- padding-top: 5px;
font-size: 13px;
- line-height: 15px;
- background: image-url('tab_bottom.gif') repeat-x bottom;
+ line-height: 28px;
}
.greeting-bar-unread {
}
#permalink a {
- padding: 5px;
+ padding: 5px;
}
/* Rules for edit menu */
#sidebar {
display: none;
position: absolute;
- border: 1px solid #888;
margin: 0px;
padding: 0px;
width: 30%;
#sidebar .sidebar_title {
margin: 0px;
- padding: 3px 6px;
+ padding: 3px 6px 4px 6px;
height: 29px;
font-size: 14px;
line-height: 15px;
- border-bottom: 1px solid #888;
background: #bbb;
}
.search_results_heading {
margin: 0px;
padding: 2px 5px;
- border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
- background: #eee;
+ font-weight: bold;
}
.search_results_entry {
/* Rules for the main content area */
-body.site #content {
- padding: 0px;
- margin: 0px;
- position: absolute;
- bottom: 0px;
-}
-
#content {
padding: 10px;
margin: 0px;
bottom: 0px;
}
+#content.site_index,
+#content.site_edit,
+#content.site_export {
+ border: 0px;
+ padding: 0px;
+}
+
#slim_container {
width: 100%;
}
position: relative;
width: 90%;
height: 400px;
+ border: 1px solid #ccc;
display: none;
}
position: relative;
width: 500px;
height: 400px;
+ border: 1px solid #ccc;
}
#accountImage td {
position: relative;
width: 400px;
height: 400px;
+ border: 1px solid #ccc;
}
.user_view .user_map p#no_home_location {