--- a/web/style.css Fri Dec 16 11:46:21 2011 +0100
+++ b/web/style.css Fri Dec 16 12:23:13 2011 +0100
@@ -11,7 +11,7 @@
width: 960px;
border-bottom: 1px solid #fe4f76;
padding-top: 10px;
- padding-bottom: 13px;
+ padding-bottom: 9px;
margin-top: 4px;
}
@@ -51,6 +51,33 @@
/* index.php */
+.menu {
+ border-left: 1px solid #C3C3C3;
+ float: left;
+ height: 62px;
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ margin-left: 34px;
+}
+
+.menuUnderline {
+ background-image: url("../crea/imgs/menu_underline.gif");
+ background-position: left bottom;
+ background-repeat: no-repeat;
+ margin-left: 0px;
+ margin-top: 3px;
+ padding-left: 0;
+ width: 100px;
+}
+
+.menuText {
+ margin-left: 5px;
+ font-size: 14px;
+ text-decoration: none;
+ color: #000000;
+}
+
#index_content {
margin: 0 auto;
width: 910px;
@@ -82,9 +109,16 @@
white-space: nowrap;
}
-.thumb .text {
+.thumb .author {
overflow: hidden;
white-space: nowrap;
+ font-size: 90%;
+}
+
+.thumb .date {
+ overflow: hidden;
+ white-space: nowrap;
+ font-size: 90%;
}
/* player.php */