|
|
|
@ -22,6 +22,7 @@ body {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
letter-spacing: 0.05em;
|
|
|
|
|
color: #acacac;
|
|
|
|
|
background-color: white;
|
|
|
|
|
font-variant: small-caps;
|
|
|
|
|
padding: 0 1em;
|
|
|
|
|
text-align: left;
|
|
|
|
@ -60,7 +61,8 @@ body {
|
|
|
|
|
|
|
|
|
|
#content a {
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
color: #000000;
|
|
|
|
|
color: black;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
@ -72,6 +74,7 @@ body {
|
|
|
|
|
|
|
|
|
|
#content a:visited {
|
|
|
|
|
color: #acacac;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content p {
|
|
|
|
@ -84,11 +87,13 @@ body {
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-top: 1px solid #5e5e5e;
|
|
|
|
|
border-bottom: 1px solid #5e5e5e;
|
|
|
|
|
color: inherit;
|
|
|
|
|
background-color: #ACE149;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#menu a:link, #menu a:visited {
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
background-color: white;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border: none;
|
|
|
|
@ -98,6 +103,7 @@ body {
|
|
|
|
|
|
|
|
|
|
#menu a:hover {
|
|
|
|
|
color: #8e8e8e;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words {
|
|
|
|
@ -126,7 +132,7 @@ body {
|
|
|
|
|
#words ul li {
|
|
|
|
|
padding: 0 1em;
|
|
|
|
|
line-height: 1.7em;
|
|
|
|
|
link-style-image: url(cryptobox-img/list.gif);
|
|
|
|
|
list-style-image: url(cryptobox-img/list.gif);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
@ -140,12 +146,12 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a:link, #footer a:visited {
|
|
|
|
|
color: white;
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 4px;
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer a:hover {
|
|
|
|
@ -154,6 +160,7 @@ body {
|
|
|
|
|
|
|
|
|
|
#confirmtext span {
|
|
|
|
|
color: red;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -166,12 +173,14 @@ body {
|
|
|
|
|
padding-top: 10px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
color: #707070;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .warning,.error,.success {
|
|
|
|
|
border: 1px dashed #808080;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
@ -180,25 +189,28 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .warning {
|
|
|
|
|
color: inherit;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .error {
|
|
|
|
|
color: inherit;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .success {
|
|
|
|
|
/* background-color: #90EE90; */
|
|
|
|
|
/* color: inherit;
|
|
|
|
|
background-color: #90EE90; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words div.warning,div.error,div.success h1,h2 {
|
|
|
|
|
color: #808080;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .warning,.error,.success a {
|
|
|
|
|
// TODO: WHY line-height???
|
|
|
|
|
// line-height: 5em;
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
@ -207,6 +219,7 @@ body {
|
|
|
|
|
#words .note {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #F48659;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -215,46 +228,47 @@ body {
|
|
|
|
|
input {
|
|
|
|
|
border: 1px solid #BFBFBF;
|
|
|
|
|
color: #949494;
|
|
|
|
|
background: #fff;
|
|
|
|
|
background-color: white;
|
|
|
|
|
padding: 2px 5px 1px 5px;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:hover {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: 1px solid #ACE149;
|
|
|
|
|
color: #7DA721;
|
|
|
|
|
background-color: white;
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
|
font-family: arial, verdana, helvetica;
|
|
|
|
|
font-family: arial, verdana, helvetica, sans-serif;
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
border: 1px solid #BFBFBF;
|
|
|
|
|
color: #949494;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
padding: 2px 5px 1px 5px;
|
|
|
|
|
width: 450px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
textarea:hover {
|
|
|
|
|
background: #fff;
|
|
|
|
|
border: 1px solid #ACE149;
|
|
|
|
|
color: #7DA721;
|
|
|
|
|
background-color: white;
|
|
|
|
|
border: 1px solid #ACE149;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button {
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
background-color: #ACE149;
|
|
|
|
|
border: 1px solid #5e5e5e;
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
button:hover {
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
background-color: #D0F0A0;
|
|
|
|
|
border: 1px solid #ACE149;
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
font-size: 0.8em;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: pointer;
|
|
|
|
@ -280,12 +294,14 @@ button:hover {
|
|
|
|
|
|
|
|
|
|
#lang a {
|
|
|
|
|
color: #acacac;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
font-family: verdana, lucida, arial, helvetica, sans-serif;
|
|
|
|
|
font-size: smaller;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#lang a:hover {
|
|
|
|
|
color: #707070;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -328,6 +344,7 @@ button:hover {
|
|
|
|
|
#words a.popup {
|
|
|
|
|
line-height: inherit;
|
|
|
|
|
color: inherit;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
text-decoration: inherit;
|
|
|
|
|
font-weight: inherit;
|
|
|
|
|
font-size: inherit;
|
|
|
|
@ -361,5 +378,6 @@ button:hover {
|
|
|
|
|
|
|
|
|
|
#words a.popup span h3 {
|
|
|
|
|
color: #909090;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|