You are here

brb.css in Browser Bouncer (brb) 7

#brb-wrap {
  background: #fff;
  color: #333;
  display: none;
  font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 800px;
}

#brb-wrap-inner {
  overflow: hidden;
  left: 0;
  top: 0;
  zoom: 1;
}

#brb-wrap h2,
#brb-wrap h4 {
  color: #333;
  margin: 10px 0;
  text-align: center;
}

#brb-message { zoom: 1; }

#brb-message-inner { padding: 20px 30px; }

#brb-wrap ul {
  list-style-type: disc;
  list-style-image: none;
  margin: .5em 0 1em 1em;
}

#brb-wrap li {
  background: none;
  list-style-type: disc;
  list-style-image: none;
  margin: .15em 0 .15em .5em;
  padding: 0;
}

#brb-browsers ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 460px; /* (li's width + li's lateral margins + li's lateral paddings) * number of browsers */
}

#brb-browsers ul li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0;
}

#brb-browsers ul li.last { margin-right: 0; }

#brb-browsers ul li a {
  background: transparent url(images/browsers.png) no-repeat;
  color: #333;
  display: block;
  padding: 80px 0 0 0;
  margin: 0 0 10px 0;
  text-align: center;
  text-decoration: none;
  width: 80px;
}

#brb-browsers ul li a:hover { text-decoration: underline; }

#brb-browsers ul li#brb-firefox a { background-position: 0 0; }

#brb-browsers ul li#brb-safari a { background-position: -80px 0; }

#brb-browsers ul li#brb-chrome a { background-position: -160px 0; }

#brb-browsers ul li#brb-opera a { background-position: -240px 0; }

#brb-browsers ul li#brb-ie a { background-position: -320px 0; }

File

brb.css
View source
  1. #brb-wrap {
  2. background: #fff;
  3. color: #333;
  4. display: none;
  5. font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
  6. font-size: 12px;
  7. margin: 0;
  8. padding: 0;
  9. text-align: left;
  10. width: 800px;
  11. }
  12. #brb-wrap-inner {
  13. overflow: hidden;
  14. left: 0;
  15. top: 0;
  16. zoom: 1;
  17. }
  18. #brb-wrap h2,
  19. #brb-wrap h4 {
  20. color: #333;
  21. margin: 10px 0;
  22. text-align: center;
  23. }
  24. #brb-message { zoom: 1; }
  25. #brb-message-inner { padding: 20px 30px; }
  26. #brb-wrap ul {
  27. list-style-type: disc;
  28. list-style-image: none;
  29. margin: .5em 0 1em 1em;
  30. }
  31. #brb-wrap li {
  32. background: none;
  33. list-style-type: disc;
  34. list-style-image: none;
  35. margin: .15em 0 .15em .5em;
  36. padding: 0;
  37. }
  38. #brb-browsers ul {
  39. list-style: none;
  40. margin: 0 auto;
  41. padding: 0;
  42. width: 460px; /* (li's width + li's lateral margins + li's lateral paddings) * number of browsers */
  43. }
  44. #brb-browsers ul li {
  45. display: inline;
  46. float: left;
  47. list-style: none;
  48. margin: 0 15px 0 0;
  49. padding: 0;
  50. }
  51. #brb-browsers ul li.last { margin-right: 0; }
  52. #brb-browsers ul li a {
  53. background: transparent url(images/browsers.png) no-repeat;
  54. color: #333;
  55. display: block;
  56. padding: 80px 0 0 0;
  57. margin: 0 0 10px 0;
  58. text-align: center;
  59. text-decoration: none;
  60. width: 80px;
  61. }
  62. #brb-browsers ul li a:hover { text-decoration: underline; }
  63. #brb-browsers ul li#brb-firefox a { background-position: 0 0; }
  64. #brb-browsers ul li#brb-safari a { background-position: -80px 0; }
  65. #brb-browsers ul li#brb-chrome a { background-position: -160px 0; }
  66. #brb-browsers ul li#brb-opera a { background-position: -240px 0; }
  67. #brb-browsers ul li#brb-ie a { background-position: -320px 0; }