Skip to content

Instantly share code, notes, and snippets.

@sapphiriq
Created March 31, 2012 21:57
Show Gist options
  • Save sapphiriq/2268952 to your computer and use it in GitHub Desktop.
Save sapphiriq/2268952 to your computer and use it in GitHub Desktop.
Rutor.org CSS
div#up, div#all h1 {
display: none;
}
div#all::before {
content: 'Rutor.org';
padding: 5px 15px;
display: block;
background: #222;
color: #666;
font-size: 20px;
}
a {
color: #444;
}
#menu {
background: #000;
}
#menu a.menu_b div {
background: #000;
color: #777;
}
#menu a.logout img, #menu span.logout img {
display: none;
}
#menu a.logout::before {
content: "Зайти";
background: #000;
display: block;
line-height: 30px;
padding: 0 15px;
color: #777;
}
#menu span.logout a.logout::before {
content: "Помощь";
}
#menu a.logout:hover::before {
background: #111;
color: #fff
;
}
#menu a.logout {
}
#menu a.menu_b:hover div {
background: #111;
color: #fff;
}
tr.backgr {
height: auto;
background: none;
}
tr.backgr td {
background: #eee;
height: 20px;
color: #666;
font-size: 0.7em;
padding: 5px 10px;
}
tr.gai, tr.tum {
height: 25px;
}
div.sideblock2 {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment