More spit 'n polish for the I2PTunnels page.
This commit is contained in:
@ -33,12 +33,24 @@ h4, label {
|
|||||||
font-size : 1.0em;
|
font-size : 1.0em;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing : border-box;
|
box-sizing : border-box;
|
||||||
|
padding: 5px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size : 1.2em;
|
font-size : 14px;
|
||||||
text-align : center;
|
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 {
|
a {
|
||||||
@ -131,11 +143,11 @@ hr {
|
|||||||
clear : both;
|
clear : both;
|
||||||
height : 1px;
|
height : 1px;
|
||||||
margin : 3px 0px 3px 0px;
|
margin : 3px 0px 3px 0px;
|
||||||
border-bottom : 1px solid #9999ff;
|
border-bottom : 1px solid #99f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subdivider {
|
.subdivider {
|
||||||
border-bottom : 1px solid #9999ff;
|
border-bottom : 1px solid #99f;
|
||||||
padding: 5px 0px 0px 0px;
|
padding: 5px 0px 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -236,6 +248,8 @@ color:#ff6600
|
|||||||
background-color : #003;
|
background-color : #003;
|
||||||
border : 1px solid #f22;
|
border : 1px solid #f22;
|
||||||
background: url(images/lightbluetile.png);
|
background: url(images/lightbluetile.png);
|
||||||
|
-moz-box-shadow: inset 0px 0px 4px 0px #f00;
|
||||||
|
padding: 5px 20px 11px 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#globalOperationsPanel .control {
|
#globalOperationsPanel .control {
|
||||||
|
@ -33,12 +33,25 @@ h4, label {
|
|||||||
font-size : 1.0em;
|
font-size : 1.0em;
|
||||||
-moz-box-sizing: border-box;
|
-moz-box-sizing: border-box;
|
||||||
box-sizing : border-box;
|
box-sizing : border-box;
|
||||||
|
padding: 5px 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size : 1.2em;
|
font-size : 14px;
|
||||||
|
color: #001;
|
||||||
text-align : center;
|
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 {
|
a {
|
||||||
@ -188,7 +201,7 @@ color:#ff6600
|
|||||||
text-align : left;
|
text-align : left;
|
||||||
font-size : 0.8em;
|
font-size : 0.8em;
|
||||||
background-color : #fff;
|
background-color : #fff;
|
||||||
background: url(images/tabletile.png);
|
background: url(images/lightbluetile.png);
|
||||||
-moz-border-radius: 4px 4px 4px 4px;
|
-moz-border-radius: 4px 4px 4px 4px;
|
||||||
border: 1px solid #002;
|
border: 1px solid #002;
|
||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
@ -227,7 +240,9 @@ color:#ff6600
|
|||||||
|
|
||||||
#globalOperationsPanel {
|
#globalOperationsPanel {
|
||||||
background-color : #ddddff;
|
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 {
|
#globalOperationsPanel .control {
|
||||||
|
Reference in New Issue
Block a user