diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-08-08 14:42:07 +0300 |
| commit | a6163888f3c56123b1db313743c6147ba498732c (patch) | |
| tree | ff7d15d991d1d09ba6cbc0cec80924f57445bfdd /third_party/ptpd-1.1.0/doc/stylesheet.css | |
| parent | c3e4c9a25c2910d2d66d52215b3406b13d5b23d5 (diff) | |
Add third_party libs
Diffstat (limited to 'third_party/ptpd-1.1.0/doc/stylesheet.css')
| -rw-r--r-- | third_party/ptpd-1.1.0/doc/stylesheet.css | 74 |
1 files changed, 74 insertions, 0 deletions
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;
+}
+
|
