images & path fix
[mirrors/Kyberia-bloodline.git] / data / css / hysteria.css
diff --git a/data/css/hysteria.css b/data/css/hysteria.css
new file mode 100644 (file)
index 0000000..c883ec6
--- /dev/null
@@ -0,0 +1,113 @@
+body {
+font-size: 8pt;
+font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
+color : white;
+font-size : 9pt;
+text-decoration : none;
+margin : 0;
+background-color: black;
+background-repeat: no-repeat;
+}
+
+
+textarea {
+width : 100%;
+height : 123px;
+border-color: white;
+background-color: transparent;
+overflow: hidden;
+font-color: white;
+color: white;
+}
+
+textarea.small {
+width : 90%;
+height : 42px;
+border-color: white;
+background-color: transparent;
+overflow: hidden;
+font-color: white;
+color: white;
+}
+
+
+a {
+color: white;
+font-size: 9pt;
+font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
+text-decoration: none;
+}
+
+a:hover {
+color: red;
+font-size: 9pt;
+font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
+text-decoration: none;
+}
+
+.bordered {
+border: solid 1pt white;
+}
+
+.bordered2 {
+border-left: solid 1pt white;
+border-right: solid 1pt white;
+border-bottom: solid 1pt white;
+}
+
+td {
+font-size: 8pt;
+font-family: Verdana, "Arial CE", "Helvetica CE", Arial, Helvetica;
+wordwrap: break-word;
+}
+
+
+input {
+color: white;
+font-size: 8pt;
+font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+background-color: transparent;
+vertical-align: middle;
+border: solid 1px white; height: 18px
+}
+
+select {
+color: white;
+font-size: 8pt;
+font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
+background-color: black;
+vertical-align: middle;
+border: solid 1px #white; height: 18px
+}
+
+.header {
+background-color: #white;
+border-bottom: solid 1px white;
+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;
+}
+
This page took 0.149129 seconds and 4 git commands to generate.