wiki: modify css files for improved rending with LHelp

git-svn-id: trunk@49428 -
This commit is contained in:
wp 2015-06-24 10:00:02 +00:00
parent 75347d7f7c
commit 6208cb0d09
3 changed files with 81 additions and 40 deletions

View File

@ -31,7 +31,8 @@ body[lang="he"], body[lang="ar"]
p {
line-height: 1.25em;
margin: 0.5em 0 0.5em 0;
margin: 5px 0 5px 0;
/* margin: 0.5em 0 0.5em 0;*/
}
a {
@ -84,22 +85,27 @@ h1 {
#content h1{
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:150%;
margin-bottom: 0.6em;
margin-bottom: 10px;
/* margin-bottom: 0.6em;*/
}
h2{
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:130%;
font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size: 130%;
color: navy;
margin-bottom: 0.3em;
marginm-top: 25px;
margin-bottom: 10px;
/* margin-bottom: 0.3em;*/
border-bottom: 1px solid #CCCCCC;
}
h3 {
font-family: sans-serif;
font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:120%;
color: navy;
margin-bottom: 0.3em;
margin-top: 15px;
margin-bottom: 5px;
/* margin-bottom: 0.3em;*/
}
h4, h5, h6, .subTitle{
@ -107,7 +113,8 @@ h4, h5, h6, .subTitle{
font-size:100%;
font-weight:bold;
color: navy;
margin-bottom: 0.3em;
margin-bottom: 5px;
/* margin-bottom: 0.3em;*/
}
@ -117,9 +124,11 @@ pre, .pascal {
background-color: #F9F9F9;
border: 1px dashed #2F6FAB;
color: black;
padding: 1em;
/*padding: 1em;*/
padding: 10px;
overflow: auto;
line-height: 1.25em;
/* line-height: 1.25em;*/
line-height: 125%;
}
.num {
@ -175,7 +184,8 @@ span.keypress {
border: 0.2em outset #cecbc7;
background: #f0ece8;
padding: 0.1em 0.4em;
font-size: 0.8em;
font-size: 80%;
/* font-size: 0.8em;*/
white-space: nowrap;
}
@ -211,8 +221,10 @@ div.image {
/* roadmap.css */
table {
margin-top: 1em;
margin-bottom: 1em;
/* margin-top: 1em;
margin-bottom: 1em;*/
margin-top: 10px;
margin-bottom: 10px;
border-collapse: collapse;
padding: 4px;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
@ -226,11 +238,13 @@ th {
background-color: lightgrey;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 10pt;
font-weight: bold;
}
td {
border: 1px solid #999;
border-collapse: collapse;
background-color: #F7F7F7;
padding: 3px;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 10pt;

View File

@ -31,7 +31,8 @@ body[lang="he"], body[lang="ar"]
p {
line-height: 1.25em;
margin: 0.5em 0 0.5em 0;
margin: 5px 0 5px 0;
/* margin: 0.5em 0 0.5em 0;*/
}
a {
@ -84,22 +85,27 @@ h1 {
#content h1{
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:150%;
margin-bottom: 0.6em;
margin-bottom: 10px;
/* margin-bottom: 0.6em;*/
}
h2{
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:130%;
font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size: 130%;
color: navy;
margin-bottom: 0.3em;
marginm-top: 25px;
margin-bottom: 10px;
/* margin-bottom: 0.3em;*/
border-bottom: 1px solid #CCCCCC;
}
h3 {
font-family: sans-serif;
font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:120%;
color: navy;
margin-bottom: 0.3em;
margin-top: 15px;
margin-bottom: 5px;
/* margin-bottom: 0.3em;*/
}
h4, h5, h6, .subTitle{
@ -107,7 +113,8 @@ h4, h5, h6, .subTitle{
font-size:100%;
font-weight:bold;
color: navy;
margin-bottom: 0.3em;
margin-bottom: 5px;
/* margin-bottom: 0.3em;*/
}
@ -117,9 +124,11 @@ pre, .pascal {
background-color: #F9F9F9;
border: 1px dashed #2F6FAB;
color: black;
padding: 1em;
/*padding: 1em;*/
padding: 10px;
overflow: auto;
line-height: 1.25em;
/* line-height: 1.25em;*/
line-height: 125%;
}
.num {
@ -175,7 +184,8 @@ span.keypress {
border: 0.2em outset #cecbc7;
background: #f0ece8;
padding: 0.1em 0.4em;
font-size: 0.8em;
font-size: 80%;
/* font-size: 0.8em;*/
white-space: nowrap;
}
@ -186,7 +196,6 @@ div.categories {
padding: 1em;
padding-top: 0.75em;
line-height: 1.25em;
font-color: #2F6FAB;
}
@ -212,8 +221,10 @@ div.image {
/* roadmap.css */
table {
margin-top: 1em;
margin-bottom: 1em;
/* margin-top: 1em;
margin-bottom: 1em;*/
margin-top: 10px;
margin-bottom: 10px;
border-collapse: collapse;
padding: 4px;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
@ -227,11 +238,13 @@ th {
background-color: lightgrey;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 10pt;
font-weight: bold;
}
td {
border: 1px solid #999;
border-collapse: collapse;
background-color: #F7F7F7;
padding: 3px;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 10pt;

View File

@ -31,7 +31,8 @@ body[lang="he"], body[lang="ar"]
p {
line-height: 1.25em;
margin: 0.5em 0 0.5em 0;
margin: 5px 0 5px 0;
/* margin: 0.5em 0 0.5em 0;*/
}
a {
@ -84,22 +85,27 @@ h1 {
#content h1{
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:150%;
margin-bottom: 0.6em;
margin-bottom: 10px;
/* margin-bottom: 0.6em;*/
}
h2{
font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:130%;
font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size: 130%;
color: navy;
margin-bottom: 0.3em;
marginm-top: 25px;
margin-bottom: 10px;
/* margin-bottom: 0.3em;*/
border-bottom: 1px solid #CCCCCC;
}
h3 {
font-family: sans-serif;
font-family: "Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
font-size:120%;
color: navy;
margin-bottom: 0.3em;
margin-top: 15px;
margin-bottom: 5px;
/* margin-bottom: 0.3em;*/
}
h4, h5, h6, .subTitle{
@ -107,7 +113,8 @@ h4, h5, h6, .subTitle{
font-size:100%;
font-weight:bold;
color: navy;
margin-bottom: 0.3em;
margin-bottom: 5px;
/* margin-bottom: 0.3em;*/
}
@ -117,9 +124,11 @@ pre, .pascal {
background-color: #F9F9F9;
border: 1px dashed #2F6FAB;
color: black;
padding: 1em;
/*padding: 1em;*/
padding: 10px;
overflow: auto;
line-height: 1.25em;
/* line-height: 1.25em;*/
line-height: 125%;
}
.num {
@ -175,7 +184,8 @@ span.keypress {
border: 0.2em outset #cecbc7;
background: #f0ece8;
padding: 0.1em 0.4em;
font-size: 0.8em;
font-size: 80%;
/* font-size: 0.8em;*/
white-space: nowrap;
}
@ -211,8 +221,10 @@ div.image {
/* roadmap.css */
table {
margin-top: 1em;
margin-bottom: 1em;
/* margin-top: 1em;
margin-bottom: 1em;*/
margin-top: 10px;
margin-bottom: 10px;
border-collapse: collapse;
padding: 4px;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
@ -226,11 +238,13 @@ th {
background-color: lightgrey;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 10pt;
font-weight: bold;
}
td {
border: 1px solid #999;
border-collapse: collapse;
background-color: #F7F7F7;
padding: 3px;
font-family: "Segoe UI", "Trebuchet MS", Arial, Verdana, sans-serif;
font-size: 10pt;