[Scummvm-cvs-logs] CVS: web styles.css,1.2,1.3
Jonathan Gray
khalek at users.sourceforge.net
Fri Sep 13 08:22:18 CEST 2002
- Previous message: [Scummvm-cvs-logs] CVS: web/docs/specs aary.php,NONE,1.1 char.php,NONE,1.1 glossary.php,NONE,1.1 index.php,NONE,1.1 introduction.php,NONE,1.1 scrp-v5.php,NONE,1.1 scrp-v6.php,NONE,1.1 scrp.php,NONE,1.1 sidebar_specs.php,NONE,1.1 slob.php,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/dc dc.h,1.2,1.3 dcmain.cpp,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/web
In directory usw-pr-cvs1:/tmp/cvs-serv907
Modified Files:
styles.css
Log Message:
update stylesheet for scumm docs
Index: styles.css
===================================================================
RCS file: /cvsroot/scummvm/web/styles.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- styles.css 12 Apr 2002 21:09:33 -0000 1.2
+++ styles.css 13 Sep 2002 14:45:45 -0000 1.3
@@ -71,3 +71,82 @@
.pct90 { background-color: #a0ff60; }
.pct95 { background-color: #8cff60; }
.pct100 { background-color: #60ff60; }
+
+/* from here down is stuff for the scumm reference guide */
+
+TABLE.bitfield TH {
+ text-align: center;
+ font-family: "Arial", helvetica, sans;
+ font-size: smaller;
+}
+
+TABLE.bitfield TD {
+ border: 1px solid #000000;
+ text-align: center;
+ font-family: "Arial", helvetica, sans;
+ font-size: smaller;
+}
+
+DIV.opcode {
+ background-color: #FAFAFA;
+ border: 2pt solid #000000;
+ padding: 0.5em;
+ margin-top: 1em;
+}
+
+DIV.opcode H2 {
+ position: top;
+ float: right;
+ font-family: "Arial", helvetica, sans;
+ font-size: larger;
+ font-weight: bold;
+ margin-top: 0em;
+}
+
+DIV.opcode H3 {
+ margin-top: 0em;
+ font-family: "Arial", helvetica, sans;
+ font-size: large;
+ position: top;
+ font-weight: normal;
+}
+
+DIV.opcode H5 {
+ margin-top: 0em;
+ font-family: monospace;
+ white-space: pre;
+ margin: 0 0;
+}
+
+PRE.box {
+ font-family: courier;
+ font-size: small;
+ white-space: pre;
+ border: 2pt solid #000000;
+ margin-left: 10%;
+ margin-right: 10%;
+ padding: 2%;
+ background-color: #F0F0F0;
+}
+
+TABLE.list TH {
+ background-color: #A0A0A0;
+ text-align: center;
+ font-family: "Arial", helvetica, sans;
+ font-size: smaller;
+}
+
+TABLE.list CAPTION {
+ text-align: center;
+ font-family: "Arial", helvetica, sans;
+ font-size: small;
+ width: 100%;
+}
+
+TABLE.list TD {
+ background-color: #F0F0F0;
+ text-align: center;
+ font-family: "Arial", helvetica, sans;
+ font-size: smaller;
+}
+
- Previous message: [Scummvm-cvs-logs] CVS: web/docs/specs aary.php,NONE,1.1 char.php,NONE,1.1 glossary.php,NONE,1.1 index.php,NONE,1.1 introduction.php,NONE,1.1 scrp-v5.php,NONE,1.1 scrp-v6.php,NONE,1.1 scrp.php,NONE,1.1 sidebar_specs.php,NONE,1.1 slob.php,NONE,1.1
- Next message: [Scummvm-cvs-logs] CVS: scummvm/backends/dc dc.h,1.2,1.3 dcmain.cpp,1.3,1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list