|
|
|
@ -22,7 +22,6 @@ body {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
letter-spacing: 0.05em;
|
|
|
|
|
color: #acacac;
|
|
|
|
|
background-color: white;
|
|
|
|
|
font-variant: small-caps;
|
|
|
|
|
padding: 0 1em;
|
|
|
|
|
text-align: left;
|
|
|
|
@ -62,7 +61,6 @@ body {
|
|
|
|
|
#content a {
|
|
|
|
|
line-height: 1.2em;
|
|
|
|
|
color: black;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
@ -74,7 +72,6 @@ body {
|
|
|
|
|
|
|
|
|
|
#content a:visited {
|
|
|
|
|
color: #acacac;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content p {
|
|
|
|
@ -87,7 +84,6 @@ body {
|
|
|
|
|
text-align: center;
|
|
|
|
|
border-top: 1px solid #5e5e5e;
|
|
|
|
|
border-bottom: 1px solid #5e5e5e;
|
|
|
|
|
color: inherit;
|
|
|
|
|
background-color: #ACE149;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -103,7 +99,6 @@ body {
|
|
|
|
|
|
|
|
|
|
#menu a:hover {
|
|
|
|
|
color: #8e8e8e;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words {
|
|
|
|
@ -147,7 +142,6 @@ body {
|
|
|
|
|
|
|
|
|
|
#footer a:link, #footer a:visited {
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
margin: 5px;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
border: none;
|
|
|
|
@ -160,7 +154,6 @@ body {
|
|
|
|
|
|
|
|
|
|
#confirmtext span {
|
|
|
|
|
color: red;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -173,14 +166,12 @@ 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;
|
|
|
|
@ -189,28 +180,24 @@ body {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .warning {
|
|
|
|
|
color: inherit;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .error {
|
|
|
|
|
color: inherit;
|
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .success {
|
|
|
|
|
/* color: inherit;
|
|
|
|
|
background-color: #90EE90; */
|
|
|
|
|
/* nice green color - but no one likes it right?
|
|
|
|
|
background-color: #90EE90; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words div.warning,div.error,div.success h1,h2 {
|
|
|
|
|
color: #808080;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#words .warning,.error,.success a {
|
|
|
|
|
color: #5e5e5e;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 0.9em;
|
|
|
|
@ -219,7 +206,6 @@ body {
|
|
|
|
|
#words .note {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #F48659;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
font-style: italic;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -245,7 +231,6 @@ textarea {
|
|
|
|
|
font-size: 1.1em;
|
|
|
|
|
border: 1px solid #BFBFBF;
|
|
|
|
|
color: #949494;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
padding: 2px 5px 1px 5px;
|
|
|
|
|
width: 450px;
|
|
|
|
|
}
|
|
|
|
@ -294,14 +279,12 @@ 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;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -378,6 +361,5 @@ button:hover {
|
|
|
|
|
|
|
|
|
|
#words a.popup span h3 {
|
|
|
|
|
color: #909090;
|
|
|
|
|
background-color: inherit;
|
|
|
|
|
margin-top: 0px;
|
|
|
|
|
}
|
|
|
|
|