
* Implemented the news fetch / update policy code, as configurated on /configupdate.jsp. Defaults are to grab the news every 24h (or if it doesn't exist yet, on startup). No action is taken however, though if the news.xml specifies that a new release is available, an option to update will be shown on the router console. * New initialNews.xml delivered with new installs, and moved news.xml out of the i2pwww module and into the i2p module so that we can bundle it within each update.
72 lines
1.1 KiB
CSS
72 lines
1.1 KiB
CSS
body {
|
|
font-family: Verdana, Tahoma, Helvetica, sans-serif;
|
|
margin: 1em 0em;
|
|
padding: 0em;
|
|
text-align: center;
|
|
background-color: white;
|
|
color: black;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|
|
|
|
img {
|
|
border: none;
|
|
}
|
|
|
|
div.logo {
|
|
float: left;
|
|
width: 200px;
|
|
left: 1em;
|
|
top: 1em;
|
|
margin: 0em;
|
|
padding: .5em;
|
|
text-align: left;
|
|
}
|
|
|
|
div.routersummary {
|
|
/* width: 8em; */
|
|
/* height: 5em; */
|
|
/* position: fixed; */
|
|
float: left;
|
|
width: 200px;
|
|
/* left: 1em; */
|
|
/* top: 1em; */
|
|
margin: 0em;
|
|
padding: .5em;
|
|
text-align: left;
|
|
border: medium solid #efefff;
|
|
background-color: #fafaff;
|
|
color: inherit;
|
|
font-size: small;
|
|
clear: left; /* fixes a bug in Opera */
|
|
}
|
|
|
|
div.warning {
|
|
margin: 0em 1em 1em 224px;
|
|
padding: .5em 1em;
|
|
background-color: #ffefef;
|
|
border: medium solid #ffafaf;
|
|
text-align: left;
|
|
color: inherit;
|
|
}
|
|
|
|
div.main {
|
|
margin: 0em 1em 1em 224px;
|
|
padding: .5em 1em;
|
|
background-color: #ffffef;
|
|
border: medium solid #ffffd0;
|
|
text-align: left;
|
|
color: inherit;
|
|
}
|
|
|
|
div.news {
|
|
margin: 0em 1em 1em 224px;
|
|
padding: .5em 1em;
|
|
background-color: #ffffc0;
|
|
border: medium solid #ffffd0;
|
|
text-align: left;
|
|
color: inherit;
|
|
}
|