Advertisement
27GRiS

localstyle.css

Jan 31st, 2014
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.53 KB | None | 0 0
  1. body {
  2.     background: #1a1a1a;
  3.     color: #eeeeee;
  4.     font-size: 21px;
  5.     cursor: crosshair;
  6.     height: 100%;
  7. }
  8.  
  9. #outer {
  10.     width: 100%;
  11.     height: 100%;
  12.     position: fixed;
  13. }
  14.  
  15. #conf {
  16.     font-size: 25px;
  17.     height: 120px;
  18.     width: 390px;
  19.     // border:2px dashed #666666;
  20.     position: absolute;
  21.     margin: auto;
  22.     top: 0;
  23.     bottom: -60%;
  24.     left: 0;
  25.     right: 0;
  26. }
  27.  
  28. #red {
  29.     background: #e74c3c;
  30.     box-shadow: 0px 15px 0px #c0392b;
  31.     float:left;
  32.     width: 100px;
  33.     height: 85px;
  34.     margin: 15px;
  35.  
  36.     line-height: 85px;
  37.     text-align: center;
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement