jablonka.czprosek.czf

czf4bfu.prosek.czf

Subversion Repositories:
[/] [styl.css] - Diff between revs 1 and 8

Show entire file Ignore whitespace

Rev 1 Rev 8
Line 1... Line 1...
* { * {
margin: 0; padding: 0; margin: 0;
  padding: 0;
} }
html, body { html, body {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
Line 17... Line 18...
margin: 3px; margin: 3px;
float: left; float: left;
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
} }
.icon a, .tree a, #copy, #copy a, .group { .icon2 {
  width: 100px;
  height: 115px;
  _height: 120px;
  margin: 3px;
  float: left;
  text-align: center;
  overflow: hidden;
  }
  .icon a, .icon2 a, .tree a, #copy, #copy a, .group {
font: 8pt verdana; font: 8pt verdana;
text-decoration: none; text-decoration: none;
} }
.group { .group {
} }
.icon a { .icon a, .icon2 a {
color: black; color: black;
} }
#copy { #copy {
text-align: right; text-align: right;
} }
.title, .title a { .title, .title a {
display: block; display: block;
font: 10pt verdana; font: 10pt verdana;
margin: 20px 0px 0px; margin: 20px 0px 0px;
background-image: url('bg_green.jpg'); background: #ffffff url('pozadi/bg_blue.jpg') repeat-x;
color: black; color: #000000;
padding: 2px; padding: 2px;
padding-left: 5px; padding-left: 5px;
text-decoration: none; text-decoration: none;
} }
.cloudip { .cloudip {
Line 51... Line 61...
} }
.smallicon a { .smallicon a {
color: black color: black
} }
.nomargin { .nomargin {
margin: 0px 0px 0px 0px; padding-top: 0px; margin: 0px 0px 0px 0px;
  padding-top: 0px;
} }
hr { hr {
height: 1px; height: 1px;
color: #FE8710; color: #FE8710;
background-color: #FE8710; background-color: #FE8710;
Line 63... Line 74...
margin: 0.2em 0; margin: 0.2em 0;
} }
.tree { .tree {
width: 200px; width: 200px;
float: left; float: left;
  _margin-right: -3px;
overflow: auto; overflow: auto;
border: 2px outset; border-top: 2px solid #b2b2b2;
background-color: white; border-left: 2px solid #b2b2b2;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  background-color: #ffffff;
height: 65%; height: 65%;
} }
.items { .items {
background-color: white; background-color: #ffffff;
overflow: auto; overflow: auto;
border: 2px outset; border-top: 2px solid #b2b2b2;
  border-left: 2px solid #b2b2b2;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
height: 65%; height: 65%;
} }
.detail { .detail {
font: 8pt verdana; font: 8pt verdana;
background-color: white; background-color: #ffffff;
border: 2px outset; border-top: 2px solid #b2b2b2;
  border-left: 2px solid #b2b2b2;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
} }
.detail .contents { .detail .contents {
padding: 5px; padding: 5px;
} }
.detail .contents a { .detail .contents a {
color: #FE8710; color: #FE8710;
text-decoration: none; text-decoration: none;
} }
.detail .contents a:hover, .title a:hover, .tree a:hover, .icon a:hover { .detail .contents a:hover, .title a:hover, .tree a:hover, .icon a:hover {
text-decoration: underline; text-decoration: underline;
  }
  .det {
  border: 0px none;
  margin: 0px;
  clear: both;
  }
  .icon_det {
  float: left;
  padding: 10px 17px 10px 10px;
  position: absolute;
  }
  .info_det {
  padding-left: 60px;
  padding-bottom: 2px;
  }
  .info_cut
  {
  clear: both;
} }
.sizer .sizer
{ {
border: 0px none; border: 0px none;
margin: 0px; margin: 0px;

Powered by WebSVN 2.2.1