X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=data%2Fcss%2Fhysteria.css;fp=data%2Fcss%2Fhysteria.css;h=c883ec60cf70f0e377123cb9255528ca20c06ffe;hb=b42b2bf946332ad8544d53f610be9cb05e80bf56;hp=0000000000000000000000000000000000000000;hpb=e586807dafc64c3fe152ab518599e6cf3f0f84e1;p=mirrors%2FKyberia-bloodline.git diff --git a/data/css/hysteria.css b/data/css/hysteria.css new file mode 100644 index 0000000..c883ec6 --- /dev/null +++ b/data/css/hysteria.css @@ -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; +} +