[ Index ]

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

title

Body

[close]

/template/inc_css/ -> deprecated.forum.css (source)

   1  /**
   2    * Sample for FORUM - deprecated
   3    */
   4  .tableForum { background-color: #FFFFFF; border: 2px #006699 solid; }
   5  
   6  th    {
   7      color: #FFA34F; font-size: 10px; font-weight : normal;
   8      background-color: #006699; height: 24px;
   9      background-image: url(../../img/forum/silver/cellpic3.gif);
  10      background-repeat: repeat-x;
  11  }
  12  th.thForum, th.thTopic, th.thPost, th.thLastPost {
  13      font-weight: normal; border: #FFFFFF; border-style: solid; height: 24px;
  14  }
  15  th.thForum { border-width: 0px 0px 0px 0px; }
  16  th.thTopic { border-width: 0px 0px 0px 0px; }
  17  th.thPost  { border-width: 0px 0px 0px 0px; }
  18  th.thLastPost { border-width: 0px 0px 0px 0px; }
  19  
  20  td.rowIcon, td.rowForum { background-color: #EFEFEF; height: 30px; }
  21  td.rowLabel, td.rowReply { background-color: #EFEFEF; }
  22  td.rowError { background-color: #D82B2B; }
  23  td.rowTopic, td.rowPost, td.rowLastPost, td.rowReplyA    { background-color: #DEE3E7; }
  24  td.row3    { background-color: #D1D7DC; }
  25  td.rowIcon, td.rowLabel, td.rowReply, td.rowReplyA    { padding-left: 4px; padding-right: 4px; }
  26  
  27  .rowText { font-size : 12px; }
  28  .rowError { font-size: 12px; color: #FFFFFF; }
  29  .rowTextMed { font-size : 11px; }
  30  .rowTextSmall { font-size : 10px; }
  31  .rowTextLabel { font-size : 12px; font-weight: bold; }
  32  .rowText,.rowTextMed,.rowTextSmall, .rowTextLabel { color : #000000; }
  33  a.rowText,a.rowTextMed,a.rowTextSmall { color: #006699; text-decoration: none; }
  34  a.rowText:hover,a.rowTextMed:hover,a.rowTextSmall:hover    { color: #DD6900; text-decoration: underline; }
  35  
  36  /* The register, login, search etc links at the top of the page */
  37  .mainmenu        { font-size : 11px; color : #000000 }
  38  a.mainmenu        { text-decoration: none; color : #006699;  }
  39  a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }
  40  
  41  /* Forum category titles */
  42  .cattitle        { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
  43  a.cattitle        { text-decoration: none; color : #006699; }
  44  a.cattitle:hover{ text-decoration: underline; }
  45  
  46  .catBottom {
  47      background-color: #D1D7DC;
  48      background-image: url(../../img/forum/silver/cellpic1.gif);
  49      background-repeat: repeat-x;
  50      text-align: center;
  51  }
  52  
  53  /* Forum title: Text and link to the forums used in: index.php */
  54  .rowTextForumlink        { font-weight: bold; font-size: 12px; color : #006699; }
  55  .rowTextForumlink a, .rowTextForumlink a:link, .rowTextForumlink a:active, .rowTextForumlink a:visited {
  56      text-decoration: none; color : #006699;
  57  }
  58  .rowTextForumlink a:hover { text-decoration: underline; color : #DD6900; }
  59  
  60  
  61  .navForum { font-weight: bold; font-size: 11px; color : #000000;}
  62  .navForum a, .navForum a:link, .navForum a:active, .navForum a:visited { text-decoration: none; color : #006699; }
  63  .navForum a:hover { text-decoration: underline; color : #006699; }
  64  
  65  .forumInputText {
  66      font-weight: bold;
  67      font-size: 13px;
  68      font-family: Verdana, Arial, Helvetica, sans-serif;
  69  }
  70  
  71  .forumTextareaText {
  72      font-weight: normal;
  73      font-size: 13px;
  74      font-family: Verdana, Arial, Helvetica, sans-serif;
  75  }
  76  
  77  .forumButton {
  78      font-weight: bold;
  79      font-size: 12px;
  80      font-family: Verdana, Arial, Helvetica, sans-serif;
  81  }
  82  
  83  .postdetails { font-size: 10px; color: #000000; margin: 3px 0 0 0; }
  84  .postdetails hr {
  85      margin: 0 0 0 0;
  86      padding: 0;
  87      height: 0px;
  88      border: solid #D1D7DC 0px;
  89      border-top-width: 1px;
  90  }
  91  
  92  .postbody        { font-size: 12px; color : #000000; margin: 0 0 3px 0; padding: 0 }
  93  .postbody a, .postbody a:link, .postbody a:active, .postbody a:visited {
  94      text-decoration: none; color : #006699;
  95  }
  96  .postbody a:hover { text-decoration: underline; color : #DD6900; }


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