Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.94 KB | None | 0 0
  1. /* P3 CSS Document */
  2.  
  3. #videoElement {
  4.     width: 600px;
  5.     height: 400px;
  6.     background-color: #666;
  7. }
  8.  
  9. #container {
  10.     margin: 0px auto;
  11.     width: 500px;
  12.     height: 375px;
  13. }
  14.  
  15. #cams{
  16.    
  17. }
  18.  
  19. body {
  20.  
  21.     text-align:center;
  22.     font-family:Arial, Helvetica, sans-serif;
  23.     font-size:11px;
  24.     background-color: lightgrey;
  25.     background-repeat:no-repeat;
  26. }
  27.  
  28. #wrapper {
  29.     width:1200px;
  30.     margin:auto;
  31.     text-align:center;
  32. }
  33.  
  34. #header {
  35.     float:left;
  36.     width:1200px;
  37.     height:170px;
  38.     background-color:white;
  39. }
  40.  
  41. #topnavi {
  42.     display:inline;
  43.     float:left;
  44.     width:1200px;
  45.     height:28px;
  46.     background-image:url('img/bg_topnavi.jpg');
  47.     background-size: cover;
  48. }
  49.  
  50. #topnavi ul {
  51.     display:inline;
  52.     list-style-type:none;
  53. }
  54.  
  55. #topnavi ul li {
  56.     float:left;
  57.     height:28px;
  58.     background-image:url('img/button_topnavi_norm.jpg');
  59.     background-repeat:no-repeat;   
  60.     background-size: cover;
  61.     line-height:30px;
  62. }
  63.  
  64. #topnavi ul li.selected {
  65.     float:left;
  66.     height:28px;
  67.     text-decoration:underline;
  68.     line-height:30px;
  69. }
  70.  
  71. #topnavi ul li a {
  72.     line-height:30px;
  73.     color:#8d8d8d;
  74.     font-size:12px;
  75.     font-weight:bold;
  76.     font-family:Verdana, sans-serif;
  77.     text-decoration:none;
  78.     padding-left:30px;
  79.     padding-right:30px;
  80. }
  81.  
  82. #topnavi ul li a:hover {
  83.     line-height:30px;
  84.     color:#8d8d8d;
  85.     font-size:12px;
  86.     font-weight:bold;
  87.     font-family:Verdana, sans-serif;
  88.     text-decoration:underline;
  89.     padding-left:30px;
  90.     padding-right:30px;
  91. }
  92.  
  93. #topnavi ul li.selected a {
  94.     line-height:30px;
  95.     color:#757575;
  96.     font-size:12px;
  97.     font-weight:bold;
  98.     font-family:Verdana, sans-serif;
  99.     text-decoration:none;
  100.     padding-left:30px;
  101.     padding-right:30px;
  102. }
  103.  
  104. #topnavi ul li.selected a:hover {
  105.     line-height:30px;
  106.     color:#757575;
  107.     font-size:12px;
  108.     font-weight:bold;
  109.     font-family:Verdana, sans-serif;
  110.     text-decoration:underline;
  111.     padding-left:30px;
  112.     padding-right:30px;
  113. }
  114.  
  115. #bodybox {
  116.     float:left;
  117.     width:1200px;
  118.     background-color: white;
  119. }
  120.  
  121. #subnavi {
  122.     display:inline;
  123.     float:left;
  124.     width:220px;
  125.     margin-left:6px;
  126.     margin-top:10px;
  127.     padding-bottom:10px;
  128. }
  129.  
  130. #subnavi ul {
  131.     list-style-type:none;
  132.     padding:0px;
  133.     margin:0px;
  134. }
  135.  
  136. #subnavi ul li {
  137.     height:40px;
  138.     line-height:30px;
  139.     margin-left:60px;
  140.     width:180px;
  141. }
  142.  
  143. #subnavi ul li a {
  144.     font-family:Verdana, sans-serif;
  145.     font-size:14px;
  146.     color:grey;
  147.     text-decoration:none;
  148.     padding-left:10px;
  149. }
  150.  
  151. #subnavi ul li a:hover {
  152.     font-family:Verdana, sans-serif;
  153.     font-size:14px;
  154.     color:pink;
  155.     text-decoration:underline;
  156.     padding-left:10px;
  157. }
  158.  
  159. #subnavi ul li a.selected {
  160.     font-family:Verdana, sans-serif;
  161.     font-size:14px;
  162.     color:blue;
  163.     text-decoration:none;
  164.     padding-left:10px;
  165. }
  166.  
  167. #subnavi ul li a.selected:hover {
  168.     font-family:Verdana, sans-serif;
  169.     font-size:11px;
  170.     color:grey;
  171.     text-decoration:underline;
  172.     padding-left:10px;
  173. }
  174.  
  175. #content {
  176.     display:inline;
  177.     float:left;
  178.     width:800px;
  179.     margin-right:20px;
  180.     margin-left:20px;
  181.     margin-top:20px;
  182.     padding-bottom:10px;
  183. }
  184.  
  185. #footer {
  186.     display:inline;
  187.     float:left;
  188.     width:1200px;
  189.     height:50px;
  190.     background-image:url('img/bg_footer.jpg');
  191.     background-size: cover;
  192.     text-align:center;
  193. }
  194.  
  195. #footer p {
  196.     margin:6px;
  197.     padding:0px;
  198.     line-height:45px;
  199.     font-size:10px;
  200.     font-family:Arial, Helvetica, sans-serif;
  201.     color:#aaaaaa;
  202. }
  203.  
  204. div.spacing1 {
  205.     margin-left:20px;
  206.     margin-right:20px;
  207. }
  208.  
  209. .thumbnail {
  210.     width: 320px;
  211.     height: 240px;
  212. }
  213.  
  214. .image {
  215.     width: 100%;
  216.     height: 100%;    
  217. }
  218.  
  219. #room {
  220.     text-align: center;
  221. }
  222.  
  223. #user {
  224.     text-align: center;
  225.  
  226. }
  227.  
  228. #adminnavi {
  229.     text-align: left;
  230. }
  231.  
  232. #adminspace {
  233.     text-align: center;
  234. }
  235.  
  236. input[type=text] {
  237.     width: 15em;
  238.     padding: 10px 15px;
  239.     margin: 8px 0;
  240.     display: inline-block;
  241.     border: 1px solid #ccc;
  242.     border-radius: 4px;
  243.     box-sizing: border-box;
  244. }
  245.  
  246. input[type=password] {
  247.     width: 15em;
  248.     padding: 10px 15px;
  249.     margin: 8px 0;
  250.     display: inline-block;
  251.     border: 1px solid #ccc;
  252.     border-radius: 4px;
  253.     box-sizing: border-box;
  254. }
  255.  
  256. #logs {
  257.    
  258. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement