[MPlayer-DOCS] CVS: homepage/design7 default.css,1.19,1.20
Diego Biurrun CVS
syncmail at mplayerhq.hu
Sun Jan 23 23:32:35 CET 2005
- Previous message: [MPlayer-DOCS] CVS: homepage/design7/src selector, 1.51, 1.52 upper, 1.17, 1.18
- Next message: [MPlayer-DOCS] CVS: homepage/src codecs.src.en, 1.17, 1.18 dload.src.en, 1.140, 1.141 news-archive.src.en, 1.41, 1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
CVS change done by Diego Biurrun CVS
Update of /cvsroot/mplayer/homepage/design7
In directory mail:/var2/tmp/cvs-serv1687/design7
Modified Files:
default.css
Log Message:
Simplify CSS.
Index: default.css
===================================================================
RCS file: /cvsroot/mplayer/homepage/design7/default.css,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- default.css 23 Jan 2005 21:39:26 -0000 1.19
+++ default.css 23 Jan 2005 22:32:32 -0000 1.20
@@ -1,5 +1,7 @@
body {
- background-position: left top; background-attachment: scroll; background-repeat: repeat; background-color: #272621; background-image: url(images/background.jpg); margin: 0px
+ background-position: left top; background-attachment: scroll;
+ background: #272621 url(images/background.jpg) repeat; margin: 0px;
+ font-weight: normal; font-size: 12px; color: #D3D0BE; font-family: arial, verdana, helvetica, sans-serif
}
img {
@@ -9,13 +11,14 @@
a:link, a:visited {
font-weight: bold; color: #888870; text-decoration: none
}
-a:active {
- font-weight: bold; color: #CACABA; text-decoration: none
-}
a[href]:hover {
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;
+}
.menu hr {
height: 1px; border: 0px; margin: 0px; background-color: #2a2722
}
@@ -24,14 +27,19 @@
}
.menu div {
vertical-align: middle; text-align: right; padding-right: 2ex; padding-top: 0.2ex; padding-bottom: 0.2ex;
- font-weight: normal; font-size: 12px; color: #C3C0AE; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none
+ font-size: 12px; color: #C3C0AE
}
.menu span.mirror {
font-size: 10px
}
+.textarea {
+ background: url(images/textarea.jpg) no-repeat; margin-left: 205px;
+ padding-top: 4ex; padding-bottom: 4ex; padding-right: 1em; padding-left: 1em;
+}
+
th {
- font-weight: bolder; font-size: 14px; color: #D3D0BE; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none; text-transform:uppercase
+ font-weight: bolder; font-size: 14px; text-transform:uppercase
}
dt {
font-weight: bolder
@@ -40,10 +48,7 @@
margin-bottom: 8ex
}
.poster {
- font-weight: normal; font-size: 12px; color: #A3A194; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none
-}
-.text {
- font-weight: normal; font-size: 12px; color: #D3D0BE; font-family: arial, verdana, helvetica, sans-serif; text-decoration: none
+ font-size: 12px; color: #A3A194
}
.mirror {
font-size: 9px
- Previous message: [MPlayer-DOCS] CVS: homepage/design7/src selector, 1.51, 1.52 upper, 1.17, 1.18
- Next message: [MPlayer-DOCS] CVS: homepage/src codecs.src.en, 1.17, 1.18 dload.src.en, 1.140, 1.141 news-archive.src.en, 1.41, 1.42
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-DOCS
mailing list