jablonka.czprosek.czf

websvn

Subversion Repositories:
[/] [templates/] [BlueGrey/] [styles.css] - Diff between revs 1 and 3

Show entire file Ignore whitespace

Rev 1 Rev 3
Line 4... Line 4...
color: black; color: black;
background-color: white background-color: white;
} }
body * body *
{ {
font-size: 10pt; font-size: 10pt;
} }
Line 19... Line 19...
hr hr
{ {
border: 0px; border: 0px;
padding: 0px; padding: 0px;
height: 1px; height: 1px;
background-color: #808080 background-color: #808080;
} }
a:link, a:visited a:link, a:visited
{ {
color: #004080; color: #004080;
text-decoration: none; text-decoration: none;
} }
a:hover, a:active a:hover, a:active
{ {
text-decoration: underline; text-decoration: underline;
} }
.HdrClmn, .HdrClmn, .HdrClmnEnd
.HdrClmnEnd  
{ {
border: black 1px solid; border: black 1px solid;
font-weight: bold; font-weight: bold;
color: white; color: white;
background-color: #809cc8 background-color: #809cc8;
} }
table table
{ {
border-width:0px; border-width: 0px;
border-collapse:collapse; border-collapse: collapse;
} }
.row0, .row0, .row1
.row1  
{ {
height:22px; height: 22px;
border-width:0px; border-width: 0px;
} }
.row0 img, .row0 img, .row1 img
.row1 img { {
padding: 0px; padding: 0px;
margin: 0px; margin: 0px;
vertical-align:middle; vertical-align: middle;
} }
.row0, .light .row0, .light
{ {
background-color: #f0f0f0; background-color: #f0f0f0;
} }
.row1, .dark .row1, .dark
{ {
background-color: #e0e0e0; background-color: #e0e0e0;
} }
   
.blameTbl tbody th { .blameTbl tbody th
  {
font-weight: normal; font-weight: normal;
text-align: right; text-align: right;
} }
   
.CatClmn0, .blameTbl tbody .light th .CatClmn0, .blameTbl tbody .light th
Line 83... Line 82...
background-color: #d0d0ee background-color: #d0d0ee
} }
   
table.outline table.outline
{ {
border-collapse:collapse; border-collapse: collapse;
border: 1px black solid; border: 1px black solid;
} }
   
td.diffdeleted td.diffdeleted
{ {
Line 114... Line 113...
} }
   
div.newpath div.newpath
{ {
padding: 10px; padding: 10px;
background-color: #d0d0ee background-color: #d0d0ee;
} }
   
div.difflines div.difflines
{ {
} }
   
.icon { .icon
vertical-align: middle; {
  vertical-align: middle;
} }
   
.plusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #D0D0D0; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; } .plusbox, .minusbox
.minusbox { float: left; clear: both; position: relative; top: -3px; font-size: 13px; font-weight: bold; width: 16px; text-indent: 0; height: 16px; color: black; background-color: #809cc8; text-align: center; padding: 0px 2px 0px 3px; border: black solid 1px; margin-right: 5px; } {
  float: left;
  clear: both;
  position: relative;
  top: -3px;
  font-size: 13px;
  font-weight: bold;
  width: 16px;
  text-indent: 0;
  height: 16px;
  color: black;
  text-align: center;
  padding: 0px 2px 0px 3px;
  border: black solid 1px;
  margin-right: 5px;
  }
   
.groupname { padding-left: 0px; text-indent: -25px; margin: 3px 0 3px 0;} .plusbox
.switchcontent { margin: 3px 0 0 20px; } {
.project { padding: 2px; } background-color: #D0D0D0;
  }
   
code { white-space: pre; white-space: pre-wrap; } .minusbox
  {
  background-color: #809cc8;
  }
   
  .groupname
  {
  padding-left: 0px;
  text-indent: -25px;
  margin: 3px 0 3px 0;
  }
   
  .switchcontent
  {
  margin: 3px 0 0 20px;
  }
   
  .project
  {
  padding: 2px;
  }
   
  pre {
  padding: 4px;
  background-color: #eee;
  border: solid 1px #ccc;
  }
   
  code {
  white-space: pre-wrap;
  }
   
div.blame-popup div.blame-popup
{ {
position: absolute; position: absolute;
text-align: left; text-align: left;
Line 145... Line 191...
padding: 5px; padding: 5px;
} }
   
div.blame-popup .date div.blame-popup .date
{ {
font-weight: bold; font-weight: bold;
} }
   

Powered by WebSVN 2.2.1