NYanev

Task5

Oct 17th, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.78 KB | None | 0 0
  1. body {
  2.    
  3. }
  4. div {
  5.     border: 2px solid #bd8615;
  6.     border-radius:7px;
  7.     height:350px;
  8.     width:600px;
  9.     background-color: #3B3B3B;
  10.     opacity: 0.9;
  11. }
  12. nav {
  13.     z-index:1;
  14.     -webkit-border-top-left-radius: 5px;
  15.     border-top-left-radius: 5px;
  16.     -webkit-border-top-right-radius: 5px;
  17.     border-top-right-radius: 5px;
  18.     height: 100px;
  19.     width: 600px;
  20.     background: rgb(59,59,59); /* Old browsers */
  21.     background: -moz-linear-gradient(top, rgba(59,59,59,1) 0%, rgba(58,58,58,1) 19%, rgba(53,53,53,1) 37%, rgba(43,43,43,1) 53%, rgba(37,37,37,1) 73%, rgba(24,24,24,1) 92%, rgba(14,14,14,1) 100%); /* FF3.6+ */
  22.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,59,59,1)), color-stop(19%,rgba(58,58,58,1)), color-stop(37%,rgba(53,53,53,1)), color-stop(53%,rgba(43,43,43,1)), color-stop(73%,rgba(37,37,37,1)), color-stop(92%,rgba(24,24,24,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
  23.     background: -webkit-linear-gradient(top, rgba(59,59,59,1) 0%,rgba(58,58,58,1) 19%,rgba(53,53,53,1) 37%,rgba(43,43,43,1) 53%,rgba(37,37,37,1) 73%,rgba(24,24,24,1) 92%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
  24.     background: -o-linear-gradient(top, rgba(59,59,59,1) 0%,rgba(58,58,58,1) 19%,rgba(53,53,53,1) 37%,rgba(43,43,43,1) 53%,rgba(37,37,37,1) 73%,rgba(24,24,24,1) 92%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
  25.     background: -ms-linear-gradient(top, rgba(59,59,59,1) 0%,rgba(58,58,58,1) 19%,rgba(53,53,53,1) 37%,rgba(43,43,43,1) 53%,rgba(37,37,37,1) 73%,rgba(24,24,24,1) 92%,rgba(14,14,14,1) 100%); /* IE10+ */
  26.     background: linear-gradient(to bottom, rgba(59,59,59,1) 0%,rgba(58,58,58,1) 19%,rgba(53,53,53,1) 37%,rgba(43,43,43,1) 53%,rgba(37,37,37,1) 73%,rgba(24,24,24,1) 92%,rgba(14,14,14,1) 100%); /* W3C */
  27.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b3b3b', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  28.     opacity: 0.9;
  29. }
  30.  
  31. section {
  32.     height: 200px;
  33.     width: 600px;  
  34.     -webkit-border-bottom-left-radius: 5px;
  35.     border-bottom-left-radius: 5px;
  36.     -webkit-border-bottom-right-radius: 5px;
  37.     border-bottom-right-radius: 5px;
  38. }
  39. h1 {
  40.     font-family:'Times New Roman';
  41.     font-weight:normal;
  42.     padding-top:5px;
  43.     padding-left:7px;
  44.     color:#f2dd12;
  45. }
  46. span {
  47. color:white;
  48. }
  49. p {
  50.     padding-left:7px;
  51.     color:#c3c3c3;
  52.     font-family:Verdana;
  53.     font-size:13px;  
  54. }
  55. #button {
  56. background: url('http://localhost:26876/300px-Button_Icon_Red.svg.png');
  57. background-position:center;
  58. background-repeat:no-repeat;
  59. border-radius:12px;
  60. border:1px solid white;
  61. width:55px;
  62. height:28px;
  63. color:white;
  64. }
  65. img {
  66.     padding:8px;
  67. float:left;
  68. width:60px;
  69. height:60px;
  70. }
  71. form {
  72.     color:white;
  73.     font-size:20px;
  74.     font-weight:bold;
  75.     padding-top:30px;
  76.  
  77. }
Advertisement
Add Comment
Please, Sign In to add comment