LAM style

This commit is contained in:
Roland Gruber 2011-07-06 08:48:15 +00:00
parent aae56a0d61
commit 5c8cafb3c0
1 changed files with 20 additions and 20 deletions

View File

@ -156,9 +156,9 @@ table.page table.body h3.title {
text-align: center; text-align: center;
margin: 0px; margin: 0px;
padding: 10px; padding: 10px;
color: #FFFFFF; color: black;
background-color: #000088; background-color: #F3F3F3;
border: 1px solid #000000; border: 1px solid #CCCCCC;
font-weight: normal; font-weight: normal;
font-size: 150%; font-size: 150%;
} }
@ -167,12 +167,12 @@ table.page table.body h3.subtitle {
text-align: center; text-align: center;
margin: 0px; margin: 0px;
margin-bottom: 15px; margin-bottom: 15px;
font-size: 75%; font-size: 13px;
color: #FFFFFF; color: black;
border-bottom: 1px solid #000000; border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #000000; border-left: 1px solid #CCCCCC;
border-right: 1px solid #000000; border-right: 1px solid #CCCCCC;
background: #000088; background: #F3F3F3;
padding: 4px; padding: 4px;
font-weight: normal; font-weight: normal;
} }
@ -688,7 +688,7 @@ span.hint {
/* After input results */ /* After input results */
div.execution_time { div.execution_time {
font-size: 75%; font-size: 13px;
font-weight: normal; font-weight: normal;
text-align: left; text-align: left;
} }
@ -775,8 +775,8 @@ table.result_table tr.highlight td {
} }
table.result_table td.heading { table.result_table td.heading {
color: #FFFFFF; color: black;
background-color: #000088; background-color: #F3F3F3;
font-size: 12px; font-size: 12px;
} }
@ -786,8 +786,8 @@ table.result_table td.value {
} }
table.result_table tr.heading { table.result_table tr.heading {
color: #FFFFFF; color: black;
background-color: #000088; background-color: #F3F3F3;
font-size: 12px; font-size: 12px;
font-weight: bold; font-weight: bold;
} }
@ -853,7 +853,7 @@ table.result_table ul.list li {
} }
table.result_table ul.list li small { table.result_table ul.list li small {
font-size: 75%; font-size: 13px;
color: #707070; color: #707070;
} }
@ -897,11 +897,11 @@ div.popup h3.subtitle {
text-align: center; text-align: center;
margin: 0px; margin: 0px;
margin-bottom: 15px; margin-bottom: 15px;
color: #FFFFFF; color: black;
border-bottom: 1px solid #000000; border-bottom: 1px solid #CCCCCC;
border-left: 1px solid #000000; border-left: 1px solid #CCCCCC;
border-right: 1px solid #000000; border-right: 1px solid #CCCCCC;
background: #000088; background: #F3F3F3;
padding: 4px; padding: 4px;
font-weight: normal; font-weight: normal;
} }