[Scummvm-cvs-logs] CVS: web links.css,NONE,1.1 links.php,1.47,1.48 styles.css,1.21,1.22

Max Horn fingolfin at users.sourceforge.net
Thu Sep 2 12:25:58 CEST 2004


Update of /cvsroot/scummvm/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8024

Modified Files:
	links.php styles.css 
Added Files:
	links.css 
Log Message:
Split CSS code into multiple files

--- NEW FILE: links.css ---
/*
 * Link list
 * Used by links.php
 */
.linklist {
	margin-left: 3em;

	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.linklist .linkentry {
	margin-bottom: 1em;
}

.linklist .linkentry .linkhead {
	font-weight: bold;
}

.linklist .linkentry .linkbody {
	padding: 5px 5px 5px 3em;
}


Index: links.php
===================================================================
RCS file: /cvsroot/scummvm/web/links.php,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- links.php	24 Apr 2004 18:06:03 -0000	1.47
+++ links.php	2 Sep 2004 19:23:23 -0000	1.48
@@ -12,7 +12,7 @@
 require($file_root."/include/"."incl.php");
 
 // start of html
-html_header("ScummVM :: Links");
+html_header("ScummVM :: Links", '<link href="links.css" rel="stylesheet" type="text/css">');
 sidebar_start();
 
 //display welcome table

Index: styles.css
===================================================================
RCS file: /cvsroot/scummvm/web/styles.css,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- styles.css	24 Apr 2004 18:06:03 -0000	1.21
+++ styles.css	2 Sep 2004 19:23:23 -0000	1.22
@@ -170,109 +170,3 @@
 .news-item .news-body	{
 	margin: 1em 40px 2em 40px;
 }
-
-/* ------------------------------------------------------- */
-
-/*
- * Link list
- * Used by links.php
- */
-.linklist {
-	margin-left: 3em;
-
-	color: #000000;
-	font-family: Arial, Helvetica, sans-serif;
-	font-size: 10pt;
-}
-
-.linklist .linkentry {
-	margin-bottom: 1em;
-}
-
-.linklist .linkentry .linkhead {
-	font-weight: bold;
-}
-
-.linklist .linkentry .linkbody {
-	padding: 5px 5px 5px 3em;
-}
-
-/* ------------------------------------------------------- */
-
-/*
- * Stuff for the scumm reference guide
- */
-
-TABLE.bitfield TH {
-        text-align: center;
-        font-family: Arial, Helvetica, sans-serif;
-        font-size: smaller;
-}
- 
-TABLE.bitfield TD {
-        border: 1px solid #000000;
-        text-align: center;
-        font-family: Arial, Helvetica, sans-serif;
-        font-size: smaller;
-}
-
-DIV.opcode {
-        background-color: #FAFAFA;
-        border: 2pt solid #000000;
-        padding: 0.5em;
-        margin-top: 1em;
-}
-
-DIV.opcode H2 {
-        float: right;
-        font-family: Arial, Helvetica, sans-serif;
-        font-size: larger;
-        font-weight: bold;
-        margin-top: 0em;
-}
-
-DIV.opcode H3 {
-        margin-top: 0em;
-        font-family: Arial, Helvetica, sans-serif;
-        font-size: large;
-        font-weight: normal;
-}
-
-DIV.opcode H5 {
-        margin-top: 0em;
-        font-family: monospace;
-        white-space: pre;
-        margin: 0 0;
-}
-
-PRE.box {
-	font-family: courier, monospace;
-	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-serif;
-        font-size: smaller;
-}
-
-TABLE.list CAPTION {
-        text-align: center;
-        font-family: Arial, Helvetica, sans-serif;
-        font-size: small;
-        width: 100%;
-}
-
-TABLE.list TD {
-        background-color: #F0F0F0;
-        text-align: center;
-        font-family: Arial, Helvetica, sans-serif;
-        font-size: smaller;
-}





More information about the Scummvm-git-logs mailing list