[ Index ]

PHP Cross Reference of phpwcms V1.4.3 _r380 (23.11.09)

title

Body

[close]

/template/inc_css/ -> frontend.css (source)

   1  body {
   2      font-family: Verdana, Helvetica, Arial, sans-serif;
   3      font-size: 11px;
   4  }
   5  
   6  form, div, p, h1, h2, h3, h4, h5, h6 {
   7      margin: 0;
   8      padding: 0;
   9  }
  10  
  11  td, th, p, div, span {
  12      font-family: Verdana, Helvetica, Arial, sans-serif;
  13      font-size: 11px
  14  }
  15  
  16  .listEntry {
  17      margin-bottom: 10px;
  18  }
  19  
  20  a, a:link, a:visited, a:active, a:focus {
  21      color: #FF3300;
  22      text-decoration: none
  23  }
  24  a:hover {
  25      color: #FF3300;
  26      text-decoration: underline;
  27  }
  28  
  29  .articleText { 
  30      margin-bottom: 3px;
  31      text-align: justify;
  32  }
  33  
  34  .articleCode {
  35      margin-bottom: 3px;
  36      font-family: "Courier New", Courier, monospace;
  37      font-size: 12px;
  38  }
  39  
  40  h1, h2, h3, h4, h5, h6 {
  41      font-family: Arial, Helvetica, sans-serif;
  42  }
  43  
  44  .articleSummary {
  45      font-family: Helvetica, Arial, Verdana, sans-serif;
  46      font-size: 11px;
  47      color: #000000;
  48      line-height: 135%;
  49  }
  50  
  51  .nav_table, .nav_table a, .nav_table a:link, .nav_table a:active, .nav_table a:visited, .nav_table a:hover {
  52      font-family: Verdana, Helvetica, Arial, sans-serif;
  53      font-size: 10px;
  54      color: #4A5966;
  55      font-weight: normal;
  56      text-decoration: none;
  57  }
  58  .nav_table a:hover {
  59      text-decoration: underline;
  60  }
  61  
  62  .nav_table_active, .nav_table_active a, .nav_table_active a:link, .nav_table_active a:active, .nav_table_active a:visited, .nav_table_active a:hover {
  63      font-family: Verdana, Helvetica, Arial, sans-serif;
  64      font-size: 10px;
  65      color: #4A5966;
  66      font-weight: bold;
  67      text-decoration: none;
  68  }
  69  
  70  .articleList_toptext {
  71      font-family: Verdana, Helvetica, Arial, sans-serif;
  72      font-size: 10px;
  73  }
  74  
  75  .articleList_listhead {
  76      font-family: Verdana, Helvetica, Arial, sans-serif;
  77      font-size: 11px;
  78      font-weight: bold;
  79  }
  80  
  81  
  82  /* CSS for the top level list */
  83  ul.list_top, ul.list_level {
  84      padding: 3px 0;
  85      margin-left: 0;
  86      border-bottom: 1px solid #5E747F;
  87      font: bold 12px Verdana, sans-serif;
  88  }
  89  ul.list_top li, ul.list_level li {
  90      list-style: none;
  91      margin: 0;
  92      display: inline;
  93      padding: 0;
  94  }
  95  ul.list_top li a, ul.list_level li a {
  96      padding: 3px 0.5em;
  97      margin: 0px;
  98      border: 1px solid #778;
  99      border-bottom: none;
 100      background: #D7DEE5;
 101      text-decoration: none;
 102  }
 103  ul.list_top li a:link, ul.list_level li a:link { color: #5E747F; }
 104  ul.list_top li a:visited, ul.list_level li a:visited { color: #5E747F; }
 105  ul.list_top li a:hover, ul.list_level li a:hover {
 106      color: Black;
 107      background: #92A1AF;;
 108      border-color: #227;
 109  }
 110  ul.list_top li.active a, ul.list_level li.active a {
 111      background: white;
 112      border-bottom: 1px solid white;
 113  }
 114  
 115  
 116  
 117  /** 
 118   * Sample CSS for DIV pagelayout 
 119   */
 120  #container {
 121      width: 760px;
 122      \width: 780px;
 123      w\idth: 760px;
 124      border: 1px solid gray;
 125      margin: 10px;
 126      margin-left: auto;
 127      margin-right: auto;
 128      padding: 10px;
 129  }
 130  
 131  #headerBlock {
 132      padding: 5px;
 133      margin-bottom: 5px;
 134      background-color: rgb(213, 219, 225);
 135  }
 136  
 137  #mainBlock {
 138      padding: 5px;
 139      margin-left: 215px;
 140      margin-right: 215px;
 141      background-color: gray;
 142  }
 143  
 144  #leftBlock {
 145      float: left;
 146      width: 200px;
 147      \width: 210px;
 148      w\idth: 200px;
 149      margin: 0;
 150      margin-right: 5px;
 151      padding: 5px;
 152      background-color: rgb(235, 235, 235);
 153  }
 154  
 155  #rightBlock {
 156      float: right;
 157      width: 200px;
 158      \width: 210px;
 159      w\idth: 200px;
 160      margin: 0;
 161      margin-left: 5px;
 162      padding: 5px;
 163      background-color: rgb(235, 235, 235);
 164  }
 165  
 166  #footerBlock {
 167      clear: both;
 168      padding: 5px;
 169      margin-top: 5px;
 170      background-color: rgb(213, 219, 225);
 171  }
 172  
 173  .imgDIVinTextLeft {
 174      float: left;
 175      margin-right: 5px;
 176      margin-bottom: 5px;
 177      padding: 0;
 178  }
 179  .imgDIVinTextRight {
 180      float: right;
 181      margin-left: 5px;
 182      margin-bottom: 5px;
 183      padding: 0;
 184  } 
 185  .imgDIVtopLeft { 
 186      margin:8px 10px 5px 20px; 
 187      padding:0px; 
 188      border:0; 
 189  } 
 190  .imgDIVtopCenter { 
 191      margin:8px -50% 5px -50%; 
 192      padding:0px; 
 193      border:0; 
 194  }
 195  
 196  .imgDIVblockImgLeft { 
 197      margin-right: 10px;
 198  }
 199  .imgDIVblockImgRight {
 200      margin-left: 10px; 
 201  } 
 202  
 203  .phpwcmsImgListRight {
 204      text-align: right;
 205      margin: 0;
 206      padding: 0;
 207  }
 208  .phpwcmsImgListLeft {
 209      text-align: right;
 210      margin: 0;
 211      padding: 0;
 212  }
 213  
 214  
 215  .phpwcmsSearchResult {
 216      margin: 15px 0 15px 0;
 217  }
 218  .phpwcmsSearchResult h3 {
 219      margin: 10px 0 1px 0;
 220      font-size: 12px;
 221      font-weight: bold;
 222  }
 223  .phpwcmsSearchResult p {
 224      margin: 0;
 225  }
 226  .phpwcmsSearchResult em.highlight, em.highlight {
 227      background-color: #FFFF00;
 228      font-style:inherit;
 229  }
 230  
 231  .phpwcmsArticleListEntry {
 232      clear: both;
 233  }
 234  .phpwcmsArticleListImage {
 235      float: left;
 236      margin-right: 10px;
 237      margin-bottom: 10px;
 238      padding-top: 3px;
 239  }
 240  .phpwcmsArticleListImageCaption {
 241      padding-top: 5px;
 242  }
 243  
 244  div.cpPagination {
 245      margin: 10px 0 10px 0;
 246      text-align: right;
 247  }
 248  a.cpPaginate, a.cpPaginateActive, a.cpPaginationPrev, a.cpPaginationNext {
 249      padding: 0px 3px 1px 3px;
 250      background-color: #FFFFFF;
 251      color: #BBBBBB;
 252      text-decoration: none;
 253      font-weight: bold;
 254      border: 1px solid #CBCBCB;
 255  }
 256  a.cpPaginateActive {
 257      background-color: #CBCBCB;
 258      color: #FFFFFF;
 259      border: 1px inset #CBCBCB;
 260  }
 261  
 262  a.cpPaginationPrev:hover, a.cpPaginationNext:hover, a.cpPaginate:hover {
 263      background-color: #DDDDDD;
 264      color: #666666;
 265      border: 1px inset #CBCBCB;
 266  }
 267  


Generated: Wed Dec 30 05:55:15 2009 Cross-referenced by PHPXref 0.7