I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit e497680c authored by z3d's avatar z3d
Browse files

I2PTunnels updates to dark theme, start of enhancements to "service not found"

dialogs.
parent dbb9eefe
No related branches found
No related tags found
No related merge requests found
<html><head><title>I2PSnark Disabled</title>
<html><head><title>I2PSnark Anonymous BitTorrent Client Disabled</title>
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
</head>
<body>
I2PSnark is not running. Go to <a href="/configclients.jsp">the config clients page</a>
The I2PSnark Anonymous BitTorrent Client is not running. Please visit the <a href="/configclients.jsp">config clients page</a>
to start it.
</body></html>
......@@ -29,16 +29,18 @@ div.logo {
margin: 0em;
padding: .5em;
text-align: center;
display: none !important;
}
div.toolbar {
margin: 0em 0em 2em 0em;
font-weight: bold;
display: none !important;
}
div.routersummaryouter {
float: left;
width: 215px;
width: 200px;
margin: 0;
padding: 0;
border: 0;
......@@ -48,7 +50,7 @@ div.routersummaryouter {
div.routersummary {
background-color: #fafaff;
width: 195px;
width: 175px;
color: inherit;
margin: 0em;
padding: 5px;
......@@ -110,3 +112,7 @@ div.messages span.error {
div.messages span.notice {
font-style: italic;
}
h1 {
font-size: 16pt;
}
\ No newline at end of file
......@@ -23,7 +23,7 @@ div {
}
h4, label {
margin : 0px;
margin : 0;
padding : 4px 2px 2px 0px;
float : left;
width : 150px;
......@@ -99,6 +99,7 @@ div.statusNotRunning {
overflow : hidden;
color : #dd0000;
padding-top: 24px;
margin-top: 6px;
background: url('images/console_status_stopped.png') 0 0 no-repeat;
}
div.statusRunning {
......@@ -108,6 +109,7 @@ div.statusRunning {
overflow : hidden;
color : #00dd00;
padding-top: 24px;
margin-top: 6px;
background: url('images/console_status_running.png') 0 0 no-repeat;
}
div.statusStarting {
......@@ -117,6 +119,7 @@ div.statusStarting {
overflow : hidden;
color : #339933;
padding-top: 24px;
margin-top: 6px;
background: url('images/console_status_starting.png') 0 0 no-repeat;
}
......@@ -148,7 +151,7 @@ hr {
}
.control {
margin : 0 4px 0 0;
margin : 0 4px 0 4px;
padding : 0 0 2px 0;
overflow : hidden;
height : 20px;
......@@ -162,6 +165,7 @@ hr {
-moz-border-radius: 4px 4px 4px 4px;
border 1px solid #000022;
font-weight: bold;
margin-top: 8px;
}
.control:link {
......@@ -184,7 +188,7 @@ color:#ff6600
}
.panel {
width : 760px;
width : 800px;
margin : 16px auto 16px auto;
overflow : hidden;
text-align : left;
......@@ -239,7 +243,7 @@ color:#ff6600
}
.header {
-moz-border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px;
border 1px solid #ff0000;
}
......@@ -275,7 +279,7 @@ text-decoration: none;
select {
background-color: #001;
color: #eef;
margin: 0 2px 0 2px;
margin: 8px 2px 0 2px;
font-family: "Lucida Sans Unicode", Verdana, Tahoma, Helvetica, sans-serif;
border: 1px solid #99f;
}
......
......@@ -129,7 +129,8 @@
height : 24px;
width : 360px;
float : left;
margin-top: 6px;
margin-right: 5px;
}
/* Use Leary and Langridge content replacement methods (LIR)
......@@ -171,7 +172,7 @@
#tunnelListPage .descriptionField .text,
#tunnelListPage .destinationField input {
width : 450px;
width : 590px;
}
#tunnelListPage .descriptionField label,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment