Skip to content
Snippets Groups Projects
Commit 62b72a6e authored by Andre Brait's avatar Andre Brait
Browse files

Restoring original printable tutorial CSS

parent 42903947
No related branches found
No related tags found
No related merge requests found
@page {
size: A4;
}
body {
width: 21cm;
margin-left: auto;
margin-right: auto;
}
.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
......@@ -58,7 +48,7 @@ h2.news {
font-variant: normal;
text-transform: none;
margin-top: 50px;
margin-bottom: 0px;
margin-bottom: 0;
}
h3 {
......@@ -90,6 +80,11 @@ h3 {
text-transform: none;
}
.blue {
color: #000077;
background-color: #000077;
}
tr.height80 {
height: 80px;
}
......@@ -137,29 +132,26 @@ ol.extra-space li {
table.showEmptyCells {
empty-cells: show;
margin-top: 0px;
margin-top: 0;
}
td.menu {
text-align: left;
/*vertical-align:center;*/
}
td.subMenu {
text-align: left;
text-indent: 10pt;
/*vertical-align:center;*/
}
td.subsubMenu {
text-align: left;
text-indent: 20pt;
/*vertical-align:center;*/
}
/* The style of the page-text */
td.bodyText {
font-size: 11pt;
font-size: 10pt;
}
/* Text that should be small */
......@@ -168,7 +160,11 @@ td.bodyText {
}
table td {
font-size: 11pt;
font-size: 10pt;
}
.bodyText {
font-size: 10pt;
}
.subsubBody {
......@@ -208,12 +204,12 @@ table td {
}
.question {
font-size: 11pt;
font-size: 10pt;
font-weight: bold;
}
.answer {
font-size: 11pt;
font-size: 10pt;
}
.messageText {
......@@ -297,7 +293,7 @@ table td {
.note_nav_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
font-size: 10pt;
color: #000077;
text-decoration: none;
border-bottom: none;
......@@ -309,7 +305,7 @@ table td {
.text_nav_link {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
font-size: 10pt;
color: #000077;
text-decoration: none;
border-bottom: none;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment