/**
- * ACP Testing Styles
+ * WCF Testing Styles
*
* @author Harald Szekely
* @copyright 2011 WoltLab GmbH
width: 100%;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
header.pageHeader {
min-width: 800px;
}
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
header.pageHeader {
min-width: auto;
}
transition: background .2s linear;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
header.pageHeader nav.topMenu {
min-width: 800px;
}
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
header.pageHeader nav.topMenu {
min-width: auto;
/* ToDo: Login Box */
-/* do not use the class ".loginBox" to style the box! */
+/* Do not use the class ".loginBox" to style the box! */
/* Note that the login-box is subject to changes */
#loginBox dl {
top: 70px;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
header.pageHeader div#logo h1 {
font-size: 150%;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
header.pageHeader div#logo h1 {
font-size: 100%;
display: inline-block;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
nav.mainMenu ul li {
font-size: 120%;
}
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
nav.mainMenu ul li {
font-size: 100%;
transition-timing-function: ease;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
nav.mainMenu ul li a {
padding: 10px 20px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
nav.mainMenu ul li a {
padding: 10px 10px;
text-shadow: 0 1px 0 #fff;
color: #369;
cursor: default !important;
-
border-top-left-radius: 5px;
border-top-right-radius: 5px;
position: relative;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
nav.headerNavigation {
min-width: 800px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
nav.headerNavigation {
min-width: auto;
}
#tplLogin header.pageHeader nav.headerNavigation ul li.toBottomLink {
- /* removes the to-bottom-link on the log-in page */
+ /* Removes the to-bottom-link on the log-in page */
position: absolute;
left: -9000px;
top: -9000px;
margin: 0 23px;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
div.main {
min-width: 800px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
div.main {
min-width: auto;
width: auto;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
section.content {
padding: 5px 40px 25px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
section.content {
padding: 5px 15px 25px;
position: relative;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
nav.sidebarMenu > div h1 {
font-size: 130%;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
nav.sidebarMenu > div h1 {
font-size: 100%;
background-image: url('../../icon/opened.svg');
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
nav.sidebarMenu > div ul li {
font-size: 110%;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
nav.sidebarMenu > div ul li {
font-size: 100%;
position: relative;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
footer.pageFooter {
min-width: 800px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
footer.pageFooter {
min-width: auto;
}
#tplLogin footer.pageFooter nav.footerNavigation ul li.toTopLink {
- /* removes the to-top-link on the log-in page */
+ /* Removes the to-top-link on the log-in page */
position: absolute;
left: -9000px;
top: -9000px;
padding: 1px 0 10px;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
.mainHeading > img {
width: 48px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
.mainHeading > img {
- width: 24px;
- height: 24px;
+ width: 32px;
+ height: 32px;
}
.mainHeading > img ~ hgroup {
color: #666;
}
-.mainHeading > hgroup h1 a:hover {
-
-}
-
.mainHeading > hgroup h2 {
font-size: 100%;
font-weight: normal;
padding: 10px 0;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
.subHeading h1 {
font-size: 150%;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
.subHeading h1 {
font-size: 100%;
float: left;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
dl > dt {
width: 230px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
dl > dt {
width: 130px;
padding-top: 5px;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
dl > dd {
margin-left: 250px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
dl > dd {
margin-left: 150px;
width: auto;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
dt.reversed {
left: 270px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
dt.reversed {
left: 170px;
-o-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 5px rgba(0, 0, 0, .1);
- -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- -ms-transition: all .2s linear;
- -o-transition: all .2s linear;
- transition: all .2s linear;
+ -webkit-transition: background-color, border .2s linear;
+ -moz-transition: background-color, border .2s linear;
+ -ms-transition: background-color, border .2s linear;
+ -o-transition: background-color, border .2s linear;
+ transition: background-color, border .2s linear;
}
/* Hover State */
/* -- -- -- Input Widths -- -- -- */
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
textarea {
width: 99%;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
textarea {
width: 99%;
width: 99%;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
.preInput > input,
.preInput > textarea {
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
.preInput > input,
.preInput > textarea {
vertical-align: middle;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
.largeButtons ul li a img {
height: 24px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
+
+ .largeButtons ul li {
+ font-size: 85%;
+ }
.largeButtons ul li a img {
height: 16px;
transition-timing-function: ease;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
.tabMenu li a {
font-size: 110%;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
.tabMenu li a {
font-size: 100%;
z-index: 30;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
.tabMenu li.ui-state-active a {
font-size: 130%;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
.tabMenu li.ui-state-active a {
font-size: 100%;
white-space: nowrap;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
.breadcrumbs ul li a {
max-width: 250px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
- .breadcrumbs ul {
- max-width: 90px;
+ .breadcrumbs ul li a {
+ max-width: 100px;
}
}
-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .1);
-
- -webkit-transition: all .1s linear;
- -moz-transition: all .1s linear;
- -ms-transition: all .1s linear;
- -o-transition: all .1s linear;
- transition: all .1s linear;
}
/* Types */
text-shadow: 0 1px 0 #fff;
line-height: 1.5;
color: #c00;
-
border: 1px solid #ccc;
border-radius: 7px;
-
background-color: #fff;
background-image: url('../../icon/systemError.svg');
background-size: 16px;
background-position: 5px center;
background-repeat: no-repeat;
-
margin-top: 5px;
padding: 2px 10px 2px 25px;
display: table !important;
z-index: 1000;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
#actionProxyLoading img {
height: 24px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
#actionProxyLoading img {
height: 16px;
box-shadow: 0 1px 23px rgba(0, 0, 0, 1);
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
.ui-dialog {
min-width: 500px !important;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
.ui-dialog {
min-width: 200px !important;
right: 3px;
}
-@media screen and (min-width: 480px) {
+@media screen and (min-width: 800px) {
a.ui-dialog-titlebar-close {
background-size: 32px;
}
-@media screen and (max-width: 480px) {
+@media screen and (max-width: 800px) {
a.ui-dialog-titlebar-close {
background-size: 24px;
.badgeButton,
.clipboardEditor > ul > li {
cursor: pointer;
-
border-radius: 30px;
-
margin-right: 0;
margin-left: 0;
padding: 3px 10px 5px;
cursor: pointer;
padding: 5px 7px;
- -webkit-transition: all .2s linear;
- -moz-transition: all .2s linear;
- -ms-transition: all .2s linear;
- -o-transition: all .2s linear;
- transition: all .2s linear;
+ -webkit-transition: color, background .2s linear;
+ -moz-transition: color, background .2s linear;
+ -ms-transition: color, background .2s linear;
+ -o-transition: color, background .2s linear;
+ transition: color, background .2s linear;
}
.clipboardEditor ul > li > ol > li:first-child {
text-decoration: none;
text-shadow: 0 1px 0 #fff;
color: #999;
-
border-width: 1px;
border-style: solid;
border-color: #ccc #bbb #aaa;
}
.userNotificationDetails li:hover {
- background-image: -webkit-linear-gradient(top, rgb(192, 192, 192, 1), rgb(224, 224, 224,));
- background-image: -moz-linear-gradient(top, rgb(192, 192, 192, 1), rgb(224, 224, 224,));
- background-image: -ms-linear-gradient(top, rgb(192, 192, 192, 1), rgb(224, 224, 224,));
- background-image: -o-linear-gradient(top, rgb(192, 192, 192, 1), rgb(224, 224, 224,));
- background-image: linear-gradient(top, rgb(192, 192, 192, 1), rgb(224, 224, 224,));
+ background-image: -webkit-linear-gradient(top, rgba(192, 192, 192, 1), rgba(224, 224, 224, 1));
+ background-image: -moz-linear-gradient(top, rgba(192, 192, 192, 1), rgba(224, 224, 224, 1));
+ background-image: -ms-linear-gradient(top, rgba(192, 192, 192, 1), rgba(224, 224, 224, 1));
+ background-image: -o-linear-gradient(top, rgba(192, 192, 192, 1), rgba(224, 224, 224, 1));
+ background-image: linear-gradient(top, rgba(192, 192, 192, 1), rgba(224, 224, 224, 1));
}
#userNotificationDetailsLoading {
width: 139px;
opacity: 0;
- -webkit-transition: all .1s linear;
- -moz-transition: all .1s linear;
- -ms-transition: all .1s linear;
- -o-transition: all .1s linear;
- transition: all .1s linear;
+ -webkit-transition: opacity .1s linear;
+ -moz-transition: opacity .1s linear;
+ -ms-transition: opacity .1s linear;
+ -o-transition: opacity .1s linear;
+ transition: opacity .1s linear;
}
.infoPackagePlugin:hover > div > a > small {
}
.infoPackagePlugin .smallButtonBar li span {
- /* removes the caption of the buttons */
+ /* Removes the button-caption */
position: absolute;
left: -9000px;
top: -9000px;
text-align: right;
opacity: 0;
- -webkit-transition: all .1s linear;
- -moz-transition: all .1s linear;
- -ms-transition: all .1s linear;
- -o-transition: all .1s linear;
- transition: all .1s linear;
+ -webkit-transition: opacity .1s linear;
+ -moz-transition: opacity .1s linear;
+ -ms-transition: opacity .1s linear;
+ -o-transition: opacity .1s linear;
+ transition: opacity .1s linear;
}
.infoPackageStandalone:hover footer nav,
div#profileButtonContainer button {
cursor: pointer;
-
border: 1px solid rgba(192, 192, 192, 1);
border-radius: 3px;
+
+
+
+
+
+
+
+
+
+
+
+
+
/* DEBUG ONLY - DO NOT TOUCH! */
.ui-dialog-title {
display: block;
}
-/* end clearfix */
+/* End clearfix */
.ui-helper-zfix {
opacity: 0;
position: absolute;