Mostly last-minute enhancements to the classic theme.
This commit is contained in:
@ -4,7 +4,7 @@ body {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
color: #000;
|
color: #000;
|
||||||
font: 100% Verdana, Tahoma, Helvetica, sans-serif;
|
font: 10pt/120% Verdana, Tahoma, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hide {
|
.hide {
|
||||||
@ -54,10 +54,17 @@ div.routersummary {
|
|||||||
padding: 5px;
|
padding: 5px;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
border: medium solid #efefff;
|
border: medium solid #efefff;
|
||||||
font-size: 0.82em;
|
font-size: 9pt;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.routersummary hr {
|
||||||
|
color: #ccf;
|
||||||
|
background: #ccf;
|
||||||
|
height: 2px;
|
||||||
|
border: 0px solid #ccf;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
div.warning {
|
div.warning {
|
||||||
margin: 0em 1em 1em 224px;
|
margin: 0em 1em 1em 224px;
|
||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
@ -85,7 +92,7 @@ div.news {
|
|||||||
padding: .5em 1em;
|
padding: .5em 1em;
|
||||||
background: #ffffc0;
|
background: #ffffc0;
|
||||||
border: medium solid #ffffa0;
|
border: medium solid #ffffa0;
|
||||||
text-align: left;
|
text-align: justify;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -120,3 +127,42 @@ h1 {
|
|||||||
font-size: 7pt;
|
font-size: 7pt;
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-collapse: collapse;
|
||||||
|
width: 100%;
|
||||||
|
border: 5px solid #dfd;
|
||||||
|
margin: 5px 0px;
|
||||||
|
cell-padding: 1px;
|
||||||
|
font-size: 7pt;
|
||||||
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
background-color: #ccf;
|
||||||
|
padding: 5px 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tt {
|
||||||
|
font-size: 8pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
td {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(even) {
|
||||||
|
background-color: #eef;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(odd) {
|
||||||
|
background-color: #ddf;
|
||||||
|
}
|
||||||
|
|
||||||
|
hr {
|
||||||
|
color: #ff9;
|
||||||
|
background: #ff9;
|
||||||
|
height: 2px;
|
||||||
|
border: 0px solid #ff9;
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
@ -591,7 +591,7 @@ form {}
|
|||||||
}
|
}
|
||||||
|
|
||||||
.smallhead {
|
.smallhead {
|
||||||
font-size: 8pt
|
font-size: 7pt
|
||||||
}
|
}
|
||||||
|
|
||||||
.mediumtags {
|
.mediumtags {
|
||||||
|
@ -18,7 +18,7 @@ public class RouterVersion {
|
|||||||
/** deprecated */
|
/** deprecated */
|
||||||
public final static String ID = "Monotone";
|
public final static String ID = "Monotone";
|
||||||
public final static String VERSION = CoreVersion.VERSION;
|
public final static String VERSION = CoreVersion.VERSION;
|
||||||
public final static long BUILD = 33;
|
public final static long BUILD = 34;
|
||||||
/** for example "-test" */
|
/** for example "-test" */
|
||||||
public final static String EXTRA = "-rc";
|
public final static String EXTRA = "-rc";
|
||||||
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
public final static String FULL_VERSION = VERSION + "-" + BUILD + EXTRA;
|
||||||
|
Reference in New Issue
Block a user