home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Internet 2001 February / MICD2001_02_NR1.iso / Przyjaciel / przyj.css < prev    next >
Cascading Style Sheet File  |  2000-12-14  |  1KB  |  112 lines

  1. /*STANDARDOWO */
  2.  
  3. /*3 rodzaje linkow */
  4. A.nl {
  5.   color: #0000FF;
  6.   font-size: 14px !important;
  7.   font-weight: bold;
  8.   text-decoration: none;
  9. };
  10.  
  11. A.nl:hover {
  12.   color: #ff0000;
  13. };
  14.  
  15. A.bg {
  16.   color: #0000FF;
  17.   font-size: 16px !important;
  18.   font-weight: bold;
  19.   text-decoration: none;
  20. };
  21.  
  22. A.bg:hover {
  23.   color: #ff0000;
  24. };
  25.  
  26. A.sl {
  27.   color: #0000FF;
  28.   font-size: 12px !important;
  29.   font-weight: bold;
  30.   text-decoration: none;
  31. };
  32.  
  33. A.sl:hover {
  34.   color: #ff0000;
  35. };
  36.  
  37.  
  38.  
  39.  
  40. /*3 rodzaje tekstow */
  41. P.bg {
  42.   font-size: 16px !important;
  43.   font-weight: bold;
  44. };
  45.  
  46. P.nl {
  47.   font-size: 14px !important;
  48. };
  49.  
  50. P.sl {
  51.   font-size: 12px !important;
  52. };
  53.  
  54. P.slb {
  55.   font-size: 12px !important;
  56.   font-weight: bold;
  57. };
  58.  
  59. /*tekst elegancki np. info */
  60.  
  61. P.el {
  62.   font-size: 14px !important;
  63.   margin: 14px;
  64.   text-indent: 14px;
  65. };
  66.  
  67. P.el:first-letter {
  68.   font-weight: bold;
  69.   font-size: 16px !important;
  70. };
  71.  
  72.  
  73. /* teksty informujace o bledach */
  74. P.error {
  75.  color: red;
  76.  text-align: center;
  77.  text-decoration: underline;
  78.  font-weight: bold;
  79.  font-size: 16px !important;
  80. };
  81.  
  82.  
  83. H2.block {
  84.   background: #5090ff;
  85.   color: #fefefe;
  86.   text-align: center;
  87.   font-size: 18px;
  88.   line-height: 20px;
  89.   margin: 4px;
  90.   padding: 0px 0px 0px 0px;
  91.   font-weight: bold;
  92.   vertical-align: center;
  93.   text-transform: capitalize;
  94.   border-width: 1px;
  95.   border-color: #000000;
  96.   border-style: solid;
  97. }
  98.  
  99. P.biofiz {
  100. color:red;
  101. font-weight: bold;
  102. };
  103. P.bioem {
  104. color:green;
  105. font-weight: bold;
  106. };
  107. P.bioint {
  108. color:yellow;
  109. font-weight: bold;
  110. };
  111.  
  112.