X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=basic-data%2Fcss%2Fmain.css;fp=basic-data%2Fcss%2Fmain.css;h=0000000000000000000000000000000000000000;hb=28a0f9d30ba36c49c48b59cad22a855a0337161a;hp=9c784138d9ba5586a7b3e3edb76a706e3260f5ff;hpb=a1797ae2365c0b45e3456fd6bc98b2993ffc87a8;p=mirrors%2FKyberia-bloodline.git diff --git a/basic-data/css/main.css b/basic-data/css/main.css deleted file mode 100644 index 9c78413..0000000 --- a/basic-data/css/main.css +++ /dev/null @@ -1,147 +0,0 @@ -body { -color : #6dae42; -font-size: 8pt; -font-family: Tahoma,sans-serif; -text-decoration: none; -margin : 0; -background-color: black; -background-position: top center; -background-repeat: no-repeat; -scrollbar-shadow-color: #6dae42; -scrollbar-highlight-color: #6dae42; -scrollbar-3dlight-color: #6dae42; -scrollbar-base-color: black; -scrollbar-darkshadow-color: #6dae42; -scrollbar-track-color: black; -scrollbar-arrow-color: black;} -} - -textarea.small { -width : 90%; -height : 42px; -border-color: #6dae42; -background-color: transparent; -overflow: hidden; -font-color: white; -color: white; -} - -#banner { -position: relative; -} - -a { -color: white; -font-size: 8pt; -font-family: Tahoma,sans-serif; -text-decoration: none; -} - -a:hover { -color: red; -font-size: 8pt; -font-family: Tahoma,sans-serif; -text-decoration: none; -} - -a.mail { -color: red; -font-size: 8pt; -font-weight: bold; -text-align: center; -font-family: Tahoma,sans-serif; -text-decoration: none; -} - -a.mail:hover { -color: white; -font-size: 8pt; -font-family: Tahoma,sans-serif; -text-decoration: none; -font-weight: bold; -text-align: center; -} - -td { -font-size: 8pt; -font-family: Tahoma,sans-serif; -wordwrap: break-word; -} - -.bordered { -border: solid 1pt #6dae42; -} - -.bordered2 { -border-left: solid 1pt #6dae42; -border-right: solid 1pt #6dae42; -border-bottom: solid 1pt #6dae42; -} - - -input { -color: white; -font-size: 8pt; -font-family: Tahoma,sans-serif; -background-color: transparent; -vertical-align: middle; -border: solid 1px #6dae42; height: 18px -} - -input.small { -color: white; -font-size: 8pt; -font-family: Tahoma,sans-serif; -background-color: transparent; -width: 50px; -vertical-align: middle; -border: solid 1px #6dae42; height: 18px -} - -select { -color: white; -font-size: 8pt; -font-family: Tahoma,sans-serif; -background-color: black; -vertical-align: middle; -border: solid 1px #6dae42; height: 18px -} - -.header { -background-color: #333333; -border-bottom: solid 1px #6dae42; -height: 100%; -width: 100%; -vertical-align: top; -align: left; -padding: 0pt; width: 100%; -} - -.important { -font-weight: bold; -text-align: center; - -} - -.most_important { -font-weight: bold; -font-color: red; -color: red; -} - -.active_users .active_user_img { - width: 50px; - float: left; -} - -.active_users .active_user_name { - text-align: center; -} - -textarea { -width : 666px; -height: 123px; -background-color: transparent; -border-color: #6dae42; -color: white; -}