top: -9000px;
}
+/* ToDo: Margins */
+
.marginTop {
margin-top: 15px;
}
margin-bottom: 15px;
}
+/* ToDo: Columns */
+
+.columnes-2 {
+ width: 45%;
+}
+
+.columnes-3 {
+ width: 30%;
+}
+
+
+/* ToDo: Floated Elements */
+
+/* possibly obsolete */
+
+.floatContainer:after {
+ content: "";
+ height: 0;
+ display: block;
+ clear: both;
+}
+
+.floated {
+ margin-right: 5px;
+ margin-left: 5px;
+ float: left;
+}
+
+
/* ############## Containers ############## */
-/* ToDo: Floated Elements */
-
-/* possibly obsolete */
-
-.floatContainer:after {
- content: "";
- height: 0;
- display: block;
- clear: both;
-}
-
-.floated {
- float: left;
-}
-
-
-
/* ############## Badges ############## */
/* Globals */
/* ############## ToDo: Overlay Spinner ############## */
-.wcfDialogOverlay,
.wcf-dialogOverlay {
background-color: rgba(0, 0, 0, 1);
opacity: .5;
/* ToDo: What is that and change that class-name! */
-.overlayLoading,
+
.wcf-overlayLoading {
background-color: rgba(255, 255, 255, 1);
background-image: url('../../icon/spinner1.svg');
/* ############## TODO: Sortable lists ############## */
+
/* TODO: Everything is working right now and looks pretty much like similar stuff. Adjust the colors, but take care
when changing margins/paddings. Keep them relative to each other, otherwise you might encounter a strange
behavior (in rare cases) which might lead to a situation where you will be unable to move an item properly. - Alex */
/* This is the placeholder (or ghost) which will be inserted on runtime in order to show the possible insertation point - Alex */
-.wcf-sortablePlaceholder {
- background-color: rgba(255, 255, 204, 1);
+.wcf-sortableListContainer .wcf-badgeYellow {
border-radius: 5px;
- border: 1px solid rgba(224, 224, 0, 1);
margin: 3px 0;
padding: 4px;
}
.wcf-sortableListContainer {
- background-color: rgba(252, 253, 254, 1);
border-radius: 0;
+ background-color: rgba(252, 253, 254, 1);
padding: 21px;
}
.wcf-sortableList {
list-style-position: outside;
list-style-type: decimal;
- min-height: 10px; /* Do not touch min-height, removing or changing it would break the whole stuff! - Alex */
margin-left: 21px;
+ min-height: 10px; /* Do not touch min-height, removing or changing it would break the whole stuff! - Alex */
}
.wcf-sortableNode {
.wcf-sortableNodeLabel {
border-bottom: 1px solid rgba(216, 231, 245, 1);
- display: block; /* Do not use anything other than block here, otherwise the sortables go crazy - Alex */
padding: 7px 7px 11px 0;
+ display: block; /* Do not use anything other than block here, otherwise the sortables go crazy - Alex */
}
-.wcf-sortableButtonContainer {
- float: right;
-}
+
+
+
+
+
+
/* ############## CSS Experiments (active) ############## */