From 21d7cf8b1ecebdbace6b192f115e09f5c7377370 Mon Sep 17 00:00:00 2001 From: Luzifr Date: Thu, 26 Jan 2012 16:02:47 +0100 Subject: [PATCH] Some changes Some test classes; Deleted obsolete elements. --- wcfsetup/install/files/acp/style/wcf.css | 50 ++++++++++++------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/wcfsetup/install/files/acp/style/wcf.css b/wcfsetup/install/files/acp/style/wcf.css index aa13e99292..a3bdfd9662 100644 --- a/wcfsetup/install/files/acp/style/wcf.css +++ b/wcfsetup/install/files/acp/style/wcf.css @@ -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 ############## */ -- 2.20.1