Files
i2p.itoopie/apps/syndie/jsp/syndie.css
jrandom 1a6b49cfb8 2005-08-23 jrandom
* Removed the concept of "no bandwidth limit" - if none is specified, its
      16KBps in/out.
    * Include ack packets in the per-peer cwin throttle (they were part of the
      bandwidth limit though).
    * Tweak the SSU cwin operation to get more accurrate estimates under
      congestions.
    * SSU improvements to resend more efficiently.
    * Added a basic scheduler to eepget to fetch multiple files sequentially.
2005-08-23 21:25:49 +00:00

68 lines
1.5 KiB
CSS

.syndieEntrySubjectCell {
background-color: #999999;
font-size: 12px;
font-weight: bold;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
}
.syndieEntryMetaCell {
background-color: #888888;
font-size: 10px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
}
.syndieEntryAttachmentsCell {
background-color: #aaaaaa;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
}
.syndieEntrySummaryCell {
background-color: #eeeeee;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
}
.syndieEntryBodyCell {
background-color: #eeeeee;
font-size: 12px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
}
.syndieTopNavBlogsCell {
background-color: #888888;
font-size: 14px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
}
.syndieTopNavRemoteCell {
background-color: #888888;
font-size: 14px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
}
.syndieTopNavManageCell {
background-color: #888888;
font-size: 14px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
}
body {
margin : 0px;
padding : 0px;
text-align : center;
font-family: Arial, Helvetica, sans-serif;
background-color : #FFFFFF;
color: #000000;
font-size: 12px;
}