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

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

merge of '1dad9833f19c3370d3f1db58bc580c5b8c21c961'

     and 'aaedb6e8d35bd3cca935c418a7fdcd2895bf2067'
parents 8056fb95 9f46aa1e
No related branches found
No related tags found
No related merge requests found
...@@ -107,29 +107,38 @@ div.warning hr { ...@@ -107,29 +107,38 @@ div.warning hr {
} }
div.warning h3 { div.warning h3 {
border: 0;
border-bottom: 1px solid #fb7; border-bottom: 1px solid #fb7;
padding-bottom: 10px; padding-bottom: 10px;
padding-left: 0;
font-variant: small-caps;
text-transform: capitalize;
font-size: 12.5pt;
} }
/* console error messages */ /* console error messages */
div.sorry { div.sorry {
padding: 20px; padding: 20px 20px 20px 70px;
background: #003; background: #003;
margin: -2px 1px 0 200px; margin: 0 5px 0 200px;
border: 1px solid #99f; border: 1px solid #99f;
border-top: 0;
text-align: justify; text-align: justify;
-moz-box-shadow: inset 0px 0px 0px 1px #d00; -moz-box-shadow: inset 0px 0px 0px 1px #d00;
word-wrap: break-word; word-wrap: break-word;
font-weight: bold; font-weight: bold;
color: #eef; color: #eef;
background-image: url("../images/errortriangle.png");
background-position: 15px center;
background-repeat: no-repeat;
} }
div.sorry hr { div.sorry hr {
color: #eef; color: #99f;
background: #eef; background: #99f;
height: 1px; height: 1px;
border: 1px solid #99f; border: 0;
margin: 10px 0; margin: 10px 0;
} }
...@@ -536,9 +545,10 @@ h2 { ...@@ -536,9 +545,10 @@ h2 {
h3 { h3 {
font-size: 11pt; font-size: 11pt;
padding: 0 0px 5px 0px; padding: 5px;
border-bottom: 1px solid #99f; border: 1px solid #99f;
border-top: 0px solid #99f; border-right: 1px solid #77f;
border-bottom: 1px solid #77f;
letter-spacing: 0.04em; letter-spacing: 0.04em;
margin-bottom: 10px; margin-bottom: 10px;
font-weight: bold !important; font-weight: bold !important;
......
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