From 4bf73cfd794a8ecb90c856d97e2aabdcb443f8e8 Mon Sep 17 00:00:00 2001 From: Christian Maierhofer Date: Fri, 16 Jan 2015 08:32:36 +0100 Subject: modified handbook --- id/server/doc/handbook/common/MOA.css | 85 +++++++++++++++++++++++------------ 1 file changed, 57 insertions(+), 28 deletions(-) (limited to 'id/server/doc/handbook/common/MOA.css') diff --git a/id/server/doc/handbook/common/MOA.css b/id/server/doc/handbook/common/MOA.css index 03390e729..f8fd01d8c 100644 --- a/id/server/doc/handbook/common/MOA.css +++ b/id/server/doc/handbook/common/MOA.css @@ -7,24 +7,29 @@ body { - font-family: sans-serif; + font-family: "Roboto", sans-serif; + color: #000; font-size: medium; - font-weight: normal; + font-weight: 300; margin-left: 0px; margin-right: 0px; margin-top: 0px; background-color: white; + letter-spacing: 0.05em; } - +b{ + font-weight: 500; +} p { margin-top: 0pt; margin-bottom: 0.5em; - text-align: justify + text-align: justify; + } .centeredimage{ @@ -49,6 +54,12 @@ p list-style-type: none; } +td{ + font-weight: 300; +} + + + pre { font-family: "Courier New", monospace; @@ -93,6 +104,7 @@ table.configtable{ border-style:solid; border-color: #404040; border-width: 2px; + font-family: "Roboto",sans-serif } table.configtable th{ border-style:solid; @@ -100,6 +112,10 @@ table.configtable th{ border-width: 2px; padding:3px; } +table.configtable th{ + font-weight: 300; + font-size: 120%; +} table.configtable td{ border-style:solid; border-color: #404040; @@ -107,52 +123,64 @@ table.configtable td{ border-left-width: 2px; border-right-width: 2px; padding:3px; + font-weight: 300; } th { text-align: left; + +} + +h1 +{ + font-size: 220%; + font-weight: 400; } h2 { - - font-size: 150%; - font-weight: bold; + letter-spacing: 1px; + font-size: 170%; + font-weight: 300; } h3 { - - font-size: 133%; - font-weight: bolder; + letter-spacing: 1px; + font-size: 160%; + font-weight: 300; } h4 { - font-size: 110%; - font-weight: bolder; + letter-spacing: 1px; + font-size: 150%; + font-weight: 300; } h5 { - font-size: 100%; - font-weight: bolder; + letter-spacing: 1px; + font-size: 140%; + font-weight: 300; } h6 { - font-size: 90%; - font-weight: bold; + letter-spacing: 1px; + font-size: 130%; + font-weight: 300; } code { - font-family: "Courier New", Courier, monospace; + font-family: "Roboto","Courier New", Courier, monospace; font-size: 90%; + font-weight: 400; color: #000000; } @@ -176,7 +204,8 @@ dt a{ ol { margin-top: 0.5em; - margin-bottom: 0.5em + margin-bottom: 0.5em; + padding-left:0.8em; } ol.alpha @@ -206,7 +235,7 @@ a{ text-align: left; font-size: 200%; color: #000000; - font-family: sans-serif; + font-family: "Roboto", sans-serif; margin-top: 0.4em; margin-bottom: 0.4em; } @@ -216,7 +245,7 @@ a{ text-align: left; font-size: 133%; color: #000000; - font-family: sans-serif; + font-family: "Roboto", sans-serif; margin-top: 0.4em; margin-bottom: 0.4em } @@ -229,7 +258,7 @@ a{ .example { - font-family: "Courier New", monospace; + font-family: "Roboto", sans-serif; background-color: #CCFFFF; color: #000000; margin: 0pt 0pt; @@ -247,7 +276,7 @@ a{ .documentinfo { - font-family: sans-serif; + font-family: "Roboto", sans-serif; font-size: 100%; } @@ -295,7 +324,7 @@ a{ .strongerterm { font-style: italic; - font-weight: 600; + font-weight: 500; } @@ -323,8 +352,8 @@ a{ .added12 { color: #FF0000; - text-decoration: underline -; background-color: #F8F0FF + text-decoration: underline; + background-color: #F8F0FF; } .deleted12 @@ -352,8 +381,8 @@ li.faq { color: #000080; font-size: 100%; - font-family: sans-serif; - font-weight: normal; + font-family: "Roboto", sans-serif; + font-weight: 300; margin-bottom: 0.4em; } /*********************************/ @@ -371,7 +400,7 @@ li.faq #headline h1 { color: #404040; padding-right: 1em; - padding-top: 0.3em; + padding-top: 0.15em; margin-bottom: 0; float: right; } -- cgit v1.2.3