You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/06/12 17:38:16 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/resources/css forms.css tabs.css boxes.css tables.css scheduler.css antlog.css default.css

andreas     2003/06/12 08:38:15

  Modified:    src/webapp/lenya/resources/css antlog.css default.css
  Added:       src/webapp/lenya/resources/css forms.css tabs.css boxes.css
                        tables.css scheduler.css
  Log:
  - added form css
  - added table css
  - factored some things out of default.css
  
  Revision  Changes    Path
  1.2       +16 -38    cocoon-lenya/src/webapp/lenya/resources/css/antlog.css
  
  Index: antlog.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/antlog.css,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- antlog.css	13 May 2003 17:27:04 -0000	1.1
  +++ antlog.css	12 Jun 2003 15:38:14 -0000	1.2
  @@ -6,72 +6,50 @@
           Purpose of the stylesheet follows.
   */
   
  -    .bannercell {
  +    .lenya-ant-bannercell {
         border: 0px;
         padding: 0px;
       }
  -    body {
  -      margin: 0;
  -      font:normal 100% arial,helvetica,sanserif;
  -      background-color:#FFFFFF;
  -      color:#000000;
  -    }
  -    table.status {
  +    
  +    table.lenya-ant-status {
         font:bold 80% arial,helvetica,sanserif;
         background-color:#525D76;
         color:#ffffff;
       }
  -    table.log tr td, tr th {
  +    
  +    table.lenya-ant-log tr td, tr th {
         font-size: 80%;
       }
  -    .error {
  +    .lenya-ant-error {
         color:red;
       }
  -    .warn {
  +    .lenya-ant-warn {
         color:brown;
       }
  -    .info {
  +    .lenya-ant-info {
         color:gray;
       }
  -    .debug{
  +    .lenya-ant-debug{
         color:gray;
       }
  -    .failed {
  +    .lenya-ant-failed {
         font-size:80%;
         background-color: red;
         color:#FFFFFF;
         font-weight: bold
       }
  -    .complete {
  +    .lenya-ant-complete {
         font-size:80%;
         background-color: #525D76;
         color:#FFFFFF;
         font-weight: bold
       }
  -    .a td { 
  +    
  +    .lenya-ant-a td { 
         background: #efefef;
       }
  -    .b td { 
  +    
  +    .lenya-ant-b td { 
         background: #fff;
       }
  -    th, td {
  -      text-align: left;
  -      vertical-align: top;
  -    }
  -    th {
  -      background: #ccc;
  -      color: black;
  -    }
  -    table, th, td {
  -      border: none
  -    }
  -    h3 {
  -      font:bold 80% arial,helvetica,sanserif;
  -      background: #525D76;
  -      color: white;
  -      text-decoration: none;
  -      padding: 5px;
  -      margin-right: 2px;
  -      margin-left: 2px;
  -      margin-bottom: 0;
  -    }
  \ No newline at end of file
  +    
  
  
  
  1.7       +10 -170   cocoon-lenya/src/webapp/lenya/resources/css/default.css
  
  Index: default.css
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/resources/css/default.css,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- default.css	12 Jun 2003 08:25:02 -0000	1.6
  +++ default.css	12 Jun 2003 15:38:15 -0000	1.7
  @@ -1,9 +1,13 @@
  -
   @import url(antlog.css);
  +@import url(forms.css);
  +@import url(tables.css);
  +@import url(tabs.css);
  +@import url(boxes.css);
   
   body {
       margin: 0px;
       padding: 0px;
  +    font-family: Verdana, sans-serif;
   }
   
   h1 {
  @@ -14,79 +18,20 @@
   }
   
   p {
  -    font-family: Verdana, sans-serif;
       font-size: small;
   }
   
   li {
  -    font-family: Verdana, sans-serif;
  -    font-size: small;
  -}
  -
  -td {
  -    font-family: Verdana, sans-serif;
  -    font-size: small;
  -}
  -
  -.menu {
  -    font-family: Verdana, sans-serif;
  -    color: Navy;
  -    font-size: small;
  -    padding-left: 8pt;
  -    padding-top: 3pt;
  -    padding-bottom: 3pt;
  -    padding-right: 8pt;
  -    background-color: #E0E0E0
  -}
  -
  -th {
  -    font-family: Verdana, sans-serif;
  -    font-size: small;
  -    padding: 3pt;
  -    background-color: #E0E0E0;
  -    color: Navy;
  -    text-align: left;
  -}
  -
  -table.scheduler-job {
  -}
  -
  -table.scheduler-job th {
  -    font-family: Verdana, sans-serif;
       font-size: small;
  -    font-weight: normal;
  -    padding: 3px 10px;
  -
  -    border-top: solid 1px #C0C0C0;
  -    background-color: #909090;
  -    border-bottom: solid 1px #606060;
  -
  -    color: Black;
  -    text-align: left;
  -}
  -
  -table.scheduler-job td {
  -    border-top: solid 1px #E0E0E0;
  -    background-color: #C0C0C0;
  -    border-bottom: solid 1px #909090;
  -    padding: 3px 10px;
  -}
  -
  -table.scheduler-job td.scheduler-empty {
  -    background-color: White;
  -    border: 0;
   }
   
   .lenya-header {
       vertical-align: bottom;
  -    padding-left: 200px;
  +    padding-left: 20px;
       background-color: White;
       border-bottom: solid 1px #B1B1B1;
   }
   
  -.lenya-header td {
  -}
  -
   .lenya-body {
       width: 100%;
       height: 100%;
  @@ -102,20 +47,18 @@
   td.lenya-content {
       background-color: White;
       padding: 30px;
  +    vertical-align: top;
   }
   
   td.lenya-sidebar {
       border-left: solid 1px #B1B1B1;
  +    vertical-align: top;
   }
   
   td.lenya-frontpage {
  -    background-color: #F5F4E9;
  -/*    padding: 0px; */
  +    background-color: White;
       padding: 30px;
  -}
  -
  -.lenya-publication-item {
  -/*    padding: 0px 0px 20px 0px; */
  +    vertical-align: top;
   }
   
   .lenya-page-title {
  @@ -133,11 +76,6 @@
   }
   
   .lenya-publication-item {
  -/*
  -    background-color: #DDDCCF;
  -    background-color: #DDDCCF;
  -    border-top: solid 1px #B1B1B1;
  -*/
       padding: 0px 10px;
       margin: 20px 0px;
       border-bottom: solid 1px #DDDCCF;
  @@ -161,107 +99,9 @@
   
   .lenya-sidebar-heading {
       font-weight: bold;
  -/*
  -    letter-spacing: -2;
  -    font-stretch: condensed;
  -*/
       font-size: 150%;
       color: White;
       background-color: #DDDCCF;
       padding: 0px 10px 5px 10px;
   }
   
  -
  -/*.lenya-content h2 {*/
  -/*
  -    background-color: #DDDCCF;
  -    color: white;
  -    background-color: #F5F4E9;
  -    border-top: solid 1px #DDDCCF;
  -    border-right: solid 1px #DDDCCF;
  -*/
  -/*
  -    border-bottom: solid 5px #DDDCCF;
  -    margin: 0px;
  -    margin-top: 20px;
  -    padding-left: 50px;
  -}
  -
  -.lenya-content p {
  -    margin: 10px 20px 10px 50px;
  -    padding: 5px 0px;
  -}
  -*/
  -
  -
  -/*
  -.lenya-frontpage h2 {
  -    float: left;
  -    text-align: right;
  -    width: 200px;
  -    margin: 30px 0px 0px 0px;
  -    padding: 0px;
  -
  -    background-color: #DDDCCF;
  -    color: White;
  -*/
  -
  -/*
  -    border-top: solid 1px #B1B1B1;
  -    border-bottom: solid 1px #B1B1B1;
  -    border-top: solid 30px White;
  -    border-bottom: solid 1px #B1B1B1;
  -
  -    background-color: #F5F4E9;
  -    border-top: solid 1px #DDDCCF;
  -    border-right: solid 1px #DDDCCF;
  -    border-bottom: solid 1px #DDDCCF;
  -*/
  -}
  -
  -/*
  -.lenya-frontpage p {
  -    padding: 30px 30px 0px 10px;
  -    margin: 0px 0px 0px 200px;
  -    background-color: White;
  -    border-left: solid 1px #B1B1B1;
  -}
  -
  -.lenya-frontpage ol {
  -    padding: 30px 30px 0px 50px;
  -    margin: 0px 0px 0px 200px;
  -    background-color: White;
  -    border-left: solid 1px #B1B1B1;
  -}
  -
  -.lenya-frontpage h3 {
  -    padding: 10px 30px 10px 20px;
  -    margin: 0px 0px 0px 200px;
  -    background-color: White;
  -    border-left: solid 1px #B1B1B1;
  -}
  -*/
  -
  -
  -/* Styles for tabs in Site / Meta Area */
  -
  -.lenya-tab {
  -	width:auto;
  -	font-family:verdana,arial,sans serif;
  -	background-color:#cccc99; 
  -	padding:10px;
  -	color:#333;
  -	border-width:1px;
  -	border-type:solid;
  -	border-color:#003366;
  -}
  -
  -.lenya-tablink {
  -	display:inline; /*mandatory*/
  -	margin-right:.5em;
  -	padding-left:2em;
  -	padding-right:2em;
  -	text-decoration:none;
  -	font-weight:bold;
  -	color:#ccc;
  -}
  
  
  
  1.1                  cocoon-lenya/src/webapp/lenya/resources/css/forms.css
  
  Index: forms.css
  ===================================================================
  
  form {
  	margin: 0px;
  	padding: 0px;
  }
  
  .lenya-pad {
  	padding: 10px;
  }
  
  .lenya-table td.lenya-entry-caption {
  	text-align: right;
  }
  
  .lenya-form-element {
      width: 300px;
      font-family: Verdana, sans-serif;
  }
  
  
  1.1                  cocoon-lenya/src/webapp/lenya/resources/css/tabs.css
  
  Index: tabs.css
  ===================================================================
  /* Styles for tabs in Site / Meta Area */
  
  .lenya-tab {
  	width:auto;
  	font-family:verdana,arial,sans serif;
  	background-color:#cccc99; 
  	padding:10px;
  	color:#333;
  	border-width:1px;
  	border-type:solid;
  	border-color:#003366;
  }
  
  .lenya-tablink {
  	display:inline; /*mandatory*/
  	margin-right:.5em;
  	padding-left:2em;
  	padding-right:2em;
  	text-decoration:none;
  	font-weight:bold;
  	color:#ccc;
  }
  
  
  
  1.1                  cocoon-lenya/src/webapp/lenya/resources/css/boxes.css
  
  Index: boxes.css
  ===================================================================
  div.lenya-box {
  	border: solid 1px #CCCCCC;
  	font-size: small;
  	width: auto;
  	min-width: auto;
  	max-width: 100%;
  }
  
  div.lenya-box-title {
      background-color: #DDDCCF;
  	border-bottom: solid 1px #CCCCCC;
  	color: Black;
  	font-weight: bold;
  	padding: 3px 10px;
  }
  
  div.lenya-box-body {
      padding: 10px;
      background-color: #F5F4E9;
  }
  
  
  1.1                  cocoon-lenya/src/webapp/lenya/resources/css/tables.css
  
  Index: tables.css
  ===================================================================
  
  table.lenya-table {
  	background-color: White;
  	border-spacing: 0px;
  	border-collapse: collapse;
  	font-size: small;
  }
  
  table.lenya-table-noborder {
  	border: 0px;
  	border-spacing: 0px;
  	font-size: small;
  }
  
  table.lenya-table th {
      background-color: #DDDCCF;
  	border: solid 1px #CCCCCC;
  	color: Black;
  	font-weight: bold;
  	padding: 3px 10px;
  	text-align: left;
  }
  
  table.lenya-table td {
      background-color: #F5F4E9;
  	border: solid 1px #CCCCCC;
  	padding: 3px 10px;
  }
  
  table.lenya-table-noborder td {
  	border: 0px;
  	padding: 3px 10px;
  }
  
  
  
  
  1.1                  cocoon-lenya/src/webapp/lenya/resources/css/scheduler.css
  
  Index: scheduler.css
  ===================================================================
  table.scheduler-job {
  }
  
  table.scheduler-job th {
      font-family: Verdana, sans-serif;
      font-size: small;
      font-weight: normal;
      padding: 3px 10px;
  
      border-top: solid 1px #C0C0C0;
      background-color: #909090;
      border-bottom: solid 1px #606060;
  
      color: Black;
      text-align: left;
  }
  
  table.scheduler-job td {
      border-top: solid 1px #E0E0E0;
      background-color: #C0C0C0;
      border-bottom: solid 1px #909090;
      padding: 3px 10px;
  }
  
  table.scheduler-job td.scheduler-empty {
      background-color: White;
      border: 0;
  }
  
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org