Advertisement
Paszta

CS

Mar 9th, 2020
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.60 KB | None | 0 0
  1. style.css
  2.  
  3. body {background: #ef9d87; color: #efe3d3; margin: 0;}
  4. h2 {  
  5.     background: #c4c9b1;
  6.     color: #efe3d3;
  7.     font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  8.     margin: 0%;
  9.     }
  10. #stopka {background: #7d7d7d; color: #ef9d87; text-align: center; clear: both; width:100%; padding:5px 0 5px 0;}
  11. #menu { background: #f1e4dd;
  12.         color: #ef9d87;
  13.         float: left;
  14.         padding: 1%;
  15.         width: 16%;}
  16. #menu a{ color: #a5aa94;}
  17. #tresc {background: #a5aa94;
  18.         color: #f1cdb7;
  19.         float: left;
  20.         padding: 1%;
  21.         width: 60%;}
  22. #tresc a{color:#efe3d3 ;}
  23. #pasek{
  24.         float: right;
  25.         width: 16%;
  26.         padding: 1%;
  27.     }
  28. #kontener {background: #f1e4dd;}
  29. *.box { background:#a5aa94;
  30.     font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;;
  31.     color:#f1cdb7;
  32.     padding:5px;
  33.     margin:5px;
  34.     font-size:90%;}
  35. *.box a{color:#efe3d3}
  36.  
  37.  
  38.  
  39. tabele.css
  40.  
  41. table{
  42.     background-color: #c4c9b1;
  43.     text-align: center;
  44.     width: 94%;
  45.     margin: 2%;
  46.     border: 3pt #ef9d87 groove;
  47.  }
  48.  caption{
  49.      font-size: 120%;
  50.      font-weight: bold;
  51.  }
  52.  tfoot, thead, tbody{
  53.      background-color: #c4c9b1;
  54.      color:#ef9d87;
  55.  }
  56.  td, th{
  57.      border: 1pt solid black;
  58.  }
  59.  tfoot a{
  60.      color: rgb(255, 167, 51);
  61.  }
  62.  *.parzysty{
  63.      background: #a5aa94;
  64.  }
  65.  
  66. formularze.css
  67.  
  68. body { color: rgb(255, 102, 0) font-size= larger;}
  69. fieldset { background: orangered;
  70.            border-style: 10px solid  #e6bfa9;}
  71. legend {font-style: oblique; font-weight: bolder; font-size: 150%; color: #ffffff; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement