phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] phpsysinfo/templates/blue box.tpl, 1.2 blue.css, 1.2


From: skwashd
Subject: [Phpgroupware-cvs] phpsysinfo/templates/blue box.tpl, 1.2 blue.css, 1.2
Date: Sun, 15 May 2005 14:46:00 +0200

Update of phpsysinfo/templates/blue

Modified Files:
     Branch: MAIN
            box.tpl lines: +19 -13
Added Files:
     Branch: MAIN
            blue.css lines: +71 -0

Log Message:
merge from 16

====================================================
Index: phpsysinfo/templates/blue/box.tpl
diff -u phpsysinfo/templates/blue/box.tpl:1.1 
phpsysinfo/templates/blue/box.tpl:1.2
--- phpsysinfo/templates/blue/box.tpl:1.1       Sun Jun 17 17:56:45 2001
+++ phpsysinfo/templates/blue/box.tpl   Sun May 15 12:46:45 2005
@@ -1,13 +1,19 @@
-<table border="0" cellpadding="1" cellspacing="0" width="100%" 
bgcolor="#000000"><tr><td>
-<table border="0" cellpadding="0" cellspacing="0" width="100%" 
bgcolor="#bbeeff"><tr>
-<td bgcolor="#ddffff"><img src="templates/blue/images/trans.gif" width="1" 
height="1" border="0" alt=""></td></tr>
-<tr><td align="left"><table width="100%" border=0 cellspacing=0 
cellpadding=5><tr><td align="left">
-{title}
-</td></tr></table></td></tr>
-<tr><td bgcolor="#556666"><img src="templates/blue/images/trans.gif" width=1 
height=1 alt="" border="0"></td>
-</tr></table></td></tr></table>
-<table bgcolor="#ddffff" border="0" width="100%">
-<tr><td>
-{content}
-</td></tr>
-</table>
+<table width="100%">
+ <tr>
+  <td>
+
+    <table class="box">
+
+     <tr class="boxheader">
+      <td class="boxheader">{title}</td>
+     </tr>
+
+     <tr class="boxbody">
+      <td>{content}</td>
+     </tr>
+
+    </table>
+
+   </td>
+  </tr>
+</table>

====================================================
Index: blue.css
A {
  text-decoration: none;
}
A:link {
  color: #486591;
}
A:visited {
  color: #6f6c81;
}
A:active {
  color: blue;
}
body {
  color: #000000;
  background-color: #fefefe;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 10px;
  font-weight: normal;
}
font {
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
H1 {
    color: #000000;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 20px;
}
select {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: normal;
}
input {
    color: black;
    text-decoration: none;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 10px;
    font-weight: bold;
}
table
{
  border: none;
  margin: 0px;
  padding: 0px;
}
table.box {
  border-collapse: collapse;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
tr.boxheader {
  background-color: #bbeeff;
}
td.boxheader {
  text-align: left;
  background-color: #bbeeff;
  padding: 5px;
  border: solid black;
  border-width: 1px 2px 2px 1px;
}
tr.boxbody {
  background-color: #ddffff;
}






reply via email to

[Prev in Thread] Current Thread [Next in Thread]