Update of /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14729/modules/layout
Modified Files:
layout.css
Added Files:
module_layout_en.lng
Log Message:
last step for module_phpcms
--- NEW FILE: module_layout_en.lng ---
framework_meta_description = "Administration Interface for phpCMS"
framework_title = "Administration@phpCMS"
framework_title_logo = "Admin4phpCMS Logo"
framework_logo = "Admin4phpCMS Logo"
framework_copyright = """© 2005 All rights reserved by
<a href="http://sourceforge.net/projects/phpcms-plugins/" title="Website of the phpCMS-plugin project at SourceForge.net">phpCMS-Plugin-Team</a>"""
status_on = "On "
status_off = "Off "
[menu]
title_menu = "Navigation"
[status]
Index: layout.css
===================================================================
RCS file: /cvsroot/phpcms-plugins/admin4phpCMS/modules/layout/layout.css,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- layout.css 15 May 2005 12:24:01 -0000 1.10
+++ layout.css 20 May 2005 05:54:05 -0000 1.11
@@ -12,13 +12,42 @@
}
#content {
- margin-left:210px;
+ border-left:190px solid #f0f0f0;
background:#fff;
+ padding:0 10px 10px 0;
}
-.content {
- padding:0.5em;
- padding-top:2em;
+#content table,
+#content fieldset,
+#content h3,
+#content p {
+ margin-left:1em;
+}
+
+h1 {
+ font:bold 36px Georgia,sans-serif;
+ text-align:center;
+ margin:0;
+ background:#f0f0f0;
+ padding:4px 0 0 0;
+ height:60px;
+}
+
+h2 {
+ background:#f0f0f0;
+ font:bold 1.5em Georgia,sans-serif;
+ padding:0.3em 0.66em;
+ margin:1em 0;
+ color:#029544;
+}
+
+h1 + h2 {
+ margin-top:0;
+}
+
+h3 {
+ font:bold 1em Georgia,sans-serif;
+ color:#029544;
}
#menu {
@@ -28,8 +57,6 @@
height:100%;
width:170px;
padding:0 10px;
- border-right:1px outset #eee;
- border-bottom:1px outset #eee;
background:#f0f0f0;
font-size:0.9em;
}
@@ -42,7 +69,7 @@
padding:0.2em;
border:1px outset #999;
color:#333;
- margin:0.3em 0;
+ margin:0.5em 0;
}
#menu p a {
@@ -52,7 +79,7 @@
#menu ul {
list-style-type:none;
border:1px outset #999;
- margin:0.3em 0;
+ margin:0.5em 0;
}
#menu ul li {
@@ -105,7 +132,7 @@
display:none;
}
-legend {
+.content legend {
background:#029544;
display:block;
color:#fff;
@@ -115,7 +142,6 @@
fieldset {
background:#f0f0f0;
- max-width:60em;
margin:1em 0;
}
@@ -267,7 +293,7 @@
table {
border-collapse:collapse;
width:99%;
- margin-top:1em;
+ margin:0.5em 0;
}
tfoot,
@@ -292,7 +318,7 @@
th,
td {
padding:0.2em;
- overflow:scroll;
+ vertical-align:top;
}
tbody tr {
@@ -320,4 +346,4 @@
text-align:center;
margin-left:auto;
margin-right:auto;
-}
\ No newline at end of file
+}
|