Skip to content

Instantly share code, notes, and snippets.

@begoon
Created May 6, 2012 18:48
Show Gist options
  • Save begoon/2623765 to your computer and use it in GitHub Desktop.
Save begoon/2623765 to your computer and use it in GitHub Desktop.
Remove banners and other clunky elements from translate.ru
#contentBlock header {
display: none;
}
#ctl00_SiteContent_templatesBlock {
display: none;
}
#passportMenu {
display: none;
}
#bott_link {
display: none;
}
topAdvert {
display: none;
}
#topAdvert {
display: none;
}
#subscribeForm {
display: none;
}
#adv4Blocks {
display: none;
}
#bottomAdvSection {
display: none;
}
#blogRSS {
display: none;
}
#rightSection {
display: none;
}
#viewMode {
display: none;
}
#viewModeBlock {
display: none;
}
#tmOther {
display: none;
}
#resultBlock {
float: none;
width: 100%;
}
#sourceBlock {
float: none;
width: 100%;
}
#mainSection {
margin: 0px;
}
#contentBlock {
border: none;
border-radius: 0px;
box-shadow: 0 0;
margin: 0;
max-width: 100%;
}
#dir_set {
margin: 0;
}
#dmenu {
float: none;
}
#btr_web {
float: none;
}
.selDiv {
padding: 0;
float: none;
}
#ctl00_SiteContent_rLang {
min-width: 0;
}
#ctl00_SiteContent_sLang {
min-width: 0;
}
select {
border: 1px solid;
}
.wrapp {
padding: 0;
}
#bTranslate {
margin-left: 1em;
padding: 2px;
font-weight: normal;
background-color: #ccc;
-webkit-border-radius: 2px;
color: #003333;
}
body {
background: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment