Some changes
authorLuzifr <szekely@woltlab.com>
Thu, 26 Jan 2012 15:02:47 +0000 (16:02 +0100)
committerLuzifr <szekely@woltlab.com>
Thu, 26 Jan 2012 15:02:47 +0000 (16:02 +0100)
Some test classes; Deleted obsolete elements.

wcfsetup/install/files/acp/style/wcf.css

index aa13e99292374370b3261bb167225d07d1883d91..a3bdfd9662f902cbd7da95738fe8a4d43d89f1c1 100644 (file)
@@ -95,22 +95,41 @@ hr {
        display: none;
 }
 
-.invisible {
-       position: absolute;
-       left: -9000px;
-       top: -9000px;
-}
-
 ::selection {
        text-shadow: 0 1px 0 rgba(255, 255, 255, .5) !important;
        color: #300;
        background-color: rgba(255, 170, 34, .7);
 }
 
+
+
+/* ############## ToDo: Global Structural Classes ############## */
+
+/* Single Classes */
+
 .hot {
        color: #b00; 
 }
 
+.invisible {
+       position: absolute;
+       left: -9000px;
+       top: -9000px;
+}
+
+/* Floated Elements */
+
+.floatContainer:after {
+       content: "";
+       height: 0;
+       display: block;
+       clear: both;
+}
+
+.floated {
+       float: left;
+}
+
 
 
 /* ############## Body ############## */
@@ -125,25 +144,6 @@ body {
        background-color: rgba(41, 55, 74, 1);
 }
 
-/* Special */
-
-body#tplWCFInstaller {
-       background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, .03) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .03) 50%, rgba(255, 255, 255, .03) 75%, transparent 75%, transparent);
-       background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, .03) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .03) 50%, rgba(255, 255, 255, .03) 75%, transparent 75%, transparent);
-       background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, .03) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .03) 50%, rgba(255, 255, 255, .03) 75%, transparent 75%, transparent);
-       background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, .03) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .03) 50%, rgba(255, 255, 255, .03) 75%, transparent 75%, transparent);
-       background-image: linear-gradient(-45deg, rgba(255, 255, 255, .03) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .03) 50%, rgba(255, 255, 255, .03) 75%, transparent 75%, transparent);
-       
-       -webkit-background-size: 50px 50px;
-       -moz-background-size: 50px 50px;
-       -ms-background-size: 50px 50px;
-       -o-background-size: 50px 50px;
-       background-size: 50px 50px;
-       
-       background-position: left top;
-       background-repeat: repeat;
-}
-
 
 
 /* ############## Page Header ############## */