header.pageHeader {
/* Disabled, because the WoltLab header-image is not LGPL
Activate it if you want to test your own header image */
- /* background-image: url('../images/header.png'); */
+ /* background-image: url('../../../images/header.png'); */
background-position: center top;
background-repeat: repeat-x;
background-attachment: fixed;
background-color: #369;
/* Disabled, because the WoltLab header-image is not LGPL
Activate it if you want to test your own header image */
- /* background-image: url('../images/header.png'); */
+ /* background-image: url('../../../images/header.png'); */
background-position: left top;
background-repeat: repeat-x;
}
.boxTitle > hgroup .badge {
font-size: 75%;
+ color: #369;
}
/* Collapse Icon */
margin-left: auto !important;
position: fixed !important;
- -webkit-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
- -moz-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
- -ms-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
- -o-box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
- box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
+ -webkit-box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
+ -moz-box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
+ -ms-box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
+ -o-box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
+ box-shadow: 0 1px 23px rgba(0, 0, 0, .3);
}
@media screen and (min-width: 480px), screen and (min-device-width: 480px) {
background-color: #29374a;
/* Disabled, because the WoltLab header-image is not LGPL
Activate it if you want to test your own header image */
- /* background-image: url('../images/header.png'); */
+ /* background-image: url('../../../images/header.png'); */
background-position: left top;
background-repeat: repeat-x;
margin-bottom: 1px;
padding: 13px;
position: relative;
display: block;
+ cursor: move;
}
.ui-dialog-title {
input[type='submit']:hover,
input[type='button']:hover,
input[type='button'].default:hover,
+input[type='button'].default:hover,
+.largeButtons ul li.default a:hover,
+.smallButtons > li.default > a:hover,
.largeButtons ul li a:hover,
.smallButtons > li > a:hover,
.badgeButton:hover,
input[type='submit']:focus,
input[type='button']:focus,
input[type='button'].default:focus,
+input[type='button'].default:focus,
+.largeButtons ul li.default a:focus,
.largeButtons ul li a:focus,
.smallButtons > li > a:focus,
.badgeButton:focus,
input[type='button'].default:active,
.largeButtons ul li a:active,
.smallButtons > li > a:active,
+.largeButtons ul li.default a:active,
+.smallButtons > li.default > a:active,
.badgeButton:active,
.pageNavigation ul li:not(.disabled):focus,
.clipboardEditor > ul > li:active,