propagate from branch 'i2p.i2p.zzz.test3' (head d65e8465671ba0b8f6f013b56045bf867e10a78e)
to branch 'i2p.i2p' (head e2ee75916f2ff6bd698585808a81071b44c978b1)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/* Optimised for less capable browers and system specifications */
|
||||
/* Optimised for less capable browsers and system specifications */
|
||||
|
||||
body {
|
||||
margin: 2px 0 0 2px;
|
||||
@ -20,7 +20,8 @@ img {
|
||||
pre {
|
||||
overflow: auto;
|
||||
font-size: 8pt !important;
|
||||
width: 100%;
|
||||
width: 95%;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
div.logo {
|
||||
@ -110,7 +111,7 @@ div.toolbar {
|
||||
|
||||
div.routersummaryouter {
|
||||
float: left;
|
||||
width: 205px;
|
||||
width: 200px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
@ -119,7 +120,7 @@ div.routersummaryouter {
|
||||
|
||||
div.routersummary {
|
||||
background: #ddf;
|
||||
width: 190px;
|
||||
width: 185px;
|
||||
color: inherit;
|
||||
margin: 0;
|
||||
padding: 7px 1px;
|
||||
@ -171,7 +172,7 @@ div.routersummary h4 {
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px 5px;
|
||||
margin: -5px 5px -5px 2px;
|
||||
width: 180px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
@ -225,7 +226,7 @@ div.warning h3 {
|
||||
}
|
||||
|
||||
div.main {
|
||||
margin: 0px 0px 0px 196px;
|
||||
margin: 0px 0px 0px 195px;
|
||||
padding: 15px 15px 15px 15px;
|
||||
background: #eef;
|
||||
border: 5px solid #bbf;
|
||||
@ -251,7 +252,7 @@ div.main textarea {
|
||||
}
|
||||
|
||||
div.news {
|
||||
margin: -5px 0px 0 196px;
|
||||
margin: -5px 0px 0 195px;
|
||||
padding: -10px 15px 8px 15px;
|
||||
background: #ffffc0;
|
||||
border: 5px solid #bbf;
|
||||
@ -271,7 +272,7 @@ div.news li {
|
||||
list-style: none;
|
||||
margin: -15px 15px -20px -20px;
|
||||
padding: 0px 0 15px 0;
|
||||
border-bottom: 2px solid #cc7;
|
||||
border-bottom: 5px solid #cc7;
|
||||
border-top: 0px solid #cc7;
|
||||
padding: 3px 5px 5px 5px;
|
||||
font-size: 12pt;
|
||||
@ -358,7 +359,7 @@ h1 {
|
||||
text-align: center;
|
||||
border: 5px solid #bbf;
|
||||
padding: 13px 10px 12px 10px;
|
||||
margin: 0 0px 0 196px;
|
||||
margin: 0 0px 0 195px;
|
||||
line-height: 93%;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.3em;
|
||||
|
@ -1,182 +1,204 @@
|
||||
body {
|
||||
margin : 0px;
|
||||
padding : 0px;
|
||||
text-align : center;
|
||||
font-family : Arial, Helvetica, sans-serif;
|
||||
background-color : #ffffff;
|
||||
color : #000000;
|
||||
font-size : 100%;
|
||||
|
||||
/* we've avoided Tantek Hacks so far,
|
||||
** but we can't avoid using the non-w3c method of
|
||||
** box rendering. (and therefore one of mozilla's
|
||||
** proprietry -moz properties (which hopefully they'll
|
||||
** drop soon).
|
||||
*/
|
||||
-moz-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
text-align: center;
|
||||
font: 10pt/140% "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
background: #bbf;
|
||||
color: #000;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
div {
|
||||
-moz-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
h4, label {
|
||||
margin : 0px;
|
||||
padding : 2px;
|
||||
float : left;
|
||||
width : 150px;
|
||||
height : 24px;
|
||||
font-weight : bold;
|
||||
text-align : right;
|
||||
font-size : 1.0em;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing : border-box;
|
||||
margin: 0px;
|
||||
padding: 2px;
|
||||
float: left;
|
||||
width: 150px;
|
||||
height: 24px;
|
||||
font-weight: normal;
|
||||
text-align: right;
|
||||
font-size: 8.5pt;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
h4 {
|
||||
font-size : 1.2em;
|
||||
text-align : center;
|
||||
width : 750px;
|
||||
font-size: 10.5pt;
|
||||
text-align: center !important;
|
||||
font-weight: bold;
|
||||
border: 1px solid #77f;
|
||||
border-top: 2px solid #77f;
|
||||
margin: -6px 0 5px -10px !important;
|
||||
padding: 5px 10px 25px 10px;
|
||||
background: #fff;
|
||||
text-shadow: 0px 0px 1px rgba(32, 32, 192, 0.3);
|
||||
text-transform: uppercase;
|
||||
white-space: nowrap;
|
||||
width: 782px;
|
||||
letter-spacing: 0.09em;
|
||||
}
|
||||
|
||||
label {
|
||||
font-style: italic;
|
||||
margin: 0 3px 0 -3px;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration : none;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
form {
|
||||
margin : 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
textarea, input, select, button, a {
|
||||
font-family : Arial, Helvetica, sans-serif;
|
||||
-moz-box-sizing : border-box;
|
||||
box-sizing : border-box;
|
||||
font-size : 1.0em;
|
||||
float : left;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
font: 8pt "Lucida Sans Unicode", "Bitstream Vera Sans", Verdana, Tahoma, Helvetica, sans-serif;
|
||||
float: left;
|
||||
margin: 2px 0 5px 0;
|
||||
}
|
||||
|
||||
button {
|
||||
float : none;
|
||||
float: none;
|
||||
height: 20px !important;
|
||||
}
|
||||
|
||||
textarea {
|
||||
border : 1px solid #ddddc0;
|
||||
border: 1px solid #ddddc0;
|
||||
}
|
||||
|
||||
br {
|
||||
clear : left;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
div.statusNotRunning {
|
||||
float : left;
|
||||
width : 82px;
|
||||
height : 24px;
|
||||
color : #dd0000;
|
||||
float: left;
|
||||
width: 82px;
|
||||
height: 24px;
|
||||
color: #d00;
|
||||
}
|
||||
|
||||
div.statusRunning {
|
||||
float : left;
|
||||
width : 82px;
|
||||
height : 24px;
|
||||
color : #00dd00;
|
||||
float: left;
|
||||
width: 82px;
|
||||
height: 24px;
|
||||
color: #0d0;
|
||||
}
|
||||
|
||||
div.statusStarting {
|
||||
float : left;
|
||||
width : 82px;
|
||||
height : 24px;
|
||||
color : #339933;
|
||||
float: left;
|
||||
width: 82px;
|
||||
height: 24px;
|
||||
color: #393;
|
||||
}
|
||||
|
||||
hr {
|
||||
display : none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.separator, .subdivider {
|
||||
clear : both;
|
||||
height : 1px;
|
||||
margin : 3px 0px 3px 0px;
|
||||
border-bottom : 1px solid #ddddc0;
|
||||
clear: both;
|
||||
height: 1px;
|
||||
margin: 5px -8px 5px -8px;
|
||||
border-bottom: 1px solid #aaf;
|
||||
}
|
||||
|
||||
.subdivider {
|
||||
border-bottom : 1px dashed #ddddc0;
|
||||
border-bottom: 1px dotted #aaf;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
|
||||
.freetext {
|
||||
width : 150px;
|
||||
height : 22px;
|
||||
border : 1px solid #aaaac0;
|
||||
width: 150px;
|
||||
height: 22px;
|
||||
border: 1px solid #aaf;
|
||||
}
|
||||
|
||||
.control {
|
||||
margin : 0 4px 0 0;
|
||||
padding : 0 0 4px 0;
|
||||
overflow : hidden;
|
||||
height : 20px;
|
||||
width : 60px;
|
||||
font-weight : normal;
|
||||
background-color : #dddddd;
|
||||
color : black;
|
||||
border : 1px outset #ddddc0;
|
||||
text-align : center;
|
||||
white-space : nowrap;
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
overflow: hidden;
|
||||
height: 20px;
|
||||
width: 60px;
|
||||
font-weight: bold;
|
||||
background: #ddd;
|
||||
color: #000;
|
||||
border: 1px outset #ddddc0;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.control:hover {
|
||||
background-color : #ffffed;
|
||||
background: #229;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.control:active {
|
||||
border : 2px inset;
|
||||
border: 2px inset;
|
||||
}
|
||||
|
||||
.panel {
|
||||
width : 760px;
|
||||
margin : 16px auto 16px auto;
|
||||
overflow : hidden;
|
||||
text-align : left;
|
||||
font-size : 0.8em;
|
||||
background-color : #ffffef;
|
||||
border : 4px solid #ffffd0;
|
||||
width: 790px;
|
||||
margin: 16px auto 16px auto;
|
||||
padding: 5px 10px;
|
||||
overflow: hidden;
|
||||
text-align: left;
|
||||
font-size: 8pt;
|
||||
background: #eef;
|
||||
border: 4px solid #77f;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #99f;
|
||||
}
|
||||
|
||||
.panel .footer {
|
||||
float : right;
|
||||
padding : 4px;
|
||||
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
.toolbox {
|
||||
float : right;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.rowItem {
|
||||
width : 750px;
|
||||
float : left;
|
||||
margin : 0px;
|
||||
width: 750px;
|
||||
float: left;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.comment {
|
||||
font-style : italic;
|
||||
font-style: italic;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.text {
|
||||
height : 24px;
|
||||
width : 150px;
|
||||
padding : 2px 0 0 2px;
|
||||
float : left;
|
||||
margin : 0;
|
||||
height: 24px;
|
||||
width: 150px;
|
||||
padding: 2px 0 0 2px;
|
||||
float: left;
|
||||
margin: 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.accessKey {
|
||||
text-decoration : underline;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#globalOperationsPanel {
|
||||
background-color : #ffefef;
|
||||
border : 4px solid #ffd0d0;
|
||||
background: #eef;
|
||||
border: 4px solid #77f;
|
||||
-moz-box-shadow: inset 0px 0px 0px 1px #900;
|
||||
padding: 5px 5px 10px 5px;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#globalOperationsPanel .control {
|
||||
width : 100px;
|
||||
}
|
||||
width: 100px !important;
|
||||
margin-top: 3px;
|
||||
float: right;
|
||||
}
|
@ -110,9 +110,11 @@
|
||||
}
|
||||
|
||||
#tunnelListPage textarea {
|
||||
width : 750px;
|
||||
height : 100px;
|
||||
width : 100%;
|
||||
height : 88px;
|
||||
padding : 0 0 0 4px;
|
||||
color: green;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
|
||||
#tunnelListPage .footer .control {
|
||||
|
@ -122,7 +122,7 @@ div.routersummary hr {
|
||||
div.routersummary h3 {
|
||||
border: 0px solid #f00;
|
||||
text-align: center !important;
|
||||
font-size: 10pt;
|
||||
font-size: 9pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px;
|
||||
padding: 5px 0px 5px 0px;
|
||||
@ -133,7 +133,7 @@ div.routersummary h3 {
|
||||
div.routersummary h4 {
|
||||
border: 0px solid #f00;
|
||||
border-bottom: 0 !important;
|
||||
font-size: 9pt;
|
||||
font-size: 8.5pt;
|
||||
letter-spacing: 0.05em;
|
||||
margin: -14px 0px -15px 1px !important;
|
||||
padding: 2px 3px 3px 3px;
|
||||
@ -154,6 +154,7 @@ div.routersummary table {
|
||||
padding: 0px -10px;
|
||||
background-image: none !important;
|
||||
background-color: transparent !important;
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
div.routersummary tr {
|
||||
@ -172,10 +173,12 @@ div.routersummary p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
/*
|
||||
div.routersummary img {
|
||||
margin: 5px -10px -5px -10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
*/
|
||||
|
||||
div.routersummary a:link, div.routersummary a:visited {
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Not yet complete. Subject to flux and change. dr|z3d - 07.25.09 */
|
||||
|
||||
body {
|
||||
margin: 25px 10px 0 5px;
|
||||
margin: 20px 5px 0 15px;
|
||||
padding: 0;
|
||||
text-align: center;
|
||||
background: #002;
|
||||
@ -79,7 +79,7 @@ a:active{
|
||||
div.routersummaryouter {
|
||||
float: left;
|
||||
width: 200px;
|
||||
margin: 0 0 10px 20px;
|
||||
margin: 0 0 10px 5px;
|
||||
padding: 0;
|
||||
border: 0;
|
||||
clear: left;/* fixes a bug in Opera */
|
||||
@ -125,7 +125,7 @@ div.routersummary hr {
|
||||
div.routersummary h3 {
|
||||
border: 0;
|
||||
font-size: 10pt;
|
||||
letter-spacing: 0.05em;
|
||||
letter-spacing: 0.04em;
|
||||
margin: -7px -9px -10px -9px;
|
||||
padding: 3px 0px 5px 0px;
|
||||
background: #007;
|
||||
@ -140,8 +140,8 @@ div.routersummary h3 {
|
||||
div.routersummary h4 {
|
||||
border: 0;
|
||||
border-bottom: 0 !important;
|
||||
font-size: 9pt;
|
||||
letter-spacing: 0.05em;
|
||||
font-size: 8.5pt;
|
||||
letter-spacing: 0.03em;
|
||||
margin: -7px -9px -10px -9px !important;
|
||||
padding: 2px 3px 5px 3px;
|
||||
background: #005;
|
||||
@ -154,7 +154,7 @@ div.routersummary h4 {
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px -5px;
|
||||
margin: -1px -4px -4px -4px;
|
||||
width: 185px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
@ -178,7 +178,7 @@ div.routersummary p {
|
||||
}
|
||||
|
||||
div.routersummary a:link, div.routersummary a:visited {
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
|
||||
text-shadow: 0px 0px 1px rgba(192, 192, 255, 0.5);
|
||||
}
|
||||
|
||||
div.routersummary a:hover {
|
||||
@ -224,7 +224,7 @@ div.warning {
|
||||
}
|
||||
|
||||
div.main {
|
||||
margin: 0px 0px 20px 215px;
|
||||
margin: 0px 0px 20px 195px;
|
||||
padding: 0 15px 15px 25px;
|
||||
background: #002;
|
||||
text-align: left;
|
||||
@ -240,7 +240,7 @@ div.main textarea {
|
||||
}
|
||||
|
||||
div.news {
|
||||
margin: 0px 15px 20px 240px;
|
||||
margin: 0px 15px 20px 220px;
|
||||
padding: 20px 30px 20px 30px;
|
||||
border: 1px solid #99f;
|
||||
background: #004;
|
||||
@ -266,7 +266,7 @@ div.news li {
|
||||
|
||||
div.confignav {
|
||||
padding: 15px 10px !important;
|
||||
margin: 0 0 25px 0;
|
||||
margin: 0 0 15px 0;
|
||||
background: #004 url('images/darkbluebg.png');
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
@ -325,7 +325,7 @@ div.messages li {
|
||||
}
|
||||
|
||||
div.graphspanel {
|
||||
padding: 15px 15px 15px 15px;
|
||||
padding: 15px;
|
||||
margin: 10px 0px;
|
||||
background: #005;
|
||||
-moz-border-radius: 4px;
|
||||
@ -336,6 +336,12 @@ div.graphspanel {
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
-khtml-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.graphspanel form {
|
||||
text-align: left;
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
div.graphspanel img {
|
||||
@ -347,7 +353,7 @@ div.graphspanel img {
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
-khtml-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
opacity: 0.9;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
div.graphspanel img:hover {
|
||||
@ -361,6 +367,7 @@ div.graphspanel img:hover {
|
||||
box-shadow: inset 0px 0px 1px 1px #f60;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
width: 100%;
|
||||
@ -497,7 +504,7 @@ h1 {
|
||||
text-align: left;
|
||||
color: #fff;
|
||||
padding: 10px 15px;
|
||||
margin: 0 15px 25px 240px;
|
||||
margin: 0 15px 15px 220px;
|
||||
font-size: 16pt;
|
||||
font-weight: bold;
|
||||
font-style: normal;
|
||||
@ -529,7 +536,7 @@ h2 {
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
vertical-align: middle;
|
||||
margin: 25px 0 20px 0 !important;
|
||||
margin: 15px 0 10px 0 !important;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
-khtml-box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
box-shadow: inset 0px 0px 1px 0px #eef;
|
||||
@ -757,8 +764,8 @@ form {}
|
||||
}
|
||||
|
||||
.joblog {
|
||||
margin: 25px 0 25px 0;
|
||||
padding: 20px 30px 20px 30px !important;
|
||||
margin: 15px 0 15px 0;
|
||||
padding: 20px !important;
|
||||
border: 1px solid #99f;
|
||||
background-color: #004;
|
||||
background: url("images/darkbluebg.png");
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 512 B After Width: | Height: | Size: 563 B |
Binary file not shown.
Before Width: | Height: | Size: 514 B After Width: | Height: | Size: 597 B |
Binary file not shown.
Before Width: | Height: | Size: 579 B After Width: | Height: | Size: 640 B |
@ -119,21 +119,21 @@ div.routersummary hr {
|
||||
}
|
||||
|
||||
div.routersummary h3 {
|
||||
border: 0px solid #f00;
|
||||
/* border-bottom: 1px solid #99f !important;*/
|
||||
border: 0;
|
||||
font-size: 10pt;
|
||||
letter-spacing: 0.05em;
|
||||
letter-spacing: 0.04em;
|
||||
margin: -7px -9px -7px -9px;
|
||||
padding: 5px 0px 5px 0px;
|
||||
background: #c5d5fb;
|
||||
text-transform: uppercase;
|
||||
background-image: -moz-linear-gradient(top, bottom, from(#ddf), to(#c5d5fb), color-stop(25%, #c5d5fb), color-stop(100%, #ddf));
|
||||
}
|
||||
|
||||
div.routersummary h4 {
|
||||
border: 0px solid #f00;
|
||||
border-bottom: 0 !important;
|
||||
font-size: 9pt;
|
||||
letter-spacing: 0.05em;
|
||||
font-size: 8.5pt;
|
||||
letter-spacing: 0.02em;
|
||||
margin: -7px -9px -7px -9px !important;
|
||||
padding: 2px 3px 3px 3px;
|
||||
background: #c1d1f7;
|
||||
@ -145,7 +145,7 @@ div.routersummary h4 {
|
||||
div.routersummary table {
|
||||
border: 0;
|
||||
text-align: center !important;
|
||||
margin: -5px -5px;
|
||||
margin: -2px -4px;
|
||||
width: 185px !important;
|
||||
overflow: hidden;
|
||||
font-size: 8pt;
|
||||
@ -169,11 +169,11 @@ div.routersummary p {
|
||||
}
|
||||
|
||||
div.routersummary a:link, div.routersummary a:visited {
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.3);
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 32, 0.5);
|
||||
}
|
||||
|
||||
div.routersummary a:hover {
|
||||
text-shadow: 0px 0px 1px rgba(255, 96, 0, 0.7);
|
||||
text-shadow: 0px 0px 0.5px rgba(255, 255, 255, 0.7);
|
||||
color: #f60;
|
||||
}
|
||||
|
||||
|
@ -47,7 +47,7 @@ body {
|
||||
color: #f30;
|
||||
border-bottom: 3px solid #f30;
|
||||
border-top: 3px solid #f30;
|
||||
text-shadow: 0px 0px 1px rgba(255, 163, 0, 0.9);
|
||||
text-shadow: 0px 0px 1px rgba(255, 32, 0, 0.5);
|
||||
}
|
||||
|
||||
.snarkMessages {
|
||||
@ -95,7 +95,7 @@ th {
|
||||
border-top: 1px outset #001;
|
||||
border-bottom: 1px inset #001;
|
||||
background: #f60 url('/themes/console/images/tabletitleorange.png') repeat-x;
|
||||
text-align: right;
|
||||
/* text-align: right; */
|
||||
whitespace: nowrap;
|
||||
}
|
||||
|
||||
@ -107,7 +107,7 @@ th {
|
||||
|
||||
td {
|
||||
padding: 5px;
|
||||
text-align: right;
|
||||
/* text-align: right;*/
|
||||
}
|
||||
.snarkTorrentEven {
|
||||
background-color: #fb1;
|
||||
@ -139,8 +139,8 @@ td {
|
||||
color:#310;
|
||||
min-width: 800px !important;
|
||||
/* max-width: 800px !important; */
|
||||
margin: 20px;
|
||||
padding: 10px 20px 5px 20px;
|
||||
margin: 5px 0px;
|
||||
padding: 10px 10px 0px 10px;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
@ -224,7 +224,7 @@ img:hover{
|
||||
|
||||
|
||||
div.section {
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 10px;
|
||||
background: #ffe;
|
||||
border: 1px solid #001;
|
||||
@ -241,7 +241,7 @@ div.section {
|
||||
}
|
||||
|
||||
div.mainsection {
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 10px;
|
||||
background: #ffe;
|
||||
border: 1px solid #001;
|
||||
@ -258,7 +258,7 @@ div.mainsection {
|
||||
}
|
||||
|
||||
div.newtorrentsection {
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 10px;
|
||||
background: #ffe;
|
||||
border: 1px solid #001;
|
||||
@ -275,7 +275,7 @@ div.newtorrentsection {
|
||||
}
|
||||
|
||||
div.addtorrentsection {
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0 0 10px 0;
|
||||
padding: 10px;
|
||||
background: #ffe;
|
||||
border: 1px solid #001;
|
||||
@ -292,7 +292,7 @@ div.addtorrentsection {
|
||||
}
|
||||
|
||||
div.configsection {
|
||||
margin: 0 0 20px 0;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
background: #ffe;
|
||||
border: 1px solid #001;
|
||||
@ -317,7 +317,7 @@ div.configsection a:hover{
|
||||
}
|
||||
|
||||
.snarknavbar {
|
||||
margin: 5px 0 20px 0 !important;
|
||||
margin: 0 0 10px 0 !important;
|
||||
padding: 10px;
|
||||
border: 1px solid #001;
|
||||
-moz-border-radius: 4px;
|
||||
@ -326,4 +326,10 @@ div.configsection a:hover{
|
||||
background: #eef;
|
||||
-moz-box-shadow: inset 0px 0px 1px 0px #002;
|
||||
background: #ddf url('../console/light/images/tabletile.png');
|
||||
text-transform: uppercase !important;
|
||||
letter-spacing: 0.05em;
|
||||
font-weight: bold;
|
||||
font-size: 11pt;
|
||||
color: #001;
|
||||
text-shadow: 0px 0px 1px rgba(0, 0, 148, 0.9);
|
||||
}
|
||||
|
Reference in New Issue
Block a user