X-Git-Url: http://git.demorecorder.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Ftutorial%2Fxcb.css;h=e059b3b336e7a823140c6445da1084dd3c4d57cd;hb=25e59ccc0dc8baf344145d6d739229e8120330db;hp=84352c5a05cfd5d779f884d7a27ca50f31296ee6;hpb=47ceed78612d48dcda62cc2686fc527d61abe38b;p=free-sw%2Fxcb%2Flibxcb diff --git a/doc/tutorial/xcb.css b/doc/tutorial/xcb.css old mode 100755 new mode 100644 index 84352c5..e059b3b --- a/doc/tutorial/xcb.css +++ b/doc/tutorial/xcb.css @@ -21,6 +21,21 @@ div.section li.title font-weight: bold; font-size: 22px; } +div.section li.title p +{ + font-weight: normal; + font-size: 16px; +} +div.section li.title ul +{ + font-weight: normal; + font-size: 16px; +} +div.section li.title ol +{ + font-weight: normal; + font-size: 16px; +} div.section li.subtitle { font-weight: bold; @@ -34,6 +49,7 @@ div.section li.subsubtitle div.comp { border: thin solid #000000; + color: #000000; background-color: #ffffe0; padding: 14px; } @@ -43,17 +59,21 @@ div.comp div.title font-size: 16px; text-align: center; } -div.comp div.xlib +div.comp div.xlib ul li { font-family: monospace; + font-size: 12px; + font-weight: bold; position: absolute; width: 49%; margin-left: 0px; margin-top: 10px; } -div.comp div.xcb +div.comp div.xcb ul li { font-family: monospace; + font-size: 12px; + font-weight: bold; position: relative; margin-left: 51%; margin-top: 10px; @@ -61,22 +81,43 @@ div.comp div.xcb pre.code { border: thin solid #000000; + color: #000000; background-color: #efefef; padding: 4px; text-align: left; - font-size: 10; + font-size: 10px; } pre.text { border: thin solid #000000; + color: #000000; background-color: #efefef; padding: 4px; text-align: left; - font-size: 10; + font-size: 10px; } span.code { font-family: monospace; - font-size: 10; + font-size: 12px; +} +pre.code .type +{ + color: #44bb44; +} +pre.code .function +{ + color: #449fb7; +} +pre.code .include +{ + color: #7d93ae; +} +pre.code .string +{ + color: #ef6e4b; +} +pre.code .keyword +{ + color: #00bbbb; } -