You are here

language_selection_page.css in Language Selection Page 6

.language_selection_page_body {
    background: url("../images/drupal_blue.png") no-repeat scroll 100% 100% transparent;
    height: 355px;
    margin: 8.333em auto 0;
    padding-top: 4.5em;
    width: 500px;
}
.language_selection_page_body_inner { background:url("../images/pixel.png") 0 0 repeat;border:3px solid #e3e2e0;margin-top:1em;width:400px;padding: 1em;}

File

themes/css/language_selection_page.css
View source
  1. .language_selection_page_body {
  2. background: url("../images/drupal_blue.png") no-repeat scroll 100% 100% transparent;
  3. height: 355px;
  4. margin: 8.333em auto 0;
  5. padding-top: 4.5em;
  6. width: 500px;
  7. }
  8. .language_selection_page_body_inner { background:url("../images/pixel.png") 0 0 repeat;border:3px solid #e3e2e0;margin-top:1em;width:400px;padding: 1em;}