Skip to content

Instantly share code, notes, and snippets.

@ZeDoCaixao
Last active June 21, 2017 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZeDoCaixao/47971089285e3d224a669eda239f9584 to your computer and use it in GitHub Desktop.
Save ZeDoCaixao/47971089285e3d224a669eda239f9584 to your computer and use it in GitHub Desktop.
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("linux.org.ru") {
h1,h2,h3,h4,h5,h6{
font-family: "Linux Biolinum" !important;
}
html, body {
background: #111 !important;
color: #eee !important;
font-family: "Linux Biolinum" !important;
font-size: 18pt;
margin-top: 0.8em;
}
body {
width: 50em;
margin: auto;
padding: 0;
}
#hd * {
float: none !important;
}
#hd {
position: fixed;
top: 0;
left: 0;
margin: auto;
padding: 0;
}
#hd:hover {
opacity: 1;
}
#hd a#sitetitle {
padding-top: 0 !important;
margin-top: 0 !important;
font-size: 0.7em;
}
#loginGreating {
padding-top: 0 !important;
margin-top: 0 !important;
text-align: left !important;
}
#hd .menu {
padding-top: 0 !important;
margin-top: 0 !important;
font-size: 0.9em !important;
}
#hd .menu ul li {
margin-top: 0 !important;
padding-top: 0 !important;
}
.msg_body,
.news .msg{
font-family: "Linux Libertine" !important;
font-size: 18pt !important;
}
.infoblock, .boxlet, .messages .msg {
background-color: #111 !important;
border-color: #ddd;
border-style: dotted;
border-width: 1px 0px 0px 0px;
border-radius: 0px !important;
margin: 0px;
}
.infoblock {border-width: 0px !important;}
.msg-container {}
p {-moz-hyphens: auto; text-align: justify}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment