home *** CD-ROM | disk | FTP | other *** search
/ 24.172.56.42 / 24.172.56.42.tar / 24.172.56.42 / art.categories.php_files / style.css < prev   
Cascading Style Sheet File  |  2006-01-16  |  3KB  |  269 lines

  1.  
  2.  
  3. /* Default Text */
  4.  
  5.     body, p, ul, li, td, div {
  6.         font-family:        Tahoma, Arial;
  7.         font-size:        10pt;
  8.         color:            #333333
  9.     }
  10.  
  11.  
  12. /* Default  Links */
  13.  
  14.     a:link {
  15.         color:            #003366;
  16.         text-decoration:    underline
  17.     }
  18.  
  19.     a:active {
  20.         color:            #336699;
  21.         text-decoration:    underline
  22.     }
  23.  
  24.     a:visited {
  25.         color:            #336699;
  26.         text-decoration:    underline
  27.     }
  28.  
  29.     a:hover {
  30.         color:            #003366;
  31.         text-decoration:    underline
  32.     }
  33.  
  34. /* Light Links */
  35.  
  36.     a.light-link:link {
  37.         color:            #CCCCCC;
  38.         text-decoration:    underline
  39.     }
  40.  
  41.     a.light-link:active {
  42.         color:            #CCCCCC;
  43.         text-decoration:    underline
  44.     }
  45.  
  46.     a.light-link:visited {
  47.         color:            #CCCCCC;
  48.         text-decoration:    underline
  49.     }
  50.  
  51.     a.light-link:hover {
  52.         color:            #FFFFFF;
  53.         text-decoration:    underline
  54.     }
  55.  
  56. /* Small Text */
  57.  
  58.     .small {
  59.         font-family:        Tahoma,Verdana;
  60.         font-size:        11px
  61.     }
  62.  
  63.  
  64. /* Smaller Text */
  65.  
  66.     .smaller {
  67.         font-family:        Verdana;
  68.         font-size:        10px
  69.     }
  70.  
  71.  
  72. /* Submit Button */
  73.  
  74.     .submit {
  75.         font-weight:        bold
  76.     }
  77.  
  78.  
  79. /* Form Properties */
  80.  
  81.     form {
  82.         margin:            0px
  83.     }
  84.  
  85.  
  86. /* Form Fields */
  87.  
  88.     .form-field {
  89.         font-family:        Default;
  90.         font-size:        10pt;
  91.         font-style:        normal;
  92.         line-height:        normal;
  93.         font-weight:        normal;
  94.         text-decoration:    none;
  95.     }
  96.  
  97.  
  98. /* Unbold Text */
  99.  
  100.     .unbold {
  101.         font-weight:        400
  102.     }
  103.  
  104.  
  105. /* Title - small */
  106.  
  107.     .t-small {
  108.         font-family:        Verdana;
  109.         font-size:        11px;
  110.         font-weight:        bold;
  111.         color:            #003366
  112.     }
  113.  
  114.  
  115. /* Title - smaller */
  116.  
  117.     .t-smaller {
  118.         font-family:        Verdana;
  119.         font-size:        10px;
  120.         font-weight:        bold;
  121.         color:            #003366
  122.     }
  123.  
  124.  
  125. /* Title - Medium */
  126.  
  127.     .t-medium {
  128.         font-family:        Tahoma;
  129.         font-size:        12px;
  130.         font-weight:        bold;
  131.         color:            #003366
  132.     }
  133.  
  134.  
  135. /* Title - Large */
  136.  
  137.     .t-large {
  138.         font-family:        Arial;
  139.         font-size:        15px;
  140.         font-weight:        bold;
  141.         font-style:        italic;
  142.         color:            #003366
  143.     }
  144.  
  145.  
  146. /* Caption */
  147.  
  148.     .caption {
  149.         font-family:        Verdana;
  150.         font-size:        11px;
  151.         font-weight:        bold;
  152.         color:            #4D586E
  153.     }
  154.  
  155.  
  156. /* Table Border */
  157.  
  158.     .table-border {
  159.         background-color:    #666666
  160.     }
  161.  
  162.  
  163. /* Table Header Cell (menus) */
  164.  
  165.     .table-header {
  166.         background-color:    #535E7C;
  167.         font-family:        Verdana;
  168.         font-size:        13px;
  169.         font-weight:        bold;
  170.         color:            #FFFFFF
  171.     }
  172.  
  173.  
  174. /* Table Title Cell */
  175.  
  176.     .table-title {
  177.         background-color:    #FFF9F3;
  178.         font-family:        Verdana;
  179.         font-size:        11px;
  180.         font-weight:        bold;
  181.         color:            #666666
  182.     }
  183.  
  184.  
  185. /* Table Highlighted Cell */
  186.  
  187.     .table-hl {
  188.         background-color:    #FFF9F3
  189.     }
  190.  
  191.  
  192. /* Alternating Table Rows */
  193.  
  194.     .table-row1 {
  195.         background-color:    #F8F8F8
  196.     }
  197.     
  198.     .table-row2 {
  199.         background-color:    #FFFFFF
  200.     }
  201.  
  202.  
  203. /* Success/Error Messages */
  204.  
  205.     .success {
  206.         color:            blue;
  207.     }
  208.     
  209.     .error {
  210.         color:            red;
  211.     }
  212.  
  213. /* Horizontal Line */
  214.  
  215.     .h-line {
  216.         background-color:    #666666
  217.     }
  218.  
  219.  
  220. /* Vertical Line */
  221.  
  222.     .v-line {
  223.         background-color:    #666666
  224.     }
  225.  
  226.  
  227. /* Light Text */
  228.  
  229.     .light {
  230.         color:            #8A8A8A;
  231.     }
  232.  
  233. /* Bright Text (for dark BG) */
  234.  
  235.     .bright {
  236.         color:            #CCCCCC
  237.     }
  238.  
  239. /* Dark Text (same as links) */
  240.  
  241.     .dark {
  242.         color:            #000000    
  243.     }
  244.  
  245.  
  246. /* Module Border */
  247.  
  248.     .module-border {
  249.         background-color:    #003366
  250.     }
  251.  
  252. /* Module Title */
  253.  
  254.     .module-title {
  255.         font-family:        Tahoma,Verdana;
  256.         font-size:        13px;
  257.         font-weight:        bold;
  258.         color:            #006699
  259.     }
  260.  
  261. /* NS4 Login Inputs/Submit */
  262.  
  263.     .ns4-login {
  264.         font-family:        Verdana;
  265.         font-size:        12px
  266.     }
  267.  
  268.  
  269.