[MPlayer-DOCS] CVS: homepage/design7 default.css,1.30,1.31

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri Jan 28 01:47:27 CET 2005


CVS change done by Diego Biurrun CVS

Update of /cvsroot/mplayer/homepage/design7
In directory mail:/var2/tmp/cvs-serv952/design7

Modified Files:
	default.css 
Log Message:
reindent


Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/default.css,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- default.css	27 Jan 2005 18:11:26 -0000	1.30
+++ default.css	28 Jan 2005 00:47:24 -0000	1.31
@@ -1,76 +1,92 @@
 body {
-	background: #272621 url(images/background.jpg) repeat; margin: 0px; padding: 0px;
-	font-size: 12px; color: #D3D0BE; font-family: arial, verdana, helvetica, sans-serif
-}
-
-img {
-	border: 0
-}
+	background: #272621 url(images/background.jpg) repeat;
+	margin: 0px;
+	padding: 0px;
+	color: #D3D0BE;
+	font: 12px arial, verdana, helvetica, sans-serif;}
 
 a[href] img:hover {
 	outline: #CACABA solid 1px;
-	-moz-outline: #CACABA solid 1px;	/* Firefox hack */
-}
+	-moz-outline: #CACABA solid 1px;	/* Firefox hack */}
 
 a:link, a:visited {
-	font-weight: bold; color: #888870; text-decoration: none
-}
+	color: #888870;
+	font-weight: bold;
+	text-decoration: none;}
+
 a[href]:hover {
-	font-weight: bold; color: #CACABA; text-decoration: underline
-}
+	font-weight: bold;
+	color: #CACABA;
+	text-decoration: underline;}
+
 
 div#menu {
-	background: url(images/left.jpg) no-repeat #303028; float: left;
-	width: 205px; padding-top: 200px;
-	text-align: right;
-}
+	background: url(images/left.jpg) no-repeat #303028;
+	float: left;
+	width: 205px;
+	padding-top: 200px;
+	text-align: right;}
+
 #menu div:hover, #menu li:hover {
-	background-color: #202020
-}
+	background-color: #202020}
+
 #menu div, #menu li {
-	padding-right: 2ex; padding-top: 0.2ex; padding-bottom: 0.2ex;
-	border-top: solid 1px #2A2722;
-}
+	padding-right: 2ex;
+	padding-top: 0.2ex;
+	padding-bottom: 0.2ex;
+	border-top: solid 1px #2A2722;}
+
 #menu ul {
 	display: inline;
 	padding: 0; /* Firefox wants this */
-	margin: 0; /* Opera wants this */
-}
+	margin: 0; /* Opera wants this */}
+
 #menu li {
-	display: block;
-}
+	display: block;}
+
 #menu span.mirror {
-	font-size: 10px
-}
+	font-size: 10px}
 
 div#textarea {
-	background: url(images/textarea.jpg) no-repeat; margin-left: 205px;
-	padding-top: 4ex; padding-bottom: 4ex; padding-right: 1em; padding-left: 1em;
-}
+	background: url(images/textarea.jpg) no-repeat;
+	margin-left: 205px;
+	padding-top: 4ex;
+	padding-bottom: 4ex;
+	padding-right: 1em;
+	padding-left: 1em;}
+
 
-table.border_table,table.border_table td,table.border_table th {
+img {
+	border: 0;}
+
+table.border_table, table.border_table td, table.border_table th {
 	border: 1px solid;
 	border-collapse: collapse;
-	padding: 5px;
-}
+	padding: 5px;}
+
 table.border_table th {
-	font-weight: bolder; font-size: 14px; text-transform:uppercase;
-}
+	font-weight: bolder;
+	font-size: 14px;
+	text-transform:uppercase;}
+
 dt {
-	font-weight: bolder
-}
+	font-weight: bolder;}
+
+
 .newsentry {
-	margin-bottom: 8ex
-}
+	margin-bottom: 8ex;}
+
 .poster {
-	font-size: 12px; color: #A3A194
-}
+	font-size: 12px;
+	color: #A3A194;}
+
 .mirror {
-	font-size: 9px
-}
+	font-size: 9px;}
+
 .screenshots div {
-	float: left; width: 220px; height: 190px
-}
+	float: left;
+	width: 220px;
+	height: 190px;}
+
 .center {
-	text-align: center;
-}
+	text-align: center;}




More information about the MPlayer-DOCS mailing list