[Scummvm-cvs-logs] CVS: web faq.css,1.1,1.2 index.css,1.1,1.2 links.css,1.1,1.2 screenshots.css,1.1,1.2 style.css,1.10,1.11

Max Horn fingolfin at users.sourceforge.net
Sat Nov 26 14:46:04 CET 2005


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

Modified Files:
	faq.css index.css links.css screenshots.css style.css 
Log Message:
Moved some more CSS around, removed some whitespaces (no actual content changed)

Index: faq.css
===================================================================
RCS file: /cvsroot/scummvm/web/faq.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- faq.css	10 May 2005 22:07:33 -0000	1.1
+++ faq.css	26 Nov 2005 22:45:31 -0000	1.2
@@ -1,8 +1,6 @@
 .question {
 	font-weight: bold;
 }
-
 .qandaentry {
 	padding-left: 5em;
 }
-

Index: index.css
===================================================================
RCS file: /cvsroot/scummvm/web/index.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- index.css	26 Nov 2005 19:52:45 -0000	1.1
+++ index.css	26 Nov 2005 22:45:32 -0000	1.2
@@ -1,50 +1,131 @@
+table.intro {
+	/*	border-spacing:8px;	*/
+	vertical-align: bottom;
+	/*	border:background:#fff; */
+	/*	width:452px;	*/
+}
+
+.intro td.sshots { padding: 0 4px 0 8px; }
+
+.intro .intro { padding: 0 8px 0 4px; }
+
+.intro .intro .tlc {
+	width: 8px;
+	background: url('images/header-left-corner.gif');
+	height: 28px;
+}
+
+.intro .intro .trc {
+	width: 8px;
+	background: url('images/header-right-corner.gif');
+	height: 28px;
+}
+
+.intro .intro h2 {
+	margin: 0px;
+	color: #356a02;
+	font-weight: bold;
+	padding-left: 1em;
+	font-family: "Trebuchet MS",Verdana,Tahoma,sans-serif;
+	font-size: 18px;
+}
+
+.intro .intro .content {
+	border-left: 1px solid #ebb716;
+	border-right: 1px solid #ebb716;
+	background: #fff;
+	padding: 0 10px 0 10px;
+}
+
+.intro .intro .blc {
+	width: 8px;
+	height: 28px;
+	background: url('images/left-low-corner.gif');
+}
+
+.intro .intro .brc {
+	width: 8px;
+	height: 28px;
+	background: url('images/right-low-corner.gif');
+}
+
+.intro .intro .bm {
+	border-bottom: 1px solid #ebb716;
+	background: #fff;
+	text-align: right;
+}
+
+.sshots td { text-align: center; }
+
+.sshots {
+	vertical-align: bottom;
+	width: 151px;
+}
+
+.sshots h2 {
+	margin: 0px;
+	color: #356a02;
+	font-weight: bold;
+	padding-left: 1em;
+	font-family: "Trebuchet MS",Verdana,Tahoma,sans-serif;
+	font-size: 16px;
+}
+
+.sshots a {
+	color: #356a02;
+	font-weight: bold;
+	font-size: 9px;
+	text-decoration: none;
+	text-transform: lowercase;
+}
+
 .sshots .tlc {
 	background:url('images/header-left-solid.gif');
 	height:28px;
 	width:8px;
-	}
+}
 .sshots .heading {
 	background:#f7e19e;
 	border-top:1px solid #ebb716;
-	}
+}
 .sshots .trc {
 	background:url('images/header-right-solid.gif');
 	height:28px;	
 	width:8px;
-	}
+}
 .sshots .content-wrap {
 	border-left:1px solid #ebb716;
 	border-right:1px solid #ebb716;
 	background:#f7e19e;
-	}
+}
 .sshots .content-wrap table {
 	margin-right:auto;
 	margin-left:auto;
-	}
+}
 .sshots .blc {
 	background:url('images/shots-corner-left.gif');
 	height:26px;
 	width:7px;
-	}
+}
 .sshots .brc {
 	background:url('images/shots-corner-right.gif');
 	height:26px;
 	width:7px;
-	}
+}
 .sshots .nav-prev {
 	background:#f7e19e;
 	border-bottom:1px solid #ebb716;
 	text-align:left;
-	}
+}
 .sshots .nav-next {
 	background:#f7e19e;
 	border-bottom:1px solid #ebb716;
 	text-align:right;
-	}
+}
 .sshots .foot {
 	padding:0px;
-	}
+}
 .sshots .foot table {
 	border-spacing:0px;
 	padding:0px;
-	}
+}

Index: links.css
===================================================================
RCS file: /cvsroot/scummvm/web/links.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- links.css	2 Sep 2004 19:23:23 -0000	1.1
+++ links.css	26 Nov 2005 22:45:32 -0000	1.2
@@ -1,10 +1,5 @@
-/*
- * Link list
- * Used by links.php
- */
 .linklist {
 	margin-left: 3em;
-
 	color: #000000;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 10pt;

Index: screenshots.css
===================================================================
RCS file: /cvsroot/scummvm/web/screenshots.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- screenshots.css	26 Nov 2005 19:52:45 -0000	1.1
+++ screenshots.css	26 Nov 2005 22:45:32 -0000	1.2
@@ -1,28 +1,26 @@
 .par-item .par-scr-content-cat0 {
-	padding-left:20px;
-	margin:0px;
-	margin-right:-8px;
-	background-image:url('images/bg-lec-games.jpg');
+	margin: 0px;
+	margin-right: -8px;
+	background-image: url('images/bg-lec-games.jpg');
 	background-repeat: no-repeat;
 	background-position: top right;
+	padding: 0 0 0 20px;
 }
 
 .par-item .par-scr-content-cat1 {
-	padding-left:20px;
-	padding-right:20px;
-	margin:0px;
-	margin-right:-8px;
-	background-image:url('images/bg-he-games.jpg');
+	margin: 0px;
+	margin-right: -8px;
+	background-image: url('images/bg-he-games.jpg');
 	background-repeat: no-repeat;
 	background-position: top right;
+	padding: 0 20px 0 20px;
 }
 
 .par-item .par-scr-content-cat2 {
-	padding-left:20px;
-	padding-right:20px;
-	margin:0px;
-	margin-right:-8px;
-	background-image:url('images/bg-other-games.jpg');
+	margin: 0px;
+	margin-right: -8px;
+	background-image: url('images/bg-other-games.jpg');
 	background-repeat: no-repeat;
 	background-position: top right;
+	padding: 0 20px 0 20px;
 }

Index: style.css
===================================================================
RCS file: /cvsroot/scummvm/web/style.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- style.css	26 Nov 2005 19:52:45 -0000	1.10
+++ style.css	26 Nov 2005 22:45:32 -0000	1.11
@@ -1,353 +1,257 @@
 body, table {
-	font-family:verdana,tahoma,arial,helvetica,sans-serif;
-	font-size:8pt;
-	font-weight:normal;
-	}
+	font-family: verdana,tahoma,arial,helvetica,sans-serif;
+	font-size: 8pt;
+	font-weight: normal;
+}
+
 body {
 	background-color: #efc418;
-	background-image:url('images/body-bg.png');
-	background-repeat:repeat-x;
-	margin-top:0px;
-	}
+	background-image: url('images/body-bg.png');
+	background-repeat: repeat-x;
+	margin-top: 0px;
+}
+
 table {
-	border-spacing:0px;
-	padding:0px;
-	margin:0px;
-	border:0px;
-	}
+	border-spacing: 0px;
+	padding: 0px;
+	margin: 0px;
+	border: 0px;
+}
+
 table.main-container {
-	margin-left:auto;
-	margin-right:auto;
-	}
-	
-a {
-	color:#a33;
-	}
+	margin-left: auto;
+	margin-right: auto;
+}
+
+a { color: #a33; }
+
 a:hover {
-	color:#f00;
-	text-decoration:none;
-	}
-	
+	color: #f00;
+	text-decoration: none;
+}
+
 td {
-	padding:0px;
-	margin:0px;
-	}
+	padding: 0px;
+	margin: 0px;
+}
+
 img {
-	border:0px;
-	margin:0px;
-	padding:0px;
-	}
+	border: 0px;
+	margin: 0px;
+	padding: 0px;
+}
 
 table.header-inside td {
-	line-height:2px;
-	padding:0px;
-	vertical-align:top;
-	}
-	
+	line-height: 2px;
+	padding: 0px;
+	vertical-align: top;
+}
+
 td.content {
-	background:#fbf1ce;
-	background-image:url('images/content-bg.jpg');
-	background-repeat:no-repeat;	
-	width:100%;
-	}
-table.intro {
-/*	border-spacing:8px;	*/
-	vertical-align:bottom;
-/*	border:background:#fff; */
-	
-/*	width:452px;	*/
-	}
-	
-.intro td.sshots {
-	padding-left:8px;
-	padding-right:4px;
-	}
-	
-.intro .intro {
-	padding-left:4px;
-	padding-right:8px;
-	}
-	
-.intro .intro .tlc {
-	width:8px;
-	background:url('images/header-left-corner.gif');
-	height:28px;
-	}
+	background: #fbf1ce;
+	background-image: url('images/content-bg.jpg');
+	background-repeat: no-repeat;
+	width: 100%;
+}
 
-.intro .intro .trc {
-	width:8px;
-	background:url('images/header-right-corner.gif');
-	height:28px;
-	}
-.intro .intro h2 {
-	margin:0px;color:#356a02;font-weight:bold;padding-left:1em;
-	font-family:"Trebuchet MS",Verdana,Tahoma,sans-serif;font-size:18px;
-	}
-.intro .intro .content {
-	border-left:1px solid #ebb716;border-right:1px solid #ebb716;background:#fff;
-	padding-left:10px;padding-right:10px;
-	}
-.intro .intro .blc {
-	 width:8px;
-	 height:28px;
-	 background:url('images/left-low-corner.gif');
-	 }
-.intro .intro .brc {
-	 width:8px;
-	 height:28px;
-	 background:url('images/right-low-corner.gif');
-	 }
-.intro .intro .bm {
-	border-bottom:1px solid #ebb716;
-	background:#fff;
-	text-align:right;
-	}
-	
 .menu {
-	margin-left:0px;
-	width:145px;
-	overflow:hidden;	
-	margin-bottom:8px;
-	}
-	
+	margin-left: 0px;
+	width: 145px;
+	overflow: hidden;
+	margin-bottom: 8px;
+}
+
 .menu tbody td {
-	background:#a82709;color:#fff;	
-	}
-	
-.menu tfoot td {
-	background:transparent;
-	}
-	
-.menu ul {
-	margin:0px;
-	padding:0px;
-	padding-left:30px;
-	list-style-image:url('images/bullet.gif');
-	}
-.menu li {
-	margin-top:8px;
-	margin-bottom:8px;	
-	}
-	
-.menu a {
-	color:#fff;
-	text-decoration:none;
-	}
-	
-.menu a:hover {
-	color:#ff0;
-	}
+	background: #a82709;
+	color: #fff;
+}
 
-.menu th {
-	color:#dd0;
-	text-align:left;
-	padding-left:24px;
-	background-repeat:no-repeat;
-/*	background:url('images/menu-bg.gif'); */
-	height:33px;
-	vertical-align:middle;
-	font-size:10px;	
-	}
+.menu tfoot td { background: transparent; }
 
-.menu-main th {
-	background:url('images/menu-main.gif');
-	}	
+.menu ul {
+	margin: 0px;
+	padding: 0px 0px 0px 30px;
+	list-style-image: url('images/bullet.gif');
+}
 
-.menu-docs th {
-	background:url('images/menu-misc.gif');
-	}	
+.menu li {
+	margin-top: 8px;
+	margin-bottom: 8px;
+}
 
-.menu-sf th {
-	background:url('images/menu-sf.gif');
-	}	
+.menu a {
+	color: #fff;
+	text-decoration: none;
+}
 
-.menu-misc th {
-	background:url('images/menu-misc.gif');
-	}	
+.menu a:hover { color: #ff0; }
 
+.menu th {
+	color: #dd0;
+	text-align: left;
+	padding-left: 24px;
+	background-repeat: no-repeat;
+	/*	background:url('images/menu-bg.gif'); */
+	height: 33px;
+	vertical-align: middle;
+	font-size: 10px;
+}
+
+.menu-main th { background: url('images/menu-main.gif'); }
+.menu-docs th { background: url('images/menu-misc.gif'); }
+.menu-sf th { background: url('images/menu-sf.gif'); }
+.menu-misc th { background: url('images/menu-misc.gif'); }
 
 td.menus {
-	padding-bottom:0px;
-	padding-top:0px;
-	background:url('images/menus-cont-bg.gif');	
-	background-repeat:repeat-y;
-	width:145px; 
-	vertical-align:top;	
-	}
-.sshots td {
-	text-align:center;
-	}
-.sshots {
-	vertical-align:bottom;
-	width:151px;	
-	}
-.sshots h2 {
-	margin:0px;
-	color:#356a02;font-weight:bold;padding-left:1em;
-	font-family:"Trebuchet MS",Verdana,Tahoma,sans-serif;font-size:16px;
-	}
-.sshots a {
-	color:#356a02;
-	font-weight:bold;
-	font-size:9px;
-	text-decoration:none;
-	text-transform:lowercase;
-	}
-	
+	background: url('images/menus-cont-bg.gif');
+	background-repeat: repeat-y;
+	width: 145px;
+	vertical-align: top;
+	padding: 0px;
+}
+
 .par-item {
-	border:1px solid #c0c0c0;
-	border-top:0px;
-	font-size:10px;
-	background:#e8e7e7;
-	margin-bottom:8px;
-	}
-	
+	border: 1px solid #c0c0c0;
+	border-top: 0px;
+	font-size: 10px;
+	background: #e8e7e7;
+	margin-bottom: 8px;
+}
+
 .par-item .par-head {
-	color:#fff;
-	font-weight:bold;
-	background:#a82709;
-	background-image:url('images/par-head.png');
-	background-repeat:repeat-x;
-	padding:4px;
-	font-size:11px;
-	margin:0px;
-	border:0px;
-	}
+	color: #fff;
+	font-weight: bold;
+	background: #a82709;
+	background-image: url('images/par-head.png');
+	background-repeat: repeat-x;
+	padding: 4px;
+	font-size: 11px;
+	margin: 0px;
+	border: 0px;
+}
 
 .par-item .par-subhead {
-	color:#a82709;
-	font-weight:bold;
-	padding-left:20px;
-	}
-
-.par-item .par-subhead a, .par-item .par-subhead a:visited {
-	text-decoration:none;
+	color: #a82709;
+	font-weight: bold;
+	padding-left: 20px;
 }
 
+.par-item .par-subhead a, .par-item .par-subhead a:visited { text-decoration: none; }
+
 .par-item .par-subhead-dots {
-	background-image:url('images/subhead-dots.gif');
-	background-repeat:repeat-x;
-	margin-top:3px;
-	margin-left:15px;
-	margin-right:15px;
-	}
-	
+	background-image: url('images/subhead-dots.gif');
+	background-repeat: repeat-x;
+	margin-top: 3px;
+	margin-left: 15px;
+	margin-right: 15px;
+}
+
 .par-item .par-content {
-	padding-left:8px;
-	padding-right:8px;
-	margin:0px;
-	}
+	margin: 0px;
+	padding: 0 8px 0 8px;
+}
 
 .par-item .par-subhead-content {
-	padding-left:20px;
-	padding-right:20px;
-	margin:0px;
-	}
+	margin: 0px;
+	padding: 0 20px 0 20px;
+}
 
 .par-item .par-intro {
-	background:#c0c0c0;
-	padding-left:5px;
-	padding-right:8px;
-	}
+	background: #c0c0c0;
+	padding: 0 8px 0 5px;
+}
 
 .par-item .cat-link, .par-item .cat-bullet {
-	margin:3px;
-	padding:3px;
-	vertical-align:middle;
-	}
+	margin: 3px;
+	padding: 3px;
+	vertical-align: middle;
+}
 
-.par-item .cat-link a, .par-item .cat-link a:visited { 
-	color:#000;
-	font-weight:normal;
-	font-size:11px;
-	text-decoration:none;
-	}
-	
-.par-item .cat-link a:hover {
-	color:#f00;
-	}
+.par-item .cat-link a, .par-item .cat-link a:visited {
+	color: #000;
+	font-weight: normal;
+	font-size: 11px;
+	text-decoration: none;
+}
+
+.par-item .cat-link a:hover { color: #f00; }
 
 .par-item .cat-count {
-	color:#85b132;
-	font-size:10px;
-	}
+	color: #85b132;
+	font-size: 10px;
+}
 
 .navigation {
-	color:#000;
-	font-size:10px;
-	font-weight:bold;
-	padding-left:20px;
-	}
+	color: #000;
+	font-size: 10px;
+	font-weight: bold;
+	padding-left: 20px;
+}
 
 .navigation .nav-dots {
-	background-image:url('images/nav-dots.gif');
-	background-repeat:repeat-x;
-	margin-top:3px;
-	margin-right:15px;
-	}
+	background-image: url('images/nav-dots.gif');
+	background-repeat: repeat-x;
+	margin-top: 3px;
+	margin-right: 15px;
+}
 
 .navigation a, .navigation a:visited {
-	color:#406a04;
-	font-weight:normal;
-	text-decoration:none;
-	}
+	color: #406a04;
+	font-weight: normal;
+	text-decoration: none;
+}
 
-.navigation a:hover {
-	color:#f00;
-	}
+.navigation a:hover { color: #f00; }
 
 .navigation .nav-item {
-	margin:3px;
-	padding:3px;
-	vertical-align:middle;
-	}
+	margin: 3px;
+	padding: 3px;
+	vertical-align: middle;
+}
 
 .navigation .nav-bullet {
-	margin:3px;
-	padding:3px;
-	vertical-align:middle;
-	width:14px;
-	}
+	margin: 3px;
+	padding: 3px;
+	vertical-align: middle;
+	width: 14px;
+}
+
+.newsdate { font-weight: normal; }
 
-.newsdate {
-	font-weight:normal;
-	}
-	
 .bottom-link a {
-	display:block;
-	text-align:right;
-	color:#a82709;
-	font-weight:bold;
-	text-decoration:none;
-	}
-	
+	display: block;
+	text-align: right;
+	color: #a82709;
+	font-weight: bold;
+	text-decoration: none;
+}
+
 .news-author, .document-time {
-	text-align:right;
-	font-style:italic;
-	color:#777777;
-	}
-	
-.legal, .legal a, .legal a:visited {
-	color:#b9970e;
-	}
-.legal {
-	text-align:right;
-	}
+	text-align: right;
+	font-style: italic;
+	color: #777777;
+}
+
+.legal, .legal a, .legal a:visited { color: #b9970e; }
+.legal { text-align: right; }
+
 .shadow-container {
 	position: relative;
 	left: 1px;
 	top: 1px;
 }
+
 .shadow-text {
 	position: absolute;
 	left: -2px;
 	top: -2px;
 }
+
 .shadow-text-em {
 	position: absolute;
 	left: -2px;
 	top: -2px;
-	padding-left:1em;
+	padding-left: 1em;
 }
 
 .md5-table td {
@@ -357,70 +261,82 @@
 
 .md5 {
 	font-family: "Lucida Console", monospace;
-	font-size:9pt;
-	}
+	font-size: 9pt;
+}
 
-.credits-table td { 
+.credits-table td {
 	margin: 3px;
 	padding: 4px;
-	font-size:9pt;
+	font-size: 9pt;
 }
 
 /* query row colors */
-.color0		{ background-color: #E0E0E0 }
-.color1		{ background-color: #C0C0C0 }
-.color2		{ background-color: #FFFFFF }
-.color4		{ background-color: #999999 }
+.color0 { background-color: #E0E0E0; }
+.color1 { background-color: #C0C0C0; }
+.color2 { background-color: #FFFFFF; }
+.color4 { background-color: #999999; }
 
 /* Frames */
 .frame {
-	background-color:#fff;
-	margin:0 auto;
-	font-size:8pt;
+	background-color: #fff;
+	margin: 0 auto;
+	font-size: 8pt;
 }
+
 .frame td {
-	padding:2px;
-	margin:2px;
-	border:1px solid #c0c0c0;
+	padding: 2px;
+	margin: 2px;
+	border: 1px solid #c0c0c0;
 }
-.frame a, .frame a:visited { 
-	color:#000;
-	font-weight:normal;
-	font-size:10px;
-	text-decoration:none;
-	}
-	
-.frame a:hover {
-	color:#f00;
-	}
+
+.frame a, .frame a:visited {
+	color: #000;
+	font-weight: normal;
+	font-size: 10px;
+	text-decoration: none;
+}
+
+.frame a:hover { color: #f00; }
+
 .frameTitle {
 	color: #fff;
-	font-size:11px;
+	font-size: 11px;
 	font-weight: bold;
 }
-.frameBody		{ padding: 1em 2em; } 
-.frameTop		{ text-align: center; background-color: #a82709; background-image: url('images/table-head.png'); }
-.frameBottom	{ text-align: center; background-color: #a82709; background-image: url('images/table-head.png'); }
+
+.frameBody { padding: 1em 2em; }
+
+.frameTop {
+	text-align: center;
+	background-color: #a82709;
+	background-image: url('images/table-head.png');
+}
+
+.frameBottom {
+	text-align: center;
+	background-color: #a82709;
+	background-image: url('images/table-head.png');
+}
 
 /* Percentage Colors */
-.pct0   	{ background-color: #ff5050; }
-.pct5   	{ background-color: #ff5d4f; }
-.pct10  	{ background-color: #ff694e; }
-.pct15  	{ background-color: #ff764d; }
-.pct20  	{ background-color: #ff824b; }
-.pct25  	{ background-color: #ff8f4a; }
-.pct30  	{ background-color: #ff9b49; }
-.pct35  	{ background-color: #ffa848; }
-.pct40  	{ background-color: #ffb447; }
-.pct45  	{ background-color: #ffc146; }
-.pct50  	{ background-color: #ffcd45; }
-.pct55  	{ background-color: #ffda43; }
-.pct60  	{ background-color: #ffe642; }
-.pct65  	{ background-color: #fff341; }
-.pct70  	{ background-color: #ffff40; }
-.pct75		{ background-color: #dcff48; }
-.pct80		{ background-color: #c8ff50; }
-.pct85		{ background-color: #b4ff58; }
-.pct90		{ background-color: #a0ff60; }
-.pct95		{ background-color: #8cff60; }
-.pct100		{ background-color: #60ff60; }
+.pct0 { background-color: #ff5050; }
+.pct5 { background-color: #ff5d4f; }
+.pct10 { background-color: #ff694e; }
+.pct15 { background-color: #ff764d; }
+.pct20 { background-color: #ff824b; }
+.pct25 { background-color: #ff8f4a; }
+.pct30 { background-color: #ff9b49; }
+.pct35 { background-color: #ffa848; }
+.pct40 { background-color: #ffb447; }
+.pct45 { background-color: #ffc146; }
+.pct50 { background-color: #ffcd45; }
+.pct55 { background-color: #ffda43; }
+.pct60 { background-color: #ffe642; }
+.pct65 { background-color: #fff341; }
+.pct70 { background-color: #ffff40; }
+.pct75 { background-color: #dcff48; }
+.pct80 { background-color: #c8ff50; }
+.pct85 { background-color: #b4ff58; }
+.pct90 { background-color: #a0ff60; }
+.pct95 { background-color: #8cff60; }
+.pct100 { background-color: #60ff60; }





More information about the Scummvm-git-logs mailing list