Readme (eng): Tidy up layout, update text. Theme tweaks.

This commit is contained in:
z3d
2010-11-26 07:00:44 +00:00
parent ab57b55e64
commit d49c4f4658
3 changed files with 63 additions and 51 deletions

View File

@@ -399,7 +399,7 @@ div.messages {
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #494;
background: #000;/* url('images/lightbluetile.png');*/
background: #000 /*url('images/infotile.png') center left no-repeat;*/
font-weight: bold;
font-size: 9pt;
color: #ddf;
@@ -417,8 +417,8 @@ div.messages li {
text-align: justify !important;
font-weight: bold;
list-style: url(images/warning_dark.png) !important;
margin: 0 10px 0 35px !important;
padding: 5px 10px !important;
margin: 0 5px 0 50px !important;
padding: 0 10px 0 0 !important;
border: 0px !important;
}
@@ -542,13 +542,21 @@ div.main li {
text-align: left;
list-style: square;
margin: 2px 0px 2px 30px;
padding: 1px 20px 1px 0px;
padding: 1px 20px 10px 0px;
/* line-height: 150%;*/
word-wrap: break-word;
}
div.main li b {
color: #d60 !important;
letter-spacing: 0.07em;
font-size: 9.5pt;
line-height: 200%;
}
.tidylist {
text-align: justify !important;
line-height: 150%;
}
.tidylist:first-child {
@@ -556,7 +564,7 @@ div.main li {
}
.tidylist:last-child {
padding-bottom: 5px;
padding-bottom: 10px;
}
ol {
@@ -573,8 +581,9 @@ ul {
code {
text-align: left;
font: 8.5pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
color: #dd0;
padding: 0 5px;
}
a:link, h2 a:link{
@@ -762,7 +771,7 @@ hr {
background: #494;
height: 1px;
border: 0px solid #494;
margin: 10px 0;
margin: 20px 0 10px;
}
hr:last-child {

View File

@@ -506,6 +506,12 @@ div.messages li, div.messages ul {
margin: -10px 0 0 0;
}
div.main li b{
color: #bb7 !important;
letter-spacing: 0.07em;
font-size: 9.5pt;
}
div.messages span.error {
color: #d00000;
}
@@ -537,8 +543,8 @@ h2 {
border-top: 1px solid #99f;
border-left: 1px solid #99f;
background: #000008;
font-variant: small-caps;
text-transform: capitalize;
/* font-variant: small-caps; */
text-transform: uppercase;
letter-spacing: 0.07em;
}
@@ -551,7 +557,7 @@ h3 {
letter-spacing: 0.04em;
margin-bottom: 10px;
font-weight: bold !important;
text-transform: capitalize;
text-transform: uppercase;
}
h3 a {
@@ -738,10 +744,10 @@ p {
}
.langbox {
margin: 17px -30px 0px 5px;
margin: 17px 0px 0px 5px;
color: #eef;
font-size: 7pt;
width: 280px;
width: 240px;
text-align: center;
float: right;
valign: middle;
@@ -760,6 +766,11 @@ p {
.links li {
list-style-image: url("images/link.png") !important;
padding-right: 20px !important;
}
.links li:last-child {
padding-bottom: 10px !important;
}
a:link{
@@ -871,3 +882,11 @@ table li:last-child{
table ul {
font-size: 8.5pt;
}
code {
text-align: left;
font: 9pt "Lucida Console", "DejaVu Sans Mono", Courier, mono;
color: #0d0;
padding: 0 5px;
}