From a6163888f3c56123b1db313743c6147ba498732c Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Fri, 8 Aug 2014 14:42:07 +0300 Subject: Add third_party libs --- third_party/ptpd-1.1.0/doc/stylesheet.css | 74 +++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 third_party/ptpd-1.1.0/doc/stylesheet.css (limited to 'third_party/ptpd-1.1.0/doc/stylesheet.css') diff --git a/third_party/ptpd-1.1.0/doc/stylesheet.css b/third_party/ptpd-1.1.0/doc/stylesheet.css new file mode 100644 index 0000000..3f86770 --- /dev/null +++ b/third_party/ptpd-1.1.0/doc/stylesheet.css @@ -0,0 +1,74 @@ +body { + margin-left: 0px; + margin-top: 0px; + margin-right: 0px; + margin-bottom: 0px; + background-color: #ffffff; + color: #000000; +} + +a:link { + text-decoration: none; +} +a:visited { + text-decoration: none; +} +a:hover { + text-decoration: underline; +} +a:active { + text-decoration: none; +} + +.vline { + background-color: #000000; + width: 1px; +} + +.info_table { + background-color: #fafae0; +} + +.info_text { + font-family: sans-serif; + font-size: small; + color: #555555; + margin: 0px; +} + +.title_text { + font-family: sans-serif; + font-size: 60px; +} + +.subtitle_text { + font-family: sans-serif; + font-size: 20px; +} + +.sidebar_table { + background-color: #ffffff; + margin: 20px; +} + +.sidebar_heading { + font-family: sans-serif; + color: #000000; + font-weight: bold; + margin: 3px; + white-space: nowrap +} + +.sidebar_link { + font-family: sans-serif; + color: #000000; + margin: 3px; + margin-left: 6px; + white-space: nowrap +} + +.content_table { + background-color: #ffffff; + margin: 40px; +} + -- cgit v1.3.1