margin-top: 13px;
}
+
+
/* ############## Body ############## */
/* Globals */
}
+
/* ############## Page Header ############## */
/* Globals */
width: 100%;
}
+
+
/* -- -- -- Top Menu -- -- -- */
/* Globals */
display: table;
}
+
+
/* ToDo: Top-Menu Dropdown Caption */
nav.topMenu > div > ul > li,
display: table-cell;
}
+
+
/* ToDo: Top-Menu Dropdown Tweaks */
/* Auto-Opening Dropdowns */
border-top-width: 0;
}
+
+
/* ToDo: Login Box */
/* do not use the class ".loginBox" to style the box! */
/* Note that the login-box is subject to changes */
color: #fff;
}
+
+
/* -- -- -- Logo -- -- -- */
header.pageHeader div#logo {
height: 110px;
}
+
+
/* -- -- -- Main Menu -- -- -- */
nav.mainMenu {
margin: 5px 0 -5px;
}
+
+
/* -- -- -- Header Navigation -- -- -- */
nav.headerNavigation {
box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
+
+
/* Sidebar Menu */
nav.sidebarMenu {
clear: both;
}
+
+
/* -- -- -- Copyright -- -- -- */
footer.pageFooter .copyright {
color: #69c;
}
+
+
/* -- -- -- Footer Navigation -- -- -- */
footer.pageFooter nav.footerNavigation ul li {
padding-top: 3px;
}
+
+
/* -- -- -- Sub Heading -- -- -- */
.subHeading h1 {
padding: 10px 0;
}
+.subHeading h2 {
+ font-weight: normal;
+}
+
/* ############## Fieldsets ############## */
margin-left: 21px;
}
-/* Form Elements */
+
+
+/* -- -- -- Form Elements -- -- -- */
+
+/* Globals */
input[type='reset'],
input[type='submit'],
padding: 5px 3px;
}
-/* inputs normal */
+/* Normal State */
+
input[type='text'],
input[type='search'],
input[type='email'],
transition: all .2s linear;
}
-/* inputs hover */
+/* Hover State */
+
input[type='text']:hover,
input[type='search']:hover,
input[type='email']:hover,
background-color: #fff9f4;
}
-/* inputs active */
+/* Active & Focus State */
+
input[type='text']:active,
input[type='search']:active,
input[type='email']:active,
box-shadow: 0 0 5px rgba(255, 170, 34, .5), inset 0 1px 5px rgba(0, 0, 0, .2);
}
-/* inputs read only */
+/* Read Only State */
+
input[type='text'][readonly='readonly'],
input[type='search'][readonly='readonly'],
input[type='email'][readonly='readonly'],
box-shadow: inset 0 1px 5px rgba(0, 0, 0, .05);
}
-/* inputs read only */
+/* Disabled State */
+
input[type='text'][disabled='disabled'],
input[type='search'][disabled='disabled'],
input[type='email'][disabled='disabled'],
background-color: rgba(255, 255, 255, .5);
}
-/* -- -- -- Widths -- -- -- */
+
+
+/* -- -- -- Input Widths -- -- -- */
textarea {
width: 99%;
width: auto;
}
+
+
/* -- -- -- Form Errors -- -- -- */
.formError input[type='text'],
color: #fff !important;
}
-.preInput .dropdown > li.missingValue {
+.preInput .dropdown > li.missingValue { /* ToDo */
/* color: #990; */
background-image: url('../../icon/systemWarning.svg');
background-size: 16px;
margin-top: 5px;
}
-/* experimental */
+/* Experimental */
+
.boxTitle img.handle {
cursor: pointer;
margin-top: -1px;
-/* ############## Menu ############## */
+/* ############## Pill Menu ############## */
/* Standard */
border-top-right-radius: 0 !important;
}
+/* Table Checkboxes */
+
+table input[type='checkbox'] {
+ margin-top: -5px !important;
+ margin-bottom: -5px !important;
+}
+
/* Table Column Formats */
tr .columnMark,
text-align: left;
}
-/* Table Checkboxes */
-
-table input[type='checkbox'] {
- margin-top: -5px !important;
- margin-bottom: -5px !important;
-}
-
/* ############## Page Navigation ############## */
+/* ToDo */
+
.pageNavigation ul li:not(.children) {
border-radius: 3px;
display: inline-block;
background-repeat: no-repeat;
}
-/* Inline Error Notifications */
+/* Inline Errors */
.innerError {
text-shadow: 0 1px 0 #fff;
left: -5px;
}
+/* Special */
+
.preInput ~ .innerError .arrowOuter {
right: 10%;
left: auto;
display: inline-block;
}
-/* Dropdown */
+/* ToDo: Dropdown (merge with other dropdown-declarations!) */
.clipboardEditor ul > li > ol {
border: 1px solid rgba(255, 255, 255, .7);
.clipboardEditor ul > li > ol > li:first-child {
border-top-width: 0;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
+ border-top-left-radius: 5px;
+ border-top-right-radius: 5px;
}
.clipboardEditor ul > li > ol > li:last-child {
- border-bottom-left-radius: 3px;
- border-bottom-right-radius: 3px;
+ border-bottom-left-radius: 5px;
+ border-bottom-right-radius: 5px;
}
.clipboardEditor ul > li > ol > li:hover {
*/
-
-/* This style is old and conflicts with the new one!
-ul#userMenu {
- margin: 0;
- padding: 0;
-}
-
-ul#userMenu > li {
- border-radius: 3px;
- background-color: rgba(224, 224, 224, 1);
- margin: 0 3px 0 3px;
- padding: 7px;
- display: inline-block;
- box-shadow: 0 0 5px rgba(151, 151, 151, 1);
-}
-*/
+/* ToDo: User Notifications */
div.userNotificationContainer {
border: 1px solid rgba(192, 192, 192, 1);