Kyberia v2.0
[mirrors/Kyberia-bloodline.git] / css / kyberia.css
index a0a3f490fca4dd3e97dc5a9cb72eb407a9956529..d74fb271859b46bc013d81e679efa6e705d34843 100644 (file)
-body { font-size: 8 pt; background-color: #000000; font-family:helvetica; }
-a.nazev { font-size: 10 pt; color: #6dae42; font-family:serif; font-weight:bold; }
-a { font-size: 8 pt; color: #6dae42; font-family:tahoma,arial,serif; }
-td { border-width: 0; color: #6dae42; border-color: black; font-size: 9 pt; font-family: serif;}
-th { border-width: 0; color: #6dae42; border-color: black; font-size: 9 pt; font-family: serif;}
-input        { width: 120 pt; background-color: black; color: white; font-size: 8pt; font-family: Verdana, Arial, Helvetica; border: solid 1pt #6dae42 }
-input.noborder { border-width: 0 pt; border-color: black; }
-table.box { border-color: #6dae42; }
-table.noborder {border-color: black; }
-select { background-color: black; }
-option { background-color: black; font-color: #6dae42; }
\ No newline at end of file
+/* This program is free software. It comes without any warranty, to
+ * the extent permitted by applicable law. You can redistribute it
+ * and/or modify it under the terms of the Do What The Fuck You Want
+ * To Public License, Version 2, as published by Sam Hocevar. See
+ * http://sam.zoy.org/wtfpl/COPYING for more details. */
+
+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;}
+}
+
+inframe {
+width: 90%;
+height:230px;
+}
+
+textarea.small {
+width : 90%;
+height : 42px;
+border-color: #6dae42;
+background-color: transparent;
+overflow: hidden;
+font-color: white;
+color: white;
+}
+
+
+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;
+}
+
+textarea.node_content  {
+width : 800px;
+height: 666px;
+background-color: transparent;
+border-color: #6dae42;
+color: white;
+}
+
This page took 0.110131 seconds and 4 git commands to generate.