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;} |
Версия 12:54, 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; } /*Тулбар*/ .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;}