merge of 'c4649554b77db6d5f9d4e4c7aaa8e6830c9f4937'
and 'ca22cd7740376a68a2a9b094458abb2b5dc897d5'
@ -1061,7 +1061,7 @@
|
|||||||
<copy file="installer/resources/start.ico" todir="pkg-temp/docs/" />
|
<copy file="installer/resources/start.ico" todir="pkg-temp/docs/" />
|
||||||
<copy file="installer/resources/console.ico" todir="pkg-temp/docs/" />
|
<copy file="installer/resources/console.ico" todir="pkg-temp/docs/" />
|
||||||
<!-- HTTP Header files, english only,
|
<!-- HTTP Header files, english only,
|
||||||
if you need a different lang do it in a sepreate target -->
|
if you need a different lang do it in a seperate target -->
|
||||||
<copy todir="pkg-temp/docs/" >
|
<copy todir="pkg-temp/docs/" >
|
||||||
<fileset dir="installer/resources/proxy/" includes="**-header.ht" />
|
<fileset dir="installer/resources/proxy/" includes="**-header.ht" />
|
||||||
</copy>
|
</copy>
|
||||||
@ -1069,7 +1069,7 @@
|
|||||||
<copy todir="pkg-temp/docs/themes/console/light/" overwrite="true" >
|
<copy todir="pkg-temp/docs/themes/console/light/" overwrite="true" >
|
||||||
<fileset dir="installer/resources/themes/console/light/" includes="**.css" />
|
<fileset dir="installer/resources/themes/console/light/" includes="**.css" />
|
||||||
</copy>
|
</copy>
|
||||||
<!-- @dr.zed where is your CJK fix for the default theme ?? put it here <copy file="installer/resources/themes/console/classic/console_big.css" todir="portable/docs/themes/console/light/" / -->
|
<copy file="installer/resources/themes/console/light/console_big.css" todir="portable/docs/themes/console/light/" />
|
||||||
<copy todir="pkg-temp/docs/themes/console/images/" >
|
<copy todir="pkg-temp/docs/themes/console/images/" >
|
||||||
<fileset dir="installer/resources/themes/console/images/" />
|
<fileset dir="installer/resources/themes/console/images/" />
|
||||||
</copy>
|
</copy>
|
||||||
|
@ -88,3 +88,4 @@ your eepsite will be visible (but not discoverable) to others. Detailed instruct
|
|||||||
|
|
||||||
<li class="tidylist"><b>Get Involved!</b><br>I2P is developed and maintained mostly through unfunded, voluntary participation by community members. We're happy to accept <a href="http://www.i2p2.i2p/donate.html" target="_blank">donations</a>, which go towards essential hosting and administrative costs. We have <a href="http://www.i2p2.i2p/bounties.html" target="_blank">cash bounties</a> for aspects of I2P for developers looking for incentives to participate, and we're always looking for more Java coders, translators, promoters and users to help I2P grow. For further info on how you can help visit the <a href="http://www.i2p2.i2p/getinvolved.html" target="_blank">volunteers page</a> on the website. Thanks in advance!</li>
|
<li class="tidylist"><b>Get Involved!</b><br>I2P is developed and maintained mostly through unfunded, voluntary participation by community members. We're happy to accept <a href="http://www.i2p2.i2p/donate.html" target="_blank">donations</a>, which go towards essential hosting and administrative costs. We have <a href="http://www.i2p2.i2p/bounties.html" target="_blank">cash bounties</a> for aspects of I2P for developers looking for incentives to participate, and we're always looking for more Java coders, translators, promoters and users to help I2P grow. For further info on how you can help visit the <a href="http://www.i2p2.i2p/getinvolved.html" target="_blank">volunteers page</a> on the website. Thanks in advance!</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
<div class="footnote"><hr>Document updated: November 2010.
|
@ -330,7 +330,7 @@ div.main textarea {
|
|||||||
|
|
||||||
div.main h2 {
|
div.main h2 {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
margin-bottom: 0px;
|
margin-bottom: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.welcome {
|
div.welcome {
|
||||||
@ -788,6 +788,15 @@ tt {
|
|||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tidylist code {
|
||||||
|
text-align: left;
|
||||||
|
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
|
color: #390;
|
||||||
|
padding: 2px 3px;
|
||||||
|
background: #eeb;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
div.graphspanel {
|
div.graphspanel {
|
||||||
padding: 10px 5px 20px 5px;
|
padding: 10px 5px 20px 5px;
|
||||||
margin: -16px -16px -11px -16px;
|
margin: -16px -16px -11px -16px;
|
||||||
@ -826,4 +835,18 @@ div.graphspanel form:last-child {
|
|||||||
div.graphspanel h3 {
|
div.graphspanel h3 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
margin: 10px 20px 10px 20px;
|
margin: 10px 20px 10px 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footnote {
|
||||||
|
text-align: right;
|
||||||
|
color: #99f;
|
||||||
|
font-size: 7pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footnote hr{
|
||||||
|
margin: 10px 0 5px 0 !important;
|
||||||
|
color: #99f;
|
||||||
|
background: #99f;
|
||||||
|
height: 1px;
|
||||||
|
border: 0px solid #99f;
|
||||||
}
|
}
|
@ -1,25 +1,33 @@
|
|||||||
/* Welcome to the wonderful world of kludgey IE fixes */
|
/* I2P Console IE theme override for Classic */
|
||||||
|
/* Comment: Welcome to the wonderful world of kludgey IE fixes (for best results use another browser) */
|
||||||
|
/* Author: dr|z3d */
|
||||||
|
|
||||||
.wideload {
|
.wideload {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.formaction {
|
.formaction, form {
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
margin: -10px 0 10px 0;
|
margin: 0px 0 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.configure {
|
div.configure {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.configure hr {
|
||||||
|
/* display: none; */
|
||||||
|
margin-bottom: 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
div.configure p, div.configure table {
|
div.configure p, div.configure table {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
margin: 10px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.main ul {
|
div.main ul {
|
||||||
margin-right: 20px;
|
margin: 0 20px 0 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.configure textarea {
|
div.configure textarea {
|
||||||
@ -31,20 +39,23 @@ div.configure input {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.configure table {
|
div.configure table {
|
||||||
width: 550px !important;
|
width: auto !important;
|
||||||
text-align: center;
|
text-align: left !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
padding: 15px 10px 16px 10px !important;
|
padding: 20px 10px 21px 10px !important;
|
||||||
margin: 0 0px 0 17 5px !important;
|
margin: 0 0 0 195px !important;
|
||||||
background-color: #bbf !important; /* background page color to fix overflow issue */
|
|
||||||
color: #001;
|
color: #001;
|
||||||
|
border: 1px solid #89f !important;
|
||||||
|
border-left: 1px solid #89f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
padding-top: 0;
|
padding: 10px !important;
|
||||||
text-align: left !important;
|
text-align: left !important;
|
||||||
|
margin: 0 0 15px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
@ -66,13 +77,23 @@ div.messages {
|
|||||||
margin: -10px -15px 0px -15px;
|
margin: -10px -15px 0px -15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.main, div.news {
|
div.main {
|
||||||
margin: -5px 0px 10px 185px;
|
margin: -5px 0px 10px 197px;
|
||||||
border: 5px solid #bbf;
|
border: 1px solid #89f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.main hr, div.news hr {
|
div.main hr, div.news hr {
|
||||||
margin: 0;
|
margin: 0 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.news {
|
||||||
|
margin-left: 197px !important;
|
||||||
|
border-left: 1px solid #89f !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.news hr {
|
||||||
|
height: 1px !important;
|
||||||
|
color: #ffffc0 !important; /* fixes immovable hr issue by making it invisible */
|
||||||
}
|
}
|
||||||
|
|
||||||
div.main {
|
div.main {
|
||||||
@ -81,7 +102,7 @@ div.main {
|
|||||||
|
|
||||||
div.news {
|
div.news {
|
||||||
border-left: 5px solid #bbf;
|
border-left: 5px solid #bbf;
|
||||||
margin: -5px 0px 0 185px;
|
margin: -5px 0px 0 193px;
|
||||||
padding-bottom: 8px;
|
padding-bottom: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -96,9 +117,11 @@ div.news hr {
|
|||||||
div.routersummary {
|
div.routersummary {
|
||||||
color: #001;
|
color: #001;
|
||||||
padding-left: 0px;
|
padding-left: 0px;
|
||||||
border-left: 5px solid #bbf;
|
/* border-left: 1px solid #bbf; */
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
overflow: hidden; /* prevents IE from borking the sidepanel */
|
overflow: hidden; /* prevents IE from borking the sidepanel */
|
||||||
|
width: 195px !important;
|
||||||
|
padding-bottom: 20px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary submit {
|
div.routersummary submit {
|
||||||
@ -111,12 +134,11 @@ div.routersummary input[type=text] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary hr {
|
div.routersummary hr {
|
||||||
color: #eef;
|
color: #89f;
|
||||||
background: #eef;
|
background: #89f;
|
||||||
height: 2px;
|
height: 1px;
|
||||||
border-bottom: 1px solid #eef;
|
border-bottom: 1px solid #89f;
|
||||||
margin: 8px 1px 7px 1px;
|
margin: 8px -2px 7px -1px;
|
||||||
-moz-box-shadow: inset 0px 1px 1px 1px #99f;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary h3 {
|
div.routersummary h3 {
|
||||||
@ -125,7 +147,7 @@ div.routersummary h3 {
|
|||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
margin: -14px 0px -15px 1px;
|
margin: -14px 0px -15px 1px;
|
||||||
padding: 5px 0px 5px 0px;
|
padding: 1px 0px 1px 0px;
|
||||||
background: #c5d5fb;
|
background: #c5d5fb;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
@ -136,31 +158,33 @@ div.routersummary h4 {
|
|||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
letter-spacing: 0.05em;
|
letter-spacing: 0.05em;
|
||||||
margin: -14px 0px -15px 1px !important;
|
margin: -14px 0px -15px 1px !important;
|
||||||
padding: 2px 3px 3px 3px;
|
padding: 7px 3px 5px 3px;
|
||||||
background: #c1d1f7;
|
background: #c1d1f7;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
color: #2b2;
|
color: #2b2;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
|
line-height: 135%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary table {
|
div.routersummary table {
|
||||||
border: 0;
|
border: 0;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
margin: -5px 5px;
|
margin: -5px 5px !important;
|
||||||
width: 175px !important;
|
width: 192px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
padding: 0px -10px;
|
padding: 0px -10px;
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
text-align: center !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary tr {
|
div.routersummary tr, div.routersummary td {
|
||||||
background-image: none !important;
|
background-image: none !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
|
line-height: 120% !important;
|
||||||
|
padding: 0 1px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary form {
|
div.routersummary form {
|
||||||
@ -173,19 +197,11 @@ div.routersummary p {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
div.routersummary img {
|
|
||||||
margin: 5px -10px -5px -10px;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
div.routersummary a:link, div.routersummary a:visited {
|
div.routersummary a:link, div.routersummary a:visited {
|
||||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
|
line-height: 120%;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary a:hover {
|
div.routersummary a:hover {
|
||||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
|
||||||
color: #f60;
|
color: #f60;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -195,18 +211,12 @@ div.routersummary td {
|
|||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.routersummary tr:nth-child(even) {
|
div.routersummary form {
|
||||||
background-color: #f60;
|
margin: -20px 0 !important;
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.routersummarytr:nth-child(odd) {
|
|
||||||
background-color: #f00;
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.news li {
|
div.news li {
|
||||||
padding-top: 0px 0px !important;
|
padding-top: 0px !important;
|
||||||
margin-bottom: -23px !important;
|
margin-bottom: -23px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -220,7 +230,7 @@ div.warning {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.langbox {
|
.langbox {
|
||||||
margin: 22px -20px 0px 5px;
|
margin: 20px -18px 0px 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
@ -249,5 +259,9 @@ div.graphspanel img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.graphspanel hr {
|
div.graphspanel hr {
|
||||||
margin: 20px 0;
|
margin: 20px 0 10px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
width: 100% !important;
|
||||||
}
|
}
|
@ -91,8 +91,8 @@ div.routersummaryouter {
|
|||||||
|
|
||||||
div.routersummary {
|
div.routersummary {
|
||||||
/* margin: 0px 20px 20px 0px; */
|
/* margin: 0px 20px 20px 0px; */
|
||||||
width: 175px;
|
width: 180 px;
|
||||||
padding: 10px;
|
padding: 8px;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
border: 1px solid #447;
|
border: 1px solid #447;
|
||||||
background: #ccddf6);
|
background: #ccddf6);
|
||||||
@ -118,7 +118,7 @@ div.routersummary hr {
|
|||||||
background: #eef;
|
background: #eef;
|
||||||
height: 2px;
|
height: 2px;
|
||||||
border-bottom: 1px solid #eef;
|
border-bottom: 1px solid #eef;
|
||||||
margin: 8px -10px 7px -10px;
|
margin: 8px -7px 7px -7px;
|
||||||
-moz-box-shadow: inset 0px 1px 1px 1px #ddf;
|
-moz-box-shadow: inset 0px 1px 1px 1px #ddf;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ div.routersummary h3 {
|
|||||||
border: 0;
|
border: 0;
|
||||||
font-size: 9.5pt;
|
font-size: 9.5pt;
|
||||||
letter-spacing: 0.04em;
|
letter-spacing: 0.04em;
|
||||||
margin: -4px -6px;
|
margin: -4px -3px;
|
||||||
padding: 2px 0;
|
padding: 2px 0;
|
||||||
background: #c5d5fb;
|
background: #c5d5fb;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -154,7 +154,7 @@ div.routersummary h4 {
|
|||||||
border-bottom: 0 !important;
|
border-bottom: 0 !important;
|
||||||
font-size: 8.5pt;
|
font-size: 8.5pt;
|
||||||
letter-spacing: 0.02em;
|
letter-spacing: 0.02em;
|
||||||
margin: -7px -9px -7px -9px !important;
|
margin: -7px -7px -7px -7px !important;
|
||||||
padding: 0px 3px 1px 3px;
|
padding: 0px 3px 1px 3px;
|
||||||
background: #eef;
|
background: #eef;
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
@ -167,7 +167,7 @@ div.routersummary table {
|
|||||||
border: 0;
|
border: 0;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
margin: -7px -5px -6px -5px;
|
margin: -7px -5px -6px -5px;
|
||||||
width: 185px !important;
|
width: 190px !important;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 8pt;
|
font-size: 8pt;
|
||||||
padding: 0px -10px;
|
padding: 0px -10px;
|
||||||
@ -181,6 +181,11 @@ div.routersummary tr {
|
|||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.routersummary td:first-child {
|
||||||
|
max-width: 90px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
div.tunnels {
|
div.tunnels {
|
||||||
margin-top: 6px !important;
|
margin-top: 6px !important;
|
||||||
margin-left: -2px !important;
|
margin-left: -2px !important;
|
||||||
@ -322,7 +327,7 @@ div.news {
|
|||||||
margin: 0px 15px 10px 220px;
|
margin: 0px 15px 10px 220px;
|
||||||
padding: 10px 25px 7px 25px;
|
padding: 10px 25px 7px 25px;
|
||||||
border: 1px solid #447;
|
border: 1px solid #447;
|
||||||
color: #000;
|
color: #224;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
-khtml-border-radius: 4px;
|
-khtml-border-radius: 4px;
|
||||||
@ -427,7 +432,7 @@ div.configure {
|
|||||||
div.configure h3, div.graphspanel h3 {
|
div.configure h3, div.graphspanel h3 {
|
||||||
border: 1px solid #447;
|
border: 1px solid #447;
|
||||||
border-left: 5px solid #447;
|
border-left: 5px solid #447;
|
||||||
padding: 3px 5px 3px 5px;
|
padding: 5px;
|
||||||
margin: 15px 0 15px 0;
|
margin: 15px 0 15px 0;
|
||||||
border-radius: 0 4px 4px 0;
|
border-radius: 0 4px 4px 0;
|
||||||
-moz-border-radius: 0 4px 4px 0;
|
-moz-border-radius: 0 4px 4px 0;
|
||||||
@ -1083,3 +1088,17 @@ div.joblog hr {
|
|||||||
.formaction {
|
.formaction {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.footnote {
|
||||||
|
text-align: right;
|
||||||
|
color: #447;
|
||||||
|
font-size: 7pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footnote hr{
|
||||||
|
margin: 20px 0 5px 0 !important;
|
||||||
|
color: #447;
|
||||||
|
background: #447;
|
||||||
|
height: 1px;
|
||||||
|
border: 0px solid #447;
|
||||||
|
}
|
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 687 B |
@ -163,7 +163,7 @@ div.routersummary {
|
|||||||
width: 190px;
|
width: 190px;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px 1px 5px 1px;
|
padding: 8px 1px 4px 1px;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
@ -239,6 +239,11 @@ div.routersummary tr {
|
|||||||
border: 0 !important;
|
border: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.routersummary td:first-child {
|
||||||
|
max-width: 90px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
div.tunnels table{
|
div.tunnels table{
|
||||||
margin: -2px 0px -4px 2px !important;
|
margin: -2px 0px -4px 2px !important;
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
@ -525,7 +530,7 @@ h1 {
|
|||||||
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
|
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid #99f;
|
border: 1px solid #99f;
|
||||||
padding: 15px 10px 15px 10px;
|
padding: 15px 10px 16px 10px;
|
||||||
margin: 5px 5px 0 200px;
|
margin: 5px 5px 0 200px;
|
||||||
line-height: 93%;
|
line-height: 93%;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
@ -888,5 +893,19 @@ code {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
|
||||||
color: #0d0;
|
color: #0d0;
|
||||||
padding: 0 5px;
|
padding: 0 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footnote {
|
||||||
|
text-align: right;
|
||||||
|
color: #99f;
|
||||||
|
font-size: 7pt;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.footnote hr{
|
||||||
|
margin: 15px 0 5px 0 !important;
|
||||||
|
color: #99f;
|
||||||
|
background: #99f;
|
||||||
|
height: 1px;
|
||||||
|
border: 0px solid #99f;
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 921 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 920 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1008 B After Width: | Height: | Size: 1.1 KiB |
@ -474,18 +474,18 @@ input[type=submit]:active {
|
|||||||
text-shadow: 0 !important;
|
text-shadow: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=image] {
|
input[type=image], thead img {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
background: #000;
|
|
||||||
-moz-border-radius: 0px;
|
-moz-border-radius: 0px;
|
||||||
-khtml-border-radius: 0px;
|
-khtml-border-radius: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border: medium none;
|
border: medium none;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=image]:hover {
|
input[type=image]:hover, thead img:hover {
|
||||||
border: 1px outset #bbb;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text]:active, input[type=text]:hover, input.r:hover {
|
input[type=text]:active, input[type=text]:hover, input.r:hover {
|
||||||
|
Before Width: | Height: | Size: 777 B After Width: | Height: | Size: 864 B |
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 951 B |
Before Width: | Height: | Size: 721 B After Width: | Height: | Size: 732 B |
Before Width: | Height: | Size: 878 B After Width: | Height: | Size: 936 B |
Before Width: | Height: | Size: 921 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 843 B After Width: | Height: | Size: 921 B |
Before Width: | Height: | Size: 551 B After Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 888 B After Width: | Height: | Size: 901 B |
Before Width: | Height: | Size: 920 B After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 910 B After Width: | Height: | Size: 918 B |
Before Width: | Height: | Size: 491 B After Width: | Height: | Size: 554 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 823 B After Width: | Height: | Size: 882 B |
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 457 B |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 862 B After Width: | Height: | Size: 880 B |
Before Width: | Height: | Size: 788 B After Width: | Height: | Size: 565 B |
@ -158,7 +158,7 @@ thead {
|
|||||||
th {
|
th {
|
||||||
padding: 4px 2px 4px 4px;
|
padding: 4px 2px 4px 4px;
|
||||||
font-size: 9pt;
|
font-size: 9pt;
|
||||||
border-top: 1px outset #001;
|
border-top: 1px outset #604;
|
||||||
border-bottom: 1px inset #604;
|
border-bottom: 1px inset #604;
|
||||||
whitespace: nowrap;
|
whitespace: nowrap;
|
||||||
font-variant: small-caps !important;
|
font-variant: small-caps !important;
|
||||||
@ -501,15 +501,16 @@ input[type=submit]:active {
|
|||||||
|
|
||||||
input[type=image] {
|
input[type=image] {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
background: none;
|
|
||||||
-moz-border-radius: 0px;
|
-moz-border-radius: 0px;
|
||||||
-khtml-border-radius: 0px;
|
-khtml-border-radius: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border: medium none;
|
border: medium none;
|
||||||
margin: 0 2px;
|
margin: 0 2px;
|
||||||
|
opacity: 0.9 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=image]:hover {
|
input[type=image]:hover {
|
||||||
|
opacity: 1 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type=text]:active, input[type=text]:hover, input.r:hover {
|
input[type=text]:active, input[type=text]:hover, input.r:hover {
|
||||||
|