2011-03-03 22:51:07 +00:00
|
|
|
/* ___ AUTOMATICALLY GENERATED: see admin/menu.scss for the source file */
|
|
|
|
/* ___ rounded ___ */
|
|
|
|
/* ___ box shadow ___ */
|
|
|
|
/* ___ others ___ */
|
|
|
|
/* ___ submenu: bg ___*/
|
2010-04-24 00:32:36 +00:00
|
|
|
#submenu {
|
2011-03-03 22:51:07 +00:00
|
|
|
clear: both;
|
2010-07-23 20:20:09 +00:00
|
|
|
position: relative;
|
2011-03-03 22:51:07 +00:00
|
|
|
top: -1px;
|
|
|
|
z-index: 998;
|
|
|
|
height: 60px;
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0 8px;
|
|
|
|
background: transparent url(/images/admin/menu/shadow.png) repeat-y 0 0;
|
|
|
|
/* ___ submenu items ___ */
|
|
|
|
/* ___ submenu: actions ___ */
|
|
|
|
/* ___ submenu: popup ___ */ }
|
|
|
|
#submenu > ul {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
|
|
|
list-style: none;
|
|
|
|
border-top: 1px solid rgba(255, 255, 255, 0.4);
|
|
|
|
background: transparent url(/images/admin/menu/submenu/shadow.png) repeat-x 0 0;
|
|
|
|
border-top-right-radius: 3px ;
|
|
|
|
-moz-border-radius-top-right: 3px ;
|
|
|
|
-webkit-border-top-right-radius: 3px ;
|
|
|
|
height: 60px; }
|
|
|
|
#submenu > ul a {
|
|
|
|
text-decoration: none; }
|
|
|
|
#submenu > ul > li {
|
|
|
|
margin: 15px 7px 0 8px;
|
|
|
|
float: left; }
|
|
|
|
#submenu > ul > li.hoverable > a span em {
|
|
|
|
display: inline-block;
|
|
|
|
background: transparent url(/images/admin/menu/icons.png) no-repeat 0 -16px;
|
|
|
|
width: 12px;
|
|
|
|
height: 7px;
|
|
|
|
position: relative;
|
|
|
|
top: 0px;
|
|
|
|
left: 6px; }
|
|
|
|
#submenu > ul > li > a {
|
|
|
|
display: inline-block;
|
|
|
|
border-radius: 16px;
|
|
|
|
-moz-border-radius: 16px;
|
|
|
|
-webkit-border-radius: 16px;
|
|
|
|
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.1) ;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.1) ;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.2), 0 1px 0 0 rgba(255, 255, 255, 0.1) ;
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.3);
|
|
|
|
padding: 0px 16px 0px 16px;
|
|
|
|
height: 26px;
|
|
|
|
line-height: 22px; }
|
|
|
|
#submenu > ul > li > a span {
|
|
|
|
color: #fff;
|
|
|
|
font-size: 0.8em;
|
|
|
|
font-weight: normal;
|
|
|
|
text-shadow: 1px 1px 1px #000; }
|
|
|
|
#submenu > ul > li > a:hover {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.9);
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.8); }
|
|
|
|
#submenu > ul > li > a.on, #submenu > ul > li > a:active {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.4);
|
|
|
|
border-bottom: 1px solid transparent !important;
|
|
|
|
box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), 0 1px 0 0 rgba(255, 255, 255, 0.2) !important;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), 0 1px 0 0 rgba(255, 255, 255, 0.2) !important;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0), 0 1px 0 0 rgba(255, 255, 255, 0.2) !important; }
|
|
|
|
#submenu > ul > li > a.hover {
|
|
|
|
background: #fff !important;
|
|
|
|
border-color: transparent !important;
|
|
|
|
border-color-bottom: #fff;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
border-bottom-left-radius: 0px !important;
|
|
|
|
-moz-border-radius-bottomleft: 0px !important;
|
|
|
|
-webkit-border-bottom-left-radius: 0px !important;
|
|
|
|
border-bottom-right-radius: 0px !important;
|
|
|
|
-moz-border-radius-bottomright: 0px !important;
|
|
|
|
-webkit-border-bottom-right-radius: 0px !important;
|
|
|
|
position: relative;
|
|
|
|
z-index: 998; }
|
|
|
|
#submenu > ul > li > a.hover span {
|
|
|
|
color: #8b8d9a;
|
|
|
|
text-shadow: none;
|
|
|
|
box-shadow: none " !important";
|
|
|
|
-moz-box-shadow: none " !important";
|
|
|
|
-webkit-box-shadow: none " !important"; }
|
|
|
|
#submenu > ul > li > a.hover span em {
|
|
|
|
background-position: -12px -16px; }
|
|
|
|
#submenu > ul > li > a.hover > em {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
bottom: 0px;
|
|
|
|
right: -11px;
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
background: transparent url(/images/admin/menu/popup/bottom-right-corner.png) no-repeat 0 0; }
|
|
|
|
#submenu > .action {
|
|
|
|
display: block;
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
right: 22px;
|
|
|
|
height: 60px;
|
|
|
|
padding-left: 20px;
|
|
|
|
z-index: 1;
|
|
|
|
background: transparent url(/images/admin/menu/submenu/action-border.png) repeat-y left 0; }
|
|
|
|
#submenu > .action a {
|
|
|
|
margin-top: 18px;
|
|
|
|
display: inline-block;
|
|
|
|
background: rgba(0, 0, 0, 0.4);
|
|
|
|
border-radius: 16px;
|
|
|
|
-moz-border-radius: 16px;
|
|
|
|
-webkit-border-radius: 16px;
|
|
|
|
padding: 0px 10px 0 15px;
|
|
|
|
height: 22px;
|
|
|
|
line-height: 20px;
|
|
|
|
text-decoration: none;
|
|
|
|
border: 1px solid transparent; }
|
|
|
|
#submenu > .action a em {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative;
|
|
|
|
background: transparent url(../../images/admin/menu/icons.png) no-repeat 0 0px;
|
|
|
|
height: 11px;
|
|
|
|
width: 11px;
|
|
|
|
top: 1px;
|
|
|
|
left: -5px; }
|
|
|
|
#submenu > .action a span {
|
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 0.7em;
|
|
|
|
text-shadow: 1px 1px 1px #000; }
|
|
|
|
#submenu > .action a:hover {
|
|
|
|
border-color: black; }
|
|
|
|
#submenu .popup {
|
|
|
|
position: absolute;
|
|
|
|
top: 42px;
|
|
|
|
min-width: 250px;
|
|
|
|
background: #fff;
|
|
|
|
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
|
|
|
|
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
|
|
|
|
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
|
|
|
|
border-radius: 16px;
|
|
|
|
-moz-border-radius: 16px;
|
|
|
|
-webkit-border-radius: 16px;
|
|
|
|
border-top-left-radius: 0px ;
|
|
|
|
-moz-border-radius-topleft: 0px ;
|
|
|
|
-webkit-border-top-left-radius: 0px ;
|
|
|
|
z-index: 997; }
|
|
|
|
#submenu .popup a {
|
|
|
|
color: #1f82bc;
|
|
|
|
text-decoration: none; }
|
|
|
|
#submenu .popup a:hover {
|
|
|
|
text-decoration: underline; }
|
|
|
|
#submenu .popup .inner {
|
|
|
|
padding: 8px 16px; }
|
|
|
|
#submenu .popup h2 {
|
|
|
|
font-size: 0.7em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #1e1f26;
|
|
|
|
border-top: 1px dotted #bbbbbd;
|
|
|
|
padding-top: 6px;
|
|
|
|
margin-bottom: 0px; }
|
|
|
|
#submenu .popup p {
|
|
|
|
margin: 0px 15px;
|
|
|
|
padding: 10px 0 0 0px; }
|
|
|
|
#submenu .popup p a {
|
|
|
|
font-size: 0.8em;
|
|
|
|
background: transparent url(/images/admin/menu/popup/add.png) no-repeat left 4px;
|
|
|
|
padding-left: 12px; }
|
|
|
|
#submenu .popup ul {
|
|
|
|
list-style-image: url(/images/admin/menu/popup/bullet.png);
|
|
|
|
margin: 0px 0px 0 15px; }
|
|
|
|
#submenu .popup ul li {
|
|
|
|
position: relative; }
|
|
|
|
#submenu .popup ul li a {
|
|
|
|
font-size: 0.7em; }
|
|
|
|
#submenu .popup ul li span {
|
|
|
|
display: inline;
|
|
|
|
position: absolute;
|
|
|
|
top: 6px;
|
|
|
|
right: 15px;
|
|
|
|
color: #8b8d9a;
|
|
|
|
font-size: 0.7em; }
|
|
|
|
#submenu .popup ul.big-links {
|
|
|
|
margin: 0px; }
|
|
|
|
#submenu .popup ul.big-links li {
|
|
|
|
margin: 10px 0; }
|
|
|
|
#submenu .popup ul.big-links li a {
|
|
|
|
border-radius: 16px;
|
|
|
|
-moz-border-radius: 16px;
|
|
|
|
-webkit-border-radius: 16px;
|
|
|
|
padding: 3px 10px;
|
|
|
|
background: #ebedf4;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14px; }
|
|
|
|
#submenu .popup .footer {
|
|
|
|
background: #ebedf4;
|
|
|
|
padding: 8px 16px;
|
|
|
|
border-bottom-left-radius: 16px ;
|
|
|
|
-moz-border-radius-bottom-left: 16px ;
|
|
|
|
-webkit-border-bottom-left-radius: 16px ;
|
|
|
|
border-bottom-right-radius: 16px ;
|
|
|
|
-moz-border-radius-bottom-right: 16px ;
|
|
|
|
-webkit-border-bottom-right-radius: 16px ; }
|
|
|
|
#submenu .popup .footer a {
|
|
|
|
color: #8b8d9a;
|
|
|
|
font-weight: bold; }
|
2010-04-24 00:32:36 +00:00
|
|
|
|
2011-03-03 22:51:07 +00:00
|
|
|
/* ___ menu ___ */
|
|
|
|
#menu {
|
|
|
|
padding: 0px;
|
|
|
|
margin: 0px;
|
2010-07-23 20:20:09 +00:00
|
|
|
list-style: none;
|
2011-03-03 22:51:07 +00:00
|
|
|
margin: 20px 0 0 0px; }
|
|
|
|
#menu a {
|
|
|
|
text-decoration: none; }
|
|
|
|
#menu li.item {
|
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
z-index: 994; }
|
|
|
|
#menu li.item > span, #menu li.item a {
|
|
|
|
float: left;
|
|
|
|
display: block; }
|
|
|
|
#menu li.item > span {
|
|
|
|
background: transparent url(/images/admin/menu/left.png) no-repeat 0 0;
|
|
|
|
width: 40px;
|
|
|
|
height: 39px;
|
|
|
|
background-position: 0 -39px; }
|
|
|
|
#menu li.item.first > span {
|
|
|
|
width: 18px;
|
|
|
|
background-position: 0 0; }
|
|
|
|
#menu li.item a {
|
|
|
|
background: transparent url(/images/admin/menu/right.png) no-repeat right 0px;
|
|
|
|
padding: 0px 52px 0 2px;
|
|
|
|
height: 39px;
|
|
|
|
line-height: 26px;
|
|
|
|
outline: none; }
|
|
|
|
#menu li.item a em, #menu li.item a span {
|
|
|
|
display: inline-block;
|
|
|
|
position: relative; }
|
|
|
|
#menu li.item a em {
|
|
|
|
background: transparent url(/images/admin/menu/icons.png) no-repeat 0px 0px; }
|
|
|
|
#menu li.item a span {
|
|
|
|
top: 9px;
|
|
|
|
left: 6px;
|
|
|
|
color: #787A89;
|
|
|
|
text-shadow: #C5CFD1 1px 1px 1px;
|
|
|
|
font-size: 0.8em; }
|
|
|
|
#menu li.item.item-2 {
|
|
|
|
left: -35px;
|
|
|
|
z-index: 991; }
|
|
|
|
#menu li.item.item-3 {
|
|
|
|
left: -70px;
|
|
|
|
z-index: 990; }
|
|
|
|
#menu li.item.item-4 {
|
|
|
|
left: -105px;
|
|
|
|
z-index: 989; }
|
|
|
|
#menu li.item.item-5 {
|
|
|
|
left: -140px;
|
|
|
|
z-index: 988; }
|
|
|
|
|
|
|
|
/* ___ section/color/icon associations ___ */
|
|
|
|
#menu li.contents a em {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: relative;
|
|
|
|
width: 16px;
|
2011-03-03 22:51:07 +00:00
|
|
|
height: 12px;
|
|
|
|
line-height: 13px;
|
|
|
|
background-position: 0 -64px;
|
|
|
|
top: 10px;
|
|
|
|
left: 0; }
|
|
|
|
|
|
|
|
body.contents #menu li.contents {
|
|
|
|
z-index: 999; }
|
|
|
|
body.contents #menu li.contents a {
|
|
|
|
background-position: right -78px; }
|
|
|
|
body.contents #menu li.contents a span {
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none; }
|
|
|
|
body.contents #menu li.contents > span {
|
|
|
|
background-position: -80px -39px; }
|
|
|
|
body.contents #menu li.contents.first > span {
|
|
|
|
background-position: -36px 0px; }
|
|
|
|
body.contents #menu li.contents em {
|
|
|
|
position: relative;
|
|
|
|
width: 16px;
|
|
|
|
height: 12px;
|
|
|
|
line-height: 13px;
|
|
|
|
background-position: -16px -64px;
|
|
|
|
top: 10px;
|
|
|
|
left: 0; }
|
|
|
|
body.contents #submenu > ul {
|
|
|
|
background: #23242b url(/images/admin/menu/submenu/black-bg.png) repeat-x 0 0;
|
|
|
|
border-color: rgba(255, 255, 255, 0.2); }
|
|
|
|
body.contents #submenu > ul > li > a {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.1);
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.6);
|
|
|
|
box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.1) ;
|
|
|
|
-moz-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.1) ;
|
|
|
|
-webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.1) ;
|
|
|
|
background: #27272e;
|
|
|
|
background: -moz-linear-gradient(0% 100% 90deg, #1e1e24, #303138);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#303138), to(#1e1e24)); }
|
|
|
|
body.contents #submenu > ul > li > a.on, body.contents #submenu > ul > li > a:active {
|
|
|
|
border: 1px solid rgba(0, 0, 0, 0.4);
|
|
|
|
border-top: 1px solid rgba(0, 0, 0, 0.6);
|
|
|
|
background: #1f2026;
|
|
|
|
background: -moz-linear-gradient(0% 100% 90deg, #212229, #1e1e24);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1e1e24), to(#212229)); }
|
|
|
|
body.contents #submenu > .action {
|
|
|
|
background-image: url(/images/admin/menu/submenu/black-action-border.png) !important; }
|
|
|
|
|
|
|
|
#menu li.assets a em {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: relative;
|
2011-03-03 22:51:07 +00:00
|
|
|
width: 20px;
|
|
|
|
height: 16px;
|
|
|
|
line-height: 17px;
|
|
|
|
background-position: 0 -48px;
|
|
|
|
top: 11px;
|
|
|
|
left: 0; }
|
|
|
|
|
|
|
|
body.assets #menu li.assets {
|
|
|
|
z-index: 999; }
|
|
|
|
body.assets #menu li.assets a {
|
|
|
|
background-position: right -39px; }
|
|
|
|
body.assets #menu li.assets a span {
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none; }
|
|
|
|
body.assets #menu li.assets > span {
|
|
|
|
background-position: -40px -39px; }
|
|
|
|
body.assets #menu li.assets.first > span {
|
|
|
|
background-position: -18px 0px; }
|
|
|
|
body.assets #menu li.assets em {
|
|
|
|
position: relative;
|
|
|
|
width: 20px;
|
|
|
|
height: 16px;
|
|
|
|
line-height: 17px;
|
|
|
|
background-position: -20px -48px;
|
|
|
|
top: 11px;
|
|
|
|
left: 0; }
|
|
|
|
body.assets #submenu > ul {
|
|
|
|
background-color: #2e9a7d; }
|
|
|
|
body.assets #submenu > ul > li > a {
|
|
|
|
background: #1c765d;
|
|
|
|
background: -moz-linear-gradient(0% 100% 90deg, #13604b, #258c70);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#258c70), to(#13604b)); }
|
|
|
|
body.assets #submenu > ul > li > a.on, body.assets #submenu > ul > li > a:active {
|
|
|
|
background: #176550;
|
|
|
|
background: -moz-linear-gradient(0% 100% 90deg, #166d55, #195e4b);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#195e4b), to(#166d55)); }
|
|
|
|
|
|
|
|
#menu li.settings a em {
|
2010-07-23 20:20:09 +00:00
|
|
|
position: relative;
|
2011-03-03 22:51:07 +00:00
|
|
|
width: 14px;
|
|
|
|
height: 13px;
|
|
|
|
line-height: 14px;
|
|
|
|
background-position: 0 -32px;
|
|
|
|
top: 11px;
|
|
|
|
left: 0; }
|
|
|
|
|
|
|
|
body.settings #menu li.settings {
|
|
|
|
z-index: 999; }
|
|
|
|
body.settings #menu li.settings a {
|
|
|
|
background-position: right -117px; }
|
|
|
|
body.settings #menu li.settings a span {
|
|
|
|
color: #fff;
|
|
|
|
text-shadow: none; }
|
|
|
|
body.settings #menu li.settings > span {
|
|
|
|
background-position: -120px -39px; }
|
|
|
|
body.settings #menu li.settings.first > span {
|
|
|
|
background-position: -54px 0px; }
|
|
|
|
body.settings #menu li.settings em {
|
|
|
|
position: relative;
|
|
|
|
width: 14px;
|
|
|
|
height: 13px;
|
|
|
|
line-height: 14px;
|
|
|
|
background-position: -14px -32px;
|
|
|
|
top: 11px;
|
|
|
|
left: 0; }
|
|
|
|
body.settings #submenu > ul {
|
|
|
|
background-color: #2579ae; }
|
|
|
|
body.settings #submenu > ul > li > a {
|
|
|
|
background: #195f8d;
|
|
|
|
background: -moz-linear-gradient(0% 100% 90deg, #135179, #1f6ea1);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f6ea1), to(#135179)); }
|
|
|
|
body.settings #submenu > ul > li > a.on, body.settings #submenu > ul > li > a:active {
|
|
|
|
background: #15527a;
|
|
|
|
background: -moz-linear-gradient(0% 100% 90deg, #175b88, #13496c);
|
|
|
|
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#13496c), to(#175b88)); }
|