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

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

Ensure border-radius and variants are universally applied.

parent ca7593cd
No related branches found
No related tags found
No related merge requests found
......@@ -147,14 +147,16 @@ div.news li {
}
div.confignav {
padding: 0 15px;
margin: 0 0px 25px 0;
padding: 15px 10px !important;
margin: 0 0 25px 0;
background: #004 url('images/darkbluebg.png');
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
font-size: 8pt !important;
line-spacing: 150% !important;
font-size: 10pt !important;
font-weight: bold !important;
line-height: 160% !important;
}
div.configure {
......@@ -162,6 +164,8 @@ div.configure {
margin: 10px 0px;
background: #005;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
}
......@@ -170,6 +174,7 @@ div.messages {
margin: 10px 0 20px 0;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
background: #008 url('images/lightbluetile.png');
}
......@@ -368,7 +373,6 @@ button:active {
border-bottom: 1px solid #eeeeff;
padding: 5px 0px 5px 0px;
margin: 0px 0px 10px 0px;
-moz-border-radius: 4px;
}
.langbox {
......
......@@ -55,13 +55,11 @@ div.toolbar a:link {
}
div.toolbar a:visited {
line-height: 250%;
background: #ddf;
}
div.toolbar a:hover{
border: 1px solid #eeeeff;
line-height: 250%;
background: #003;
color: #f60;
}
......@@ -93,6 +91,7 @@ div.routersummary {
clear: left;/* fixes a bug in Opera */
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
float: left;
-moz-box-shadow: inset 0px 0px 16px 1px #eef;
}
......@@ -153,19 +152,25 @@ div.news li {
}
div.confignav {
padding: 0 15px;
margin: 0 0px 25px 0;
background: #ddddff url('images/tabletile.png');
padding: 15px 10px !important;
margin: 0 0 25px 0;
background: #ddf url('images/tabletile.png');
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #000022;
font-size: 10pt !important;
font-weight: bold !important;
line-height: 160% !important;
}
div.configure {
padding: 1em;
padding: 15px 10px !important;
margin: 10px 0px 25px 0;
background: #ddf;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #000022;
}
......@@ -174,6 +179,8 @@ div.messages {
margin: 10px 0 20px 0;
background: #ddf;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #000033;
background: #008 url('images/lightbluetile.png');
}
......@@ -183,6 +190,7 @@ div.messages {
margin: 10px 0 20px 0;
-moz-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #99f;
background: #008 url('images/lightbluetile.png');
}
......
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