[llvm-commits] CVS: llvm/docs/llvm.css
Misha Brukman
brukman at cs.uiuc.edu
Wed Oct 22 18:24:01 PDT 2003
Changes in directory llvm/docs:
llvm.css added (r1.1)
---
Log message:
We will distributed this stylesheet with the documentation, as well as use it
(via import) in the online version.
* Added styles for documentation headers, sections, etc.
---
Diffs of the changes: (+27 -0)
Index: llvm/docs/llvm.css
diff -c /dev/null llvm/docs/llvm.css:1.1
*** /dev/null Wed Oct 22 18:23:59 2003
--- llvm/docs/llvm.css Wed Oct 22 18:23:49 2003
***************
*** 0 ****
--- 1,27 ----
+ /*
+ * LLVM website style sheet
+ */
+
+ /* Common styles */
+ .body { text: black; background: white; margin: 0 0 0 0 }
+
+ /*
+ * Documentation
+ */
+ /* Common for title and header */
+ .doc_title, .doc_section, .doc_subsection {
+ color: #eeeeff; background: #330077;
+ font-family: "Georgia,Palatino,Times,Roman"; font-weight: bold;
+ padding-left: 8pt
+ }
+
+ .doc_title { text-align: left; font-size: 25pt }
+ .doc_section { text-align: center; font-size: 22pt }
+ .doc_subsection { background: #441188; width: 50%;
+ text-align: left; font-size: 12pt; padding: 4 4 4 22 }
+ .doc_text { text-align: left; padding-left: 20pt }
+
+ /* Publications */
+ .pub_title { font-family: "Georgia,Palatino,Times,Roman"; font-size: 24pt;
+ text-align: center }
+ .pub_author { font-size: 14pt; text-align: center }
More information about the llvm-commits
mailing list