More spit 'n polish for the I2PTunnels page.

This commit is contained in:
z3d
2009-07-11 14:28:45 +00:00
parent e00b88ca32
commit 45da7e8704
2 changed files with 37 additions and 8 deletions

View File

@ -33,12 +33,24 @@ h4, label {
font-size : 1.0em;
-moz-box-sizing: border-box;
box-sizing : border-box;
padding: 5px 0 !important;
}
h4 {
font-size : 1.2em;
font-size : 14px;
text-align : center;
width : 750px;
width : 100%;
border: 1px solid #99f;
margin: 5px 0 15px 0;
background: url(images/tabletitledark.png);
background-color: #002;
text-transform: uppercase;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.9);
letter-spacing: 0.08em;
-moz-box-shadow: inset 0px 0px 4px 0px #009;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
a {
@ -131,11 +143,11 @@ hr {
clear : both;
height : 1px;
margin : 3px 0px 3px 0px;
border-bottom : 1px solid #9999ff;
border-bottom : 1px solid #99f;
}
.subdivider {
border-bottom : 1px solid #9999ff;
border-bottom : 1px solid #99f;
padding: 5px 0px 0px 0px;
}
@ -236,6 +248,8 @@ color:#ff6600
background-color : #003;
border : 1px solid #f22;
background: url(images/lightbluetile.png);
-moz-box-shadow: inset 0px 0px 4px 0px #f00;
padding: 5px 20px 11px 10px !important;
}
#globalOperationsPanel .control {

View File

@ -33,12 +33,25 @@ h4, label {
font-size : 1.0em;
-moz-box-sizing: border-box;
box-sizing : border-box;
padding: 5px 0 !important;
}
h4 {
font-size : 1.2em;
font-size : 14px;
color: #001;
text-align : center;
width : 750px;
width : 100%;
border: 1px solid #225;
margin: 5px 0 10px 0;
background: url(images/tabletitlelight.png);
background-color: #002;
text-transform: uppercase;
text-shadow: 0px 0px 2px rgba(64, 64, 255, 0.9);
letter-spacing: 0.08em;
-moz-box-shadow: inset 0px 0px 4px 0px #bbf;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
a {
@ -188,7 +201,7 @@ color:#ff6600
text-align : left;
font-size : 0.8em;
background-color : #fff;
background: url(images/tabletile.png);
background: url(images/lightbluetile.png);
-moz-border-radius: 4px 4px 4px 4px;
border: 1px solid #002;
padding: 10px 20px;
@ -227,7 +240,9 @@ color:#ff6600
#globalOperationsPanel {
background-color : #ddddff;
border : 1px solid #f22;
border : 1px solid #f22;
-moz-box-shadow: inset 0px 0px 4px 0px #f00;
padding: 5px 20px 11px 10px !important;
}
#globalOperationsPanel .control {