You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

chromeonly.css 965B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. body {
  2. width:100%;
  3. height:100%;
  4. background-color: white;
  5. color: #424242;
  6. font-family:'YanoneKaffeesatzLight',Verdana,Tahoma,Arial;
  7. margin:0;
  8. padding:0;
  9. }
  10. #wrap{
  11. display: block;
  12. position: absolute;
  13. width:900px;
  14. height: 262px;
  15. overflow:hidden;
  16. text-align: center;
  17. margin: auto;
  18. top: 0; left: 0; bottom: 0; right: 0;
  19. }
  20. #left{
  21. display:inline-block;
  22. background-image:url(../images/chromelogo.png);
  23. background-repeat:no-repeat;
  24. width:246px;
  25. height:262px;
  26. float: left;
  27. }
  28. .firefox{
  29. font-size: 11pt;
  30. color: #c8c8c8;
  31. }
  32. #middle{
  33. display:inline-block;
  34. background-image:url(../images/chromepointer.png);
  35. background-repeat:no-repeat;
  36. width:53px;
  37. height:262px;
  38. float: left;
  39. }
  40. #text{
  41. display:inline-block;
  42. font-size: 18pt;
  43. width: 560px;
  44. vertical-align:middle;
  45. padding-top: 30px;
  46. }
  47. a {
  48. color: #087dba;
  49. text-decoration:none;
  50. }