MediaWiki:Common.css: различия между версиями

Материал из Ботвапедии
Перейти к: навигация, поиск
Строка 16: Строка 16:
 
         width: auto;
 
         width: auto;
 
}
 
}
 
/*Тулбар*/
 
 
.dd-bar {
 
    min-width: 1080px;
 
    max-width: 100%;
 
    left: 0;
 
    right: 0;
 
    color: #73503a;
 
    background: url(images/bg_line.png) repeat-x scroll 0 0 transparent;
 
    z-index: 9999;
 
}
 
 
.dd-nav-logo .dd-logo {
 
    background: url(images/bg_light.png) no-repeat scroll 0 0;
 
}
 
 
.dd-nav-logo .dd-games {
 
    background: url(images/bg_light.png) no-repeat scroll 0 0;
 
}
 
 
.dd-nav-stats {
 
    color: #80624d;
 
    background: url(images/bg_light.png) no-repeat scroll right top;
 
}
 
 
.dd-nav-stats span {
 
    color: #73503a;
 
}
 
 
.dd-nav-auth {
 
    color: #80624d;
 
}
 
 
.dd-nav-auth a {
 
    color: #73503a;
 
}
 
 
.dd-nav-auth a:hover {
 
    border-bottom: 1px dashed #73503a;
 
    color: #73503a;
 
}
 
 
.dd-nav-auth a:active {
 
    color: #73503a;
 
    border-bottom: 1px dashed #73503a;
 
}
 
 
.dd-nav-logo .dd-games .dd-games-btn {
 
    color: #73503a;
 
}
 
 
.dd-nav-logo .dd-logo i {
 
    background-image: url(images/logo_destiny.png);
 
    background-position: 0 -30px;
 
}
 
 
.dd-nav-logo .dd-logo i:hover {
 
    background-position: 0 -60px;
 
    opacity: 0.7;
 
}
 
 
.dd-menu-opener-link:hover {
 
    color: #73503a;
 
}
 
 
.dd-menu-opener-link:hover {
 
    color: #9c8164 !important;
 
}
 
 
.dd-menu-opener i {
 
    background-image: url(images/icon_16px.png) !important;
 
    background-position: 0 0;
 
}
 
 
.dd-menu-opener span:hover i.dd-icon-down-arrow {
 
    background-position: 0 0;
 
    opacity: 0.7;
 
}
 
 
.dd-menu-opener.active i.dd-icon-down-arrow {
 
    background-position: -16px 0 !important;
 
}
 
 
.dd-menu {
 
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3);
 
    border-radius: 0 0 0 3px;
 
}
 
 
.dd-menu-ul, .dd-menu-li:first-child, .dd-menu-li:last-child {
 
    border-radius: 0 0 0 3px;
 
}
 
 
.dd-menu-sub {
 
    background: #E3D4B7;
 
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.3);
 
    border-radius: 0 0 3px 0;
 
}
 
 
.dd-menu ul.dd-menu-ul {
 
    background: #dbcbad;
 
    color: #542f1b;
 
}
 
 
.dd-menu ul.dd-menu-ul li.dd-menu-li-666:hover .dd-menu-item b, .dd-menu ul.dd-menu-ul li.dd-current .dd-menu-item b {
 
    color: #73503a;
 
}
 
 
.dd-menu ul.dd-menu-ul li.dd-menu-li-666:hover, .dd-menu ul.dd-menu-ul li.dd-current {
 
    background: #E3D4B7;
 
}
 
 
ul.dd-menu-ul i {
 
    background-image: url(images/icon_16px.png);
 
    background-position: -32px 0 !important;
 
}
 
 
.dd-menu-sub .dd-menu-project-desc {
 
    font-size: 11px;
 
}
 
 
.dd-menu-sub .dd-menu-project-stats .label, .dd-menu-sub .dd-menu-project-stats td {
 
    color: #6b5945;
 
}
 
 
.dd-menu-sub button.dd-project-play {
 
    padding-left: 15px;
 
    background: #9c8164;
 
    color: #eadec9;
 
    border-radius: 3px;
 
}
 
 
.dd-menu-sub button.dd-project-play i {
 
    background-position: -32px -32px !important;
 
}
 
 
.dd-menu-sub button {
 
    background: #9c8164;
 
    color: #eadec9;
 
    border-radius: 3px;
 
}
 
 
.dd-menu-sub button.dd-project-play:hover, .dd-menu-sub button:hover {
 
    color: #eadec9;
 
    background: #aa9075;
 
}
 
 
.dd-menu-sub .dd-menu-project-stats {
 
    margin-top: 0;
 
}
 
 
.dd-nav-profile {
 
    color: #6b5945 !important;
 
}
 
 
.dd-menu-sub .dd-menu-link-account {
 
    padding: 5px 0 0;
 
    float: none;
 
    text-align: center;
 
}
 
 
.dd-menu-sub .dd-menu-link-account a {
 
    color: #73503a;
 
}
 
 
.dd-menu-sub .dd-menu-link-account a:hover {
 
    color: #73503a;
 
    border-bottom: 1px dashed #73503a;
 
}
 
 
.dd-bar .hl {
 
    color: #73503a;
 
}
 
 
.dd-menu input[type="text"], .dd-menu input[type="password"] {
 
    border: 1px solid #cebb9e !important;
 
    box-shadow: none;
 
    font-size: 11px;
 
    padding: 3px 10px;
 
    color: #73503a;
 
    border-radius: 3px
 
    -moz-border-radius: 3px;
 
    -webkit-border-radius: 3px
 
}
 
 
.dd-menu input:focus {
 
    border-color: #c0aa89 !important;
 
    box-shadow: none;
 
}
 
 
.dd-bar .chosen-container-single .chosen-single {
 
    border: 1px solid #cebb9e;
 
    box-shadow: none;
 
    height: 23px;
 
    line-height: 23px;
 
    padding: 3px 10px;
 
    color: #73503a;
 
    border-radius: 3px;
 
}
 
 
.dd-bar .chosen-container-single .chosen-single span {
 
    font-size: 11px;
 
}
 
 
.dd-bar .chosen-container-single .chosen-drop {
 
    margin-top: -3px;
 
    border-radius: 0 0 3px 3px;
 
    border-left: 1px solid #cebb9e;
 
    border-right: 1px solid #cebb9e;
 
    border-bottom: 1px solid #cebb9e;
 
}
 
 
.dd-bar .chosen-container .chosen-results li {
 
    font-size: 11px;
 
    color: #73503a;
 
}
 
 
.dd-bar .chosen-container .chosen-results li.highlighted {
 
    border-radius: 3px;
 
    background: #9c8164;
 
    color: #fff;
 
}
 
 
.dd-bar .chosen-container-single .chosen-single div {
 
    background: #9c8164;
 
}
 
 
.dd-bar .chosen-container-single .chosen-single div b {
 
    background: url('images/icon_16px.png') no-repeat 0 -32px;
 
}
 
 
.dd-menu-sub button.dd-project-play b {font-size: 11px; color: #eadec9;}
 
.dd-menu-item.dd-exit i.dd-icon-right-arrow-gray {display: none;}
 
 
@font-face{font-family:'PT Sans';font-style:normal;font-weight:400;src:url('http://id.ddestiny.ru/static/bar/font/PTS55F_W.eot');src:local('PT Sans'),local('PTSans-Regular'),url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/O5pe56LvR8OXax_Q9tUMDg.woff) format('woff')}@font-face{font-family:'PT Sans';font-style:normal;font-weight:700;src:url('http://id.ddestiny.ru/static/bar/font/PTS75F_W.eot');src:local('PT Sans Bold'),local('PTSans-Bold'),url(http://themes.googleusercontent.com/static/fonts/ptsans/v5/kTYfCWJhlldPf5LnG4ZnHBsxEYwM7FgeyaSgU71cLG0.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:100;src:local('Roboto Thin'),local('Roboto-Thin'),url(http://themes.googleusercontent.com/static/fonts/roboto/v8/YfDCPq_rN5hKGqG92Ha6JPesZW2xOQ-xsNqO47m55DA.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:400;src:local('Roboto Regular'),local('Roboto-Regular'),url(http://themes.googleusercontent.com/static/fonts/roboto/v8/neaHiVpEUkuPmSawsrNWSg.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:500;src:local('Roboto Medium'),local('Roboto-Medium'),url(http://themes.googleusercontent.com/static/fonts/roboto/v8/ZLqKeelYbATG60EpZBSDyz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}@font-face{font-family:'Roboto';font-style:normal;font-weight:700;src:local('Roboto Bold'),local('Roboto-Bold'),url(http://themes.googleusercontent.com/static/fonts/roboto/v8/77FXFjRbGzN4aCrSFhlh3j8E0i7KZn-EPnyo3HZu7kw.woff) format('woff')}#dd-widget{width:100%;height:100%;display:block;visibility:hidden;opacity:0;filter:alpha(opacity=0);position:fixed;top:0;left:3000px;overflow:hidden;z-index:10000;background:url(/static/bar/i/widget_overlay.png)}#dd-widget iframe{background:transparent}.dd-bar .hl{color:#f0c116}.dd-bar{position:absolute;top:0;left:0;width:100%;height:30px;padding:0 0 5px 0;font-family:'Roboto',Tahoma,Verdana,sans-serif;color:#d3d4d5;z-index:2013;text-align:center;font-size:12px;line-height:1;background:url(images/bg_line.png) repeat-x scroll 0 -10px transparent;margin:auto}.dd-bar button,.dd-bar input,.dd-bar input ul{font-family:'Roboto',Tahoma,Verdana,sans-serif}.dd-bar button{padding:1px 6px}.dd-nav{width:970px;height:30px;margin:auto;position:relative;font-size:12px}.dd-nav-logo{float:left}.dd-nav button::-moz-focus-inner{border:0}.dd-nav-logo{position:absolute;top:0;left:0}.dd-nav-logo>div{float:left}.dd-nav-logo .dd-logo{background:url(images/bg_light.png) no-repeat scroll 0 0;width:275px;height:30px;position:absolute;top:0;left:-100px}.dd-nav-logo .dd-logo a{float:right;margin-right:40px}.dd-nav-logo .dd-logo i{display:inline-block;width:110px;height:30px;background:url(images/logo_destiny.png) scroll no-repeat -0px -30px}.dd-nav-logo .dd-logo i:hover{background-position:-0px -60px}.dd-nav-logo .dd-games{list-style-type:none;background:url(images/bg_light.png) no-repeat scroll 0 0;height:30px;width:275px;position:absolute;top:0;left:0}.dd-nav-logo .dd-games .dd-games-btn{font-weight:bold;float:right;margin:10px 40px 0 0;width:65px;user-select:none;-moz-user-select:none;-webkit-user-select:none;font-size:14px;color:#febd13}.dd-nav-logo .dd-games .dd-games-btn i{float:right;user-select:none;-moz-user-select:none;-webkit-user-select:none}.dd-nav-logo .dd-games .dd-games-btn.dd-disabled{background-position:-300px -223px;cursor:default}.dd-nav-logo .dd-games .dd-games-btn.dd-disabled:hover{background-position:-300px -223px;cursor:default}.dd-nav-logo .dd-games .dd-menu{right:27px}.dd-nav-stats{float:right;height:30px;width:275px;font-size:12px;color:#505253;line-height:30px;background:url(images/bg_light.png) no-repeat scroll right top;padding-right:60px;text-align:right}.dd-nav-stats span{color:#888}.dd-nav-auth{float:right;font-size:12px;color:#888;margin:10px 10px 0 0;font-weight:normal}.dd-nav-auth a{color:#febd13;cursor:pointer}.dd-nav-auth a:hover{border-bottom:1px dashed #febd13;color:#fff}.dd-nav-auth a:active{color:#8196a7;border-bottom:1px dashed #8196a7}.dd-nav-profile{float:right;font-size:12px;color:#febd13;margin:0 10px 0 0;line-height:30px}.dd-nav-profile .dd-profile-name i{position:relative;top:3px}.dd-nav-profile .dd-menu{width:180px}.dd-nav-profile .dd-menu .dd-menu-item.dd-exit b{float:right}.dd-nav-profile .dd-menu .dd-menu-item.dd-exit i.dd-icon-right-arrow-gray{float:right;margin:12px 15px 0 0}.dd-nav-profile .dd-menu .dd-menu-item.dd-exit:hover i.dd-icon-right-arrow-gray-666,.dd-nav-profile .dd-menu ul li.dd-current .dd-menu-item.dd-exit i.dd-icon-right-arrow-gray{background-position:-30px -32px}.dd-menu{display:none;width:160px;position:absolute;top:30px;right:0;margin:0;padding:0;background:#484b4e;box-shadow:0 0 10px rgba(0,0,0,0.5)}.dd-menu-item{width:100%;height:100%;float:left}.dd-menu-item:hover{cursor:pointer;text-decoration:none}.dd-menu ul.dd-menu-ul{list-style-type:none;margin:0;padding:0;float:left;color:#a1a1a1;width:100%}.dd-menu ul.dd-menu-ul li.dd-menu-li{width:100%;float:left;text-align:left;padding:3px 0 0 0;font-size:13px;font-weight:400}.dd-menu ul.dd-menu-ul li.dd-menu-li .dd-menu-item b{float:left;padding-left:15px;-webkit-transition:color .2s;-webkit-user-select:none;line-height:40px}.dd-menu ul.dd-menu-ul li.dd-menu-li .dd-menu-item i.dd-icon-right-arrow{display:none;float:right;margin:10px 15px 0 0}.dd-menu ul.dd-menu-ul li.dd-menu-li:hover .dd-menu-item i.dd-icon-right-arrow-666,.dd-menu ul.dd-menu-ul li.dd-current .dd-menu-item i.dd-icon-right-arrow{display:block}.dd-menu ul.dd-menu-ul li.dd-menu-li-666:hover,.dd-menu ul.dd-menu-ul li.dd-current{background:#2b2d2f}.dd-menu ul.dd-menu-ul li.dd-menu-li-666:hover .dd-menu-item b,.dd-menu ul.dd-menu-ul li.dd-current .dd-menu-item b{color:#ffbe13}.dd-menu ul.dd-menu-ul li.dd-menu-li-666:hover .dd-menu-sub,.dd-menu ul.dd-menu-ul li.dd-current .dd-menu-sub{display:block}.dd-menu-opener{user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}.dd-menu-opener .dd-menu-opener-link:hover{cursor:pointer;color:#fff}.dd-menu-opener span:hover i.dd-icon-down-arrow{background-position:-0px -16px}.dd-menu-opener.active i.dd-icon-down-arrow{background-position:-16px -32px}.dd-menu-opener.active span:hover i.dd-icon-down-arrow{background-position:-16px -16px!important}.dd-menu-sub{display:none;width:240px;min-height:271px;padding:15px;position:absolute;top:0;right:-270px;margin:0;background:#262729;box-shadow:0 0 0 black}.dd-menu-sub button{width:100%;height:30px;background:#333335;border:0;margin-top:5px;color:#777879;font-weight:400;font-size:11px}.dd-menu-sub button:hover{color:#a7a7a7;cursor:pointer}.dd-menu-sub button:active{position:relative;top:1px}.dd-menu-sub .dd-menu-project-logo{float:left;width:100px;height:100px}.dd-menu-sub .dd-menu-project-stats{float:right;margin-top:70px;width:130px}.dd-menu-sub .dd-menu-project-stats table{display:table;border-collapse:separate;border-spacing:2px;width:100%}.dd-menu-sub .dd-menu-project-stats td{text-align:left;line-height:12px;color:#7b7b7b;font-size:11px}.dd-menu-sub .dd-menu-project-stats .label{padding-right:5px;font-size:11px;color:#7a7a7a;width:70px}.dd-menu-sub .dd-menu-project-desc{float:left;width:100%;margin:5px 0;font-size:12px;line-height:14px}.dd-menu-sub button.dd-project-play{height:40px;position:relative;background:#4e4f51;color:#febd13}.dd-menu-sub button.dd-project-play u{clear:both;float:left;font-weight:400;text-decoration:none;line-height:16px;font-size:16px}.dd-menu-sub button.dd-project-play b{clear:both;float:left;font-weight:400;font-size:12px;line-height:12px;color:#a1a1a1}.dd-menu-sub button.dd-project-play i{position:absolute;top:12px;right:10px}.dd-menu-sub .dd-menu-link-account{float:right;font-size:11px;line-height:12px}.dd-menu-sub .dd-menu-link-account a{color:#a1a1a1;cursor:pointer}.dd-menu-sub .dd-menu-link-account a:hover{border-bottom:1px dashed #febd13;color:#fff}.dd-menu-sub .dd-menu-link-account a:active{color:#8196a7;border-bottom:1px dashed #fff}.dd-menu-project-link-account{display:none}.dd-menu-project-link-account h1{float:left;width:100%;margin:10px 0;font-size:1.2em;text-align:center;background:transparent!important;line-height:inherit!important;height:auto!important;color:inherit;text-shadow:none;font-weight:bold}.dd-menu-project-link-account label{float:left;width:100%}.dd-menu-project-link-account .dd-error{float:left;width:100%;margin:3px 0 5px;font-size:12px}.dd-menu-project-link-account input{width:100%}.dd-menu-project-link-account p{float:left;width:100%;margin:10px}.dd-menu-project-link-account label span{float:left;width:100%;margin:3px 0}.dd-link-account-form-confirm{display:none}.dd-link-account-form-confirm p span{font-weight:bold}.dd-link-accaunt-desc{float:left;font-size:11px;margin:5px 0}.dd-error{color:red;font-weight:normal}.dd-menu input[type="text"],.dd-menu input[type="password"]{box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);height:30px;padding:0 5px;color:#666;border:0;border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dd-menu input:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px #26dbff;outline:0;border:0 rgba(82,168,236,0.8)}i.dd-icon-right-arrow{display:inline-block;width:16px;height:16px;background:url(images/icon_16px.png) no-repeat scroll -30px -32px}i.dd-icon-right-arrow-gray{display:inline-block;width:16px;height:16px;background:url(images/icon_16px.png) no-repeat scroll -30px 0}i.dd-icon-down-arrow{display:inline-block;width:16px;height:16px;background:url(images/icon_16px.png) no-repeat scroll -0px -32px}.dd-bar .chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dd-bar .chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,0.15)}.dd-bar .chosen-container.chosen-with-drop .chosen-drop{left:0}.dd-bar .chosen-container a{cursor:pointer}.dd-bar .chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:30px;background-color:#fff;background-clip:padding-box;box-shadow:0 0 3px white inset,0 1px 1px rgba(0,0,0,0.1);color:#666;text-decoration:none;white-space:nowrap;line-height:30px}.dd-bar .chosen-container-single .chosen-default{color:#999}.dd-bar .chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap;font-size:15px}.dd-bar .chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.dd-bar .chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url('images/chosen-sprite.png') -42px 1px no-repeat;font-size:1px}.dd-bar .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.dd-bar .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.dd-bar .chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:30px;height:100%;background-color:#2b2d2f}.dd-bar .chosen-container-single .chosen-single div b{margin-top:8px;margin-left:8px;display:block;background:url('images/icon_16px.png') no-repeat 0 -32px;width:16px;height:16px}.dd-bar .chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.dd-bar .chosen-container-single .chosen-search input[type="text"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:white url('images/chosen-sprite.png') no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.dd-bar .chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.dd-bar .chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.dd-bar .chosen-container .chosen-results{position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.dd-bar .chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:20px}.dd-bar .chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.dd-bar .chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.dd-bar .chosen-container .chosen-results li.highlighted{background-color:#2b2d2f;color:#ffbe13}.dd-bar .chosen-container .chosen-results li.no-results{display:list-item;background:#f4f4f4}.dd-bar .chosen-container .chosen-results li.group-result{display:list-item;font-weight:bold;cursor:default}.dd-bar .chosen-container .chosen-results li.group-option{padding-left:15px}.dd-bar .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.dd-bar .chosen-container-multi .chosen-choices{position:relative;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;width:100%;height:auto!important;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.dd-bar .chosen-container-multi .chosen-choices li{float:left;list-style:none}.dd-bar .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.dd-bar .chosen-container-multi .chosen-choices li.search-field input[type="text"]{margin:1px 0;padding:5px;height:15px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#666;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.dd-bar .chosen-container-multi .chosen-choices li.search-field .default{color:#999}.dd-bar .chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 0 3px 5px;padding:3px 20px 3px 5px;border-radius:3px;background-color:#e4e4e4;background-clip:padding-box;box-shadow:0 0 2px white inset,0 1px 0 rgba(0,0,0,0.05);color:#333;line-height:13px;cursor:default}.dd-bar .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url('images/chosen-sprite.png') -42px 1px no-repeat;font-size:1px}.dd-bar .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.dd-bar .chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;background-color:#e4e4e4;color:#666}.dd-bar .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.dd-bar .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.dd-bar .chosen-container-multi .chosen-results{margin:0;padding:0}.dd-bar .chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.dd-bar .chosen-container-active.chosen-with-drop .chosen-single{box-shadow:0 1px 0 #fff inset}.dd-bar .chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:transparent}.dd-bar .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-16px 0}.dd-bar .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,0.3)}.dd-bar .chosen-container-active .chosen-choices li.search-field input[type="text"]{color:#111!important}.dd-bar .chosen-disabled{opacity:.5!important;cursor:default}.dd-bar .chosen-disabled .chosen-single{cursor:default}.dd-bar .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.dd-bar .chosen-rtl{text-align:right}.dd-bar .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.dd-bar .chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.dd-bar .chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.dd-bar .chosen-rtl .chosen-single div{right:auto;left:3px}.dd-bar .chosen-rtl .chosen-single abbr{right:auto;left:26px}.dd-bar .chosen-rtl .chosen-choices li{float:right}.dd-bar .chosen-rtl .chosen-choices li.search-field input[type="text"]{direction:rtl}.dd-bar .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.dd-bar .chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.dd-bar .chosen-rtl.chosen-container-single-nosearch .chosen-search,.dd-bar .chosen-rtl .chosen-drop{left:9999px}.dd-bar .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.dd-bar .chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.dd-bar .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.dd-bar .chosen-rtl .chosen-search input[type="text"]{padding:4px 5px 4px 20px;background:white url('images/chosen-sprite.png') no-repeat -30px -20px;direction:rtl}.dd-bar .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.dd-bar .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}
 

Версия 12:59, 20 сентября 2013

/** Collapsible tables *********************************************************
 *
 *  Description: Allows tables to be collapsed, showing only the header. See
 *                         http://www.mediawiki.org/wiki/Manual:Collapsible_tables.
 *  Maintainers: [[en:User:R. Koot]]
 */
 
table.collapsed tr.collapsible {
        display: none;
}
 
.collapseButton {               /* 'show'/'hide' buttons created dynamically by the             */
        float: right;           /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
        font-weight: normal;    /* are styled here so they can be customised.             */
        text-align: right;
        width: auto;
}