phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpsysinfo/templates/orange box.tpl, NONE, 1.1.2.1 fo


From: Dave Hall <address@hidden>
Subject: [Phpgroupware-cvs] phpsysinfo/templates/orange box.tpl, NONE, 1.1.2.1 form.tpl, NONE, 1.1.2.1 orange.css, NONE, 1.1.2.1
Date: Sat, 01 Nov 2003 22:08:32 +0000

Update of /cvsroot/phpgroupware/phpsysinfo/templates/orange
In directory subversions:/tmp/cvs-serv22972/templates/orange

Added Files:
      Tag: Version-0_9_16-branch
        box.tpl form.tpl orange.css 
Log Message:
upstream update with a few little mods


--- NEW FILE: orange.css ---
A {
  text-decoration: none;
}
A:link {
  color: #777777;
  background-color: transparent;
}
A:visited {
  color: #000000;
  background-color: transparent;
}
A:active {
  color: #000000;
  background-color: transparent;
}
body {
  color: #000000;
  background-color: #fffae8;
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
font {
  text-decoration: none;
  font-family: Verdana,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: normal;
}
H1 {
  color: #000000;
  background-color: transparent;
  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 {
  color: #000000;
        font-weight: bold;
  background-color: #000000;
  border: none;
        border-spacing: 1px;
  padding: 1px;
  width: 100%;
}
tr.boxheader {
  background-color: #ffa853;
}
td.boxheader {
  text-align: center;
}
tr.boxbody {
  color: #000;
  background-color: #ffeacb;
}

--- NEW FILE: box.tpl ---
<table width="100%">
 <tr>
  <td>

    <table cellspacing="1"class="box">

     <tr class="boxheader">
      <td class="boxheader">{title}</td>
     </tr>

     <tr class="boxbody">
      <td>{content}</td>
     </tr>

    </table>

   </td>
  </tr>
</table>

--- NEW FILE: form.tpl ---
<center><h1>{title}</h1></center>

<table width="100%" align="center">
 <tr>
  <td width="50%" valign="top">
   {vitals}
   <br>
   {network}
  </td>

  <td width="50%" valign="top">
   {hardware}
  </td>
 </tr>

 <tr>
  <td colspan="2">
   {memory}
  </td>
 </tr>

 <tr>
  <td colspan="2">
   {filesystems}
  </td>
 </tr>
</table>





reply via email to

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