summaryrefslogtreecommitdiffstats
path: root/libcxx
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-05-11 20:29:17 +0000
committerChris Lattner <sabre@nondot.org>2010-05-11 20:29:17 +0000
commit1f3e58543d02d7025aec5dbeca3151c04cbf8747 (patch)
tree3c5e89d8508766d546bfd30f0f67364a98eddf74 /libcxx
parent0c4aad15c2493bdf7b1ecd71755382a1276fd35a (diff)
downloadbcm5719-llvm-1f3e58543d02d7025aec5dbeca3151c04cbf8747.tar.gz
bcm5719-llvm-1f3e58543d02d7025aec5dbeca3151c04cbf8747.zip
add css files, also, test commit.
llvm-svn: 103498
Diffstat (limited to 'libcxx')
-rw-r--r--libcxx/www/content.css27
-rw-r--r--libcxx/www/menu.css39
2 files changed, 66 insertions, 0 deletions
diff --git a/libcxx/www/content.css b/libcxx/www/content.css
new file mode 100644
index 00000000000..dca6a329143
--- /dev/null
+++ b/libcxx/www/content.css
@@ -0,0 +1,27 @@
+html { margin: 0px; } body { margin: 8px; }
+
+html, body {
+ padding:0px;
+ font-size:small; font-family:"Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, Helvetica, sans-serif; background-color: #fff; color: #222;
+ line-height:1.5;
+}
+
+h1, h2, h3, tt { color: #000 }
+
+h1 { padding-top:0px; margin-top:0px;}
+h2 { color:#333333; padding-top:0.5em; }
+h3 { padding-top: 0.5em; margin-bottom: -0.25em; color:#2d58b7}
+li { padding-bottom: 0.5em; }
+ul { padding-left:1.5em; }
+
+/* Slides */
+IMG.img_slide {
+ display: block;
+ margin-left: auto;
+ margin-right: auto
+}
+
+.itemTitle { color:#2d58b7 }
+
+/* Tables */
+tr { vertical-align:top }
diff --git a/libcxx/www/menu.css b/libcxx/www/menu.css
new file mode 100644
index 00000000000..4a887b1907a
--- /dev/null
+++ b/libcxx/www/menu.css
@@ -0,0 +1,39 @@
+/***************/
+/* page layout */
+/***************/
+
+[id=menu] {
+ position:fixed;
+ width:25ex;
+}
+[id=content] {
+ /* ***** EDIT THIS VALUE IF CONTENT OVERLAPS MENU ***** */
+ position:absolute;
+ left:29ex;
+ padding-right:4ex;
+}
+
+/**************/
+/* menu style */
+/**************/
+
+#menu .submenu {
+ padding-top:1em;
+ display:block;
+}
+
+#menu label {
+ display:block;
+ font-weight: bold;
+ text-align: center;
+ background-color: rgb(192,192,192);
+}
+#menu a {
+ padding:0 .2em;
+ display:block;
+ text-align: center;
+ background-color: rgb(235,235,235);
+}
+#menu a:visited {
+ color:rgb(100,50,100);
+}
OpenPOWER on IntegriCloud