daveb
committed
on 01 Nov 02
fix list
openacs.org-dev/www/css/main.css (+213)
  1 body                    {
  2                         background-color: white;
  3                         font-family: sans-serif;
  4                         margin-top: 3px;
  5                        
  6 }
  7
  8
  9 a                       {
  10                         color: #336699;                 
  11 }
  12
  13 a:visited               {
  14                         color: purple;
  15 }
  16
  17 #description            {
  18
  19 }
  20
  21 #more                   {
  22                         float: right;
  23                         margin-right: 8px;
  24 }
  25
  26 .forum                  {
  27                         margin-top: 0px;
  28                         margin-bottom:7px;
  29 }
  30
  31 .title                  {
  32                         margin-bottom:2px;
  33                         margin-top: 5px;
  34                         font-weight: bold;
  35 }
  36
  37 .page_title             {
  38 }
  39
  40 .context                {
  41 }
  42 .item                   {
  43                         padding-bottom: 0px;    
  44                         margin-bottom: 8px;
  45                         margin-top: 0px;
  46                 
  47 }
  48
  49 div.header              {
  50                         margin-bottom: 15px;
  51 }
  52
  53 span.chosen             {
  54                         color: #ccc;
  55 }
  56
  57 span.navigation td              {
  58                         font-weight: bold;
  59                         color: #000000;
  60 ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px
  61 }
  62
  63 span.navigation a               {
  64                         font-weight: bold;
  65                         color: #000000;
  66 ; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px
  67 }
  68
  69 span.navigation a:visited       {
  70                         color: white;
  71 }
  72
  73 span.statistics         {
  74                         font-size: smaller;                             
  75 ; font-weight: bold}
  76
  77 span.search input       {
  78                         font-size: medium;                                              
  79 }
  80
  81 span.user-status        {
  82                         font-size: 85%;
  83 }
  84
  85 div.box                 {
  86                         margin-bottom: 15px;
  87 }
  88
  89 span.box-title a        {
  90                         color: white;   
  91                         font-weight: bold;
  92                         padding-left: 2px;
  93                         padding-right: 2px;
  94                         padding-bottom: 5px;
  95 }
  96
  97 span.box-title a:visited        {
  98                         color: white;
  99 }
  100
  101 div.box-content         {
  102                         font-size: 85%;
  103                         padding-left: 8px;
  104                         padding-right: 8px;
  105                         padding-top: 5px;
  106 }
  107 div.box-full-content td {
  108                         color: white;
  109                         font-size: 85%;
  110                         padding-left: 2px;
  111                         padding-right: 2px;
  112 }
  113
  114 div.box-full-content a  {
  115                         color:white;
  116                         font-size: 75%;
  117 }
  118
  119 div.box-full-content a:visited  {
  120                         color:white;
  121                         font-size: 75%;
  122 }
  123
  124 div.left-panel          {
  125                         float: left;
  126                         width: 20%;                     
  127 }
  128
  129 div.login td            {
  130                                 
  131 }
  132
  133 div.news                {
  134                         
  135 }
  136
  137 div.postings            {
  138
  139 }
  140
  141 div.postings span.forum {
  142
  143 }
  144
  145 div.postings span.post  {
  146                         text-indent: 10px;
  147 }
  148
  149 div.download            {
  150                         margin-bottom: 15px;
  151 }
  152
  153 div.right-panel         {
  154                         float:right;
  155                         width: 20%;
  156 }
  157
  158 div.features            {
  159
  160 }
  161
  162 div.main-content        {
  163                         float: left;
  164                         width: 54%;
  165                         margin-left: 3%;
  166 }
  167
  168 div.footer table        {
  169                         clear: both;
  170                         font-size: 70%;
  171                         margin-top: 15px;
  172 }
  173
  174 span.etp-link           {
  175                         float: right;
  176 }
  177
  178
  179 /*
  180         Community Page
  181 */
  182
  183 div.container-left      {
  184                         float: left;
  185                         width: 39%;
  186 }
  187
  188 div.container-right     {
  189                         float: right;
  190                         width: 59%;
  191 }
  192
  193 div.forums              {
  194                         clear: both;
  195 }
  196
  197 div.jobs                {
  198                         clear: both;
  199 }
  200
  201 div.sites               {
  202                         clear: both;
  203 }
  204
  205 div.companies           {
  206                         clear: both;
  207 }
  208
  209 div.hosting             {
  210                         clear: both;
  211 }
  212 .navlowerfont-weight: bold; color: #FFFFFF; font-size: smaller}
  213 .navupper { font-weight: bold; color: #333333; font-size: smaller ; font-family: Verdana, Arial, Helvetica, sans-serif}