Changeset 12956 for trunk/cic-hcap


Ignore:
Timestamp:
2006-09-29T16:43:50+12:00 (18 years ago)
Author:
mdewsnip
Message:

Incorporated Catalone design CSS and all sorts of changes over the last three days.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cic-hcap/macros/style.css

    r12435 r12956  
    33}
    44
    5 BODY {
    6    font-family: sans-serif;
     5IMG {
     6   border: 0px;
    77}
    88
    9 IMG {
    10    border: 0pt;
     9
     10#cichomephotoarea {
     11   padding-left: 12px;
     12   padding-right: 12px;
     13   padding-top: 0px;
     14   padding-bottom: 0px;
    1115}
    1216
    13 P {
    14    font-size: 10pt;
    15    line-height: 100%;
     17#cichomephoto {
     18   width: 457px;
     19   height: 368px;
    1620}
    1721
    18 TD {
    19    font-size: 10pt;
     22#cichometext {
     23   font-size: 1.1em;
     24   line-height: 1.6em;
     25}
     26
     27#cicaboutphotoarea {
     28   float: right;
     29   padding-left: 12px;
     30   padding-bottom: 12px;
     31}
     32
     33.cicglossaryentry {
     34   clear: both;
     35   padding-top: 12px;
     36}
     37
     38.cicglossaryphoto {
     39   float: right;
     40   padding-left: 12px;
    2041}
    2142
     
    2546}
    2647
    27 .cicnavbarlink {
    28    font-size: 11pt;
     48.cicsubsubheading {
     49   padding-top: 1em;
     50   font-weight: bold;
    2951}
    3052
    31 .cicnavbarlinkselected {
    32    font-size: 11pt;
    33    font-weight: bold;
     53.cicplaceconstructiondatetd {
     54   padding-right: 1em;
     55}
     56
     57.cicplacefunctionyeartd {
     58   padding-right: 1em;
    3459}
    3560
     
    4267   font-size: 11pt;
    4368   font-weight: bold;
    44 }
    45 
    46 .cictext {
    47    font-size: 10pt;
    48    line-height: 100%;
    49 }
    50 
    51 .cictexthalf {
    52    font-size: 10pt;
    53    line-height: 150%;
    5469}
    5570
     
    7691   background-color: yellow;
    7792}
     93
     94
     95
     96
     97
     98html, body {
     99   background: #fff;
     100   color: #212474;
     101}
     102
     103html, body, form, textarea, input, select {
     104   margin: 0;
     105   padding: 0;
     106   font: 12px/1.4em Arial, Verdana, Helvetica, sans-serif;
     107}
     108
     109#interface {
     110   width: 947px;
     111   margin: 0 auto;
     112}
     113
     114#topnav {
     115   position: relative;
     116   left: 0px;
     117   height: 3.7em;
     118   margin: 0;
     119   padding: 0;
     120}
     121
     122#topnav li {
     123   list-style: none;
     124   margin: 0;
     125   padding: 0;
     126}
     127
     128#topnav li a, #topnav li form {
     129   position: absolute;
     130   display: block;
     131   top: 0px;
     132   width: 216px;
     133   padding: 0.4em 0 0.4em 17px;
     134   border: 1px solid #22228c;
     135   color: #192077;
     136   text-decoration: none;
     137   font-size: 0.95em;
     138   font-weight: bold;
     139   letter-spacing: 0.1em;
     140   text-transform: uppercase;
     141}
     142
     143#topnav li a:hover {
     144   color: #000;
     145}
     146               
     147#btn_about {
     148   left: 0;     
     149   background: #7e9e53;
     150}
     151
     152#btn_browse {
     153   left: 234px;
     154   background: #7ed0e0;
     155}
     156
     157#btn_search {
     158   left: 468px;
     159   background: #e89419;
     160}
     161
     162#btn_quick form {
     163   left: 713px;
     164   background: #d4be55;
     165   padding: 0;
     166}
     167
     168#search_query {
     169   margin: -1px 3px 0 0;
     170   float: left;
     171   width: 130px;
     172   font-size: 1em;
     173}
     174
     175.inputfocus {
     176   color: #000;
     177}
     178
     179.inputblur {
     180   color: #555;
     181}
     182
     183#search_submit {
     184   border: none;
     185   background: transparent;
     186   color: #192077;
     187}
Note: See TracChangeset for help on using the changeset viewer.