/* *************************************** PAGINATION *************************************** */ .elgg-pagination { margin: 10px 0; display: block; text-align: center; } .elgg-pagination li { display: inline; margin: 0 6px 0 0; text-align: center; } .elgg-pagination a, .elgg-pagination span { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 2px 6px; color: #555; border: 1px solid #ccc; font-size: 12px; text-shadow: 0px 1px 1px white, 0 -1px 1px #AAA; background: #f7f7f7; /* Old browsers */ background: -moz-linear-gradient(top, #f7f7f7 0%, #d3d3d3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#d3d3d3)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f7f7f7 0%,#d3d3d3 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f7f7f7 0%,#d3d3d3 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f7f7f7 0%,#d3d3d3 100%); /* IE10+ */ background: linear-gradient(to bottom, #f7f7f7 0%,#d3d3d3 100%); /* W3C */ } .elgg-pagination a:hover { color: #333; text-decoration: none; background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#f2f2f2 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%,#f2f2f2 100%); /* W3C */ } .elgg-pagination .elgg-state-disabled span { opacity: 0.3; } .elgg-pagination .elgg-state-selected span, .elgg-pagination a:active { color: #eee; text-shadow: 0px 1px 1px #999, 0 -1px 1px #222; background: #4f4f4f; /* Old browsers */ background: -moz-linear-gradient(top, #4f4f4f 0%, #7a7a7a 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#7a7a7a)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #4f4f4f 0%,#7a7a7a 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #4f4f4f 0%,#7a7a7a 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #4f4f4f 0%,#7a7a7a 100%); /* IE10+ */ background: linear-gradient(to bottom, #4f4f4f 0%,#7a7a7a 100%); /* W3C */ } } /* *************************************** TABS *************************************** */ .elgg-tabs { margin-bottom: 5px; border-bottom: 1px solid #999; display: table; width: 100%; } .elgg-tabs li { float: left; border: 1px solid transparent; border-bottom: 0; margin: 0 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .elgg-tabs a { text-decoration: none; display: block; padding: 1px 10px 0; text-align: center; height: 21px; color: #333; font-weight: bold; } .elgg-tabs a:hover { color: #ff4c12; } .elgg-tabs .elgg-state-selected { border-color: #999; background: #eeeeee; position: relative; top: 1px; } .elgg-tabs .elgg-state-selected a { position: relative; top: -1px; } /* *************************************** BREADCRUMBS *************************************** */ .elgg-breadcrumbs { /*font-size: 80%;*/ font-weight: bold; line-height: 1.2em; color: #bababa; margin: 8px 0px; } .elgg-breadcrumbs > li { display: inline-block; } .elgg-breadcrumbs > li:after { content: "\003E"; padding: 0 4px; font-weight: normal; } .elgg-breadcrumbs > li > a { display: inline-block; color: #999; } .elgg-breadcrumbs > li > a:hover { color: #FF4C12; text-decoration: underline; } .elgg-main .elgg-breadcrumbs { position: relative; top: -6px; left: 0; } /* *************************************** TOPBAR MENU *************************************** */ .elgg-menu-topbar { float: left; } .elgg-menu-topbar > li { float: left; } .elgg-menu-topbar > li > a { padding: 2px 15px 0; color: #eee; margin-top: 1px; } .elgg-menu-topbar > li > a:hover { color: #ff4c12; text-decoration: none; } .elgg-menu-topbar-alt { float: right; } .elgg-menu-topbar .elgg-icon { vertical-align: middle; margin-top: -1px; } .elgg-menu-topbar > li > a.elgg-topbar-logo { margin-top: 0; padding-left: 5px; width: 38px; height: 20px; } .elgg-menu-topbar > li > a.elgg-topbar-avatar { width: 18px; height: 18px; } /* *************************************** SITE MENU *************************************** */ .elgg-menu-site { z-index: 1; } .elgg-menu-site > li > a { font-weight: bold; padding: 3px 13px 0px 13px; height: 20px; } .elgg-menu-site > li > a:hover { text-decoration: none; } .elgg-menu-site-default { position: absolute; bottom: 0; left: 0; height: 23px; } .elgg-menu-site-default > li { float: left; margin-right: 1px; } .elgg-menu-site-default > li > a { color: #ed9239; } .elgg-menu-site > li > ul { display: none; background-color: white; } .elgg-menu-site > li:hover > ul { display: block; } .elgg-menu-site-default > .elgg-state-selected > a, .elgg-menu-site-default > li:hover > a { color: white; text-shadow: 0px 0px 4px #FFF; } .elgg-menu-site-more { position: relative; left: -1px; width: 100%; min-width: 150px; border: 1px solid #999; border-top: 0; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); } .elgg-menu-site-more > li > a { background-color: #333; color: #ed9239; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .elgg-menu-site-more > li > a:hover { text-shadow: 0px 0px 4px #FFF; color: white; } .elgg-menu-site-more > li:last-child > a, .elgg-menu-site-more > li:last-child > a:hover { -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } .elgg-more > a:before { content: "\25BC"; font-size: smaller; margin-right: 4px; } /* *************************************** TITLE *************************************** */ .elgg-menu-title { float: right; } .elgg-menu-title > li { display: inline-block; margin-left: 4px; } /* *************************************** FILTER MENU *************************************** */ .elgg-menu-filter { margin-bottom: 5px; border-bottom: 1px solid #999; display: table; width: 100%; } .elgg-menu-filter > li { float: left; border: 1px solid transparent; border-bottom: 0; margin: 0 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .elgg-menu-filter > li:hover { } .elgg-menu-filter > li > a { text-decoration: none; display: block; padding: 1px 10px 0; text-align: center; height: 21px; color: #333; font-weight: bold; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0; border-radius: 5px 5px 0 0; } .elgg-menu-filter > li > a:hover { color: #ff4c12; } .elgg-menu-filter > .elgg-state-selected { border-color: #999; background: #eee; position: relative; top: 1px; } .elgg-menu-filter > .elgg-state-selected > a { position: relative; top: -1px; } /* *************************************** PAGE MENU *************************************** */ .elgg-menu-page { margin-bottom: 15px; } .elgg-menu-page a { display: block; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; font-weight: bold; color: #333; margin: 0 0 3px; padding: 2px 4px 2px 8px; } .elgg-menu-page a:hover { background-color: #333; color: #eee; text-decoration: none; } .elgg-menu-page li.elgg-state-selected > a { background-color: #333; color: #eee; } .elgg-menu-page .elgg-child-menu { display: none; margin-left: 15px; } .elgg-menu-page .elgg-menu-closed:before, .elgg-menu-opened:before { display: inline-block; padding-right: 4px; } .elgg-menu-page .elgg-menu-closed:before { content: "\002B"; } .elgg-menu-page .elgg-menu-opened:before { content: "\002D"; } /* *************************************** HOVER MENU *************************************** */ .elgg-menu-hover { display: none; position: absolute; z-index: 10000; overflow: hidden; min-width: 165px; max-width: 250px; border: solid 1px; border-color: #E5E5E5 #999 #999 #E5E5E5; background-color: #FFF; -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50); -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50); box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.50); } .elgg-menu-hover > li { border-bottom: 1px solid #ddd; } .elgg-menu-hover > li:last-child { border-bottom: none; } .elgg-menu-hover .elgg-heading-basic { display: block; } .elgg-menu-hover a { padding: 2px 8px; font-size: 92%; } .elgg-menu-hover a:hover { background: #ccc; text-decoration: none; } .elgg-menu-hover-admin a { color: red; } .elgg-menu-hover-admin a:hover { color: white; background-color: red; } /* *************************************** SITE FOOTER *************************************** */ .elgg-menu-footer > li, .elgg-menu-footer > li > a { display: inline-block; color: #999; } .elgg-menu-footer > li:after { content: "\007C"; padding: 0 4px; } .elgg-menu-footer-default { float: right; } .elgg-menu-footer-alt { float: left; } /* *************************************** GENERAL MENU *************************************** */ .elgg-menu-general > li, .elgg-menu-general > li > a { display: inline-block; color: #999; } .elgg-menu-general > li:after { content: "\007C"; padding: 0 4px; } /* *************************************** ENTITY AND ANNOTATION *************************************** */ .elgg-menu-entity, elgg-menu-annotation { float: right; margin-left: 15px; font-size: 90%; color: #666; line-height: 16px; height: 16px; } .elgg-menu-entity > li, .elgg-menu-annotation > li { margin-left: 15px; } .elgg-menu-entity > li > a, .elgg-menu-annotation > li > a { color: #666; } .elgg-menu-entity > li > a, .elgg-menu-annotation > li > a { display: block; } .elgg-menu-entity > li > span, .elgg-menu-annotation > li > span { vertical-align: baseline; } /* *************************************** OWNER BLOCK *************************************** */ .elgg-menu-owner-block li a { display: block; font-weight: bold; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; color: #333; margin: 3px 0 5px 0; padding: 2px 4px 2px 8px; } .elgg-menu-owner-block li a:hover { background-color: #333; color: #eee; text-decoration: none; } .elgg-menu-owner-block li.elgg-state-selected > a { background-color: #333; color: #ccc; } /* *************************************** LONGTEXT *************************************** */ .elgg-menu-longtext { float: right; } /* *************************************** RIVER *************************************** */ .elgg-menu-river { float: right; margin-left: 15px; font-size: 90%; color: #aaa; line-height: 16px; height: 16px; } .elgg-menu-river > li { display: inline-block; margin-left: 5px; } .elgg-menu-river > li > a { color: #aaa; height: 16px; } .elgg-menu-river > li > a { display: block; } .elgg-menu-river > li > span { vertical-align: baseline; } /* *************************************** SIDEBAR EXTRAS (rss, bookmark, etc) *************************************** */ .elgg-menu-extras { margin-bottom: 15px; } /* *************************************** WIDGET MENU *************************************** */ .elgg-menu-widget > li { position: absolute; top: 4px; display: inline-block; width: 18px; height: 18px; padding: 2px 2px 0 0; } .elgg-menu-widget > .elgg-menu-item-collapse { left: 5px; } .elgg-menu-widget > .elgg-menu-item-delete { right: 5px; } .elgg-menu-widget > .elgg-menu-item-settings { right: 25px; }