Kyberia v2.3 - 1st revision from SVN (Without patches of kyberia.sk team)
[mirrors/Kyberia-bloodline.git] / data / css / main.css
diff --git a/data/css/main.css b/data/css/main.css
new file mode 100644 (file)
index 0000000..9c78413
--- /dev/null
@@ -0,0 +1,147 @@
+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;
+}
This page took 0.194928 seconds and 4 git commands to generate.