HTML

js-flash project style.css rev. 1

May 14th, 2018
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.84 KB | None | 0 0
  1. a {
  2.             font-style:italic;
  3.             text-decoration:none;
  4. }
  5. body {
  6.             background-color:#FFFFCC;
  7.             font-family:arial;
  8. }
  9. footer {
  10.             color:#000066;
  11.             margin:8px;
  12.             padding:5px;
  13. }
  14. h1,h2,h3,h4,h5,h6 {
  15.             font-family:arial;
  16.             font-weight:bold;
  17.             font-style:none;
  18.             text-decoration:none;
  19. }
  20. header {
  21.             color:#FFF;
  22.             background:#FF66FD;
  23.             padding:5px 20px 2px 20px;
  24.             border-radius:15px 15px 0px 0px;
  25.             height:90px;
  26.             text-align:center;
  27. }
  28. iframe {
  29.             margin-left:auto;
  30.             margin-right:auto;
  31. }
  32. main {
  33.             color:#000066;
  34.             background:#E5FEFF;
  35.             padding:10px 20px 10px 20px;
  36.             font-size:1.2em;
  37. }
  38. nav {
  39.             background:#FF99FE;
  40.             border-radius:0px 0px 15px 15px;
  41.             padding:5px;
  42. }
  43. nav ul {
  44.             list-style-type:none;
  45. }
  46. nav li {
  47.             display:inline;
  48. }
  49. nav button {
  50.             width:19.63%;
  51.             height:40px;
  52.             border:0;
  53.             background:#FF99FE;
  54.             color:#FFF;
  55.             font-size:1.1em;
  56.             -moz-transtion:all .1s linear;
  57.             -o-transition:all .1s linear;
  58.             -webkit-transition:all .1s linear;
  59. }
  60. nav button:hover,.current {
  61.             border-radius:15px;
  62.             background:#FFF;
  63.             color:#000;
  64. }
  65. #jhead {
  66.             width:175px;
  67.             margin:15px;
  68.             float:right;
  69. }
  70. #wrapper {
  71.             background:#E5FEFF;
  72.             border-radius:15px;
  73.             max-width:1000px;
  74.             min-width:1000px;
  75.             margin:0 auto 0 auto;
  76.             padding:20px;
  77. }
  78. .active,.demo:hover {
  79.             opacity:1;
  80. }
  81. .caption-container {
  82.             text-align:center;
  83.             background:#000;
  84.             padding:2px 16px;
  85.             color:white;
  86. }
  87. .close {
  88.             color:white;
  89.             position:absolute;
  90.             top:10px;
  91.             right:25px;
  92.             font-size:35px;
  93.             font-weight:bold;
  94. }
  95. .close:hover,.close:focus {
  96.             color:#999;
  97.             text-decoration:none;
  98.             cursor:pointer;
  99. }
  100. .column { /* making four columns equal widths to float next to one another */
  101.             float:left;
  102.             width:22%;
  103. }
  104. .demo {
  105.             opacity:0.6;
  106. }
  107. .hover-shadow {
  108.             transition:0.3s;
  109.             width:200px;
  110. }
  111. .hover-shadow:hover {
  112.             box-shadow:0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19)
  113. }
  114. .modal {
  115.             display:none;
  116.             position:fixed;
  117.             z-index:1;
  118.             padding-top:100px;
  119.             left:0;
  120.             top:0;
  121.             width:100%;
  122.             height:100%;
  123.             overflow:auto;
  124.             background:#000;
  125. }
  126. .modal-content {
  127.             position:relative;
  128.             background:#FEFEFE;
  129.             margin:auto;
  130.             padding:0;
  131.             max-width:1000px;
  132. }
  133. #carModal .mySlides {
  134.             display:none;
  135.             height:800px;
  136.             width:1200px;
  137.             background:#000;
  138.             text-align:center;
  139. }
  140. #catModal .mySlides {
  141.             display:none;
  142.             height:600px;
  143.             width:1200px;
  144.             background:#000;
  145.             text-align:center;
  146. }
  147. .numbertext {
  148.             color:#F2F2F2;
  149.             font-size:12px;
  150.             padding:8px 12px;
  151.             position:absolute;
  152.             top:0;
  153. }
  154. .photo {
  155.             max-width:1000px;
  156.             max-height:750px;
  157.            
  158. }
  159. .row > .column {
  160.             padding:0px 8px;
  161. }
  162. .row:after {
  163.             content:"";
  164.             display:table;
  165.             clear:both;
  166. }
  167. .thumb {
  168.             width:200px;
  169.             margin-left:10px;
  170.             margin-right:10px;
  171. }
Advertisement
Add Comment
Please, Sign In to add comment