home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / efileshare / efssetup.exe / {app} / efs.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-10-22  |  7.4 KB  |  202 lines

  1. /* General page style. The scroll bar colours only visible in IE5.5+ */
  2. body {
  3.     background-color: #e5e5e5;
  4.     scrollbar-face-color: #E8ECF4;
  5.     scrollbar-highlight-color: #ffffff;
  6.     scrollbar-shadow-color: #E8ECF4;
  7.     scrollbar-3dlight-color: #E0E7F1;
  8.     scrollbar-arrow-color:  #587EA5;
  9.     scrollbar-track-color: #EFF2F8;
  10.     scrollbar-darkshadow-color: #015E8C;
  11. }
  12.  
  13. /* General font families for common tags */
  14. font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
  15. a:link,a:active,a:visited { color : ##006699; }
  16. a:hover        { text-decoration: underline; color : #587EA5; }
  17. hr    { height: 0px; border: solid #E0E7F1 0px; border-top-width: 1px;}
  18.  
  19. /* This is the border line & background colour round the entire page */
  20. .bodyline    { background-color: #ffffff; border: 1px #015E8C solid; }
  21.  
  22. /* This is the outline round the main forum tables */
  23. .forumline    { background-color: "#CAD7E3"; border: 2px #7BA5BD solid; }
  24.  
  25.  
  26. /* Main table cell colours and backgrounds */
  27. td.row1    { background-color: #EFF2F8; }
  28. td.row2    { background-color: #E8ECF4; }
  29. td.row3    { background-color: #E0E7F1; }
  30.  
  31. /*
  32.   This is for the table cell above the Topics, Post & Last posts on the index.php page
  33.   By default this is the fading out gradiated silver background.
  34.   However, you could replace this with a bitmap specific for each forum
  35. */
  36. td.rowpic {
  37.         background-color: #ffffff;
  38.         background-image:  url(/cellpic2.gif);
  39.         background-repeat: repeat-y;
  40. }
  41.  
  42. /* Header cells - the blue and silver gradient backgrounds */
  43. th    {
  44.     color: #FFFFFF; font-size: 11px; font-weight : bold;
  45.     background-color: #587EA5; height: 25px;
  46.     background-image:  url(/cellpic3.gif);
  47. }
  48.  
  49. td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
  50.             background-image:  url(/cellpic1.gif);
  51.             background-color:#E0E7F1; border: #ffffff; border-style: solid; height: 28px;
  52. }
  53.  
  54. /*
  55.   Setting additional nice inner borders for the main table cells.
  56.   The names indicate which sides the border will be on.
  57.   Don't worry if you don't understand this, just ignore it :-)
  58. */
  59. td.cat,td.catHead,td.catBottom {
  60.     height: 29px;
  61.     border-width: 0px 0px 0px 0px;
  62. }
  63. th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
  64.     font-weight: bold; border: #ffffff; border-style: solid; height: 28px;
  65. }
  66. td.row3Right,td.spaceRow {
  67.     background-color: #E0E7F1; border: #ffffff; border-style: solid;
  68. }
  69.  
  70. th.thHead,td.catHead { font-size: 11px; border-width: 1px 1px 0px 1px; }
  71. th.thSides,td.catSides,td.spaceRow     { border-width: 0px 1px 0px 1px; }
  72. th.thRight,td.catRight,td.row3Right     { border-width: 0px 1px 0px 0px; }
  73. th.thLeft,td.catLeft      { border-width: 0px 0px 0px 1px; }
  74. th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
  75. th.thTop     { border-width: 1px 0px 0px 0px; }
  76. th.thCornerL { border-width: 1px 0px 0px 1px; }
  77. th.thCornerR { border-width: 1px 1px 0px 0px; }
  78.  
  79. /* The largest text used in the index page title and toptic title etc. */
  80. .maintitle    {
  81.     font-weight: bold; font-size: 22px; font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
  82.     text-decoration: none; line-height : 120%; color : #000000;
  83. }
  84.  
  85. /* General text */
  86. .gen { font-size : 11px; }
  87. .genmed { font-size : 11px; }
  88. .gensmall { font-size : 10px; }
  89. .gen,.genmed,.gensmall { color : #000000; }
  90. a.gen,a.genmed,a.gensmall { color: #587EA5; text-decoration: none; }
  91. a.gen:hover,a.genmed:hover,a.gensmall:hover    { color: #587EA5; text-decoration: underline; }
  92.  
  93. /* The register, login, search etc links at the top of the page */
  94. .mainmenu        { font-size : 11px; color : #000000 }
  95. a.mainmenu        { text-decoration: none; color : #587EA5;  }
  96. a.mainmenu:hover{ text-decoration: underline; color : #587EA5; }
  97.  
  98. /* Forum category titles */
  99. .cattitle        { font-weight: bold; font-size: 13px ; letter-spacing: 1px; color : #587EA5}
  100. a.cattitle        { text-decoration: none; color : #587EA5; }
  101. a.cattitle:hover{ text-decoration: underline; }
  102.  
  103. /* Forum title: Text and link to the forums used in: index.php */
  104. .forumlink        { font-weight: bold; font-size: 11px; color : #587EA5; }
  105. a.forumlink     { text-decoration: none; color : #587EA5; }
  106. a.forumlink:hover{ text-decoration: underline; color : #587EA5; }
  107.  
  108. /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
  109. .nav            { font-weight: bold; font-size: 11px; color : #000000;}
  110. a.nav            { text-decoration: none; color : #587EA5; }
  111. a.nav:hover        { text-decoration: underline; }
  112.  
  113. /* titles for the topics: could specify viewed link colour too */
  114. .topictitle,h1,h2    { font-weight: bold; font-size: 11px; color : #000000; }
  115. a.topictitle:link   { text-decoration: none; color : #587EA5; }
  116. a.topictitle:visited { text-decoration: none; color : #587EA5; }
  117. a.topictitle:hover    { text-decoration: underline; color : #587EA5; }
  118.  
  119. /* Name of poster in viewmsg.php and viewtopic.php and other places */
  120. .name            { font-size : 11px; color : #000000;}
  121.  
  122. /* Location, number of posts, post date etc */
  123. .postdetails        { font-size : 10px; color : #000000; }
  124.  
  125. /* The content of the posts (body of text) */
  126. .postbody { font-size : 11px; line-height: 18px}
  127. a.postlink:link    { text-decoration: none; color : #587EA5 }
  128. a.postlink:visited { text-decoration: none; color : #587EA5; }
  129. a.postlink:hover { text-decoration: underline; color : #587EA5}
  130.  
  131. /* Quote & Code blocks */
  132. .code {
  133.     font-family: Courier, Courier New, MS sans serif; font-size: 11px; color: #006600;
  134.     background-color: #FAFAFA; border: #E0E7F1; border-style: solid;
  135.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  136. }
  137.  
  138. .quote {
  139.     font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
  140.     background-color: #FAFAFA; border: #E0E7F1; border-style: solid;
  141.     border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
  142. }
  143.  
  144. /* Copyright and bottom info */
  145. .copyright        { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px;}
  146. a.copyright        { color: #444444; text-decoration: none;}
  147. a.copyright:hover { color: #000000; text-decoration: underline;}
  148.  
  149. /* Form elements */
  150. input,textarea, select {
  151.     color : #000000;
  152.     font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  153.     border-color : #000000;
  154. }
  155.  
  156. /* The text input fields background colour */
  157. input.post, textarea.post, select {
  158.     background-color : #ffffff;
  159. }
  160.  
  161. input { text-indent : 1px; }
  162.  
  163. /* The buttons used for bbCode styling in message post */
  164. input.button {
  165.     background-color : #EFF2F8;
  166.     color : #000000;
  167.     font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
  168. }
  169.  
  170. /* The main submit button option */
  171. input.mainoption {
  172.     background-color : #FAFAFA;
  173.     font-weight : bold;
  174. }
  175.  
  176.  
  177.  
  178. /* This is the line in the posting page which shows the rollover
  179.   help line. This is actually a text box, but if set to be the same
  180.   colour as the background no one will know ;)
  181. */
  182. .helpline { background-color: #E8ECF4; border-style: none; }
  183.  
  184. INPUT {
  185.     BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px
  186. }
  187. TEXTAREA {
  188.     BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px
  189. }
  190. SELECT {
  191.     BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px
  192. }
  193. INPUT {
  194.     TEXT-INDENT: 2px
  195. }
  196. INPUT.button {
  197.     BORDER-TOP-WIDTH: 1px; BORDER-LEFT-WIDTH: 1px; BORDER-BOTTOM-WIDTH: 1px; BORDER-RIGHT-WIDTH: 1px
  198. }
  199. .postbody {
  200.     LINE-HEIGHT: 18px
  201. }
  202.